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
/
pci
/
if_txp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent trashing of the producer index and descriptor counter
mikeb
2017-08-23
1
-7
/
+4
*
Tweak txp to avoid ifq_deq_begin/commit/rollback
mikeb
2017-07-12
1
-47
/
+18
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-3
/
+1
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-2
/
+1
*
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
mpi
2015-12-11
1
-8
/
+5
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-6
/
+7
*
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
-4
/
+5
*
Do not include <net/if_vlan_var.h> when it's not necessary.
mpi
2015-11-14
1
-5
/
+1
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-11
/
+2
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-2
/
+1
*
Convert moar drivers to if_input().
mpi
2015-04-30
1
-15
/
+5
*
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
*
A few last 'easy' #include dedups.
krw
2014-12-06
1
-2
/
+1
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
deraadt
2014-07-13
1
-4
/
+3
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-9
/
+9
*
Instead of comparing the lower and higher addresses of all the multicast
mpi
2013-11-26
1
-17
/
+4
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Don't bother to zero initialize the if_capabilities field first and
brad
2012-12-01
1
-3
/
+2
*
set ifp->if_baudrate with IF_Gbps() / IF_Mbps().
gsoares
2012-11-23
1
-2
/
+2
*
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
henning
2011-04-05
1
-3
/
+3
*
use nitems(); no binary change for drivers that are compiled on amd64.
jasper
2011-04-03
1
-2
/
+2
*
Stop doing shutdown hooks in network drivers where possible. We already
deraadt
2010-09-20
1
-19
/
+1
*
- consistify cfdriver for the ethernet drivers (0 -> NULL)
jasper
2009-08-13
1
-2
/
+2
*
Upgrade to newer firmware needed by some txp(4) variants. Fixes PR 6085.
kettenis
2009-03-24
1
-1
/
+6
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-18
/
+11
*
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
naddy
2008-11-09
1
-3
/
+3
*
Switch the existing TX VLAN hardware support over to having the
naddy
2008-10-16
1
-8
/
+3
*
Convert RX tag stripping to storing the tag in the mbuf header and
naddy
2008-10-16
1
-32
/
+16
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-9
/
+2
*
Introduce the infrastructure required to support hardware VLAN tag
naddy
2008-09-18
1
-2
/
+3
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-3
/
+3
*
IEEE 802.3 Annex 28B.3 explicitly specifies the following relative
brad
2008-09-08
1
-4
/
+4
*
Clear the IFF_RUNNING/IFF_OACTIVE flags and the watchdog timer in
brad
2008-05-31
1
-4
/
+9
*
ANSI function definitions.
brad
2008-05-22
1
-94
/
+43
*
More timeout(9) usage cleaned up.
mk
2008-05-22
1
-3
/
+2
*
Remove unnecessary receive filter call from the attach hook. This is
brad
2008-05-22
1
-3
/
+1
*
Read the MII_ANAR register and get the common denominator ability.
brad
2008-05-22
1
-2
/
+7
*
Remove the "loaded firmware" message from dmesg. Only print something
brad
2008-05-22
1
-2
/
+1
*
Add missing half duplex flags for the media status.
brad
2008-04-03
1
-4
/
+4
*
Do not use m_prepend() directly, always use M_PREPEND() instead.
claudio
2007-04-11
1
-31
/
+32
*
do not check for master/io/mem enables
deraadt
2006-06-29
1
-13
/
+1
*
unknown ioctl is ENOTTY not EINVAL
jason
2006-05-28
1
-2
/
+2
*
coverity, covsmerity: no reason to put an overly complex fix in here in
jason
2006-04-26
1
-4
/
+10
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+3
*
set IFCAP_VLAN_MTU unconditionally.
brad
2006-02-16
1
-2
/
+4
*
Disable hardware vlan decapsulation, but not really. Because of a firmware
camield
2005-06-15
1
-10
/
+29
[next]