| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -10/+6 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -1/+19 |
* | Fix some of the formatting fixes.. It's amazing how some thing stand out | julian | 2008-08-20 | 1 | -1/+1 |
* | A bunch of formatting fixes brough to light by, or created by the Vimage commit | julian | 2008-08-20 | 1 | -1/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -60/+61 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+2 |
* | un-__P() | obrien | 2008-01-08 | 1 | -10/+10 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+5 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -11/+11 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -63/+34 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -30/+47 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -2/+0 |