summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer2019-03-231-1/+3
* mac80211: call drv_ibss_join() on restartJohannes Berg2019-03-231-1/+5
* mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre2019-03-051-1/+1
* mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori2019-03-051-0/+4
* mac80211: fix miscounting of ttl-dropped framesBob Copeland2019-03-051-1/+3
* mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen2019-03-051-2/+2
* mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau2019-02-271-1/+6
* mac80211: Free mpath object when rhashtable insertion failsHerbert Xu2019-02-271-8/+9
* mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu2019-02-272-101/+43Star
* mac80211: Restore vif beacon interval if start ap failsRakesh Pillai2019-02-271-1/+5
* mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-151-3/+9
* mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg2019-02-121-2/+3
* mac80211: free skb fraglist before freeing the skbSara Sharon2019-01-131-0/+5
* mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon2019-01-132-2/+3
* mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2018-12-131-0/+1
* mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2018-12-131-2/+2
* mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau2018-12-131-0/+2
* mac80211: Clear beacon_int in ieee80211_do_stopBen Greear2018-12-131-0/+2
* mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang2018-12-131-2/+2
* mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau2018-10-011-1/+1
* mac80211: allocate TXQs for active monitor interfacesFelix Fietkau2018-09-261-1/+2
* mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang2018-09-103-8/+8
* mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg2018-09-101-4/+4
* mac80211: fix pending queue hang due to TX_DROPBob Copeland2018-09-051-1/+1
* mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski2018-09-051-0/+4
* mac80211: Always report TX statusAndrei Otcheretianski2018-09-051-5/+2Star
* Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-047-49/+141
|\
| * mac80211: shorten the IBSS debug messagesEmmanuel Grumbach2018-09-031-11/+11
| * mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach2018-09-031-2/+15
| * mac80211: Fix station bandwidth setting after channel switchIlan Peer2018-09-031-0/+53
| * mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach2018-09-031-1/+20
| * mac80211: fix WMM TXOP calculationDreyfuss, Haim2018-09-031-2/+1Star
| * mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi2018-09-031-1/+1
| * mac80211: always account for A-MSDU header changesJohannes Berg2018-08-301-5/+7
| * mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi2018-08-301-3/+3
| * mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon2018-08-291-17/+21
| * mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang2018-08-291-0/+4
| * mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach2018-08-281-0/+1
| * cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-08-281-4/+4
| * mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-08-281-4/+1Star
| * mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen2018-08-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1621-164/+854
|\ \
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-252-5/+3Star
| |\|
| * | net: remove blank lines at end of fileStephen Hemminger2018-07-241-1/+0Star
| * | Merge tag 'mac80211-next-for-davem-2018-07-24' of git://git.kernel.org/pub/sc...David S. Miller2018-07-243-11/+17
| |\ \
| | * | mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2018-07-242-10/+16
| | * | mac80211: don't put null-data frames on the normal TXQJohannes Berg2018-07-091-1/+1
| * | | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-2/+2
| |/ /
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-0/+2
| |\ \
| * \ \ Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller2018-06-3018-150/+835
| |\ \ \