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
/
ic
/
an.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use uninitialized data as a return value.
krw
2015-06-21
1
-5
/
+5
*
Wireless drivers call if_input() via ieee80211_input() which set `rcvif'
mpi
2015-02-10
1
-2
/
+1
*
unifdef INET
tedu
2014-12-22
1
-5
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Remove excessive sys/cdefs.h inclusion
deraadt
2012-12-05
1
-3
/
+1
*
remove the unused if_init callback in struct ifnet
jsg
2010-08-27
1
-2
/
+1
*
More cases of shutdown hooks not needed after card is already stopped. In
deraadt
2009-08-10
1
-14
/
+1
*
introduce new IEEE80211_STA_ONLY kernel option that can be set to
damien
2008-08-27
1
-6
/
+18
*
instead of passing rx tstamp and rssi to the ieee80211_input function,
damien
2008-07-21
1
-3
/
+8
*
s/NPBFILTER/NBPFILTER/ in #endif comment. No functional change.
kettenis
2007-09-30
1
-2
/
+2
*
M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags.
claudio
2007-01-03
1
-5
/
+7
*
put the 1.32 change back; tested by many
mickey
2006-06-25
1
-18
/
+14
*
Attach routines can fail before calling *hook_establish(), and they
krw
2006-05-22
1
-2
/
+3
*
Add support for big endian archs. tested by jaredy@ and ok jsg@
kurt
2006-04-05
1
-77
/
+79
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-5
/
+5
*
remove the colon between "address" and the MAC address.
brad
2006-03-04
1
-2
/
+2
*
Be sure to call shutdownhook_disestablish() as this is a removeable device.
jsg
2006-02-20
1
-2
/
+3
*
Add basic radiotap support. Modelled somewhat after
jsg
2006-01-30
1
-1
/
+56
*
Move an(4) to a driver based on the NetBSD one.
jsg
2006-01-09
1
-1159
/
+1183
*
splimp -> splnet
brad
2005-11-09
1
-4
/
+4
*
dont' -> don't in comments;
jmc
2005-10-25
1
-2
/
+2
*
Replace arpcom in the softc with ieee80211com in preparation for
jsg
2005-06-20
1
-31
/
+28
*
- fix and update comments
brad
2005-04-24
1
-12
/
+9
*
fix setting 128bit WEP keys on BIG_ENDIAN arches.
kurt
2005-02-04
1
-3
/
+3
*
don't need to set ifp->if_mtu or ifp->if_output in each driver,
brad
2004-09-23
1
-2
/
+1
*
use ETHER_MAX_LEN.
brad
2004-08-05
1
-2
/
+2
*
Remove forgotten debug code which does not compile on alpha.
miod
2004-08-05
1
-2
/
+1
*
allocate a cluster on rx after all possible failures had been checked for; repair sigcache misalignment
mickey
2004-08-05
1
-35
/
+27
*
provide proper ip header alignment (and repair big endian archs again from after ether_input_mbuf conversion); also kill some stupid spaces
mickey
2004-07-24
1
-13
/
+12
*
typos from Tom Cosgrove;
jmc
2003-10-21
1
-2
/
+2
*
from freebsd: read one word less (for type) and take care of odd sized records
mickey
2003-10-05
1
-4
/
+7
*
reading the record skip the remainder of data we do not need. we are still screwed on writes though
mickey
2003-09-26
1
-12
/
+10
*
make sure to not overflow when initializing {node,net}name (truncation does not matter)
mickey
2003-09-25
1
-6
/
+6
*
revert safety checks; requested by mickey@
avsm
2003-09-23
1
-7
/
+1
*
Put in a couple of sanity checks to ensure that the AN_DEFAULT_*
avsm
2003-09-19
1
-1
/
+7
*
change arguments to suser. suser now takes the process, and a flags
tedu
2003-08-15
1
-3
/
+3
*
AN_RID_ACTUALCFG gets the same endianesslessness as AN_RID_GENCONFIG
mickey
2003-06-25
1
-1
/
+3
*
no need for an explicit <machine/intr.h> inclusion
mickey
2003-06-23
1
-2
/
+1
*
use ifp->if_sadl whether possible.
fgsch
2002-07-10
1
-9
/
+4
*
a step towards consistancy; in general:
todd
2002-06-09
1
-16
/
+16
*
First round of __P removal in sys
millert
2002-03-14
1
-25
/
+25
*
sync with KAME
kjc
2002-03-12
1
-3
/
+8
*
proper data length handling on read; from toby@svector.co.uk
mickey
2002-01-02
1
-8
/
+14
*
if_media support, from freebsd
mickey
2001-09-29
1
-3
/
+117
*
Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN
fgsch
2001-07-08
1
-2
/
+1
*
remove struct and contsts duplicated in between the files.
mickey
2001-06-25
1
-102
/
+160
*
use ether_input_mbuf
mickey
2001-06-23
1
-7
/
+5
*
inconsistantly redundant returns
mickey
2001-06-10
1
-21
/
+1
[next]