summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.c
AgeCommit message (Expand)Author
2003-11-07Clean up carp_iamatch() behaviour so we don't reply to arp requests whenRyan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-09-24on-link DoS by bogus ARP. reported by appleJun-ichiro itojun Hagino
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-17don't send ARP for secondary IPv4 addresses, treat them as local.Jun-ichiro itojun Hagino
2003-05-04Free mbuf when dropping invalid ARP with ar_hrd != ARPHRD_ETHER, insteadDaniel Hartmeier
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-06-09support published arp entries again. PR 2635 (confirmed by submitter).Jun-ichiro itojun Hagino
2002-06-09typoJun-ichiro itojun Hagino
2002-06-09force FDDI link MTU be FDDI IPv4 MTU. PR 2714. jason okJun-ichiro itojun Hagino
2002-06-07Use LIST macros instead of accessing field members directly; jason@ okAaron Campbell
2002-03-27suppress "duplicate IP" message when booting machines with no initial IP.Ian Darwin
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-26Cut/pasto: don't forget to scan for the source addressJason Wright
2002-02-15Clean up arpinput (based on similiar changes in NetBSD), also be sure toJason Wright
2001-12-08style: Use queue.h macro's for list traversal, convert several (&thing)->fooJason Wright
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-07-08Remove static from func declsNiklas Hallqvist
2001-06-09Less aggressive include cleanup, so it won't piss of Theo again (one hopes)Angelos D. Keromytis
2001-06-08it is nice if the kernel compilesTheo de Raadt
2001-06-08Cut down on include files.Angelos D. Keromytis
2001-05-15Accept ARP packet coming from bridge interface without IP addressGrigoriy Orlov
2001-02-06allow changing number of loopbacks in ukc.Michael Shalayeff
2001-02-05with a bunch of encapsulation layers, eg. (IPsec+IP+EtherIP+ether_header),Jason Wright
2001-01-19pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).Jun-ichiro itojun Hagino
2000-12-28export arprequest() and make it use ifnet* as the 1st arg; tested; angelos@ okMichael Shalayeff
2000-11-27Style. Parts of xcast handling needs more thought. (provos@ ok)Hakan Olsson
2000-11-27Be more careful with ARP. Fix PR#1490. From gluk@ptci.ruHakan Olsson
2000-06-22Convert arptimer to new timeouts.Artur Grabowski
2000-06-20Remove static from arptimer so that "show callout" in ddb shows the rightArtur Grabowski
2000-03-17remove multiple function declarations.Artur Grabowski
1999-11-10Fix typo in printfChris Cappuccio
1999-08-08Fix cases when wanting to communicate with the bridge'Niklas Hallqvist
1999-08-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
1999-08-02Ethernet, not 10 Mb/s EthernetTheo de Raadt
1999-07-18Prevent host on one interface from overwriting ARP route entry for aHakan Olsson
1999-05-16Add support for static ARP entries that cannot be overwritten.Hakan Olsson
1999-03-13indentTheo de Raadt
1997-09-28more \n in log()Theo de Raadt
1997-08-01when family is AF_UNSPEC,flipk
1997-07-24do not ignore IFF_NOARPTheo de Raadt
1997-07-21make this compile until niklas fixes the boo-booTheo de Raadt
1997-02-11IPF 1.3.7kstailey
1996-05-22When sending an ARP request, use the interface address for the route, ratherTheo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1996-01-06one more inet_ntoa() improvementTheo de Raadt
1995-11-28add inet_ntoa() to the kernel. use it to log nicer messages. idea from freebsdTheo de Raadt