| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Some style(9) and whitespace changes. | glebius | 2012-07-31 | 1 | -25/+24 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -1/+12 |
* | Clean up some #endif comments removing from short sections. Add #endif | bz | 2012-01-22 | 1 | -1/+1 |
* | Remove a superfluous INET6 check (no opt_inet6.h included anyway). | bz | 2012-01-20 | 1 | -1/+1 |
* | Make it possible to use alternative source hardware address | glebius | 2012-01-08 | 1 | -10/+19 |
* | Move arprequest() declaration to if_ether.h. | glebius | 2012-01-08 | 1 | -2/+0 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -3/+3 |
* | Don't fallback to a CARP address in BACKUP state. | glebius | 2011-12-29 | 1 | -1/+3 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -20/+12 |
* | Be more informative for "unknown hardware address format" message. | glebius | 2011-11-21 | 1 | -2/+4 |
* | - Reduce severity for all ARP events, that can be triggered from remote | glebius | 2011-11-21 | 1 | -12/+13 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -2/+2 |
* | Add again the checking for log_arp_permanent_modify that was by accident | ae | 2011-07-07 | 1 | -5/+7 |
* | ARP code reuses mbuf from ARP request to make a reply, but it does not | ae | 2011-07-04 | 1 | -0/+1 |
* | Remove a these days incorrect comment left from before new-arp. | bz | 2011-06-18 | 1 | -1/+1 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -1/+2 |
* | 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 |