| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not activate automatic LL addr configuration when 0/1->1 transition of | hrs | 2011-06-06 | 1 | -1/+3 |
* | - Make the code more proactively clear an ND6_IFF_IFDISABLED flag when | hrs | 2011-06-06 | 1 | -0/+30 |
* | - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1. | hrs | 2011-06-06 | 1 | -8/+8 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -0/+1 |
* | Loosen the locking in nd6-free() again after r216022 to avoid | bz | 2010-12-07 | 1 | -13/+24 |
* | Plug well observed races on la_hold entries with the callout handler. | bz | 2010-11-29 | 1 | -38/+64 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -3/+3 |
* | Do not initialize flag variables before needed. | bz | 2010-11-17 | 1 | -6/+7 |
* | No need to re-initialize the callout. We initially do it in in6_lltable_new() | bz | 2010-11-17 | 1 | -3/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -3/+3 |
* | MFp4: anchie_soc2009 branch: | anchie | 2010-08-19 | 1 | -0/+28 |
* | Document the mandatory argument to the arptimer() and | bz | 2010-07-31 | 1 | -7/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -55/+22 |
* | Plug reference leaks in the link-layer code ("new-arp") that previously | bz | 2010-04-11 | 1 | -0/+1 |
* | We are holding a write lock here so avoid aquiring it twice calling | bz | 2010-03-25 | 1 | -1/+1 |
* | Use reference counting instead of locking to secure an address while | qingli | 2010-02-27 | 1 | -3/+6 |
* | Multiple IPv6 addresses of the same prefix can be installed on the | qingli | 2009-12-30 | 1 | -2/+22 |
* | - We are not guaranteed that we're not dropping a reference that | ume | 2009-11-12 | 1 | -11/+10 |
* | CURVNET_RESTORE() was not called in certain cases. | ume | 2009-11-11 | 1 | -1/+1 |
* | Make nd6_llinfo_timer() does its job, again. ln->la_expire was | ume | 2009-11-06 | 1 | -1/+1 |
* | Don't call LLE_FREE() after nd6_free(). | ume | 2009-11-06 | 1 | -0/+1 |
* | Improve flexibility of receiving Router Advertisement and | hrs | 2009-09-12 | 1 | -13/+78 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -2/+2 |
* | 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 | -6/+6 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -43/+27 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -0/+3 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -6/+3 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -2/+7 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -7/+12 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Remove an #undef MIN that slipped under the radar and led me to | zec | 2009-06-01 | 1 | -9/+0 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -1/+9 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -5/+4 |
* | Prefer structure fields (ifa_link) to macro aliases for them | rwatson | 2009-04-20 | 1 | -1/+1 |
* | Acquire interface address list lock around access to if_addrhead, | rwatson | 2009-04-20 | 1 | -0/+4 |
* | Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually | rwatson | 2009-04-20 | 1 | -2/+1 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+2 |
* | Update stats in struct icmpstat and icmp6stat using four new | rwatson | 2009-04-12 | 1 | -2/+2 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Shuffle the vimage.h includes or add where missing. | bz | 2009-02-27 | 1 | -1/+1 |
* | Remove unused local MACROs. | bz | 2009-01-31 | 1 | -1/+0 |
* | in6_clsroute() was applied to prefix routes causing some | qingli | 2008-12-17 | 1 | -10/+9 |
* | - Simplify handling of the deferring of mbuf transmit until after lle lock drop | kmacy | 2008-12-16 | 1 | -12/+28 |
* | convert more pointer validation checks to checking against NULL | kmacy | 2008-12-16 | 1 | -2/+2 |
* | explicitly check return of lla_lookup against NULL | kmacy | 2008-12-16 | 1 | -5/+5 |
* | advance tail pointer in nd6_output_lle and check lla_output return against NULL | kmacy | 2008-12-16 | 1 | -4/+8 |
* | Initialize the variable "router", and apply "static_route" flag | qingli | 2008-12-16 | 1 | -4/+7 |
* | fix two use after frees in nd6_cache_lladdr caused by last minute unlock shuf... | kmacy | 2008-12-16 | 1 | -2/+6 |