summaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
AgeCommit message (Expand)Author
2000-06-17Ansify before committing my next change.matt
2000-06-14Check the multicast bit in the header mbuf while interrupts are still blocked.mycroft
2000-05-12- Fix a bug in the double-loop version of ether_crc32_le() -- we're not'tthorpej
2000-04-12revisit in6_ifattach().itojun
2000-03-06On second thought, only set a default baudrate for "ethernet" if onethorpej
2000-03-06- Initialize ifp->if_baudrate to a sensible value when the interface isthorpej
2000-02-01First-draft if_detach() implementation, originally from Bill Studnemund,thorpej
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-10-12Fix appletalk over ethernet.matt
1999-09-21Make NETATALK over FDDI.matt
1999-09-15We only need the ether_ipmulticast_min and _max addresses if we have INETis
1999-09-13- Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH.itojun
1999-08-05M_HASCRC -> M_HASFCS, as suggested by Christoph Badura.thorpej
1999-08-04In ether_input(), if M_HASCRC is set, trim the CRC off the packet.thorpej
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-06-17mbuf should be allocated with M_DONTWAIT in ether_output(). This caused panicsbouyer
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-03-10Const poison ether_ifattach().thorpej
1999-03-10Const poison ether_sprintf().thorpej
1998-12-10IPX fixes.christos
1998-10-13Use ETHERTYPE_ATALK instead of ETHERTYPE_AT. The former seems more common.kim
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt ISO TPIP.jonathan
1998-07-05defopt LLCjonathan
1998-07-05defopt CCITT.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-05-04Add IPX bits.christos
1998-04-30In ether_output(), if the socket address family is pseudo_AF_HDRCMPLT,thorpej
1998-04-29Add support for "fast" forwarding. Add hooks in if_ethersubr.c andmatt
1998-04-26remove some register.mrg
1998-03-24register -> register intkleink
1998-03-01Merge with Lite2 + local changesfvdl
1997-10-02Reimplement a test for broadcast addresses advertized, which was left outis
1997-04-03Update for argument change in at_ifawithnetchristos
1997-04-03PR/3444: Erik Bertelsen: Eliminate warnings when -UINETchristos
1997-04-02Add netatalk stubs.christos
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-10-13backout previous kprintf changechristos
1996-10-10- printf -> kprintf, sprintf -> ksprintfchristos
1996-05-07Changed struct ifnet to have a pointer to the softc of the underlyingthorpej
1996-02-13Net prototypeschristos
1995-12-24Avoid extra byte-swapping in average cases.mycroft
1995-12-24Remove old comment regarding trailers.mycroft
1995-09-29Move a #include to outside the #ifdef INET so it will compile withoutphil
1995-08-19Garbage collect useless `off' and `len' variables.mycroft
1995-06-12Various cleanup, including:mycroft
1995-04-07Set if_output in ether_ifattach().mycroft
1995-04-05Make OSI and X.25 work on little-endian machines.mycroft
1995-03-08fixed sized types, where appropriate. when casting pointers tocgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd