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
/
mtd8xx.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
-2
/
+1
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-6
/
+7
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-7
/
+1
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-10
/
+8
*
Now that if_input() set the receiving interface pointer on mbufs for us
mpi
2015-04-13
1
-2
/
+2
*
Convert to if_input().
mpi
2015-04-08
1
-7
/
+6
*
unifdef INET
tedu
2014-12-22
1
-5
/
+1
*
Have foo_init() call foo_reset() to reset the chip to a known state
brad
2014-12-08
1
-3
/
+6
*
reduce the amount of pci includes
jsg
2014-09-06
1
-2
/
+1
*
Instead of comparing the lower and higher addresses of all the multicast
mpi
2013-11-26
1
-7
/
+6
*
get rid of the copy argument in m_devget that let you provide an
dlg
2013-08-21
1
-3
/
+2
*
Remove setting an initial assumed baudrate upon driver attach which is not
brad
2012-11-29
1
-2
/
+1
*
remove some unnecessary casts. ok blambert deraadt kettenis matthew
tedu
2011-06-21
1
-5
/
+3
*
BUS_DMA_ZERO instead of alloc, map, bzero.
oga
2010-05-19
1
-3
/
+2
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-23
/
+8
*
Change m_devget()'s outdated and unused "offset" argument: It is
naddy
2008-10-14
1
-4
/
+3
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-8
/
+3
*
typos; ok jmc@
martynas
2007-11-26
1
-2
/
+2
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+3
*
Remove superfluous statement-ending semi-colons. i.e., "return foo;;" should
aaron
2005-11-19
1
-2
/
+2
*
splimp -> splnet
brad
2005-11-07
1
-3
/
+3
*
set IFCAP_VLAN_MTU and do not whine if we cannot get mbufs
brad
2005-07-02
1
-8
/
+4
*
make sure interface is in RUNNING state before touching the multicast filters
brad
2005-01-15
1
-2
/
+3
*
Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN
brad
2004-09-28
1
-2
/
+2
*
don't need to set ifp->if_mtu or ifp->if_output in each driver,
brad
2004-09-23
1
-3
/
+1
*
Make multicast ranges work.
mcbride
2004-06-05
1
-1
/
+6
*
use ETHER_ALIGN
brad
2004-05-26
1
-4
/
+4
*
Defined behavior.
espie
2003-11-17
1
-5
/
+5
*
typos from Tom Cosgrove;
jmc
2003-10-21
1
-2
/
+2
*
update fom form@ including support for 891 chips and more
mickey
2003-09-25
1
-0
/
+1103