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