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
/
pcmcia
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ansi
jsg
2021-03-07
10
-279
/
+115
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-2
/
+2
*
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
2020-07-10
1
-2
/
+2
*
change wsdisplay attribute type from long to uint32_t
jsg
2020-05-25
1
-11
/
+12
*
rename wsdisplay alloc_attr() to pack_attr()
jsg
2020-05-25
1
-2
/
+2
*
remove esp at pcmcia attachment. it doesn't even compile.
tedu
2020-01-20
2
-512
/
+1
*
pcmcia(4): malo(4): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-01-11
1
-2
/
+2
*
Convert infinite sleeps to {m,t}sleep_nsec(9).
mpi
2019-12-31
2
-5
/
+5
*
noone has gpr(4) devices.
deraadt
2019-12-13
3
-494
/
+1
*
prune files.* entries that refer to files not in tree
jsg
2018-02-14
1
-15
/
+1
*
Don't pull in <sys/file.h> just to get fcntl.h
guenther
2017-12-30
1
-2
/
+2
*
Delete unnecessary <sys/file.h> includes
guenther
2017-12-30
2
-4
/
+2
*
Move common code to add/remove multicast filters to ieee80211_ioctl(9).
mpi
2017-10-26
1
-12
/
+1
*
If you use sys/param.h, you don't need sys/types.h
deraadt
2017-09-08
4
-8
/
+4
*
Fix a memory leak in an error path. Coverity CID 1453101.
jsg
2017-08-24
1
-2
/
+4
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
2
-6
/
+4
*
remove cnw driver. it was never enabled anywhere except on amd64 (and only
tedu
2016-09-03
3
-984
/
+1
*
Kill unused function wrappers, from David Hill.
mpi
2016-06-06
1
-22
/
+2
*
G/C IFQ_SET_READY().
mpi
2016-04-13
3
-6
/
+3
*
Change a bunch of (<blah> *)0 to NULL.
krw
2016-03-14
1
-3
/
+3
*
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
mpi
2015-12-11
1
-9
/
+5
*
No trailers has been the default and only option for 20 years, yet some
tedu
2015-12-08
2
-4
/
+4
*
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
2
-10
/
+11
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
5
-10
/
+5
*
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2015-11-24
4
-8
/
+4
*
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
dlg
2015-11-20
2
-5
/
+5
*
Kill useless IFQ_POLL().
mpi
2015-11-11
1
-3
/
+2
*
arp_ifinit() is no longer needed and almost dead.
mpi
2015-10-25
3
-16
/
+3
*
MFREE(9) is dead, long live m_freem(9)!
mpi
2015-07-08
2
-4
/
+4
*
dont double count if_ibytes here, it gets done by something inside
dlg
2015-06-29
1
-2
/
+1
*
Increment if_ipackets in if_input().
mpi
2015-06-24
3
-6
/
+3
*
No need to set "rcvif", if_input() does it for you.
mpi
2015-05-21
1
-2
/
+1
*
Convert to if_input().
mpi
2015-05-19
2
-34
/
+13
*
test mbuf pointers against NULL not 0
jsg
2015-05-13
2
-9
/
+9
*
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
/
+10
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
10
-21
/
+10
*
unbreak pcmcia an(4) by adding back some lines removed in rev 1.21
jsg
2015-02-28
1
-1
/
+3
*
unifdef INET
tedu
2014-12-22
4
-12
/
+4
*
yet more mallocarray() changes.
doug
2014-12-13
1
-3
/
+4
*
More duplicate #include cleanout.
krw
2014-12-03
1
-3
/
+1
*
use the correct capitalization for Realtek.
brad
2014-11-24
1
-2
/
+2
*
remove uneeded proc.h includes
jsg
2014-09-14
3
-6
/
+3
*
its a bit silly to include mbuf.h to get to malloc.h. just include
dlg
2014-08-18
1
-2
/
+2
*
Fewer <netinet/in_systm.h>
mpi
2014-08-11
5
-22
/
+5
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
5
-18
/
+18
*
remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg
deraadt
2014-07-10
1
-3
/
+1
*
format string fixes for bus_addr_t and bus_size_t
sf
2014-05-04
2
-4
/
+4
*
add a missing argument to a debug printf
jsg
2014-01-22
1
-2
/
+2
[next]