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
/
ath.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 11g ifmedia modes in ath(4) (shown by 'ifconfig ath0 media').
stsp
2018-01-31
1
-33
/
+8
*
The net80211 stack was providing a 'beacon miss timeout' value (in ms)
stsp
2017-05-31
1
-8
/
+4
*
Partially revert previous mallocarray conversions that contain
dhill
2017-04-11
1
-2
/
+2
*
Convert some malloc(9) to mallocarray(9)
dhill
2017-04-09
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
*
Remove wireless turbo mode support. It is a non-standard extension
stsp
2016-01-12
1
-7
/
+1
*
No trailers has been the default and only option for 20 years, yet some
tedu
2015-12-08
1
-3
/
+2
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-5
/
+5
*
replace the ifqueues in net80211 with mbuf_queues.
dlg
2015-11-04
1
-2
/
+2
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-5
/
+1
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
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
*
Use <sys/endian.h> instead of <machine/endian.h>
guenther
2014-12-19
1
-3
/
+3
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-4
/
+4
*
Show eeprom version of ath devices in dmesg; ok reyk
stsp
2014-07-10
1
-1
/
+6
*
Stop abusing the rcvif pointer to pass wireless nodes down to the
mpi
2014-03-19
1
-12
/
+2
*
Instead of comparing the lower and higher addresses of all the multicast
mpi
2013-11-26
1
-8
/
+10
*
Remove unneeded include.
mpi
2013-11-21
1
-2
/
+1
*
AH_BYTE_ORDER and AH_BIG_ENDIAN are holdovers from the old FreeBSD
jsg
2012-10-17
1
-2
/
+2
*
Fix another instance of the 11a->11b switch panic (see previous commit).
stsp
2012-01-29
1
-6
/
+8
*
Don't panic when switching an ath interface in hostap mode from 11a to 11b.
stsp
2012-01-28
1
-2
/
+6
*
Make ath(4) send multicast frames once, not multiple times.
stsp
2011-10-14
1
-3
/
+4
*
Don't increase if_oerrors for every multicast frame leaving the interface.
stsp
2011-04-17
1
-2
/
+1
*
remove the powerhook code. All architectures now use the ca_activate tree
deraadt
2010-09-07
1
-15
/
+1
*
Get rid of the clumsy pci_activate function and do this job inside ath.c
deraadt
2010-08-27
1
-53
/
+18
*
remove the unused if_init callback in struct ifnet
jsg
2010-08-27
1
-2
/
+1
*
kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber
deraadt
2010-08-27
1
-2
/
+1
*
on resume: calling sc_power after ath_init() is silly. ath_init()
deraadt
2010-08-04
1
-3
/
+1
*
cleanup and remove some #ifdef junk in the power hooks.
reyk
2010-07-02
1
-11
/
+1
*
remove proc.h include from uvm_map.h. This has far reaching effects, as
tedu
2010-04-20
1
-2
/
+1
*
Get rid of devact enum, substitute it with an int and coresponding defines.
pirofti
2009-10-13
1
-2
/
+2
*
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
krw
2009-09-13
1
-17
/
+2
*
More cases of shutdown hooks not needed after card is already stopped. In
deraadt
2009-08-10
1
-14
/
+1
*
timeout_add -> timeout_add_msec
blambert
2009-07-31
1
-3
/
+3
*
Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).
grange
2009-01-21
1
-2
/
+2
*
Second pass of simple timeout_add -> timeout_add_sec conversions
blambert
2008-10-15
1
-3
/
+3
*
Switch ath(4) to softcrypto to enable support for WPA/WPA2.
reyk
2008-09-01
1
-2
/
+2
*
add support for software crypto to allow WPA/WPA2/RSN. it is disabled
reyk
2008-08-29
1
-21
/
+52
*
add IEEE80211_RADIOTAP_F_FCS radiotap flag from NetBSD.
damien
2008-08-27
1
-1
/
+2
*
introduce new IEEE80211_STA_ONLY kernel option that can be set to
damien
2008-08-27
1
-5
/
+30
*
two spelling fixes from Anathae Townsend;
jmc
2008-08-25
1
-3
/
+3
*
in ieee80211_input(), call if_start() after enqueuing frames in if_snd
damien
2008-08-14
1
-4
/
+1
*
spacing
reyk
2008-07-30
1
-2
/
+2
*
- fix FIFO overruns on PCI-E chipsets by setting the DMA size
reyk
2008-07-29
1
-3
/
+3
*
instead of passing rx tstamp and rssi to the ieee80211_input function,
damien
2008-07-21
1
-7
/
+11
*
remove unneeded declarations that shadows existing vars; ok by many.
fgsch
2007-10-13
1
-3
/
+1
*
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.
krw
2007-10-01
1
-4
/
+4
*
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
krw
2007-09-18
1
-3
/
+2
[next]