summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-6/+4
* Plug reference leaks in the link-layer code ("new-arp") that previouslybz2010-04-111-3/+15
* An existing incomplete ARP entry would expire a subsequentqingli2010-01-051-10/+16
* Avoid NULL dereference in arpresolve.np2010-01-031-2/+2
* Use the correct option name in the preprocessor command to enableqingli2009-10-231-1/+1
* In the ARP callout timer expiration function, the current time_secondqingli2009-10-201-9/+9
* This patch fixes the following issues in the ARP operation:qingli2009-10-151-7/+10
* This patch enables the node to respond to ARP requests forqingli2009-09-151-46/+54
* Add arp_update_event. This replaces route_arp_update_event, whichnp2009-09-081-0/+2
* Add ARP statistics to the kernel and netstat.gnn2009-09-031-6/+25
* In case an upper layer protocol tries to send a packet but thebz2009-09-011-12/+10
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* This patch does the following:qingli2009-07-271-3/+3
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-4/+4
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-48/+22
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-1/+11
* Add missing unlock of if_addr_mtx when an unmatched ARP packet is received.rwatson2009-06-241-0/+1
* In ARP input, more consistently acquire and release ifaddr references.rwatson2009-06-241-2/+14
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-2/+1
OpenPOWER on IntegriCloud