Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
80f2121380caa14895638b24b81800158c0844f2
/
net
/
mac80211
/
ieee80211_i.h
2e249fc
mac80211: update driver when MU EDCA params change
by Shaul Triebitz
· 6 years ago
efb543e
mac80211: Extend SAE authentication in infra BSS STA mode
by Jouni Malinen
· 6 years ago
7eb26df
mac80211: add ability to parse CCFS2
by Johannes Berg
· 6 years ago
09b4a4f
mac80211: introduce capability flags for VHT EXT NSS support
by Johannes Berg
· 6 years ago
21a5d4c
mac80211: add stop/start logic for software TXQs
by Manikanta Pubbisetty
· 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
45ad683
mac80211: split ieee80211_send_probe_req()
by Johannes Berg
· 7 years ago
00387f3
mac80211: add probe request building flags
by Johannes Berg
· 7 years ago
2fe4a29
mac80211: Support the new cfg80211 TXQ stats API
by Toke Høiland-Jørgensen
· 7 years ago
018f6fb
mac80211: Send control port frames over nl80211
by Denis Kenzior
· 7 years ago
9118064
mac80211: Add support for tx_control_port
by Denis Kenzior
· 7 years ago
e552af0
mac80211: limit wmm params to comply with ETSI requirements
by Haim Dreyfuss
· 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
ed04c46
Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
c4de37e
mac80211: mesh: fix wrong mesh TTL offset calculation
by Peter Oh
· 7 years ago
e7881bd5
Revert "mac80211: Add TXQ scheduling API"
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
e937b8d
mac80211: Add TXQ scheduling API
by Toke Høiland-Jørgensen
· 7 years ago
a9d09bc1
mac80211: make __ieee80211_start_rx_ba_session static
by Johannes Berg
· 7 years ago
34f11cd
mac80211: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
2a9e257
mac80211: only remove AP VLAN frames from TXQ
by Johannes Berg
· 7 years ago
bde59c4
mac80211: fix deadlock in driver-managed RX BA session start
by Johannes Berg
· 7 years ago
0ddead9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
204a7db
mac80211: Fix incorrect condition when checking rx timestamp
by Avraham Stern
· 8 years ago
699cb58
mac80211: manage RX BA session offload without SKB queue
by Johannes Berg
· 8 years ago
a43e618
Merge remote-tracking branch 'net-next/master' into mac80211-next
by Johannes Berg
· 8 years ago
7a7c0a6
mac80211: fix TX aggregation start/stop callback race
by Johannes Berg
· 8 years ago
75d627d
mac80211: mesh: support sending wide bandwidth CSA
by Simon Wunderlich
· 8 years ago
0ab2e55
mac80211: mesh: Allow following CSA to DFS channels if userspace handles it
by Benjamin Berg
· 8 years ago
5d55371
mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is received
by Benjamin Berg
· 8 years ago
e38a017
mac80211: Add support for BSS max idle period element
by Avraham Stern
· 8 years ago
21a8e9d
mac80211: Fix possible sband related NULL pointer de-reference
by Mohammed Shafi Shajakhan
· 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
f64331d
mac80211: keep a separate list of monitor interfaces that are up
by Johannes Berg
· 8 years ago
eb1e011
average: change to declare precision, not factor
by Johannes Berg
· 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
9efecca
linux: drop __bitwise__ everywhere
by Michael S. Tsirkin
· 8 years ago
445cd45
mac80211: Use appropriate name for functions and messages
by Masashi Honma
· 8 years ago
76f43b4
mac80211: Remove invalid flag operations in mesh TSF synchronization
by Masashi Honma
· 8 years ago
ebceec8
mac80211: multicast to unicast conversion
by Michael Braun
· 8 years ago
39404fe
mac80211: FILS AEAD protection for station mode association frames
by Jouni Malinen
· 8 years ago
f438ceb
mac80211: uapsd_queues is in QoS IE order
by Emmanuel Grumbach
· 8 years ago
a3e2f4b
mac80211: fix A-MSDU outer SA/DA
by Michael Braun
· 8 years ago
72f15d5
mac80211: filter multicast data packets on AP / AP_VLAN
by Michael Braun
· 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
167e33f
mac80211: Implement add_nan_func and rm_nan_func
by Ayala Beker
· 8 years ago
5953ff6
mac80211: implement nan_change_conf
by Ayala Beker
· 8 years ago
83e7e4c
mac80211: Use rhltable instead of rhashtable
by Herbert Xu
· 8 years ago
8d51dbb
mac80211: Re-structure aqm debugfs output and keep CoDel stats per txq
by Toke Høiland-Jørgensen
· 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
7947d3e
mac80211: Add support for beacon report radio measurement
by Avraham Stern
· 9 years ago
5caa328
mac80211: implement codel on fair queuing flows
by Michal Kazior
· 9 years ago
fa962b9
mac80211: implement fair queueing per txq
by Michal Kazior
· 9 years ago
80a83cf
mac80211: skip netdev queue control with software queuing
by Michal Kazior
· 9 years ago
57fbcce
cfg80211: remove enum ieee80211_band
by Johannes Berg
· 9 years ago
ae95d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
6e0456b
mac80211: add A-MSDU tx support
by Felix Fietkau
· 9 years ago
49ddf8e
mac80211: add fast-rx path
by Johannes Berg
· 9 years ago
60854fd
mac80211: mesh: convert path table to rhashtable
by Bob Copeland
· 9 years ago
2bdaf38
mac80211: mesh: move path tables into if_mesh
by Bob Copeland
· 9 years ago
59021c6
mac80211: TDLS: change BW calculation for WIDER_BW peers
by Arik Nemtsov
· 9 years ago
810813c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
9acc54b
mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
by Johannes Berg
· 9 years ago
b5a33d5
mac80211: move MU_MIMO_OWNER flag to ieee80211_vif
by Sara Sharon
· 9 years ago
fb4ea05
mac80211: change ieee80211_rx_reorder_ready() arguments
by Johannes Berg
· 9 years ago
f2ac7e30
mac80211: expose txq queue depth and size to drivers
by Michal Kazior
· 9 years ago
f4a0f0c
mac80211: add RX_FLAG_MACTIME_PLCP_START
by Johannes Berg
· 9 years ago
8ac3c704
mac80211: refactor HT/VHT to chandef code
by Johannes Berg
· 9 years ago
23a1f8d
mac80211: process and save VHT MU-MIMO group frame
by Sara Sharon
· 9 years ago
b3e0d3d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
cf1e05c
mac80211: handle width changes from opmode notification IE in beacon
by Eyal Shapira
· 9 years ago
aaa016c
mac80211: rewrite remain-on-channel logic
by Johannes Berg
· 9 years ago
5ee00db
mac80211: simplify ack_skb handling
by Johannes Berg
· 9 years ago
a2fcfccb
mac80211: move off-channel/mgmt-tx code to offchannel.c
by Johannes Berg
· 9 years ago
cec6628
mac80211: make enable_qos parameter to ieee80211_set_wmm_default()
by Johannes Berg
· 9 years ago
57f255f
mac80211: TDLS: add proper HT-oper IE
by Arik Nemtsov
· 9 years ago
0d440ea
mac80211: don't reconfigure sched scan in case of wowlan
by Eliad Peller
· 9 years ago
976bd9e
mac80211: move beacon_loss_count into ifmgd
by Johannes Berg
· 9 years ago
6f1f5d5
mac80211: remove event.c
by Johannes Berg
· 9 years ago
3beea35
mac80211: remove cfg.h
by Johannes Berg
· 9 years ago
4a733ef
mac80211: remove PM-QoS listener
by Johannes Berg
· 9 years ago
076cdcb
mac80211: use bool argument to ieee80211_send_nullfunc
by Johannes Berg
· 9 years ago
4dc792b
mac80211: Split sending tx'ed frames to monitor interfaces into its own function
by Helmut Schaa
· 9 years ago
338c17a
mac80211: use DECLARE_EWMA for ave_beacon_signal
by Johannes Berg
· 9 years ago
8e0d7fe
mac80211: remove last_beacon/ave_beacon debugfs files
by Johannes Berg
· 9 years ago
82c0cc90d
mac80211: debugfs: add file to disallow TDLS wider-bw
by Arik Nemtsov
· 9 years ago
b119ad6
mac80211: add rate mask logic for vht rates
by Lorenzo Bianconi
· 9 years ago
c8ff71e
mac80211: TDLS: handle chan-switch in RTNL locked work
by Arik Nemtsov
· 10 years ago
322cd40
mac80211: Add support for declaring MU-MIMO capability
by Sara Sharon
· 10 years ago
69f1322
mac80211: shrink struct ieee80211_fragment_entry
by Johannes Berg
· 10 years ago
d51c2ea
mac80211: TDLS: correctly configure SMPS state
by Arik Nemtsov
· 10 years ago
0fabfaa
mac80211: upgrade BW of TDLS peers when possible
by Arik Nemtsov
· 10 years ago
e414eea
mac80211: remove IEEE80211_RX_FRAGMENTED
by Johannes Berg
· 10 years ago
af9f9b2
mac80211: don't store napi struct
by Johannes Berg
· 10 years ago
Next »