summaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
AgeCommit message (Collapse)Author
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
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).
1999-09-01o simpler handling of "forme" packetsJason Wright
o when ~IFF_UP, don't act like a bridge for output either
1999-08-08Fix cases when wanting to communicate with the bridge'Niklas Hallqvist
s remote interfaces, both ARP and local delivery had bugs
1999-08-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
other families than inet.
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
or how much work it would be fix everything that uses AF_UNSPEC.
1997-07-27for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpfTheo de Raadt
uses when it sends packets out. blame tqbf@rdist.org for this fix.
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
1996-05-06if.h was missed from the commit.Michael Shalayeff
if_ethersubr.c: missed variables added.
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-02prettyTheo de Raadt
1996-04-29fix last fix that was unfix for the before previous fix.Michael Shalayeff
that is, redundant ).
1996-04-29fix the wrong changes, so the bcasts will work now ;)Michael Shalayeff
1996-04-28IPX additions and fixes.Michael Shalayeff
ether -- missed the input for IPX. fddi -- just added. ppp -- field codes added. loop -- minor fix.
1996-04-19According to the latest config stuff changes (as for if_ppp.c).Michael Shalayeff
the other stuff is just for IPX support.
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-12-27from netbsd; Avoid extra byte-swapping in average casesTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt