summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-5/+8
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+2
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* make LLTABLE visible to netinetkmacy2009-04-151-2/+0
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+13
* First pass at separating per-vnet initializer functionszec2009-04-061-2/+12
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-1/+2
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Fix missed unlock and reference drop of llekmacy2008-12-241-6/+6
* Don't create a bogus ARP entry for 0.0.0.0.qingli2008-12-231-15/+16
* The proxy-arp code was broken and responds to ARPqingli2008-12-191-57/+52
* default to doing lla_lookup with shared afdata lock and returning akmacy2008-12-171-9/+10
* don't unlock lle if it is NULLkmacy2008-12-161-1/+2
OpenPOWER on IntegriCloud