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
/
isa
/
if_ef_isapnp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ansi
jsg
2021-03-07
1
-57
/
+24
*
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
*
No trailers has been the default and only option for 20 years, yet some
tedu
2015-12-08
1
-2
/
+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
-7
/
+8
*
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
*
arp_ifinit() is no longer needed and almost dead.
mpi
2015-10-25
1
-11
/
+2
*
MFREE(9) is dead, long live m_freem(9)!
mpi
2015-07-08
1
-2
/
+2
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-3
/
+1
*
Convert to if_input().
mpi
2015-05-19
1
-9
/
+4
*
unifdef INET
tedu
2014-12-22
1
-3
/
+1
*
Fewer <netinet/in_systm.h>
mpi
2014-08-11
1
-5
/
+1
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-14
/
+9
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-8
/
+2
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-3
/
+3
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+3
*
Move contents of sys/select.h to sys/selinfo.h in preparation for a
millert
2005-11-21
1
-2
/
+2
*
splimp -> splnet
brad
2005-11-09
1
-7
/
+7
*
make sure interface is in RUNNING state before touching the multicast filters
brad
2005-01-15
1
-2
/
+4
*
Use ETHER_MAX_DIX_LEN
brad
2004-09-28
1
-2
/
+2
*
network drivers don't need to include bpfdesc.h
tedu
2004-05-12
1
-2
/
+1
*
nuke clase 3 & 4
jason
2003-06-02
1
-6
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-26
/
+26
*
ALTQ'ify network drivers.
kjc
2001-06-27
1
-4
/
+5
*
ether_input_mbuf() conversion.
fgsch
2001-06-25
1
-6
/
+2
*
Remove repeated ethernet constants; use if_ether.h for it instead.
fgsch
2001-06-23
1
-5
/
+1
*
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
mickey
2001-02-20
1
-6
/
+1
*
new timeouts; jason@ ok
mickey
2000-11-11
1
-4
/
+8
*
Use mii_attach() directly instead of mii_phy_probe().
aaron
2000-10-16
1
-2
/
+3
*
indent
aaron
2000-06-07
1
-26
/
+26
*
add missing 'break'
jason
2000-05-26
1
-2
/
+3
*
add proper media handling and use dev/mii
jason
1999-12-02
1
-30
/
+112
*
ioh is a bus_space_handle_t not a bus_space_tag_t
deraadt
1999-08-08
1
-2
/
+2
*
more shaving...
jason
1999-08-05
1
-13
/
+21
*
remove some unnecessary stuff
jason
1999-08-04
1
-73
/
+8
*
Driver for the 3c515 FastEtherlink ISA
jason
1999-08-04
1
-0
/
+998