summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: ensure vif queues are operational after startAlexander Wetzel2022-09-271-2/+2
* wifi: mac80211: don't start TX with fq->lock to fix deadlockAlexander Wetzel2022-09-271-1/+1
* wifi: cfg80211: fix MCS divisor valueTamizh Chelvam Raja2022-09-271-2/+2
* wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2Felix Fietkau2022-09-121-1/+2
* wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau2022-09-121-1/+1
* wifi: iwlwifi: Mark IWLMEI as brokenToke Høiland-Jørgensen2022-09-121-0/+1
* wifi: iwlwifi: don't spam logs with NSS>2 messagesJason A. Donenfeld2022-09-071-2/+2
* wifi: use struct_group to copy addressesJohannes Berg2022-09-033-6/+8
* wifi: mac80211_hwsim: check length for virtio packetsSoenke Huster2022-09-031-1/+6
* wifi: mac80211: fix locking in auth/assoc timeoutJohannes Berg2022-09-031-6/+5
* wifi: mac80211: mlme: release deflink channel in error caseJohannes Berg2022-09-031-0/+1
* wifi: mac80211: fix link warning in RX agg timer expiryMukesh Sisodiya2022-09-031-0/+4
* wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il49...Stanislaw Gruszka2022-08-301-4/+1
* wifi: wilc1000: fix DMA on stack objectsAjay.Kathat@microchip.com2022-08-303-8/+47
* wifi: mt76: mt7921e: fix crash in chip reset failDeren Wu2022-08-261-1/+1
* Merge tag 'wireless-2022-08-26' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-08-265-7/+16
|\
| * wifi: mac80211: potential NULL dereference in ieee80211_tx_control_port()Dan Carpenter2022-08-251-1/+1
| * wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter2022-08-251-1/+2
| * wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-08-251-0/+4
| * wifi: mac80211: fix possible leak in ieee80211_tx_control_port()Yang Yingliang2022-08-251-0/+1
| * wifi: mac80211: always free sta in __sta_info_alloc in case of errorLorenzo Bianconi2022-08-251-1/+1
| * wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant2022-08-251-4/+7
* | Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-25102-358/+865
|\ \
| * \ Merge branch 'net-lantiq_xrx200-fix-errors-under-memory-pressure'Jakub Kicinski2022-08-251-1/+8
| |\ \
| | * | net: lantiq_xrx200: restore buffer if memory allocation failedAleksander Jan Bajkowski2022-08-251-0/+1
| | * | net: lantiq_xrx200: fix lock under memory pressureAleksander Jan Bajkowski2022-08-251-1/+1
| | * | net: lantiq_xrx200: confirm skb is allocated before usingAleksander Jan Bajkowski2022-08-251-0/+6
| |/ /
| * | net: stmmac: work around sporadic tx issue on link-upHeiner Kallweit2022-08-252-6/+11
| * | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-08-252-14/+47
| |\ \
| | * | i40e: Fix incorrect address type for IPv6 flow rulesSylwester Dziedziuch2022-08-241-1/+1
| | * | ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller2022-08-241-13/+46
| * | | Merge branch 'ionic-bug-fixes'Jakub Kicinski2022-08-252-6/+93
| |\ \ \
| | * | | ionic: VF initial random MAC address if no assigned macR Mohamed Shah2022-08-251-5/+87
| | * | | ionic: fix up issues with handling EAGAIN on FW cmdsShannon Nelson2022-08-251-1/+3
| | * | | ionic: clear broken state on generation changeShannon Nelson2022-08-251-0/+3
| |/ / /
| * | | rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2022-08-252-39/+57
| * | | net: ethernet: mtk_eth_soc: fix hw hash reporting for MTK_NETSYS_V2Lorenzo Bianconi2022-08-252-10/+17
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-2516-56/+109
| |\ \
| | * | netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increasesEric Dumazet2022-08-241-1/+0
| | * | netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-243-4/+13
| | * | netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-242-3/+10
| | * | netfilter: nf_tables: disallow binding to already bound chainPablo Neira Ayuso2022-08-241-0/+2
| | * | netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso2022-08-241-0/+1
| | * | netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso2022-08-241-3/+15
| | * | netfilter: nf_tables: do not leave chain stats enabled on errorPablo Neira Ayuso2022-08-241-2/+4
| | * | netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso2022-08-241-6/+13
| | * | netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso2022-08-241-2/+8
| | * | netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso2022-08-242-2/+2
| | * | netfilter: nf_tables: disallow updates of implicit chainPablo Neira Ayuso2022-08-241-0/+3
| | * | netfilter: nft_tproxy: restrict to prerouting hookFlorian Westphal2022-08-231-0/+8