| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 287094: | hrs | 2015-09-13 | 1 | -1/+1 |
* | MFC 287095, 287610, 287611, 287617: | hrs | 2015-09-13 | 1 | -5/+0 |
* | MFC 287608: | hrs | 2015-09-13 | 1 | -3/+0 |
* | MFC r271307: | ae | 2014-10-09 | 1 | -0/+1 |
* | Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters. | ae | 2013-07-09 | 1 | -3/+19 |
* | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters. | ae | 2013-07-09 | 1 | -2/+0 |
* | Prepare network statistics structures for migration to PCPU counters. | ae | 2013-07-09 | 1 | -54/+54 |
* | - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE | hrs | 2013-07-02 | 1 | -0/+1 |
* | Remove unused variable. | ae | 2013-04-24 | 1 | -1/+0 |
* | In additional to the tailq of IPv6 addresses add the hash table. | ae | 2012-12-15 | 1 | -0/+24 |
* | Remove __P. | delphij | 2012-10-22 | 1 | -27/+27 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -0/+11 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -2/+2 |
* | Remove an uneeded inpcb forward declaration and align the function | bz | 2012-01-02 | 1 | -2/+1 |
* | Provide ABI compatibility shim to enable configuring of addresses | glebius | 2011-12-21 | 1 | -1/+12 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -0/+1 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -5/+4 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -3/+3 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -6/+6 |
* | Fix "options VIMAGE_GLOBALS" build following introduction of | rwatson | 2009-06-29 | 1 | -1/+1 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -0/+10 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -1/+4 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -19/+0 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -70/+223 |
* | Assert the interface address list lock in IFP_TO_IA6(), as it will | rwatson | 2009-04-20 | 1 | -0/+1 |
* | Prefer structure fields (ifa_link) to macro aliases for them | rwatson | 2009-04-20 | 1 | -1/+1 |
* | Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually | rwatson | 2009-04-20 | 1 | -1/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -0/+4 |
* | Second round of putting global variables, which were virtualized | bz | 2008-12-13 | 1 | -1/+2 |
* | Put a global variables, which were virtualized but formerly | bz | 2008-12-11 | 1 | -0/+2 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+3 |
* | fixed memory leak for IPv6 multicast membership information associated | jinmei | 2007-06-02 | 1 | -0/+3 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -1/+1 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 1 | -2/+0 |
* | Use queue(3) macros instead of accessing list/queue internals directly. | yar | 2006-06-29 | 1 | -3/+3 |
* | sync with KAME regarding NDP | suz | 2005-10-21 | 1 | -4/+15 |
* | added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate... | suz | 2005-10-19 | 1 | -0/+1 |
* | IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR, | obrien | 2005-09-07 | 1 | -1/+1 |
* | - fix typo in comment. | ume | 2005-08-12 | 1 | -1/+1 |
* | Modify network protocol consumers of the ifnet multicast address lists | rwatson | 2005-08-02 | 1 | -0/+2 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -5/+0 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -0/+4 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | add management part of address selection policy described in | ume | 2003-10-30 | 1 | -0/+13 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -1/+4 |
* | - change scope to zone. | ume | 2003-10-21 | 1 | -1/+1 |
* | nuke duplicate function and unused function. | ume | 2003-10-17 | 1 | -3/+1 |
* | - add dom_if{attach,detach} framework. | ume | 2003-10-17 | 1 | -9/+13 |
* | - fix typo in comments. | ume | 2003-10-08 | 1 | -19/+16 |