aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-0/+5
* Solve the 'unregistered netisr 18' information notice with a sledgehammer.Peter Wemm2002-06-201-4/+7
* Reset token-ring source routing control field on receipt of ethernet frameKelly Yancey2002-05-151-0/+1
* Move ISO88025 source routing information into sockaddr_dl's sdl_dataKelly Yancey2002-05-071-8/+7
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Send periodic ARP requests when ARP entries for hosts we are sendingOrion Hodson2002-03-201-0/+15
* Remove __P.Alfred Perlstein2002-03-191-9/+9
* Minor style fix.Jonathan Lemon2001-12-131-2/+2
* Fixed remotely exploitable DoS in arpresolve().Ruslan Ermilov2001-12-051-1/+3
* If we are bridging, fall back to using any inet address in the system,Jonathan Lemon2001-10-251-4/+9
* Only examine inet addresses of the interface. This was broken in r1.83,Jonathan Lemon2001-10-201-2/+4
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.Ruslan Ermilov2001-10-171-3/+3
* bring in ARP support for variable length link level addressesMax Khon2001-10-141-99/+155
* Add a hash table that contains the list of internet addresses, and useJonathan Lemon2001-09-291-17/+24
* Fix sysctl comment field, s/the the/then theAlfred Perlstein2001-09-041-1/+1
* Allow disabling of "arp moved" messages.Alfred Perlstein2001-09-031-6/+12
* Do not perform arp send/resolve on an interface marked NOARP.Jonathan Lemon2001-06-151-1/+9
* Add a missing m_pullup() before a mtod() in in_arpinput().Yaroslav Tykhiy2001-03-271-0/+6
* Sync with the bridge/dummynet/ipfw code already tested in stable.Luigi Rizzo2001-02-101-9/+4
* Fix bad patch from a few days ago. It broke some bridging.Julian Elischer2001-02-051-9/+10
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-3/+3
* Make the code act the same in the case of BRIDGE being defined, but notJulian Elischer2001-02-031-16/+26
* provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow oneAlfred Perlstein2001-01-061-0/+7
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-1/+12
* Extra sanity check when arp proxyall is enabled. Don't send an arpDavid Malone2000-07-131-0/+26
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* PR: kern/17872Wes Peters2000-04-111-10/+3
* Peter Johnson found another log() call without a trailing newline.Joerg Wunsch2000-03-291-1/+1
* Added two missing newlines in calls to log(9).Joerg Wunsch2000-03-281-2/+2
* Fix parens in m_pullup() line in arp handling code. The code wasMatthew Dillon2000-03-231-1/+1
* o Replace most magic numbers related to token ring with #definesLarry Lile2000-03-191-30/+31
* The function arpintr() incorrectly checks m->m_len to detect incompleteRobert Watson2000-03-111-13/+36
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-3/+1
* Append missing newline to log() message for permanent ARP modificationSheldon Hearn1999-10-181-1/+1
* Re-arrange the arp code so that fddi arps work properly.Larry Lile1999-09-161-29/+46
* It is much easier to arp if you don't truncate your arp-reply's.Larry Lile1999-08-281-11/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-2/+3
* Better handling for ARP/source routing on Token RingEivind Eklund1999-04-151-8/+16
* Submitted by: Larry LileJulian Elischer1999-03-101-16/+79
* arprequest() allocates an mbuf with m_gethdr() but does not initializeBill Paul1999-03-041-1/+2
* World, I'd like you to meet the first FreeBSD token Ring driver.Julian Elischer1999-02-201-3/+8
* * Change sysctl from using linker_set to construct its tree using SLISTs.Doug Rabson1999-02-161-1/+3
* Fix bug in last commit (la was used uninitialized if no route was passed in).Bill Fenner1999-01-191-2/+2
* If arpresolve() gets passed a route with a null llinfo, callBill Fenner1999-01-181-2/+2
* Remove check from where arp replies are coming from -- when doing bridging,Luigi Rizzo1999-01-101-1/+3
* Last bits (i think) of dummynet for -current.Luigi Rizzo1998-12-141-1/+11
* Prevent modification of permanent ARP entries (PR kern/7649)Bill Fenner1998-09-171-4/+21
* Go through the loopback code with a broom..Julian Elischer1998-06-121-10/+10