Age | Commit message (Expand) | Author |
2019-09-11 | mac80211: allow drivers to set max MTU | Wen Gong |
2019-07-30 | Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues" | Johannes Berg |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-04-26 | mac80211: only allocate one queue when using iTXQs | Johannes Berg |
2019-04-26 | mac80211: set NETIF_F_LLTX when using intermediate tx queues | Felix Fietkau |
2019-04-23 | mac80211: Fix kernel panic due to use of txq after free | Bhagavathi Perumal S |
2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-12-19 | Merge tag 'mac80211-next-for-davem-2018-12-19' of git://git.kernel.org/pub/sc... | David S. Miller |
2018-12-18 | mac80211: never pass NULL params to ieee80211_if_add() | Johannes Berg |
2018-12-18 | mac80211: fix a kernel panic when TXing after TXQ teardown | Sara Sharon |
2018-11-09 | mac80211: Clear beacon_int in ieee80211_do_stop | Ben Greear |
2018-09-26 | mac80211: allocate TXQs for active monitor interfaces | Felix Fietkau |
2018-07-09 | net: allow ndo_select_queue to pass netdev | Alexander Duyck |
2018-03-29 | mac80211: Send control port frames over nl80211 | Denis Kenzior |
2018-02-22 | mac80211: add get TID helper | Sara Sharon |
2017-12-11 | mac80211: remove BUG() when interface type is invalid | Luca Coelho |
2017-12-11 | mac80211: mark expected switch fall-throughs | Gustavo A. R. Silva |
2017-10-11 | mac80211: only remove AP VLAN frames from TXQ | Johannes Berg |
2017-09-21 | mac80211: avoid allocating TXQs that won't be used | Johannes Berg |
2017-09-05 | mac80211: Fix null pointer dereference with iTXQ support | Chunho Lee |
2017-09-05 | mac80211: fix VLAN handling with TXQs | Johannes Berg |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-09 | mac80211: free netdev on dev_alloc_name() error | Johannes Berg |
2017-06-08 | mac80211: manage RX BA session offload without SKB queue | Johannes Berg |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller |
2017-05-30 | mac80211: fix TX aggregation start/stop callback race | Johannes Berg |
2017-04-20 | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc... | David S. Miller |
2017-04-18 | mac80211: keep a separate list of monitor interfaces that are up | Johannes Berg |
2017-03-29 | mac80211: unconditionally start new netdev queues with iTXQ support | Johannes Berg |
2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-11 | mac80211: recalculate min channel width on VHT opmode changes | Johannes Berg |
2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger |
2016-10-29 | Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/sc... | David S. Miller |
2016-10-20 | net: use core MTU range checking in wireless drivers | Jarod Wilson |
2016-10-12 | mac80211: filter multicast data packets on AP / AP_VLAN | Michael Braun |
2016-09-30 | mac80211: Implement add_nan_func and rm_nan_func | Ayala Beker |
2016-09-30 | mac80211: add boilerplate code for start / stop NAN | Ayala Beker |
2016-09-30 | cfg80211: add start / stop NAN commands | Ayala Beker |
2016-09-12 | mac80211: add support for MU-MIMO air sniffer | Aviya Erenfeld |
2016-09-12 | mac80211: refactor monitor representation in sdata | Aviya Erenfeld |
2016-06-09 | mac80211: implement fair queueing per txq | Michal Kazior |
2016-06-09 | mac80211: skip netdev queue control with software queuing | Michal Kazior |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-04-27 | mac80211: fix statistics leak if dev_alloc_name() fails | Johannes Berg |
2016-04-12 | cfg80211: remove enum ieee80211_band | Johannes Berg |
2016-04-05 | mac80211: mesh: fix cleanup for mesh pathtable | Bob Copeland |
2016-02-24 | mac80211: expose txq queue depth and size to drivers | Michal Kazior |
2016-02-24 | mac80211: fix txq queue related crashes | Michal Kazior |