| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate lle_event in the IPv6 neighbor discovery code too. | np | 2013-01-26 | 1 | -0/+4 |
* | Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. It | np | 2013-01-25 | 1 | -1/+1 |
* | Fix problem in r238990. The LLE_LINKED flag should be tested prior to | glebius | 2012-12-13 | 1 | -2/+8 |
* | 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 | -2/+2 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -12/+0 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -18/+15 |
* | Rewrite nd6_sysctl_{d,p}rlist() to avoid misaligned accesses to char arrays | marius | 2012-05-20 | 1 | -104/+77 |
* | In nd6_options() ignore the RFC 6106 options completely rather than printing | bz | 2012-03-04 | 1 | -0/+8 |
* | Remove a redundant check. | hrs | 2012-03-02 | 1 | -10/+0 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -1/+4 |
* | Remove unused variable. | pluknet | 2012-01-25 | 1 | -2/+0 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -8/+8 |
* | Use queue(3) macros instead of home-rolled versions in several places in | jhb | 2011-12-29 | 1 | -48/+24 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -3/+0 |
* | A default route learned from the RAs could be deleted manually | qingli | 2011-11-11 | 1 | -0/+40 |
* | Fix a problem that an interface unexpectedly becomes IFF_UP by | hrs | 2011-10-16 | 1 | -26/+29 |
* | Fix an obvious bug from r186196 shadowing a variable, not correctly | bz | 2011-09-30 | 1 | -4/+5 |
* | 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 |