Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9ab97aea85cca43a6aedc90e0d1feba91eebe1ad
/
net
/
mac80211
/
rx.c
5a862f8
Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 6 years ago
d359bbc
mac80211: Properly access radiotap vendor data
by Ilan Peer
· 6 years ago
efc38dd
mac80211: fix radiotap vendor presence bitmap handling
by Johannes Berg
· 6 years ago
8020919
mac80211: Properly handle SKB with radiotap only
by Ilan Peer
· 6 years ago
990d718
mac80211: ignore NullFunc frames in the duplicate detection
by Emmanuel Grumbach
· 6 years ago
c752cac
mac80211: fix GFP_KERNEL under tasklet context
by Yan-Hsuan Chuang
· 6 years ago
42dca5e
mac80211: avoid reflecting frames back to the client
by Johannes Berg
· 6 years ago
7957a9d
mac80211: Don't access sk_queue_head->next directly.
by David S. Miller
· 6 years ago
c3d1f87
mac80211: support reporting 0-length PSDU in radiotap
by Shaul Triebitz
· 6 years ago
d1332e7
mac80211: support radiotap L-SIG data
by Shaul Triebitz
· 6 years ago
adf8ed0
mac80211: add an optional TXQ for other PS-buffered frames
by Johannes Berg
· 6 years ago
331aead
mac80211: use le16_encode_bits() instead of open-coding
by Johannes Berg
· 6 years ago
3630268
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
fc3e3bf
Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 6 years ago
1ecef20
mac80211: add missing WFA Multi-AP backhaul STA Rx requirement
by Sathishkumar Muruganandam
· 6 years ago
2093275
mac80211: don't update the PM state of a peer upon a multicast frame
by Emmanuel Grumbach
· 6 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a948f71
nl80211/mac80211: allow non-linear skb in rx_control_port
by Denis Kenzior
· 7 years ago
41cbb0f
mac80211: add support for HE
by Luca Coelho
· 7 years ago
b9771d4
mac80211: support scan features for improved scan privacy
by Johannes Berg
· 7 years ago
c096b92
mac80211: rename rtap_vendor_space to rtap_space
by Johannes Berg
· 7 years ago
018f6fb
mac80211: Send control port frames over nl80211
by Denis Kenzior
· 7 years ago
97f5f42
mac80211: Use proper chan_width enum in sta opmode event
by tamizhr@codeaurora.org
· 7 years ago
57566b2
mac80211: Use proper smps_mode enum in sta opmode event
by tamizhr@codeaurora.org
· 7 years ago
1ad22fb
mac80211: inform wireless layer when frame RSSI is invalid
by Tosoni
· 7 years ago
0c3d5a9
net: drivers/net: Remove unnecessary skb_copy_expand OOM messages
by Joe Perches
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
24bba07
mac80211: support A-MSDU in fast-rx
by Felix Fietkau
· 7 years ago
9251a47
mac80211: support station 4-addr mode fast-rx
by Felix Fietkau
· 7 years ago
1d87016
mac80211: support fast-rx with incompatible PS capabilities when PS is disabled
by Felix Fietkau
· 7 years ago
59cae5b
mac80211: support AP 4-addr mode fast-rx
by Felix Fietkau
· 7 years ago
b323ac1
mac80211: drop frames with unexpected DS bits from fast-rx to slow path
by Felix Fietkau
· 7 years ago
a1f2ba04c
mac80211: add get TID helper
by Sara Sharon
· 7 years ago
7299d6f
mac80211: support reporting A-MPDU EOF bit value/known
by Johannes Berg
· 7 years ago
ff84e7b
mac80211: Add support to notify ht/vht opmode modification.
by tamizhr@codeaurora.org
· 7 years ago
a0ce093
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
736a80b
mac80211: mesh: drop frames appearing to be from us
by Johannes Berg
· 7 years ago
0973dd4
Revert "mac80211: Add airtime account and scheduling to TXQs"
by Johannes Berg
· 7 years ago
b0d52ad
mac80211: Add airtime account and scheduling to TXQs
by Toke Høiland-Jørgensen
· 7 years ago
9fef654
mac80211: always update the PM state of a peer on MGMT / DATA frames
by Emmanuel Grumbach
· 7 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
b080db5
networking: convert many more places to skb_put_zero()
by Johannes Berg
· 8 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
769dc04
mac80211: don't look at the PM bit of BAR frames
by Emmanuel Grumbach
· 8 years ago
699cb58
mac80211: manage RX BA session offload without SKB queue
by Johannes Berg
· 8 years ago
5667c86
mac80211: strictly check mesh address extension mode
by Rajkumar Manoharan
· 8 years ago
8613c94
mac80211: rename ieee80211_rx_status::vht_nss to just nss
by Johannes Berg
· 8 years ago
da6a435
mac80211: separate encoding/bandwidth from flags
by Johannes Berg
· 8 years ago
7fdd69c
mac80211: clean up rate encoding bits in RX status
by Johannes Berg
· 8 years ago
e5f2e06
mac80211: make multicast variable a bool in ieee80211_accept_frame()
by Luca Coelho
· 8 years ago
127f60b
mac80211: rewrite monitor mode delivery logic
by Johannes Berg
· 8 years ago
fb79670
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
3018e94
mac80211: reject ToDS broadcast data frames
by Johannes Berg
· 8 years ago
f64331d
mac80211: keep a separate list of monitor interfaces that are up
by Johannes Berg
· 8 years ago
9e47806
mac80211: fix MU-MIMO follow-MAC mode
by Johannes Berg
· 8 years ago
30841f5
mac80211: drop frames too short for FCS earlier
by Johannes Berg
· 8 years ago
19d19e9
mac80211: use driver-indicated transmitter STA only for data frames
by Johannes Berg
· 8 years ago
b7540d8
mac80211: don't reorder frames with SN smaller than SSN
by Sara Sharon
· 8 years ago
0328edc
mac80211: fix packet statistics for fast-RX
by Johannes Berg
· 8 years ago
731977e
mac80211: use helper function to access ieee802_1d_to_ac[]
by Amadeusz Sławiński
· 8 years ago
580bdf5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
bb60b8b
Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 8 years ago
d2941df
mac80211: recalculate min channel width on VHT opmode changes
by Johannes Berg
· 8 years ago
c38c39b
mac80211: Fix headroom allocation when forwarding mesh pkt
by Cedric Izoard
· 8 years ago
eeb0d56
mac80211: implement multicast forwarding on fast-RX path
by Johannes Berg
· 8 years ago
d8da0b5
mac80211: Ensure enough headroom when forwarding mesh pkt
by Cedric Izoard
· 8 years ago
99cd258
mac80211: Remove unused 'struct ieee80211_rx_status' ptr
by Kirtika Ruchandani
· 8 years ago
27058af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f438ceb
mac80211: uapsd_queues is in QoS IE order
by Emmanuel Grumbach
· 8 years ago
0aa419e
mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_trigger
by Emmanuel Grumbach
· 8 years ago
72f15d5
mac80211: filter multicast data packets on AP / AP_VLAN
by Michael Braun
· 8 years ago
e2b5227
mac80211: validate DA/SA during A-MSDU decapsulation
by Johannes Berg
· 8 years ago
8b935ee
cfg80211: add ability to check DA/SA in A-MSDU decapsulation
by Johannes Berg
· 8 years ago
7f6990c
cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKB
by Johannes Berg
· 8 years ago
ea72093
mac80211: discard multicast and 4-addr A-MSDUs
by Johannes Berg
· 8 years ago
1e1430d
Merge remote-tracking branch 'net-next/master' into mac80211-next
by Johannes Berg
· 8 years ago
bb42f2d
mac80211: Move reorder-sensitive TX handlers to after TXQ dequeue
by Toke Høiland-Jørgensen
· 8 years ago
cb3b7d8
cfg80211: add start / stop NAN commands
by Ayala Beker
· 8 years ago
83e7e4c
mac80211: Use rhltable instead of rhashtable
by Herbert Xu
· 8 years ago
53f2497
mac80211: send delBA on unexpected BlockAck Request
by Johannes Berg
· 8 years ago
bfe40fa
mac80211: send delBA on unexpected BlockAck data frames
by Johannes Berg
· 8 years ago
99ee7ca
mac80211: add support for radiotap timestamp field
by Johannes Berg
· 8 years ago
42bd20d
mac80211: add support for MU-MIMO air sniffer
by Aviya Erenfeld
· 8 years ago
d821218
mac80211: refactor monitor representation in sdata
by Aviya Erenfeld
· 8 years ago
4e3f21b
mac80211: fix check for buffered powersave frames with txq
by Felix Fietkau
· 9 years ago
46f6b06
mac80211: Encrypt "Group addressed privacy" action frames
by Masashi Honma
· 9 years ago
fa962b9
mac80211: implement fair queueing per txq
by Michal Kazior
· 9 years ago
46fa38e
mac80211: allow software PS-Poll/U-APSD with AP_LINK_PS
by Johannes Berg
· 9 years ago
57fbcce
cfg80211: remove enum ieee80211_band
by Johannes Berg
· 9 years ago
c9c5962
mac80211: enable collecting station statistics per-CPU
by Johannes Berg
· 9 years ago
49ddf8e
mac80211: add fast-rx path
by Johannes Berg
· 9 years ago
0f9c5a6
mac80211: fix RX u64 stats consistency on 32-bit platforms
by Johannes Berg
· 9 years ago
4f6b1b3
mac80211: fix last RX rate data consistency
by Johannes Berg
· 9 years ago
0be6ed1
mac80211: move averaged values out of rx_stats
by Johannes Berg
· 9 years ago
8ebaa5b
mac80211: move semicolon out of CALL_RXH macro
by Johannes Berg
· 9 years ago
de8f18d
mac80211: count MSDUs in A-MSDU properly
by Johannes Berg
· 9 years ago
d63b548
mac80211: allow passing transmitter station on RX
by Johannes Berg
· 9 years ago
2c61cf9
mac80211: fix cipher scheme function name
by Johannes Berg
· 9 years ago
602fae4
mac80211: don't start dynamic PS timer if not needed
by Johannes Berg
· 9 years ago
Next »