summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* o Increment requests counter right before send out an ARP query actually.maxim2007-01-141-1/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Save space on stack moving token ring stuff to its own hack block.glebius2006-10-041-2/+3
* Style rev. 1.152.glebius2006-10-041-2/+2
* now that we don't automagicly increase the MTU of host routes, when we copyjmg2006-09-231-1/+3
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-291-1/+1
* Enable proxy ARP answers on any of the bridged interfaces if proxy recordthompsa2006-06-091-3/+6
* Further refine the bridge hack in the arp code. Only do the special arpthompsa2006-03-071-2/+2
* Now that the bridge also processes Ethernet frames as itself, two arp repliesthompsa2006-01-311-2/+4
* Back out of r1.148, it causes two arp replies to be sent with different macthompsa2006-01-291-1/+1
* Include the bridge interface itself in the special arp handling.thompsa2006-01-121-1/+1
* Add a knob to suppress logging of attempts to modifyglebius2005-12-181-6/+11
* Add descriptions for sysctl -d.emaste2005-12-161-5/+5
* Rework ARP retransmission algorythm so that ARP requests areglebius2005-11-081-30/+27
* When bridging is enabled and an ARP request is recieved on a member interface,thompsa2005-10-041-1/+1
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-3/+1
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-7/+7
* - Do not hold route entry lock, when calling arprequest(). One suchglebius2005-09-091-9/+17
* When we have a published ARP entry for some IP address, do reply onglebius2005-08-251-0/+9
* o Fix a race between three threads: output path,glebius2005-08-111-155/+181
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-091-0/+1
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-051-4/+8
* Embrace with #ifdef DEV_CARP carp-related code.glebius2005-03-131-2/+7
OpenPOWER on IntegriCloud