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
/
ic
/
lemac.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-3
/
+1
*
No trailers has been the default and only option for 20 years, yet some
tedu
2015-12-08
1
-6
/
+2
*
Network drivers should not include <net/route.h> or <net/netisr.h>
mpi
2015-11-25
1
-2
/
+1
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-6
/
+6
*
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
*
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
dlg
2015-11-20
1
-3
/
+5
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-10
/
+1
*
Make room for media types of the future. Extend the ifmedia word to 64 bits.
stsp
2015-09-11
1
-2
/
+2
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-2
/
+1
*
Convert to if_input(); ok mpi@
miod
2015-04-06
1
-36
/
+23
*
unifdef INET
tedu
2014-12-22
1
-5
/
+1
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
deraadt
2014-07-08
1
-5
/
+1
*
Instead of comparing the lower and higher addresses of all the multicast
mpi
2013-11-26
1
-7
/
+9
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
This does not need a shutdown function either (though the equilevant
deraadt
2009-08-10
1
-7
/
+1
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-30
/
+9
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-8
/
+2
*
Correctly computed the mac address checksum on big-endian platforms.
miod
2006-04-16
1
-1
/
+13
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+3
*
register offsets [against bh] are expected bus_size_t and not bus_addr_t
mickey
2005-11-14
1
-5
/
+5
*
remove netns crud.
henning
2005-06-08
1
-24
/
+1
*
make sure interface is in RUNNING state before touching the multicast filters
brad
2005-01-15
1
-2
/
+3
*
array for multicast filter intialization mismatches. millert ok
itojun
2003-10-30
1
-2
/
+6
*
typos from Tom Cosgrove;
jmc
2003-10-21
1
-3
/
+3
*
move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be
nate
2002-05-07
1
-28
/
+1
*
Accept ethernet broadcasts too :-) This patch contains a copy of
niklas
2002-02-25
1
-4
/
+29
*
On my 10th wedding anniversary I am celebrating by
niklas
2001-07-13
1
-0
/
+1111