index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
if_ether.h
Age
Commit message (
Expand
)
Author
2012-10-18
Move revarp code into #ifdef NFSCLIENT; saving space on some media.
Theo de Raadt
2010-02-08
arpioctl() is not used sore remove it. Found by Gleydson Soares.
Claudio Jeker
2010-01-12
Unify the various fake ethernet generators as ether_fakeaddr() which
Theo de Raadt
2009-10-25
Get rid of unused macro `la_timer'.
Michael Knudsen
2008-11-08
fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom
David Gwynne
2008-10-31
Be way more strict in the number of packets allowed to be queued in the
Claudio Jeker
2008-10-30
Arpresolve could loose few packets during resolving an ethernet
Joerg Goltermann
2008-10-16
Kill M_HASFCS, it is not used in OpenBSD. If a ethernet chip returns the
Claudio Jeker
2008-04-18
extend the if_ethersubr.c crc functions to support updating a running
Damien Miller
2007-05-16
count the number of multicast ranges that are kept in the list of multicast
David Gwynne
2006-06-28
No 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-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2005-03-28
add some const to ether_*. remove bonus prototypes this brought out.
Ted Unangst
2004-09-23
add ETHER_MAX_DIX_LEN
Brad Smith
2004-07-31
- formatting
Brad Smith
2004-06-22
Add M_LINK0 for net80211; OK markus@ and mcbride@
Todd C. Miller
2004-06-16
make safe for inclusion in C++ code; ok millert@, deraadt@
Christian Weisgerber
2004-05-18
if_ether.h
Brad Smith
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-14
move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.
Jun-ichiro itojun Hagino
2003-05-13
back out. these changes were not tested. it might come as a surprise
Theo de Raadt
2003-05-13
move ethernet protocol type defs into sys/net/, as it is not just for ethernet
Jun-ichiro itojun Hagino
2002-07-03
Change all variables definitions (int foo) in sys/sys/*.h to variable
Miod Vallat
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-06-10
Split common code which converts a multicast address to an ethernet
Chris Cappuccio
2002-06-09
whitespace
Jun-ichiro itojun Hagino
2002-06-08
correctness
Chris Cappuccio
2002-05-07
move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be
Nathan Binkert
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-01
sync with KAME
Kenjiro Cho
2001-06-27
introduce the ALTQ queue macros into sys/net files.
Kenjiro Cho
2001-06-23
Put some constants together and calculate max/min mtu based on those;
Federico G. Schwindt
2001-06-09
Protect from multiple inclusion.
Angelos D. Keromytis
2001-01-19
pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).
Jun-ichiro itojun Hagino
2000-12-28
export arprequest() and make it use ifnet* as the 1st arg; tested; angelos@ ok
Michael Shalayeff
2000-03-07
add ETHERTYPE_8021Q
Chris Cappuccio
2000-02-10
add PPPoE Discovery- and Session-Stage ETHERTYPEs
Jason Wright
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-08-08
Support detaching of network interfaces. Still work to do in ipf, and
Niklas Hallqvist
1999-08-02
Ethernet, not 10 Mb/s Ethernet
Theo de Raadt
1999-05-16
Add support for static ARP entries that cannot be overwritten.
Hakan Olsson
1999-01-07
ipv6 ethertype
Theo de Raadt
1996-07-27
pad for machines that do not pad structs out
Theo de Raadt
1996-07-03
prototype ethers(3) functions (inside !_KERNEL), pointed out in
Theo de Raadt
1996-05-22
When sending an ARP request, use the interface address for the route, rather
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt