summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-15/+15
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-271/+278
* Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr().bz2012-01-241-2/+2
* Remove the stale XXX rt_newaddrmsg comment.pluknet2012-01-241-4/+0
* Remove unnecessary line break.bz2012-01-241-2/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-20/+20
* Use correct locking when traversing interface address list.glebius2012-01-041-4/+2
* Grab a reference on the matching interface address (ifa) in the handlingjhb2012-01-031-2/+10
* Use TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE() for some loops thatjhb2012-01-031-2/+2
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-3/+2
* Provide ABI compatibility shim to enable configuring of addressesglebius2011-12-211-1/+8
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+23
* A default route learned from the RAs could be deleted manuallyqingli2011-11-111-1/+1
* The code change made in r226040 was incomplete and resulted inqingli2011-10-161-3/+6
* Restore functions in6_ifaddloop() and in6_ifremloop() that wereglebius2011-10-131-68/+85
* The IFA_RTSELF instead of the IFA_ROUTE flag should be checked toqingli2011-10-051-2/+2
* Add an in6_localip() helper function as in6_localaddr() is not doing whatbz2011-08-201-0/+21
* 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
OpenPOWER on IntegriCloud