| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r295583, r295584, r295729, r295730: | markj | 2016-05-05 | 1 | -6/+6 |
* | MFC r295575, r295576, r295578, r295579, r295580: | markj | 2016-05-03 | 1 | -39/+28 |
* | Improve patch for SA-15:04.igmp to solve a potential buffer overflow. | delphij | 2015-04-07 | 1 | -2/+10 |
* | - Use time_uptime instead of time_second in data structures for | hrs | 2013-08-05 | 1 | -16/+16 |
* | Delete the nd6 entries associated with an off-link prefix | qingli | 2013-06-24 | 1 | -1/+7 |
* | Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing | ae | 2012-11-16 | 1 | -6/+6 |
* | Remove __P. | delphij | 2012-10-22 | 1 | -7/+7 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -36/+7 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -71/+117 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -6/+6 |
* | Mark a couple of file local functions static and stop exporting them. | bz | 2012-01-05 | 1 | -3/+6 |
* | Use queue(3) macros instead of home-rolled versions in several places in | jhb | 2011-12-29 | 1 | -29/+19 |
* | A default route learned from the RAs could be deleted manually | qingli | 2011-11-11 | 1 | -2/+3 |
* | Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPE | hrs | 2011-09-13 | 1 | -4/+6 |
* | - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1. | hrs | 2011-06-06 | 1 | -22/+18 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -5/+7 |
* | The IFA_RTSELF address flag marks a loopback route has been installed | qingli | 2010-01-04 | 1 | -1/+1 |
* | Improve flexibility of receiving Router Advertisement and | hrs | 2009-09-12 | 1 | -9/+7 |
* | Prefix on-link verification is being performed on statically | qingli | 2009-08-30 | 1 | -0/+9 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -2/+2 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -29/+10 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -0/+6 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -4/+4 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -6/+28 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 1 | -4/+7 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -0/+1 |
* | Prefer structure fields (ifa_link) to macro aliases for them | rwatson | 2009-04-20 | 1 | -2/+2 |
* | Acquire interface address list lock around access to if_addrhead, | rwatson | 2009-04-20 | 1 | -2/+8 |
* | Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually | rwatson | 2009-04-20 | 1 | -3/+3 |
* | Update stats in struct icmpstat and icmp6stat using four new | rwatson | 2009-04-12 | 1 | -4/+4 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | When iterating through the list trying to find a router in | bz | 2009-02-04 | 1 | -1/+3 |
* | Remove unused local MACROs. | bz | 2009-01-31 | 1 | -2/+0 |
* | Remove the rt argument from nd6_storelladdr() because | qingli | 2008-12-17 | 1 | -2/+0 |
* | A couple of files were not meant to be committed. | qingli | 2008-12-17 | 1 | -10/+0 |
* | in6_clsroute() was applied to prefix routes causing some | qingli | 2008-12-17 | 1 | -0/+12 |
* | * Compare pointer with NULL | kmacy | 2008-12-16 | 1 | -6/+5 |
* | simplify locking in find_pfxlist_reachable_router | kmacy | 2008-12-16 | 1 | -8/+9 |
* | need to check that lle is not null before unlock if the break condition is no... | kmacy | 2008-12-16 | 1 | -3/+4 |
* | unlock the llentry after use in find_pfxlist_reachable_router | kmacy | 2008-12-16 | 1 | -1/+2 |
* | unlock looked up llentrys in defrouter_select | kmacy | 2008-12-16 | 1 | -0/+4 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -30/+37 |
* | Add missing include to sys/lock.h before sys/rwlock.h | imp | 2008-12-08 | 1 | -0/+1 |
* | - convert radix node head lock from mutex to rwlock | kmacy | 2008-12-07 | 1 | -0/+1 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -1/+1 |