aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a knob to suppress logging of attempts to modifyGleb Smirnoff2005-12-181-6/+11
* Add descriptions for sysctl -d.Ed Maste2005-12-161-5/+5
* Rework ARP retransmission algorythm so that ARP requests areGleb Smirnoff2005-11-081-30/+27
* When bridging is enabled and an ARP request is recieved on a member interface,Andrew Thompson2005-10-041-1/+1
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-3/+1
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseAndre Oppermann2005-09-191-7/+7
* - Do not hold route entry lock, when calling arprequest(). One suchGleb Smirnoff2005-09-091-9/+17
* When we have a published ARP entry for some IP address, do reply onGleb Smirnoff2005-08-251-0/+9
* o Fix a race between three threads: output path,Gleb Smirnoff2005-08-111-155/+181
* In preparation for fixing races in ARP (and probably in otherGleb Smirnoff2005-08-091-0/+1
* Add hooks into the networking layer to support if_bridge. This changes structAndrew Thompson2005-06-051-4/+8
* Embrace with #ifdef DEV_CARP carp-related code.Gleb Smirnoff2005-03-131-2/+7
* Make ARP do not complain about wrong interface if correct interfaceGleb Smirnoff2005-03-091-7/+14
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-5/+34
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* More fixing of multiple addresses in the same prefix. This time do not tryMax Laier2004-12-091-2/+20
* Check that rt_mask(rt) is non-NULL before dereferencing it, in theBruce M Simpson2004-10-261-0/+1
* Modify the thrilling "%D is using my IP address %s!" message so thatRobert Watson2004-10-121-1/+7
* Check flag do_bridge always, even if kernel was compiled withoutGleb Smirnoff2004-09-091-11/+5
* Add a new driver to support IP over firewire. This driver is intended toDoug Rabson2004-06-131-1/+2
* Another small set of changes to reduce diffs with the new arp code.Luigi Rizzo2004-04-251-31/+18
* remove a stale comment on the behaviour of arpresolveLuigi Rizzo2004-04-251-10/+0
* Start the arp timer at init time.Luigi Rizzo2004-04-251-10/+1
* This commit does two things:Luigi Rizzo2004-04-251-7/+28
* Replace Bcopy with 'the real thing' as in the rest of the file.Luigi Rizzo2004-04-181-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* + arpresolve(): remove an unused argumentLuigi Rizzo2004-04-041-7/+2
* - Fix indentation lost by 'diff -b'.Matthew N. Dodd2004-03-211-5/+4