| Commit message (Expand) | Author | Age | Files | Lines |
* | net: use core MTU range checking in wireless drivers | Jarod Wilson | 2016-10-20 | 1 | -11/+4 |
* | Merge remote-tracking branch 'net-next/master' into mac80211-next | Johannes Berg | 2016-10-04 | 10 | -63/+56 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-23 | 6 | -39/+54 |
| |\ |
|
| | * | mac80211: reject TSPEC TIDs (TSIDs) for aggregation | Johannes Berg | 2016-09-15 | 2 | -1/+10 |
| | * | mac80211: check skb_linearize() return value | Johannes Berg | 2016-09-14 | 1 | -2/+6 |
| | * | mac80211: make mpath path fixing more robust | Pedersen, Thomas | 2016-09-12 | 2 | -2/+3 |
| | * | mac80211: fix sequence number assignment for PS response frames | Felix Fietkau | 2016-09-12 | 1 | -32/+33 |
| | * | mac80211: fix tim recalculation after PS response | Felix Fietkau | 2016-09-12 | 1 | -2/+2 |
| * | | mac80211: Use rhltable instead of rhashtable | Herbert Xu | 2016-09-20 | 5 | -54/+33 |
* | | | mac80211: Move reorder-sensitive TX handlers to after TXQ dequeue | Toke Høiland-Jørgensen | 2016-09-30 | 5 | -90/+228 |
* | | | mac80211: mesh: decrease max drift | Pedersen, Thomas | 2016-09-30 | 1 | -1/+1 |
* | | | mac80211: add offset_tsf driver op and use it for mesh | Pedersen, Thomas | 2016-09-30 | 5 | -6/+60 |
* | | | mac80211: Set lower memory limit for non-VHT devices | Toke Høiland-Jørgensen | 2016-09-30 | 1 | -0/+19 |
* | | | mac80211: Export fq memory limit information in debugfs | Toke Høiland-Jørgensen | 2016-09-30 | 1 | -0/+8 |
* | | | mac80211: Add API to report NAN function match | Ayala Beker | 2016-09-30 | 1 | -0/+25 |
* | | | mac80211: Implement add_nan_func and rm_nan_func | Ayala Beker | 2016-09-30 | 7 | -3/+273 |
* | | | mac80211: implement nan_change_conf | Ayala Beker | 2016-09-30 | 4 | -0/+93 |
* | | | mac80211: add boilerplate code for start / stop NAN | Ayala Beker | 2016-09-30 | 8 | -4/+131 |
* | | | cfg80211: add start / stop NAN commands | Ayala Beker | 2016-09-30 | 6 | -0/+14 |
* | | | mac80211: Move ieee802111_tx_dequeue() to later in tx.c | Toke Høiland-Jørgensen | 2016-09-30 | 1 | -45/+45 |
|/ / |
|
* | | Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc... | David S. Miller | 2016-09-19 | 19 | -198/+274 |
|\ \ |
|
| * | | mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE | Emmanuel Grumbach | 2016-09-16 | 1 | -1/+1 |
| * | | mac80211: allow driver to handle packet-loss mechanism | Rajkumar Manoharan | 2016-09-15 | 2 | -0/+7 |
| * | | mac80211: remove sta_remove_debugfs driver callback | Johannes Berg | 2016-09-15 | 2 | -19/+0 |
| * | | mac80211: remove pointless chanctx NULL check | Johannes Berg | 2016-09-15 | 1 | -4/+0 |
| * | | mac80211: remove unused assignment | Johannes Berg | 2016-09-15 | 1 | -1/+0 |
| * | | mac80211: fix scan completed tracing | Johannes Berg | 2016-09-15 | 1 | -1/+1 |
| * | | mac80211: fix possible out-of-bounds access | Johannes Berg | 2016-09-15 | 1 | -4/+8 |
| * | | mac80211: remove useless open_count check | Johannes Berg | 2016-09-13 | 1 | -2/+1 |
| * | | mac80211: simplify TDLS RA lookup | Johannes Berg | 2016-09-13 | 1 | -11/+4 |
| * | | mac80211: Re-structure aqm debugfs output and keep CoDel stats per txq | Toke Høiland-Jørgensen | 2016-09-13 | 5 | -129/+117 |
| * | | mac80211: send delBA on unexpected BlockAck Request | Johannes Berg | 2016-09-12 | 1 | -0/+6 |
| * | | mac80211: send delBA on unexpected BlockAck data frames | Johannes Berg | 2016-09-12 | 3 | -2/+14 |
| * | | mac80211: add support for radiotap timestamp field | Johannes Berg | 2016-09-12 | 2 | -0/+33 |
| * | | mac80211: add support for MU-MIMO air sniffer | Aviya Erenfeld | 2016-09-12 | 5 | -3/+51 |
| * | | mac80211: RX BA support for sta max_rx_aggregation_subframes | Maxim Altshul | 2016-09-12 | 2 | -2/+8 |
| * | | mac80211: refactor monitor representation in sdata | Aviya Erenfeld | 2016-09-12 | 8 | -19/+23 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-09-13 | 1 | -3/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | mac80211: TDLS: don't require beaconing for AP BW | Arik Nemtsov | 2016-08-30 | 1 | -3/+4 |
* | | mac80211: call get_expected_throughput only after adding station | Maxim Altshul | 2016-08-11 | 2 | -5/+5 |
* | | mac80211: remove skb header offset mangling in ieee80211_build_hdr | Felix Fietkau | 2016-08-11 | 1 | -26/+2 |
* | | mac80211: mesh: Add support for HW RC implementation | Maxim Altshul | 2016-08-11 | 3 | -12/+40 |
|/ |
|
* | mac80211: Add ieee80211_hw pointer to get_expected_throughput | Maxim Altshul | 2016-08-05 | 1 | -1/+1 |
* | mac80211: End the MPSP even if EOSP frame was not acked | Masashi Honma | 2016-08-05 | 1 | -7/+7 |
* | mac80211: fix purging multicast PS buffer queue | Felix Fietkau | 2016-08-05 | 2 | -4/+4 |
* | mac80211: mesh: flush stations before beacons are stopped | Maital Hahn | 2016-08-03 | 1 | -4/+6 |
* | mac80211: fix check for buffered powersave frames with txq | Felix Fietkau | 2016-08-02 | 1 | -1/+1 |
* | cfg80211: Add mesh peer AID setting API | Masashi Honma | 2016-07-06 | 1 | -0/+1 |
* | mac80211: parse wide bandwidth channel switch IE with workaround | Johannes Berg | 2016-07-06 | 1 | -28/+17 |
* | mac80211: report failure to start (partial) scan as scan abort | Johannes Berg | 2016-07-06 | 1 | -2/+3 |