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