summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* Permit ARP to proceed for IPv4 host routes for which the gateway is thezec2011-07-081-2/+0
* - Make the code more proactively clear an ND6_IFF_IFDISABLED flag whenhrs2011-06-061-1/+25
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-201-2/+8
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-0/+1
* Plug well observed races on la_hold entries with the callout handler.bz2010-11-291-1/+3
* Fix our version of IPv6 address representation.alfred2010-05-191-2/+19
* Provide 32bit compat for SIOCGDEFIFACE_IN6.kib2010-04-271-0/+25
* Plug reference leaks in the link-layer code ("new-arp") that previouslybz2010-04-111-1/+5
* The proxy arp entries could not be added into the system over theqingli2009-12-301-4/+12
* Use the correct option name in the preprocessor command to enableqingli2009-10-231-1/+1
* Self pointing routes are installed for configured interface addressesqingli2009-09-151-39/+5
* Improve flexibility of receiving Router Advertisement andhrs2009-09-121-1/+8
* The addresses that are assigned to the loopback interfaceqingli2009-09-051-4/+7
* This patch fixes the following issues:qingli2009-09-051-4/+7
* Use locks specific to the lltable code, rather than borrow the ifnetrwatson2009-08-251-1/+1
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-8/+3
* A piece of code was added to install a host route when an IPv6 interfaceqingli2009-08-121-12/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* This patch does the following:qingli2009-07-271-2/+6
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-9/+0
* This patch adds a host route to an interface address (that is assignedqingli2009-07-121-0/+46
* In in6_update_ifa(), jump to 'cleanup' rather than returning directlyrwatson2009-06-271-4/+7
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-251-4/+17
* Clean up reference management in in6_update_ifa and in6_unlink_ifa, andrwatson2009-06-251-7/+3
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-31/+11
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-37/+86
* Clean up common ifaddr management:rwatson2009-06-211-3/+2
* Prevent integer overflow in direct pipe write code from circumventingcperciva2009-06-101-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-9/+2
* When an interface address is removed and the last prefixqingli2009-05-201-0/+25
* This patch resolves the following issues:qingli2009-05-181-1/+196
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-34/+9
* Prefer structure fields (ifa_link) to macro aliases for themrwatson2009-04-201-10/+10
* Acquire interface address list lock around access to if_addrhead,rwatson2009-04-201-0/+2
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyrwatson2009-04-201-11/+10
* Close some but not all writer-writer races when maintaining IPv6rwatson2009-04-201-1/+18
* 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
OpenPOWER on IntegriCloud