| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | When matching an incoming ARP against a bridge, ensure both interfaces belong | thompsa | 2011-01-25 | 1 | -2/+2 |
* | Un-break the build: use the correct format specifier for sizeof() | csjp | 2011-01-12 | 1 | -1/+1 |
* | Fix several bugs in the ARP code related to improperly formatted | gnn | 2011-01-12 | 1 | -1/+16 |
* | Fix a memory leak in ARP queues. | gnn | 2011-01-07 | 1 | -2/+1 |
* | Adjust ARP hold queue locking. | gnn | 2011-01-07 | 1 | -2/+3 |
* | Use time_uptime instead of non-monotonic time_second to drive ARP | glebius | 2010-11-30 | 1 | -5/+5 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -5/+5 |
* | Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair. | zec | 2010-11-22 | 1 | -2/+0 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -5/+5 |
* | Add a queue to hold packets while we await an ARP reply. | gnn | 2010-11-12 | 1 | -17/+56 |
* | Don't leak the LLE lock if the arptimer callout is pending or inactive. | jhb | 2010-11-02 | 1 | -3/+3 |
* | Remove meaningless XXXXX, that is a remain of comment, removed in r186200. | glebius | 2010-10-29 | 1 | -2/+0 |
* | Revert a small part of the r198301, that is entirely unrelated to the | glebius | 2010-10-29 | 1 | -1/+1 |
* | Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, with | will | 2010-08-11 | 1 | -4/+3 |
* | Allow carp(4) to be loaded as a kernel module. Follow precedent set by | will | 2010-08-11 | 1 | -15/+6 |
* | Document the mandatory argument to the arptimer() and | bz | 2010-07-31 | 1 | -5/+3 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -6/+4 |
* | Plug reference leaks in the link-layer code ("new-arp") that previously | bz | 2010-04-11 | 1 | -3/+15 |
* | An existing incomplete ARP entry would expire a subsequent | qingli | 2010-01-05 | 1 | -10/+16 |
* | Avoid NULL dereference in arpresolve. | np | 2010-01-03 | 1 | -2/+2 |
* | Use the correct option name in the preprocessor command to enable | qingli | 2009-10-23 | 1 | -1/+1 |
* | In the ARP callout timer expiration function, the current time_second | qingli | 2009-10-20 | 1 | -9/+9 |
* | This patch fixes the following issues in the ARP operation: | qingli | 2009-10-15 | 1 | -7/+10 |
* | This patch enables the node to respond to ARP requests for | qingli | 2009-09-15 | 1 | -46/+54 |
* | Add arp_update_event. This replaces route_arp_update_event, which | np | 2009-09-08 | 1 | -0/+2 |
* | Add ARP statistics to the kernel and netstat. | gnn | 2009-09-03 | 1 | -6/+25 |
* | In case an upper layer protocol tries to send a packet but the | bz | 2009-09-01 | 1 | -12/+10 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | This patch does the following: | qingli | 2009-07-27 | 1 | -3/+3 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -4/+4 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -48/+22 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -1/+11 |
* | Add missing unlock of if_addr_mtx when an unmatched ARP packet is received. | rwatson | 2009-06-24 | 1 | -0/+1 |
* | In ARP input, more consistently acquire and release ifaddr references. | rwatson | 2009-06-24 | 1 | -2/+14 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -2/+1 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -5/+8 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -0/+2 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -2/+2 |
* | make LLTABLE visible to netinet | kmacy | 2009-04-15 | 1 | -2/+0 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+13 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -2/+12 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -1/+2 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Fix missed unlock and reference drop of lle | kmacy | 2008-12-24 | 1 | -6/+6 |
* | Don't create a bogus ARP entry for 0.0.0.0. | qingli | 2008-12-23 | 1 | -15/+16 |
* | The proxy-arp code was broken and responds to ARP | qingli | 2008-12-19 | 1 | -57/+52 |
* | default to doing lla_lookup with shared afdata lock and returning a | kmacy | 2008-12-17 | 1 | -9/+10 |