Age | Commit message (Expand) | Author |
2004-12-19 | Make it possible for carp to work on fddi and token ring again. | Ryan Thomas McBride |
2004-12-17 | Reorder code in the ethernet output path, and enhance unicast address | Christopher Pascoe |
2004-12-10 | Rename carp_output() to carp_fix_lladdr(). | Ryan Thomas McBride |
2004-12-09 | Remove shadow variable 'error'. From camield@ | Ryan Thomas McBride |
2004-12-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan Thomas McBride |
2004-12-07 | KNF | Ryan Thomas McBride |
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar |
2004-10-09 | sizeof(struct ether_header) -> ETHER_HDR_LEN | Brad Smith |
2004-07-16 | remove netiso shitz, millert ok | Henning Brauer |
2004-06-26 | Add a table-driven implementation of ether_crc32_be(). | Christian Weisgerber |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-04-17 | add a congestion indicator to if_queue. It is set when the input queue | Henning Brauer |
2004-02-15 | 18 -> ETHER_ADDR_LEN*3 in ether_sprintf() for clarity | Anil Madhavapeddy |
2004-01-09 | fix leak ether_deatch(): if if_free_sadl() is called before if_detach() | Markus Friedl |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-10-25 | "goto bad" on error with carp_input, instead of simply returning. | Ryan Thomas McBride |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride |
2003-08-18 | prevent looutput() feedback of broadcast/multicast packets if they are | Daniel Hartmeier |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-02-16 | KNF | Theo de Raadt |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho |
2002-09-11 | KNF - return is not a function. | Jun-ichiro itojun Hagino |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-06-10 | Split common code which converts a multicast address to an ethernet | Chris Cappuccio |
2002-05-17 | sync with KAME. | Kenjiro Cho |
2002-05-07 | move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be | Nathan Binkert |
2002-02-07 | Quiet down an annoying message in altq_etherclassify. | Artur Grabowski |
2001-12-09 | Use queue.h TAILQ macros instead of accessing members directly. | Jason Wright |
2001-11-30 | unifdef OLDIP6OUTPUT | Jun-ichiro itojun Hagino |
2001-10-03 | M_WAIT in ether_output is wrong. Fix APPLETALK stuff. | Artur Grabowski |
2001-09-20 | document why we use random() | Theo de Raadt |
2001-09-20 | the use of arc4random() in ether_ifattach() is wrong as randomattach() | Peter Galbavy |
2001-08-19 | compile w/out INET | Jason Wright |
2001-07-30 | use queue.h macros | Jason Wright |
2001-07-25 | Initialization of arpcom * based on ifp was too soon: ifp can change as | Jason Wright |
2001-06-27 | introduce the ALTQ queue macros into sys/net files. | Kenjiro Cho |
2001-06-24 | Use ETHER_IS_MULTICAST macro; jason@ ok. | Federico G. Schwindt |
2001-06-23 | Add ether_input_mbuf to help us remove the ether_header from | Federico G. Schwindt |
2001-06-23 | Check for bridge loops. | Angelos D. Keromytis |
2001-06-23 | Use standard defined macros to access inner ifnet data structure members. | Aaron Campbell |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |
2001-06-14 | drop multicast packet from myself, if the interface is !IFF_SIMPLEX. | Jun-ichiro itojun Hagino |
2001-05-28 | add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level sour... | Dug Song |
2001-03-23 | move the vlan and bridge handling around a bit, and make sure the test | Jason Wright |
2001-03-22 | remove vlan_proto variable, replace with ETHERTYPE_8021Q | Jason Wright |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-02-01 | packets received on gif's for local processing can't just fall down the | Jason Wright |
2000-12-12 | Add support for 802.1D spanning tree protocol. | Jason Wright |
2000-10-18 | use llc_snap instead of home grown macros | Jason Wright |
2000-09-07 | if an interface comes up with a bad ethernet address, change it -- | Theo de Raadt |