aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-17mac80211: move struct aead_req off the stackArd Biesheuvel7-62/+93
2016-10-12mac80211: fix CMD_FRAME for AP_VLANMichael Braun1-1/+1
2016-10-12mac80211: validate DA/SA during A-MSDU decapsulationJohannes Berg1-1/+19
2016-10-12cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg1-1/+2
2016-10-12cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg1-1/+7
2016-10-12mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg10-63/+56
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen5-90/+228
2016-09-30mac80211: mesh: decrease max driftPedersen, Thomas1-1/+1
2016-09-30mac80211: add offset_tsf driver op and use it for meshPedersen, Thomas5-6/+60
2016-09-30mac80211: Set lower memory limit for non-VHT devicesToke Høiland-Jørgensen1-0/+19
2016-09-30mac80211: Export fq memory limit information in debugfsToke Høiland-Jørgensen1-0/+8
2016-09-30mac80211: Add API to report NAN function matchAyala Beker1-0/+25
2016-09-30mac80211: Implement add_nan_func and rm_nan_funcAyala Beker7-3/+273
2016-09-30mac80211: implement nan_change_confAyala Beker4-0/+93
2016-09-30mac80211: add boilerplate code for start / stop NANAyala Beker8-4/+131
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker6-0/+14
2016-09-30mac80211: Move ieee802111_tx_dequeue() to later in tx.cToke Høiland-Jørgensen1-45/+45
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-39/+54
2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu5-54/+33
2016-09-18Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller19-198/+274
2016-09-16mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach1-1/+1
2016-09-15mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan2-0/+7
2016-09-15mac80211: remove sta_remove_debugfs driver callbackJohannes Berg2-19/+0
2016-09-15mac80211: remove pointless chanctx NULL checkJohannes Berg1-4/+0
2016-09-15mac80211: remove unused assignmentJohannes Berg1-1/+0
2016-09-15mac80211: fix scan completed tracingJohannes Berg1-1/+1
2016-09-15mac80211: fix possible out-of-bounds accessJohannes Berg1-4/+8
2016-09-15mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg2-1/+10
2016-09-14mac80211: check skb_linearize() return valueJohannes Berg1-2/+6
2016-09-13mac80211: remove useless open_count checkJohannes Berg1-2/+1
2016-09-13mac80211: simplify TDLS RA lookupJohannes Berg1-11/+4
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen5-129/+117
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2016-09-12mac80211: make mpath path fixing more robustPedersen, Thomas2-2/+3
2016-09-12mac80211: fix sequence number assignment for PS response framesFelix Fietkau1-32/+33
2016-09-12mac80211: fix tim recalculation after PS responseFelix Fietkau1-2/+2
2016-09-12mac80211: send delBA on unexpected BlockAck RequestJohannes Berg1-0/+6
2016-09-12mac80211: send delBA on unexpected BlockAck data framesJohannes Berg3-2/+14
2016-09-12mac80211: add support for radiotap timestamp fieldJohannes Berg2-0/+33
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld5-3/+51
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul2-2/+8
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld8-19/+23
2016-08-30mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov1-3/+4
2016-08-11mac80211: call get_expected_throughput only after adding stationMaxim Altshul2-5/+5
2016-08-11mac80211: remove skb header offset mangling in ieee80211_build_hdrFelix Fietkau1-26/+2
2016-08-11mac80211: mesh: Add support for HW RC implementationMaxim Altshul3-12/+40
2016-08-05mac80211: Add ieee80211_hw pointer to get_expected_throughputMaxim Altshul1-1/+1
2016-08-05mac80211: End the MPSP even if EOSP frame was not ackedMasashi Honma1-7/+7
2016-08-05mac80211: fix purging multicast PS buffer queueFelix Fietkau2-4/+4