summaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
AgeCommit message (Expand)Author
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
2001-06-14drop multicast packet from myself, if the interface is !IFF_SIMPLEX.Jun-ichiro itojun Hagino
2001-05-28add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level sour...Dug Song
2001-03-23move the vlan and bridge handling around a bit, and make sure the testJason Wright
2001-03-22remove vlan_proto variable, replace with ETHERTYPE_8021QJason Wright
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-01packets received on gif's for local processing can't just fall down theJason Wright
2000-12-12Add support for 802.1D spanning tree protocol.Jason Wright
2000-10-18use llc_snap instead of home grown macrosJason Wright
2000-09-07if an interface comes up with a bad ethernet address, change it --Theo de Raadt
2000-06-02vlan was consuming all vlan frames before they had a chance to be bridged.Jason Wright
2000-06-02On input if the packet matches one of the member interface MAC addresses,Jason Wright
2000-04-26if_vlan from FreeBSD and a few modificationsChris Cappuccio
2000-02-07fix include file path related to ip6.Jun-ichiro itojun Hagino
2000-01-11Remove unneeded loout call that uses ipx_thishost.Federico G. Schwindt
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-09-01o simpler handling of "forme" packetsJason Wright
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-02-26Ethernet bridge/IP firewall driver.Jason Wright
1999-01-08inet6 support; NRL/cmetzTheo de Raadt
1998-07-07htons(ETHERTYPE_IPX)ryker
1998-02-03bad types; wileyc@sekiya.twics.co.jpTheo de Raadt
1997-09-27undo previous AF_UNSPEC change. analyze two alternatives: AF_SOMETHINGNEW,Theo de Raadt
1997-07-27for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpfTheo de Raadt
1997-07-24do not ignore IFF_NOARPTheo de Raadt
1997-07-23define ETHERTYPE_IPXMichael Shalayeff
1997-07-23make it compile w/o NETATALK definedMichael Shalayeff
1997-07-23A block of code from the last commit was not #ifdef NETATALK.denny
1997-07-23AppleTalk support based on netatalk-1.4a2 and FreeBSD.denny
1997-01-26Don't examine an mbuf after it has been released; from Andreas GunnarssonThorsten Lockert
1997-01-02accept llc/snap packets; still cannot send them...Theo de Raadt
1996-12-19do SIOCGIFADDRMichael Shalayeff
1996-12-19treat only ether II type packets for ipx.Michael Shalayeff
1996-06-02removed an unused variableNiklas Hallqvist
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-06fix includes for x25/llc.Michael Shalayeff