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
2016-11-29
For virtual Ethernet drivers that don't have a technical limit of the
Reyk Floeter
2016-06-28
Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved
Chris Cappuccio
2016-05-18
Remove some superflous if_get(9)/if_put(9) dances now that ARP input
Martin Pieuchot
2016-03-30
Implement proxy ARP for ART based on mpath support.
Martin Pieuchot
2016-03-16
macros for the null, min, and max vlan ids.
David Gwynne
2016-03-14
move the vlan protocol definitions to the same places as the ethernet ones
David Gwynne
2016-03-01
enm_ac in ether_multi is set but never used. so we dont need it.
David Gwynne
2016-01-08
Get rid of the arp and revarp input queues.
Martin Pieuchot
2015-12-09
Keep all ether prototypes in one place.
Martin Pieuchot
2015-11-24
Merge three #ifdef _KERNEL blocks into one.
Martin Pieuchot
2015-11-13
Sore the index of the interface used for revarp instead of a pointer to
Martin Pieuchot
2015-10-27
RIP arp_ifinit().
Martin Pieuchot
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-09-27
Welcome etheranyaddr, cousin of etherbroadcastaddr.
Stefan Sperling
2015-09-13
queue revarps to softnet so we can defer processing to a context with
David Gwynne
2015-09-10
Missing prototype change in previous.
Martin Pieuchot
2015-06-23
Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve().
Martin Pieuchot
2015-04-10
replace the use of ifqueues for most input queues serviced by netisr
David Gwynne
2015-03-24
Convert hand-rolled mbuf list used to store packets until ARP
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-01-09
bzero/bcmp -> memset/memcmp. ok matthew
Ted Unangst
2013-11-21
hide a bunch of structures (namely arpcom, llinfo_arp, ethernet
Mike Belopuhov
2013-08-28
Remove unused argument from *rtrequest()
Martin Pieuchot
2013-07-04
Rewrite the function used to determine if we do proxy ARP for one of
Martin Pieuchot
2013-03-22
simple replacement of LIST_END with NULL. ok mpi
Ted Unangst
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
[next]