Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
141bc97c1bfe31397b2a12e5676d0c2692c8e07e
/
net
/
mac80211
/
status.c
f2a0c18
mac80211: remove the need for variable rates_idx
by Colin Ian King
· 4 years, 6 months ago
86a1b9d7
mac80211: fix control port tx status check
by Markus Theil
· 4 years, 7 months ago
a752819
mac80211: support control port TX status reporting
by Markus Theil
· 4 years, 7 months ago
30b2f0b
mac80211: add ieee80211_is_any_nullfunc()
by Thomas Pedersen
· 5 years ago
5972fa1
mac80211: fix tx status for no ack cases
by Markus Theil
· 5 years ago
50ff477
mac80211: add 802.11 encapsulation offloading support
by John Crispin
· 5 years ago
7a89233
mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue
by Toke Høiland-Jørgensen
· 5 years ago
08a5bdd
mac80211: consider QoS Null frames for STA_NULLFUNC_ACKED
by Thomas Pedersen
· 5 years ago
5072f73
mac80211: Add new sta_info getter by sta/vif addrs
by Toke Høiland-Jørgensen
· 5 years ago
2a38075
nl80211: Add support for EDMG channels
by Alexei Avshalom Lazar
· 5 years ago
3a00f08
mac80211: add missing length field increment when generating Radiotap header
by John Crispin
· 5 years ago
a027c304
mac80211: 80Mhz was not reported properly when using tx_status_ext
by John Crispin
· 5 years ago
8db6e73
mac80211: fix bad guard when reporting legacy rates
by John Crispin
· 5 years ago
dc649d6
mac80211: fix TX legacy rate reporting when tx_status_ext is used
by John Crispin
· 5 years ago
3d07ffc
mac80211: add struct ieee80211_tx_status support to ieee80211_add_tx_radiotap_header
by John Crispin
· 5 years ago
b7b2e8c
mac80211: propagate struct ieee80211_tx_status into ieee80211_tx_monitor()
by John Crispin
· 5 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
b4809e9
mac80211: Add airtime accounting and scheduling to TXQs
by Toke Høiland-Jørgensen
· 6 years ago
34b1e0e
mac80211: free skb fraglist before freeing the skb
by Sara Sharon
· 6 years ago
a317e65
mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext
by Felix Fietkau
· 6 years ago
f8252e7
mac80211: implement ieee80211_tx_rate_update to update rate
by Anilkumar Kolli
· 6 years ago
c420551
mac80211: fix TX status reporting for ieee80211s
by Yuan-Chi Pang
· 6 years ago
8682250
mac80211: Always report TX status
by Andrei Otcheretianski
· 6 years ago
cc60dbb
mac80211: average ack rssi support for data frames
by Balaji Pothunoori
· 7 years ago
a78b26f
mac80211: Add tx ack signal support in sta info
by Venkateswara Naralasetty
· 7 years ago
c4b50cd
cfg80211: send ack_signal to user in probe client response
by Venkateswara Naralasetty
· 7 years ago
d58ff35
networking: make skb_push & __skb_push return void pointers
by Johannes Berg
· 8 years ago
5d473fe
mac80211: Invoke TX LED in more code paths
by Bjorn Andersson
· 8 years ago
5fe49a9
mac80211: add ieee80211_tx_status_ext
by Felix Fietkau
· 8 years ago
eefebd3
mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_status
by Felix Fietkau
· 8 years ago
18fb84d
mac80211: make rate control tx status API more extensible
by Felix Fietkau
· 8 years ago
cf14708
mac80211: don't parse encrypted management frames in ieee80211_frame_acked
by Emmanuel Grumbach
· 8 years ago
16c54ac
Merge tag 'mac80211-for-davem-2017-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 8 years ago
cf39319
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 8 years ago
890030d
mac80211: don't handle filtered frames within a BA session
by Felix Fietkau
· 8 years ago
d3e709e
idr: Return the deleted entry from idr_remove
by Matthew Wilcox
· 8 years ago
731977e
mac80211: use helper function to access ieee802_1d_to_ac[]
by Amadeusz Sławiński
· 8 years ago
2cc6f5a
mac80211: set wifi_acked[_valid] bits for transmitted SKBs
by Johannes Berg
· 8 years ago
872684b
mac80211: Remove unused 'rates_idx' variable
by Kirtika Ruchandani
· 8 years ago
83e7e4c
mac80211: Use rhltable instead of rhashtable
by Herbert Xu
· 8 years ago
e8a24cd
mac80211: allow driver to handle packet-loss mechanism
by Rajkumar Manoharan
· 8 years ago
d821218
mac80211: refactor monitor representation in sdata
by Aviya Erenfeld
· 8 years ago
71f2c34
mac80211: End the MPSP even if EOSP frame was not acked
by Masashi Honma
· 8 years ago
b8da6b6
mac80211: add separate last_ack variable
by Johannes Berg
· 9 years ago
d57a544
mac80211: use reset to set header pointer
by Zhang Shengju
· 9 years ago
da629cf
mac80211: Don't buffer non-bufferable MMPDUs
by Helmut Schaa
· 9 years ago
e9829b9
Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 9 years ago
e5a9f8d
mac80211: move station statistics into sub-structs
by Johannes Berg
· 9 years ago
763aa27
mac80211: remove sta->last_ack_signal
by Johannes Berg
· 9 years ago
26440c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
f7418bc
mac80211: fix handling of PS filtering with fast-xmit
by Felix Fietkau
· 9 years ago
4dc792b
mac80211: Split sending tx'ed frames to monitor interfaces into its own function
by Helmut Schaa
· 9 years ago
75dbf00
mac80211: remove always true condition
by Dan Carpenter
· 9 years ago
30686bf
mac80211: convert HW flags to unsigned long bitmap
by Johannes Berg
· 10 years ago
3b79af9
mac80211: stop using pointers as userspace cookies
by Johannes Berg
· 10 years ago
b2eb0ee
mac80211: copy nl80211 mgmt TX SKB for status
by Johannes Berg
· 10 years ago
c206ca6
mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERS
by Johannes Berg
· 10 years ago
7bedd0c
mac80211: use rhashtable for station table
by Johannes Berg
· 10 years ago
abfbc3a
mac80211: remove TX latency measurement code
by Johannes Berg
· 10 years ago
5e06a9e
mac80211: remove doubled semicolon
by Johannes Berg
· 10 years ago
79c892b
mac80211: provide per-TID RX/TX MSDU counters
by Johannes Berg
· 10 years ago
85b89af
mac80211: fix dot11MulticastTransmittedFrameCount tested address
by Eliad Peller
· 10 years ago
5cf1661
mac80211: Fix accounting of multicast frames
by Sujith Manoharan
· 10 years ago
f027c2a
mac80211: add ieee80211_tx_status_noskb
by Felix Fietkau
· 10 years ago
7e1cdcb
mac0211: add a helper function for fixing up tx status rates
by Felix Fietkau
· 10 years ago
ad9dda6
mac80211: pass tx info to ieee80211_lost_packet instead of an skb
by Felix Fietkau
· 10 years ago
1277b4a
mac80211: retransmit TDLS teardown packet through AP if not ACKed
by Liad Kaufman
· 10 years ago
02219b3
mac80211: add WMM admission control support
by Johannes Berg
· 10 years ago
9d58f25
mac80211: add TDLS connection timeout
by Liad Kaufman
· 10 years ago
d98ad83
mac80211: add Intel Mobile Communications copyright
by Johannes Berg
· 10 years ago
8d7b70f
net: Mac80211: Remove silly timespec dance
by Thomas Gleixner
· 11 years ago
737be10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 11 years ago
abd43a6
mac80211: reduce packet loss notifications under load
by Felix Fietkau
· 11 years ago
311ab8e
mac80211: fixup radiotap tx flags for RTS/CTS
by Bob Copeland
· 11 years ago
00a9a6d
mac80211: update last_tx_rate only for data frame
by Chun-Yeow Yeoh
· 11 years ago
953467d
mac80211: remove set but unused variables
by Johannes Berg
· 11 years ago
ad38bfc
mac80211: Tx frame latency statistics
by Matti Gottlieb
· 11 years ago
353c781
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 11 years ago
687da13
mac80211: implement SMPS for AP
by Emmanuel Grumbach
· 11 years ago
0c5b932
mac80211: update sta->last_rx on acked tx frames
by Felix Fietkau
· 11 years ago
a824131
mac80211: report some VHT radiotap infos for tx status
by Karl Beldan
· 11 years ago
e47f250
mac80211: use oneshot blink API for LED triggers
by Fabio Baltieri
· 11 years ago
2103dec
mac80211: select and adjust bitrates according to channel mode
by Simon Wunderlich
· 12 years ago
3f52b7e
mac80211: mesh power save basics
by Marco Porsch
· 12 years ago
1672c0e3
mac80211: start auth/assoc timeout on frame status
by Johannes Berg
· 12 years ago
8df6b7b
mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAIL
by Stanislaw Gruszka
· 12 years ago
c66cfd5
Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next
by John W. Linville
· 12 years ago
403e167
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
5b632fe
mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAIL
by Stanislaw Gruszka
· 12 years ago
db94357
mac80211: add debugfs file for last ack signal
by Saravana
· 12 years ago
b311749
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
1f98ab7
mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purge
by Felix Fietkau
· 12 years ago
8a2fbed
mac80211: combine status/drop reporting
by Johannes Berg
· 12 years ago
04ecd25
mac80211: track needed RX chains for channel contexts
by Johannes Berg
· 12 years ago
c3e7724
mac80211: use ieee80211_free_txskb to fix possible skb leaks
by Felix Fietkau
· 12 years ago
1bad538
mac80211: validate skb->dev in the tx status path
by Felix Fietkau
· 12 years ago
f142c6b
mac80211: support P2P Device abstraction
by Johannes Berg
· 13 years ago
71bbc99
cfg80211: use wdev in mgmt-tx/ROC APIs
by Johannes Berg
· 13 years ago
bdcbd8e
mac80211: clean up debugging
by Johannes Berg
· 13 years ago
08ce5ab
mac80211: two small verbose debug cleanups
by Johannes Berg
· 13 years ago
Next »