aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r1.152Andrew Thompson2006-07-101-3/+6
* Partial backout. Do not use time_uptime instead of time_second, sinceGleb Smirnoff2006-03-221-7/+7
* MFC r1.151Andrew Thompson2006-03-111-2/+2
* MFC r1.150, do not send two ARP replies if the bridge has an address.Andrew Thompson2006-02-031-2/+4
* InstaMFC:Andrew Thompson2006-01-291-1/+1
* MFC r1.148:Andrew Thompson2006-01-191-1/+1
* MFC:Gleb Smirnoff2005-12-281-6/+11
* Previous commit merged 1.145 and _a part of_ 1.142, and this partGleb Smirnoff2005-11-261-4/+4
* MFC 1.145:Gleb Smirnoff2005-11-251-31/+28
* MFC r1.144Andrew Thompson2005-10-071-1/+1
* MFC 1.141:Gleb Smirnoff2005-09-131-9/+17
* MFC 1.140:Gleb Smirnoff2005-08-291-0/+9
* MFC 1.139, that closes several races in ARP code. See originalGleb Smirnoff2005-08-181-154/+181
* 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
* Remove interface type specific code from arprequest(), and in_arpinput().Matthew N. Dodd2004-03-211-111/+19
* De-register.Matthew N. Dodd2004-03-141-22/+22
* I didn't notice it right away, but check the right length too.Ruslan Ermilov2003-12-231-1/+1
* Fix a problem introduced in revision 1.84: m_pullup() does notRuslan Ermilov2003-12-231-5/+7
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFSam Leffler2003-11-081-1/+1
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-11/+10
* Overhaul routing table entry cleanup by introducing a new rtexpungeSam Leffler2003-10-301-8/+3
* Locking for updates to routing table entries. Each rtentry gets a mutexSam Leffler2003-10-041-32/+53
* Shorten 'bad gateway' AF_LINK message.Bruce M Simpson2003-10-031-1/+1
* Make arp_rtrequest()'s 'bad gateway' messages slightly more informative,Bruce M Simpson2003-10-031-1/+4
* Only delete the route if arplookup() tried to create it. Do not deleteBruce M Simpson2003-10-031-8/+13
* By popular demand, added the "static ARP" per-interface option.Ruslan Ermilov2003-10-011-2/+4
* Fix a logic error in the check to see if arplookup() should free the route.Bruce M Simpson2003-09-241-2/+1
* Fix a bug in arplookup(), whereby a hostile party on a locallyBruce M Simpson2003-09-231-6/+14
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-42/+31
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Avoid multiply for preemptive arp calculation since it hits everyOrion Hodson2003-02-081-6/+7
* MFS 1.64.2.22: Re-enable non pre-emptive ARP requests.Orion Hodson2003-02-041-14/+15