summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.h
AgeCommit message (Expand)Author
2012-10-18Move revarp code into #ifdef NFSCLIENT; saving space on some media.Theo de Raadt
2010-02-08arpioctl() is not used sore remove it. Found by Gleydson Soares.Claudio Jeker
2010-01-12Unify the various fake ethernet generators as ether_fakeaddr() whichTheo de Raadt
2009-10-25Get rid of unused macro `la_timer'.Michael Knudsen
2008-11-08fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiomDavid Gwynne
2008-10-31Be way more strict in the number of packets allowed to be queued in theClaudio Jeker
2008-10-30Arpresolve could loose few packets during resolving an ethernetJoerg Goltermann
2008-10-16Kill M_HASFCS, it is not used in OpenBSD. If a ethernet chip returns theClaudio Jeker
2008-04-18extend the if_ethersubr.c crc functions to support updating a runningDamien Miller
2007-05-16count the number of multicast ranges that are kept in the list of multicastDavid Gwynne
2006-06-28No need to add function prototypes twice to a header file.Claudio Jeker
2006-05-28- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.Brad Smith
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2005-03-28add some const to ether_*. remove bonus prototypes this brought out.Ted Unangst
2004-09-23add ETHER_MAX_DIX_LENBrad Smith
2004-07-31- formattingBrad Smith
2004-06-22Add M_LINK0 for net80211; OK markus@ and mcbride@Todd C. Miller
2004-06-16make safe for inclusion in C++ code; ok millert@, deraadt@Christian Weisgerber
2004-05-18if_ether.hBrad Smith
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