aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-0/+2
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* make LLTABLE visible to netinetKip Macy2009-04-151-2/+0
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+13
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-2/+12
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-1/+2
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Fix missed unlock and reference drop of lleKip Macy2008-12-241-6/+6
* Don't create a bogus ARP entry for 0.0.0.0.Qing Li2008-12-231-15/+16
* The proxy-arp code was broken and responds to ARPQing Li2008-12-191-55/+50
* default to doing lla_lookup with shared afdata lock and returning aKip Macy2008-12-171-9/+10
* don't unlock lle if it is NULLKip Macy2008-12-161-1/+2
* This main goals of this project are:Qing Li2008-12-151-513/+227
* in_rtalloc1(9) returns a locked route, so make sure that we useChristian S.J. Peron2008-12-061-4/+4
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+2
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-2/+2
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-5/+12
* Remove a useless global static variable.Marko Zec2008-10-161-2/+0
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-7/+14
* oops commit the version that compilesJulian Elischer2008-09-141-0/+1
* Revert a part of the MRT commit that proved un-needed.Julian Elischer2008-09-141-6/+15
* Slightly reword comment and remove typos.Giorgos Keramidas2008-09-051-3/+3
* fix tiny nti in commentJulian Elischer2008-08-311-1/+1
* Fix ARP in bridging scenarios where the bridge shares itsPhilip Paeps2008-08-181-1/+24
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-10/+11
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyRobert Watson2008-07-041-1/+1
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-117/+180
* Don't duplicate the whole of arpresolve to arpresolve 2 for the sakeJulian Elischer2007-12-311-120/+19
* widen the routing event interface (arp update, redirect, and eventually pmtu ...Kip Macy2007-12-171-16/+121
* Don't panic in arpresolve if we're given a null mbuf. We couldKip Macy2007-12-171-11/+15
* Move arp update upcall to always be called for ARP replies - previous invocationKip Macy2007-12-161-4/+4
* add interface for allowing consumers to register for ARP updates,Kip Macy2007-12-121-1/+8
* For the sake of convenience, print the name of the network interfaceYaroslav Tykhiy2007-12-041-2/+2
* Move towards more explicit support for various network protocol stacksRobert Watson2007-10-281-1/+1
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asRobert Watson2007-10-261-1/+1
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-1/+3
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-101-21/+8
* Remove global list of all llinfo_arp entries and use a callout perGleb Smirnoff2007-03-221-50/+23
* Comply with RFC 3927, by forcing ARP replies which contain a sourceBruce M Simpson2007-02-021-1/+13
* o Increment requests counter right before send out an ARP query actually.Maxim Konovalov2007-01-141-1/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Save space on stack moving token ring stuff to its own hack block.Gleb Smirnoff2006-10-041-2/+3
* Style rev. 1.152.Gleb Smirnoff2006-10-041-2/+2
* now that we don't automagicly increase the MTU of host routes, when we copyJohn-Mark Gurney2006-09-231-1/+3
* There is a consensus that ifaddr.ifa_addr should never be NULL,Yaroslav Tykhiy2006-06-291-1/+1
* Enable proxy ARP answers on any of the bridged interfaces if proxy recordAndrew Thompson2006-06-091-3/+6
* Further refine the bridge hack in the arp code. Only do the special arpAndrew Thompson2006-03-071-2/+2
* Now that the bridge also processes Ethernet frames as itself, two arp repliesAndrew Thompson2006-01-311-2/+4
* Back out of r1.148, it causes two arp replies to be sent with different macAndrew Thompson2006-01-291-1/+1
* Include the bridge interface itself in the special arp handling.Andrew Thompson2006-01-121-1/+1