summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* Importing pfSense patch carp_correct_mac.diffRenato Botelho2015-08-171-2/+29
* MFC r284512: Properly handle locking on the ARP protocol request sending.eri2015-06-241-3/+12
* MFC r279730:ae2015-03-141-2/+2
* MFC of r278472rrs2015-02-151-2/+20
* MFC r263779asomers2014-06-061-2/+2
* MFC r260151 (by adrian):ae2014-01-101-4/+4
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-0/+4
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-091-5/+8
* Catch up with r238990. LLE_DELETED does not clobber everything else innp2013-07-031-1/+1
* Rate limit the number of remotely triggered ARP log messagesglebius2013-05-111-13/+24
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-7/+7
* Fix couple of mbuf leaks in incoming ARP processing.glebius2013-04-251-2/+2
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toglebius2012-12-131-4/+12
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Provide a sysctl switch that allows to install ARP entriesglebius2012-09-031-3/+5
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-021-35/+26
* Some more whitespace cleanup.glebius2012-08-011-9/+9
* Some style(9) and whitespace changes.glebius2012-07-311-25/+24
* - Updated TOE support in the kernel.np2012-06-191-1/+12
* Clean up some #endif comments removing from short sections. Add #endifbz2012-01-221-1/+1
* Remove a superfluous INET6 check (no opt_inet6.h included anyway).bz2012-01-201-1/+1
* Make it possible to use alternative source hardware addressglebius2012-01-081-10/+19
* Move arprequest() declaration to if_ether.h.glebius2012-01-081-2/+0
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-3/+3
* Don't fallback to a CARP address in BACKUP state.glebius2011-12-291-1/+3
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-20/+12
* Be more informative for "unknown hardware address format" message.glebius2011-11-211-2/+4
* - Reduce severity for all ARP events, that can be triggered from remoteglebius2011-11-211-12/+13
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-2/+2
* Add again the checking for log_arp_permanent_modify that was by accidentae2011-07-071-5/+7
* ARP code reuses mbuf from ARP request to make a reply, but it does notae2011-07-041-0/+1
* Remove a these days incorrect comment left from before new-arp.bz2011-06-181-1/+1
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-1/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* When matching an incoming ARP against a bridge, ensure both interfaces belongthompsa2011-01-251-2/+2
* Un-break the build: use the correct format specifier for sizeof()csjp2011-01-121-1/+1
* Fix several bugs in the ARP code related to improperly formattedgnn2011-01-121-1/+16
* Fix a memory leak in ARP queues.gnn2011-01-071-2/+1
* Adjust ARP hold queue locking.gnn2011-01-071-2/+3
* Use time_uptime instead of non-monotonic time_second to drive ARPglebius2010-11-301-5/+5
* After some off-list discussion, revert a number of changes to thedim2010-11-221-5/+5
* Remove an apparently redundant CURVNET_SET() / CURVNET_RESTORE() pair.zec2010-11-221-2/+0
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-5/+5
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-121-17/+56
* Don't leak the LLE lock if the arptimer callout is pending or inactive.jhb2010-11-021-3/+3
* Remove meaningless XXXXX, that is a remain of comment, removed in r186200.glebius2010-10-291-2/+0
* Revert a small part of the r198301, that is entirely unrelated to theglebius2010-10-291-1/+1
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-111-4/+3
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-15/+6
* Document the mandatory argument to the arptimer() andbz2010-07-311-5/+3
OpenPOWER on IntegriCloud