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_nge.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-12
1
-2
/
+2
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-6
/
+6
*
Argument order fix for MCLGETI.
kevlo
2019-09-25
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
*
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
*
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
dlg
2015-11-20
1
-3
/
+4
*
Do not include <net/if_vlan_var.h> when it's not necessary.
mpi
2015-11-14
1
-6
/
+1
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-11
/
+2
*
More ifmedia64 fallout; that should be the last.
miod
2015-09-12
1
-2
/
+3
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-3
/
+1
*
Now that if_input() set the receiving interface pointer on mbufs for us
mpi
2015-04-13
1
-3
/
+2
*
Convert to if_input().
mpi
2015-04-08
1
-11
/
+5
*
unifdef INET
tedu
2014-12-22
1
-5
/
+1
*
replace the custom jumbo allocator with MCLGETI.
dlg
2014-08-20
1
-183
/
+3
*
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
-6
/
+4
*
- ansify some function definitions
brad
2013-11-18
1
-99
/
+37
*
Use %z* for size_t
sf
2013-10-01
1
-3
/
+3
*
get rid of the copy argument in m_devget that let you provide an
dlg
2013-08-21
1
-2
/
+2
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Remove setting an initial assumed baudrate upon driver attach which is not
brad
2012-11-29
1
-2
/
+1
*
Convert a number of old private copies of code which predates
deraadt
2012-10-18
1
-31
/
+2
*
kill a few more casts that aren't helpful. ok krw miod
tedu
2011-06-22
1
-6
/
+6
*
Stop doing shutdown hooks in network drivers where possible. We already
deraadt
2010-09-20
1
-16
/
+1
*
BUS_DMA_ZERO instead of alloc, map, bzero.
oga
2010-05-19
1
-3
/
+3
*
- consistify cfdriver for the ethernet drivers (0 -> NULL)
jasper
2009-08-13
1
-2
/
+2
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-19
/
+10
*
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
naddy
2008-11-09
1
-3
/
+3
*
#if NVLAN > 0 in one more spot.
brad
2008-10-28
1
-2
/
+4
*
Implement a workaround for stupid hw when using VLAN stripping. Frames
brad
2008-10-28
1
-4
/
+18
*
Don't need NVLAN > 0 checks around this code.
brad
2008-10-28
1
-5
/
+1
*
Re-add support TX VLAN tag insertion and RX VLAN tag stripping.
brad
2008-10-28
1
-3
/
+20
*
Switch the existing TX VLAN hardware support over to having the
naddy
2008-10-16
1
-10
/
+3
*
Second pass of simple timeout_add -> timeout_add_sec conversions
blambert
2008-10-15
1
-3
/
+3
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-9
/
+2
*
Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as
brad
2008-05-23
1
-9
/
+3
*
typos; ok jmc@
martynas
2007-11-26
1
-2
/
+2
*
replace a few more instances of hand rolled code with the
brad
2006-10-25
1
-4
/
+3
*
- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.
brad
2006-05-28
1
-3
/
+3
*
unknown ioctl is ENOTTY not EINVAL
jason
2006-05-28
1
-2
/
+2
*
remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few
brad
2006-05-27
1
-2
/
+3
*
set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where
brad
2006-05-20
1
-2
/
+2
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+3
*
remove the colon between "address" and the MAC address.
brad
2006-03-04
1
-2
/
+2
*
Do not bother enabling HW TX checksum offload since the code to
brad
2006-02-16
1
-12
/
+9
*
assume vtophys(vaddr_t) just what all the other archs expect; no functional change
mickey
2005-11-23
1
-9
/
+10
*
- splimp -> splnet
brad
2005-11-04
1
-50
/
+46
*
fix bus_dmamem_alloc() failure case.
brad
2005-10-09
1
-3
/
+2
[next]