summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofnet.c
AgeCommit message (Expand)Author
2003-01-15Zero out the buffer when padding packet to ETHER_MIN_LEN-ETHER_CRC_LENbouyer
2002-10-22in ofnet_read(), interpret returns of either -2 or 0 from OF_read() aschs
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-18use splnet() around the body of ofnet_read(). this is logically thechs
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
2001-11-13add RCSIDslukem
2001-10-20FCS check and padding for minimum size Ethernet packetbillc
2001-08-26Make compile with -Wmissing-prototype -Wstrict-prototypesmatt
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-05-16Nuke dk_establish() from orbit except from those ports which still usethorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-05-04Make this compile again.thorpej
1998-07-05defopt INET, NETATALK.jonathan
1998-06-10Missing include <sys/systm.h>.tv
1998-02-24Several things:mycroft
1998-01-27Make sure the data after the Ethernet header is aligned. (It's beencgd
1998-01-22fix typo: s/max-address/mac-address/cgd
1998-01-12Update for config changes.thorpej
1997-04-28Oops; forgot to GC the last mbuf allocated when out of clusters.mycroft
1997-04-24Fix typo in previous.mycroft
1997-04-24If we fail to allocate a cluster to hold a large packet, simplymycroft
1997-04-16- Update for no __BROKEN_INDIRECT_CONFIG.thorpej
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-10-16Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDBws
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-30PowerPC portws