summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This main goals of this project are:qingli2008-12-151-514/+228
* in_rtalloc1(9) returns a locked route, so make sure that we usecsjp2008-12-061-4/+4
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-2/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+12
* Remove a useless global static variable.zec2008-10-161-2/+0
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-7/+14
* oops commit the version that compilesjulian2008-09-141-0/+1
* Revert a part of the MRT commit that proved un-needed.julian2008-09-141-6/+15
* Slightly reword comment and remove typos.keramida2008-09-051-3/+3
* fix tiny nti in commentjulian2008-08-311-1/+1
* Fix ARP in bridging scenarios where the bridge shares itsphilip2008-08-181-1/+24
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-10/+11
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-1/+1
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-117/+180
* Don't duplicate the whole of arpresolve to arpresolve 2 for the sakejulian2007-12-311-120/+19
* widen the routing event interface (arp update, redirect, and eventually pmtu ...kmacy2007-12-171-16/+121
* Don't panic in arpresolve if we're given a null mbuf. We couldkmacy2007-12-171-11/+15
* Move arp update upcall to always be called for ARP replies - previous invocationkmacy2007-12-161-4/+4
* add interface for allowing consumers to register for ARP updates,kmacy2007-12-121-1/+8
* For the sake of convenience, print the name of the network interfaceyar2007-12-041-2/+2
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-1/+1
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-1/+1
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-21/+8
* Remove global list of all llinfo_arp entries and use a callout perglebius2007-03-221-50/+23
* Comply with RFC 3927, by forcing ARP replies which contain a sourcebms2007-02-021-1/+13
OpenPOWER on IntegriCloud