summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-2/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-5/+4
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsbz2009-01-311-3/+3
* Revive the RTF_LLINFO flag in route.h. The kernel code is guardedqingli2009-01-121-0/+4
* Restrict arp, ndp and theoretically the FIB listing (if notbz2009-01-091-0/+4
* Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and relatedbz2009-01-091-0/+4
* Some modules such as SCTP supplies a valid route entry as an input argumentqingli2009-01-031-36/+15
* This checkin addresses a couple of issues:qingli2008-12-261-1/+1
* Similar to the INET case, do not destroy the nd6 entries forqingli2008-12-221-4/+6
* A couple of files were not meant to be committed.qingli2008-12-171-13/+0
* in6_clsroute() was applied to prefix routes causing someqingli2008-12-171-0/+13
* check return from lla_lookup against NULL not zerokmacy2008-12-161-1/+1
* unlock and destroy an llentry's lock before freeingkmacy2008-12-161-0/+2
* This main goals of this project are:qingli2008-12-151-192/+254
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+10
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-201-1/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-1/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-15/+16
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-1/+4
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+2
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-10/+10
* un-__P()obrien2008-01-081-1/+1
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Remove more dup'd codejulian2007-12-061-21/+0
* remove duped codejulian2007-12-061-26/+1
* Space cleanupdelphij2007-07-051-3/+3
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-72/+30
* fixed memory leak for IPv6 multicast membership information associatedjinmei2007-06-021-19/+16
* simplified the fix in rev. 1.69 by replacing RT_REMREF+RT_UNLOCK withjinmei2007-06-021-6/+3
* do not directly call rtfree() to meet an assumption in the callee.jinmei2007-05-251-6/+9
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-241-1/+1
* In ip6_sprintf print the addresses in a more common/readablebz2006-12-161-4/+18
* MFp4: 92972, 98913 + one more changebz2006-12-121-20/+21
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-17/+41
* fixed a bug that IPv6 packets arriving to stf are not accepted.suz2006-09-221-2/+6
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-291-6/+0
* Fix spurious warnings from neighbor discovery when working with IPv6 overgnn2006-06-081-8/+40
* Fix for an inappropriate bzero of the ICMPv6 stats. The code was zero'ing th...gnn2006-02-081-1/+1
* statically configured IPv6 address is properly added/deleted nowsuz2005-10-311-75/+51
* fixed a compilation failure on amd64/sparc64/ia64suz2005-10-221-2/+2
* sync with KAME regarding NDPsuz2005-10-211-80/+322
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...suz2005-10-191-0/+1
* sync with KAME in the following points:suz2005-10-191-24/+19
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-071-4/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-2/+2
* scope cleanup. with this changeume2005-07-251-136/+187
OpenPOWER on IntegriCloud