summaryrefslogtreecommitdiff
path: root/net/mac80211/rx.c
AgeCommit message (Expand)Author
2021-10-17mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing
2021-07-20mac80211: fix memory corruption in EAPOL handlingDavis Mosenkovs
2021-06-30mac80211: drop multicast fragmentsJohannes Berg
2021-06-03mac80211: extend protection against mixed key and fragment cache attacksWen Gong
2021-06-03mac80211: do not accept/forward invalid EAPOL framesJohannes Berg
2021-06-03mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg
2021-06-03mac80211: check defrag PN against current frameJohannes Berg
2021-06-03mac80211: add fragment cache to sta_infoJohannes Berg
2021-06-03mac80211: drop A-MSDUs on old ciphersJohannes Berg
2021-06-03mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef
2021-06-03mac80211: assure all fragments are encryptedMathy Vanhoef
2020-07-31mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen
2020-01-29mac80211: accept deauth frames in IBSS modeJohannes Berg
2019-07-10mac80211: drop robust management frames from unknown TAJohannes Berg
2019-03-23mac80211: fix miscounting of ttl-dropped framesBob Copeland
2019-02-20mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg
2018-12-13mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach
2018-03-03mac80211: mesh: drop frames appearing to be from usJohannes Berg
2017-06-26mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach
2017-04-27mac80211: reject ToDS broadcast data framesJohannes Berg
2016-11-10mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg
2016-04-20mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior
2016-03-16mac80211: Fix Public Action frame RX in AP modeJouni Malinen
2016-03-16mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg
2015-12-15mac80211: handle width changes from opmode notification IE in beaconEyal Shapira
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg
2015-10-14mac80211: clean up ieee80211_rx_h_check_dup codeJohannes Berg
2015-08-14mac80211: use DECLARE_EWMAJohannes Berg
2015-08-14mac80211: Only accept data frames in OCB modeBertold Van den Bergh
2015-07-17mac80211: TDLS: handle chan-switch in RTNL locked workArik Nemtsov
2015-07-17mac80211: remove IEEE80211_RX_FRAGMENTEDJohannes Berg
2015-07-17mac80211: remove key TX/RX counterJohannes Berg
2015-07-17mac80211: remove zero-length A-MPDU subframe reportingJohannes Berg
2015-07-17mac80211: don't store napi structJohannes Berg
2015-07-17mac80211: move ieee80211_get_bssid into RX fileJohannes Berg
2015-07-17mac80211: remove short frame test and counterJohannes Berg
2015-07-17mac80211: rename 'sta_inf' variable to more common 'sta'Johannes Berg
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-19mac80211: don't use napi_gro_receive() outside NAPI contextJohannes Berg
2015-05-05mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg
2015-05-05mac80211: clean up global debugfs statisticsJohannes Berg
2015-04-24mac80211: notify the driver on reordering buffer timeoutEmmanuel Grumbach
2015-04-24mac80211: notify the driver upon BAR RxEmmanuel Grumbach
2015-04-24mac80211: use per-CPU TX/RX statisticsJohannes Berg
2015-04-24mac80211: OCB: remove pointless check for broadcast BSSIDJohannes Berg
2015-04-24mac80211: clean up/rename prepare_for_handlers()Johannes Berg
2015-04-24mac80211: remove IEEE80211_RX_RA_MATCHJohannes Berg
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg