summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make ARP do not complain about wrong interface if correct interfaceglebius2005-03-091-7/+14
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-5/+34
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* More fixing of multiple addresses in the same prefix. This time do not trymlaier2004-12-091-2/+20
* Check that rt_mask(rt) is non-NULL before dereferencing it, in thebms2004-10-261-0/+1
* Modify the thrilling "%D is using my IP address %s!" message so thatrwatson2004-10-121-1/+7
* Check flag do_bridge always, even if kernel was compiled withoutglebius2004-09-091-11/+5
* Add a new driver to support IP over firewire. This driver is intended todfr2004-06-131-1/+2
* Another small set of changes to reduce diffs with the new arp code.luigi2004-04-251-31/+18
* remove a stale comment on the behaviour of arpresolveluigi2004-04-251-10/+0
* Start the arp timer at init time.luigi2004-04-251-10/+1
* This commit does two things:luigi2004-04-251-7/+28
* Replace Bcopy with 'the real thing' as in the rest of the file.luigi2004-04-181-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
OpenPOWER on IntegriCloud