| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | mac80211: add documentation to ieee80211_rx_ba_offl() | Luca Coelho | 2017-09-21 | 1 | -2/+2 |
| * | | | | mac80211: oce: enable receiving of bcast probe resp | Roee Zamir | 2017-09-21 | 1 | -9/+28 |
| * | | | | mac80211: simplify and clarify IE splitting | Johannes Berg | 2017-09-21 | 2 | -24/+16 |
| * | | | | mac80211: avoid allocating TXQs that won't be used | Johannes Berg | 2017-09-21 | 1 | -1/+3 |
* | | | | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 13 | -8/+52 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-02 | 11 | -0/+11 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 11 | -0/+11 |
| | | |/
| | |/| |
|
| * | | | mac80211: don't compare TKIP TX MIC key in reinstall prevention | Johannes Berg | 2017-10-25 | 1 | -2/+34 |
| * | | | mac80211: validate user rate mask before configuring driver | Johannes Berg | 2017-10-18 | 1 | -6/+6 |
| * | | | mac80211: use constant time comparison with keys | Jason A. Donenfeld | 2017-10-18 | 1 | -1/+2 |
| |/ / |
|
* | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ / |
|
* | | mac80211: accept key reinstall without changing anything | Johannes Berg | 2017-10-16 | 1 | -4/+17 |
|/ |
|
* | mac80211: fix deadlock in driver-managed RX BA session start | Johannes Berg | 2017-09-06 | 3 | -14/+28 |
* | mac80211: Complete ampdu work schedule during session tear down | Ilan peer | 2017-09-06 | 1 | -0/+18 |
* | mac80211: flush hw_roc_start work before cancelling the ROC | Avraham Stern | 2017-09-05 | 1 | -0/+2 |
* | mac80211: agg-tx: call drv_wake_tx_queue in proper context | Johannes Berg | 2017-09-05 | 1 | -0/+4 |
* | mac80211: Fix null pointer dereference with iTXQ support | Chunho Lee | 2017-09-05 | 1 | -1/+2 |
* | mac80211: add MESH IE in the correct order | Liad Kaufman | 2017-09-05 | 1 | -1/+1 |
* | mac80211: shorten debug prints using ht_dbg() to avoid warning | Sharon Dvir | 2017-09-05 | 1 | -2/+2 |
* | mac80211: fix VLAN handling with TXQs | Johannes Berg | 2017-09-05 | 2 | -9/+44 |
* | mac80211: fix incorrect assignment of reassoc value | Simon Dinkin | 2017-09-05 | 1 | -1/+1 |
* | mac80211: add api to start ba session timer expired flow | Naftali Goldstein | 2017-08-09 | 1 | -1/+21 |
* | net: manual clean code which call skb_put_[data:zero] | yuan linyu | 2017-06-20 | 2 | -18/+13 |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 3 | -4/+4 |
* | networking: make skb_put & friends return void pointers | Johannes Berg | 2017-06-16 | 8 | -15/+15 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 8 | -53/+37 |
* | networking: convert many more places to skb_put_zero() | Johannes Berg | 2017-06-16 | 14 | -44/+23 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-15 | 6 | -40/+48 |
|\ |
|
| * | Merge tag 'mac80211-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2017-06-13 | 5 | -37/+44 |
| |\ |
|
| | * | mac80211: don't send SMPS action frame in AP mode when not needed | Emmanuel Grumbach | 2017-06-13 | 1 | -0/+2 |
| | * | mac80211/wpa: use constant time memory comparison for MACs | Jason A. Donenfeld | 2017-06-13 | 1 | -4/+5 |
| | * | mac80211: set bss_info data before configuring the channel | Johannes Berg | 2017-06-13 | 1 | -10/+28 |
| | * | mac80211: remove 5/10 MHz rate code from station MLME | Johannes Berg | 2017-06-13 | 1 | -21/+3 |
| | * | mac80211: Fix incorrect condition when checking rx timestamp | Avraham Stern | 2017-06-13 | 1 | -1/+1 |
| | * | mac80211: don't look at the PM bit of BAR frames | Emmanuel Grumbach | 2017-06-13 | 1 | -1/+5 |
| * | | mac80211: free netdev on dev_alloc_name() error | Johannes Berg | 2017-06-09 | 1 | -0/+1 |
| |/ |
|
| * | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 2017-06-07 | 1 | -3/+3 |
* | | mac80211: add the action to the drv_ampdu_action tracepoint | Emmanuel Grumbach | 2017-06-13 | 1 | -4/+7 |
* | | mac80211: manage RX BA session offload without SKB queue | Johannes Berg | 2017-06-08 | 6 | -73/+29 |
* | | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 2017-06-08 | 7 | -102/+74 |
|\ \
| |/ |
|
| * | mac80211: fix dropped counter in multiqueue RX | Johannes Berg | 2017-06-01 | 1 | -1/+1 |
| * | mac80211: fix TX aggregation start/stop callback race | Johannes Berg | 2017-05-30 | 5 | -100/+71 |
| * | mac80211: strictly check mesh address extension mode | Rajkumar Manoharan | 2017-05-17 | 1 | -1/+2 |
* | | mac80211: Invoke TX LED in more code paths | Bjorn Andersson | 2017-05-30 | 1 | -2/+2 |
* | | skbuff/mac80211: introduce and use skb_put_zero() | Johannes Berg | 2017-05-30 | 2 | -8/+4 |
* | | mac80211: enable VHT for mesh channel processing | Simon Wunderlich | 2017-05-24 | 1 | -1/+3 |
* | | mac80211: mesh: support sending wide bandwidth CSA | Simon Wunderlich | 2017-05-24 | 3 | -2/+82 |
* | | mac80211: mark as action frame when parsing IEs of CSA action frames | Simon Wunderlich | 2017-05-19 | 1 | -1/+1 |
* | | mac80211: mesh: Allow following CSA to DFS channels if userspace handles it | Benjamin Berg | 2017-05-19 | 3 | -3/+15 |
* | | mac80211: move clearing result into ieee80211_parse_ch_switch_ie() | Johannes Berg | 2017-05-19 | 4 | -3/+2 |