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
/
dev
/
isa
/
if_el.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ansi
jsg
2021-03-07
1
-33
/
+14
*
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
2020-07-10
1
-2
/
+2
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-2
/
+1
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-2
/
+1
*
No trailers has been the default and only option for 20 years, yet some
tedu
2015-12-08
1
-2
/
+2
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-5
/
+5
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
1
-2
/
+1
*
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2015-11-24
1
-2
/
+1
*
arp_ifinit() is no longer needed and almost dead.
mpi
2015-10-25
1
-12
/
+2
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-3
/
+1
*
Convert to if_input().
mpi
2015-05-19
1
-13
/
+4
*
test mbuf pointers against NULL not 0
jsg
2015-05-13
1
-5
/
+5
*
unifdef INET
tedu
2014-12-22
1
-3
/
+1
*
Fewer <netinet/in_systm.h>
mpi
2014-08-11
1
-5
/
+1
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-9
/
+2
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+3
*
network drivers don't need to include bpfdesc.h
tedu
2004-05-12
1
-2
/
+1
*
Pad tx buffer with 0's on minimum sized frames; based on NetBSD.
jason
2003-01-27
1
-2
/
+5
*
First round of __P removal in sys
millert
2002-03-14
1
-15
/
+15
*
ALTQ'ify network drivers.
kjc
2001-06-27
1
-2
/
+3
*
ether_input_mbuf() conversion.
fgsch
2001-06-25
1
-8
/
+2
*
Remove repeated ethernet constants; use if_ether.h for it instead.
fgsch
2001-06-23
1
-5
/
+1
*
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
mickey
2001-02-20
1
-7
/
+1
*
compensate for the test of packet ownership being moved to ether_input()
jason
1999-02-28
1
-16
/
+2
*
sync 0521
deraadt
1996-05-26
1
-2
/
+3
*
if_name/if_unit -> if_xname/if_softc
deraadt
1996-05-10
1
-10
/
+10
*
sync with 0504 -- prototypes and bus.h
deraadt
1996-05-07
1
-5
/
+5
*
add general ether_ioctl call in net/if_ethersubr.c,
mickey
1996-05-05
1
-24
/
+6
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-11
/
+14
*
Fix back wrong patches.
mickey
1996-03-20
1
-2
/
+2
*
Merging w/ NetBSD 021796.
mickey
1996-03-19
1
-2
/
+2
*
From NetBSD: merge of 960217
niklas
1996-03-08
1
-1
/
+2
*
Pass device name to interrupt establish routines so it can be recorded in
tholo
1996-02-20
1
-1
/
+1
*
from netbsd:
deraadt
1995-12-27
1
-8
/
+8
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+708