summaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
AgeCommit message (Expand)Author
2005-06-08bye bye netns (and a few leftover DECNET bits while here)Henning Brauer
2005-06-07Run vlan_input before bridge_input, and change vlan_input to notCamiel Dobbelaar
2005-06-07do not handle CCITT any longerHenning Brauer
2005-05-24oopsTheo de Raadt
2005-05-24let ramdisks compile again. people -- please always try to compile with your...Theo de Raadt
2005-05-24support trunk stacking (trunks as trunk ports) and some fixesReyk Floeter
2005-05-24initial import of a trunking (link aggregation and link failover)Reyk Floeter
2005-04-25Use ETHERTYPE_VLAN.Brad Smith
2005-01-18Rewriting the lladdr can now be done without using mbuf tags.Marco Pfatschbacher
2004-12-19Make it possible for carp to work on fddi and token ring again.Ryan Thomas McBride
2004-12-17Reorder code in the ethernet output path, and enhance unicast addressChristopher Pascoe
2004-12-10Rename carp_output() to carp_fix_lladdr().Ryan Thomas McBride
2004-12-09Remove shadow variable 'error'. From camield@Ryan Thomas McBride
2004-12-07Convert carp(4) to behave more like a regular interface, much in the sameRyan Thomas McBride
2004-12-07KNFRyan Thomas McBride
2004-11-28In kernel pppoe client, a simple IPv4 only implementation.Can Erkin Acar
2004-10-09sizeof(struct ether_header) -> ETHER_HDR_LENBrad Smith
2004-07-16remove netiso shitz, millert okHenning Brauer
2004-06-26Add a table-driven implementation of ether_crc32_be().Christian Weisgerber
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-04-17add a congestion indicator to if_queue. It is set when the input queueHenning Brauer
2004-02-1518 -> ETHER_ADDR_LEN*3 in ether_sprintf() for clarityAnil Madhavapeddy
2004-01-09fix leak ether_deatch(): if if_free_sadl() is called before if_detach()Markus Friedl
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-10-25"goto bad" on error with carp_input, instead of simply returning.Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-08-18prevent looutput() feedback of broadcast/multicast packets if they areDaniel Hartmeier
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-02-16KNFTheo de Raadt
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2002-09-11KNF - return is not a function.Jun-ichiro itojun Hagino
2002-06-30allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowJun-ichiro itojun Hagino
2002-06-10Split common code which converts a multicast address to an ethernetChris Cappuccio
2002-05-17sync with KAME.Kenjiro Cho
2002-05-07move ether_crc32_le to if_ethersubr.c. Add ether_crc32_beNathan Binkert
2002-02-07Quiet down an annoying message in altq_etherclassify.Artur Grabowski
2001-12-09Use queue.h TAILQ macros instead of accessing members directly.Jason Wright
2001-11-30unifdef OLDIP6OUTPUTJun-ichiro itojun Hagino
2001-10-03M_WAIT in ether_output is wrong. Fix APPLETALK stuff.Artur Grabowski
2001-09-20document why we use random()Theo de Raadt
2001-09-20the use of arc4random() in ether_ifattach() is wrong as randomattach()Peter Galbavy
2001-08-19compile w/out INETJason Wright
2001-07-30use queue.h macrosJason Wright
2001-07-25Initialization of arpcom * based on ifp was too soon: ifp can change asJason Wright
2001-06-27introduce the ALTQ queue macros into sys/net files.Kenjiro Cho
2001-06-24Use ETHER_IS_MULTICAST macro; jason@ ok.Federico G. Schwindt
2001-06-23Add ether_input_mbuf to help us remove the ether_header fromFederico G. Schwindt
2001-06-23Check for bridge loops.Angelos D. Keromytis
2001-06-23Use standard defined macros to access inner ifnet data structure members.Aaron Campbell
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino