Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
49f72728e708b6c9aa109745b311bb90737af14c
/
net
/
mac80211
/
agg-rx.c
42e7f37
mac80211: don't reorder frames with SN smaller than SSN
by Sara Sharon
· 8 years ago
cd84516
mac80211: fix tid_agg_rx NULL dereference
by Johannes Berg
· 8 years ago
d6989d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
85d5313
mac80211: reject TSPEC TIDs (TSIDs) for aggregation
by Johannes Berg
· 8 years ago
bfe40fa
mac80211: send delBA on unexpected BlockAck data frames
by Johannes Berg
· 8 years ago
480dd46
mac80211: RX BA support for sta max_rx_aggregation_subframes
by Maxim Altshul
· 8 years ago
f89e07d4
mac80211: agg-rx: refuse ADDBA Request with timeout update
by Johannes Berg
· 8 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
06470f7
mac80211: add API to allow filtering frames in BA sessions
by Sara Sharon
· 9 years ago
412a6d8
mac80211: support hw managing reorder logic
by Sara Sharon
· 9 years ago
f39ea26
mac80211: fix use of uninitialised values in RX aggregation
by Chris Bainbridge
· 9 years ago
50ea05e
mac80211: pass block ack session timeout to to driver
by Sara Sharon
· 9 years ago
fad4718
mac80211: pass RX aggregation window size to driver
by Sara Sharon
· 9 years ago
99e7ca4
mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx support
by Emmanuel Grumbach
· 9 years ago
e3abc8f
mac80211: allow to transmit A-MSDU within A-MPDU
by Emmanuel Grumbach
· 9 years ago
9f0d34b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
788211d
mac80211: fix RX A-MPDU session reorder timer deletion
by Johannes Berg
· 10 years ago
8f9c77f
mac80211: reject aggregation sessions with non-HT peers
by Johannes Berg
· 10 years ago
4549cf2
mac80211: fix offloaded BA session traffic after hw restart
by Michal Kazior
· 10 years ago
08cf42e
mac80211: add support for Rx reordering offloading
by Michal Kazior
· 10 years ago
83eb935
mac80211: fix Rx reordering with RX_FLAG_AMSDU_MORE
by Michal Kazior
· 10 years ago
0a214d3
mac80211: improve aggregation debug messages
by Johannes Berg
· 12 years ago
5a306f5
mac80211: introduce IEEE80211_NUM_TIDS and use it
by Johannes Berg
· 12 years ago
bdcbd8e
mac80211: clean up debugging
by Johannes Berg
· 12 years ago
7c9c46c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
d63e9ae
net: mac80211: Add and use ht_vdbg debugging macro
by Joe Perches
· 12 years ago
f0d2320
net: mac80211: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 12 years ago
d8c7aae
mac80211: add missing rcu_read_lock/unlock in agg-rx session timer
by Felix Fietkau
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
12d3952f
mac80211: optimize aggregation session timeout handling
by Felix Fietkau
· 13 years ago
d72308b
mac80211: fix possible tid_rx->reorder_timer use after free
by Stanislaw Gruszka
· 13 years ago
cf778b0
net: reintroduce missing rcu_assign_pointer() calls
by Eric Dumazet
· 13 years ago
13c40c5
mac80211: Add HT operation modes for IBSS
by Alexander Simon
· 13 years ago
bc192f8
mac80211: do not pass AP VLAN vif pointers to drivers
by Felix Fietkau
· 13 years ago
5ccc32f
mac80211: log reason and initiator when rx agg is stopped
by Nikolay Martynov
· 13 years ago
a7f39f6
mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0
by Nikolay Martynov
· 13 years ago
515db09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by John W. Linville
· 13 years ago
ae2772b
mac80211: allow frame aggregation for mesh
by Thomas Pedersen
· 13 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
094daf7
Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
c2c98fd
mac80211: optimise station flags
by Johannes Berg
· 13 years ago
b53d63e
Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davem
by John W. Linville
· 13 years ago
d15b845
mac80211: Remove unnecessary OOM logging messages
by Joe Perches
· 13 years ago
a9b3cd7
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
by Stephen Hemminger
· 13 years ago
0a557ed
mac80211: check sta_info_get() return value
by Eliad Peller
· 13 years ago
15b4d84
mac80211: reestablish mis-configured existing Rx BA sessions
by Arik Nemtsov
· 13 years ago
f41ccd7
mac80211: Stop BA session event from device
by Shahar Levi
· 13 years ago
40b275b
mac80211: sparse RCU annotations
by Johannes Berg
· 13 years ago
8571a19
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 14 years ago
0b01f03
mac80211: track receiver's aggregation reorder buffer size
by Johannes Berg
· 14 years ago
df6ba5d
mac80211: add hw configuration for max ampdu buffer size
by Luciano Coelho
· 14 years ago
82694f7
mac80211: use maximum number of AMPDU frames as default in BA RX
by Luciano Coelho
· 14 years ago
dd31857
mac80211: fix RX aggregation locking
by Johannes Berg
· 14 years ago
53f73c0
mac80211: avoid transmitting delBA to old AP
by Johannes Berg
· 14 years ago
2bff8eb
mac80211: AMPDU rx reorder timeout timer
by Christian Lamparter
· 14 years ago
73a72a8
mac80211: update aggregation documentation
by Johannes Berg
· 14 years ago
a93e364
mac80211: change RX aggregation locking
by Johannes Berg
· 14 years ago
f955ebb
mac80211: fix RX aggregation timer
by Johannes Berg
· 14 years ago
7c3b1dd
mac80211: defer RX agg session teardown to work
by Johannes Berg
· 14 years ago
a87f736
mac80211: use RCU for RX aggregation
by Johannes Berg
· 14 years ago
3b51cc9
Merge branch 'master' into for-davem
by John W. Linville
· 15 years ago
2aab4c2
mac80211: fix stopping RX BA session from timer
by Johannes Berg
· 15 years ago
5c01d56
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 15 years ago
098a607
mac80211: clean up/fix aggregation code
by Johannes Berg
· 15 years ago
618f356
mac80211: rename WLAN_STA_SUSPEND to WLAN_STA_BLOCK_BA
by Johannes Berg
· 15 years ago
66b0470
mac80211: remove ieee80211_sta_stop_rx_ba_session
by Johannes Berg
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
12375ef
mac80211: trace interface name
by Johannes Berg
· 15 years ago
47846c9
mac80211: reduce reliance on netdev
by Johannes Berg
· 15 years ago
abe6063
mac80211: make station management completely depend on vif
by Johannes Berg
· 15 years ago
ff9c38b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4253119
mac80211: fix two remote exploits
by Johannes Berg
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
62ae67b
mac80211: remove encrypt parameter from ieee80211_tx_skb
by Johannes Berg
· 15 years ago
c951ad3
mac80211: convert aggregation to operate on vifs/stas
by Johannes Berg
· 15 years ago
4d050f1
mac80211: Add a timeout for frames in the RX reorder buffer
by Jouni Malinen
· 16 years ago
2448798
mac80211: add driver ops wrappers
by Johannes Berg
· 16 years ago
722f069
mac80211: Tear down aggregation sessions for suspend/resume
by Sujith
· 16 years ago
4690029
mac80211: split IBSS/managed code
by Johannes Berg
· 16 years ago
849b796
mac80211: further cleanups to stopping BA sessions
by Johannes Berg
· 16 years ago
d75636e
mac80211: RX aggregation: clean up stop session
by Johannes Berg
· 16 years ago
55687e3
mac80211: fix aggregation timer lockups
by Johannes Berg
· 16 years ago
8abd3f9
mac80211: restrict aggregation to supported interface modes
by Johannes Berg
· 16 years ago
b8695a8
mac80211: restructure HT code
by Johannes Berg
· 16 years ago