index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
if_ether.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
For virtual Ethernet drivers that don't have a technical limit of the
reyk
2016-11-29
1
-1
/
+6
*
Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved
chris
2016-06-28
1
-1
/
+4
*
Remove some superflous if_get(9)/if_put(9) dances now that ARP input
mpi
2016-05-18
1
-3
/
+3
*
Implement proxy ARP for ART based on mpath support.
mpi
2016-03-30
1
-2
/
+1
*
macros for the null, min, and max vlan ids.
dlg
2016-03-16
1
-2
/
+6
*
move the vlan protocol definitions to the same places as the ethernet ones
dlg
2016-03-14
1
-1
/
+22
*
enm_ac in ether_multi is set but never used. so we dont need it.
dlg
2016-03-01
1
-2
/
+1
*
Get rid of the arp and revarp input queues.
mpi
2016-01-08
1
-15
/
+13
*
Keep all ether prototypes in one place.
mpi
2015-12-09
1
-1
/
+10
*
Merge three #ifdef _KERNEL blocks into one.
mpi
2015-11-24
1
-49
/
+43
*
Sore the index of the interface used for revarp instead of a pointer to
mpi
2015-11-13
1
-2
/
+2
*
RIP arp_ifinit().
mpi
2015-10-27
1
-2
/
+1
*
Introduce if_rtrequest() the successor of ifa_rtrequest().
mpi
2015-10-25
1
-2
/
+2
*
Welcome etheranyaddr, cousin of etherbroadcastaddr.
stsp
2015-09-27
1
-1
/
+2
*
queue revarps to softnet so we can defer processing to a context with
dlg
2015-09-13
1
-3
/
+2
*
Missing prototype change in previous.
mpi
2015-09-10
1
-2
/
+2
*
Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve().
mpi
2015-06-23
1
-2
/
+2
*
replace the use of ifqueues for most input queues serviced by netisr
dlg
2015-04-10
1
-2
/
+2
*
Convert hand-rolled mbuf list used to store packets until ARP
mpi
2015-03-24
1
-12
/
+1
*
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
mpi
2014-12-05
1
-1
/
+4
*
bzero/bcmp -> memset/memcmp. ok matthew
tedu
2014-01-09
1
-4
/
+4
*
hide a bunch of structures (namely arpcom, llinfo_arp, ethernet
mikeb
2013-11-21
1
-4
/
+3
*
Remove unused argument from *rtrequest()
mpi
2013-08-28
1
-2
/
+2
*
Rewrite the function used to determine if we do proxy ARP for one of
mpi
2013-07-04
1
-1
/
+2
*
simple replacement of LIST_END with NULL. ok mpi
tedu
2013-03-22
1
-2
/
+2
*
Move revarp code into #ifdef NFSCLIENT; saving space on some media.
deraadt
2012-10-18
1
-2
/
+4
*
arpioctl() is not used sore remove it. Found by Gleydson Soares.
claudio
2010-02-08
1
-2
/
+1
*
Unify the various fake ethernet generators as ether_fakeaddr() which
deraadt
2010-01-12
1
-1
/
+3
*
Get rid of unused macro `la_timer'.
mk
2009-10-25
1
-2
/
+1
*
fix macros up so they use the do { } while (/* CONSTCOND */ 0) idiom
dlg
2008-11-08
1
-23
/
+23
*
Be way more strict in the number of packets allowed to be queued in the
claudio
2008-10-31
1
-2
/
+2
*
Arpresolve could loose few packets during resolving an ethernet
gollo
2008-10-30
1
-2
/
+6
*
Kill M_HASFCS, it is not used in OpenBSD. If a ethernet chip returns the
claudio
2008-10-16
1
-6
/
+1
*
extend the if_ethersubr.c crc functions to support updating a running
djm
2008-04-18
1
-1
/
+3
*
count the number of multicast ranges that are kept in the list of multicast
dlg
2007-05-16
1
-3
/
+5
*
No need to add function prototypes twice to a header file.
claudio
2006-06-28
1
-6
/
+1
*
- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.
brad
2006-05-28
1
-3
/
+1
*
Use more queue macros rather than doing it by hand; ok otto@ krw@
miod
2006-03-05
1
-6
/
+6
*
add some const to ether_*. remove bonus prototypes this brought out.
tedu
2005-03-28
1
-4
/
+4
*
add ETHER_MAX_DIX_LEN
brad
2004-09-23
1
-1
/
+2
*
- formatting
brad
2004-07-31
1
-5
/
+8
*
Add M_LINK0 for net80211; OK markus@ and mcbride@
millert
2004-06-22
1
-1
/
+6
*
make safe for inclusion in C++ code; ok millert@, deraadt@
naddy
2004-06-16
1
-1
/
+3
*
if_ether.h
brad
2004-05-18
1
-2
/
+13
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
move ETHERTYPE_xx declarations to <net/ethertypes.h>. meets netbsd practice.
itojun
2003-05-14
1
-18
/
+2
*
back out. these changes were not tested. it might come as a surprise
deraadt
2003-05-13
1
-2
/
+18
*
move ethernet protocol type defs into sys/net/, as it is not just for ethernet
itojun
2003-05-13
1
-18
/
+2
*
Change all variables definitions (int foo) in sys/sys/*.h to variable
miod
2002-07-03
1
-5
/
+5
*
spelling; from Brian Poole <raj@cerias.purdue.edu>
todd
2002-06-14
1
-2
/
+2
[next]