summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.h
AgeCommit message (Expand)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.Jun-ichiro itojun Hagino
2003-05-13back out. these changes were not tested. it might come as a surpriseTheo de Raadt
2003-05-13move ethernet protocol type defs into sys/net/, as it is not just for ethernetJun-ichiro itojun Hagino
2002-07-03Change all variables definitions (int foo) in sys/sys/*.h to variableMiod Vallat
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-10Split common code which converts a multicast address to an ethernetChris Cappuccio
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-06-08correctnessChris Cappuccio
2002-05-07move ether_crc32_le to if_ethersubr.c. Add ether_crc32_beNathan Binkert
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-01sync with KAMEKenjiro Cho
2001-06-27introduce the ALTQ queue macros into sys/net files.Kenjiro Cho
2001-06-23Put some constants together and calculate max/min mtu based on those;Federico G. Schwindt
2001-06-09Protect from multiple inclusion.Angelos D. Keromytis
2001-01-19pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).Jun-ichiro itojun Hagino
2000-12-28export arprequest() and make it use ifnet* as the 1st arg; tested; angelos@ okMichael Shalayeff
2000-03-07add ETHERTYPE_8021QChris Cappuccio
2000-02-10add PPPoE Discovery- and Session-Stage ETHERTYPEsJason Wright
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-08-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
1999-08-02Ethernet, not 10 Mb/s EthernetTheo de Raadt
1999-05-16Add support for static ARP entries that cannot be overwritten.Hakan Olsson
1999-01-07ipv6 ethertypeTheo de Raadt
1996-07-27pad for machines that do not pad structs outTheo de Raadt
1996-07-03prototype ethers(3) functions (inside !_KERNEL), pointed out inTheo de Raadt
1996-05-22When sending an ARP request, use the interface address for the route, ratherTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt