summaryrefslogtreecommitdiffstats
path: root/sys/netinet/if_ether.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* For virtual Ethernet drivers that don't have a technical limit of thereyk2016-11-291-1/+6
* Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolvedchris2016-06-281-1/+4
* Remove some superflous if_get(9)/if_put(9) dances now that ARP inputmpi2016-05-181-3/+3
* Implement proxy ARP for ART based on mpath support.mpi2016-03-301-2/+1
* macros for the null, min, and max vlan ids.dlg2016-03-161-2/+6
* move the vlan protocol definitions to the same places as the ethernet onesdlg2016-03-141-1/+22
* enm_ac in ether_multi is set but never used. so we dont need it.dlg2016-03-011-2/+1
* Get rid of the arp and revarp input queues.mpi2016-01-081-15/+13
* Keep all ether prototypes in one place.mpi2015-12-091-1/+10
* Merge three #ifdef _KERNEL blocks into one.mpi2015-11-241-49/+43
* Sore the index of the interface used for revarp instead of a pointer tompi2015-11-131-2/+2
* RIP arp_ifinit().mpi2015-10-271-2/+1
* Introduce if_rtrequest() the successor of ifa_rtrequest().mpi2015-10-251-2/+2
* Welcome etheranyaddr, cousin of etherbroadcastaddr.stsp2015-09-271-1/+2
* queue revarps to softnet so we can defer processing to a context withdlg2015-09-131-3/+2
* Missing prototype change in previous.mpi2015-09-101-2/+2
* Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve().mpi2015-06-231-2/+2
* replace the use of ifqueues for most input queues serviced by netisrdlg2015-04-101-2/+2
* Convert hand-rolled mbuf list used to store packets until ARPmpi2015-03-241-12/+1
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+4
* bzero/bcmp -> memset/memcmp. ok matthewtedu2014-01-091-4/+4
* hide a bunch of structures (namely arpcom, llinfo_arp, ethernetmikeb2013-11-211-4/+3
* Remove unused argument from *rtrequest()mpi2013-08-281-2/+2
* Rewrite the function used to determine if we do proxy ARP for one ofmpi2013-07-041-1/+2
* simple replacement of LIST_END with NULL. ok mpitedu2013-03-221-2/+2
* Move revarp code into #ifdef NFSCLIENT; saving space on some media.deraadt2012-10-181-2/+4
* arpioctl() is not used sore remove it. Found by Gleydson Soares.claudio2010-02-081-2/+1
* Unify the various fake ethernet generators as ether_fakeaddr() whichderaadt2010-01-121-1/+3
* Get rid of unused macro `la_timer'.mk2009-10-251-2/+1
* fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiomdlg2008-11-081-23/+23
* Be way more strict in the number of packets allowed to be queued in theclaudio2008-10-311-2/+2
* Arpresolve could loose few packets during resolving an ethernetgollo2008-10-301-2/+6
* Kill M_HASFCS, it is not used in OpenBSD. If a ethernet chip returns theclaudio2008-10-161-6/+1
* extend the if_ethersubr.c crc functions to support updating a runningdjm2008-04-181-1/+3
* count the number of multicast ranges that are kept in the list of multicastdlg2007-05-161-3/+5
* No need to add function prototypes twice to a header file.claudio2006-06-281-6/+1
* - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.brad2006-05-281-3/+1
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-051-6/+6
* add some const to ether_*. remove bonus prototypes this brought out.tedu2005-03-281-4/+4
* add ETHER_MAX_DIX_LENbrad2004-09-231-1/+2
* - formattingbrad2004-07-311-5/+8
* Add M_LINK0 for net80211; OK markus@ and mcbride@millert2004-06-221-1/+6
* make safe for inclusion in C++ code; ok millert@, deraadt@naddy2004-06-161-1/+3
* if_ether.hbrad2004-05-181-2/+13
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.itojun2003-05-141-18/+2
* back out. these changes were not tested. it might come as a surprisederaadt2003-05-131-2/+18
* move ethernet protocol type defs into sys/net/, as it is not just for ethernetitojun2003-05-131-18/+2
* Change all variables definitions (int foo) in sys/sys/*.h to variablemiod2002-07-031-5/+5
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2