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
/
smc83c170.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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().
mpi
2015-05-19
1
-18
/
+6
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
unifdef INET
tedu
2014-12-22
1
-5
/
+1
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
Instead of comparing the lower and higher addresses of all the multicast
mpi
2013-11-26
1
-4
/
+4
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
More cases of shutdown hooks not needed after card is already stopped. In
deraadt
2009-08-10
1
-22
/
+1
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-28
/
+10
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-8
/
+4
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-3
/
+3
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-8
/
+1
*
Remove commented out NetBSD __KERNEL_RCSID macro usage.
brad
2008-05-13
1
-6
/
+1
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+3
*
If i is unsigned then i can wrap in 'for(...; i >= 0; i--)'. Spotted
krw
2005-12-15
1
-7
/
+7
*
Fix error printf()s.
krw
2005-12-15
1
-19
/
+16
*
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
brad
2005-07-02
1
-7
/
+7
*
do not whine if we cannot get mbufs.
brad
2005-06-28
1
-11
/
+3
*
ANSI protos
brad
2005-05-10
1
-54
/
+22
*
- remove commented out header
brad
2005-05-10
1
-67
/
+65
*
Add epic(4) driver which supersedes tx(4).
brad
2005-05-10
1
-0
/
+1608