| Commit message (Expand) | Author | Age | Files | Lines |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 1 | -0/+4 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | ae | 2013-07-09 | 1 | -5/+8 |
* | Catch up with r238990. LLE_DELETED does not clobber everything else in | np | 2013-07-03 | 1 | -1/+1 |
* | Rate limit the number of remotely triggered ARP log messages | glebius | 2013-05-11 | 1 | -13/+24 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -7/+7 |
* | Fix couple of mbuf leaks in incoming ARP processing. | glebius | 2013-04-25 | 1 | -2/+2 |
* | Fix problem in r238990. The LLE_LINKED flag should be tested prior to | glebius | 2012-12-13 | 1 | -4/+12 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -1/+1 |
* | Provide a sysctl switch that allows to install ARP entries | glebius | 2012-09-03 | 1 | -3/+5 |
* | Fix races between in_lltable_prefix_free(), lla_lookup(), | glebius | 2012-08-02 | 1 | -35/+26 |
* | Some more whitespace cleanup. | glebius | 2012-08-01 | 1 | -9/+9 |
* | 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 |