summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: mesh: clean up rx_bcn_presp APIJohannes Berg2022-10-153-20/+17
* wifi: cfg80211: update hidden BSSes to avoid WARN_ONJohannes Berg2022-10-151-11/+20
* wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg2022-10-151-5/+7
* wifi: cfg80211: avoid nontransmitted BSS list corruptionJohannes Berg2022-10-151-0/+9
* wifi: cfg80211: fix BSS refcounting bugsJohannes Berg2022-10-151-13/+14
* wifi: cfg80211: ensure length byte is present before accessJohannes Berg2022-10-151-2/+4
* wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg2022-10-152-0/+4
* wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()Johannes Berg2022-10-151-1/+1
* wifi: cfg80211: fix MCS divisor valueTamizh Chelvam Raja2022-10-121-1/+1
* net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang2022-10-121-19/+23
* xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa2022-10-122-4/+5
* wifi: mac80211: fix regression with non-QoS driversHans de Goede2022-10-051-0/+4
* net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua2022-10-051-1/+4
* net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua2022-09-281-0/+1
* net/smc: Stop the CLC flow if no link to map buffers onWen Gu2022-09-281-1/+4
* netfilter: ebtables: fix memory leak when blob is malformedFlorian Westphal2022-09-281-1/+3
* netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()Tetsuo Handa2022-09-281-0/+1
* netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()Tetsuo Handa2022-09-281-4/+3
* net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean2022-09-281-3/+5
* net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean2022-09-281-4/+6
* net: core: fix flow symmetric hashLudovic Cintrat2022-09-281-3/+2
* netfilter: nfnetlink_osf: fix possible bogus match in nf_osf_find()Pablo Neira Ayuso2022-09-281-1/+3
* netfilter: nf_conntrack_irc: Tighten matching on DCC messageDavid Leadbeater2022-09-281-6/+28
* netfilter: nf_conntrack_sip: fix ct_sip_walk_headersIgor Ryzhov2022-09-281-2/+2
* net: Find dst with sk's xfrm policy not ctl_sksewookseo2022-09-233-2/+7
* rxrpc: Fix calc of resend ageDavid Howells2022-09-231-1/+1
* rxrpc: Fix local destruction being repeatedDavid Howells2022-09-231-0/+3
* net: dsa: hellcreek: Print warning only onceKurt Kanzenbach2022-09-201-1/+1
* sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen2022-09-151-1/+2
* tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-151-7/+18
* ipv6: sr: fix out-of-bounds read when setting HMAC data.David Lebrun2022-09-151-0/+5
* tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet2022-09-152-2/+2
* tipc: fix shift wrapping bug in map_get()Dan Carpenter2022-09-151-1/+1
* sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen2022-09-151-4/+6
* rxrpc: Fix an insufficiently large sglist in rxkad_verify_packet_2()David Howells2022-09-151-1/+1
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-156-38/+265
* netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater2022-09-151-2/+3
* netfilter: nf_tables: clean up hook list when offload flags check failsPablo Neira Ayuso2022-09-151-1/+3
* netfilter: br_netfilter: Drop dst references before setting.Harsh Modi2022-09-152-0/+3
* net/core/skbuff: Check the return value of skb_copy_bits()lily2022-09-151-3/+2
* netfilter: conntrack: work around exceeded receive windowFlorian Westphal2022-09-151-0/+31
* net: mac802154: Fix a condition in the receive pathMiquel Raynal2022-09-081-1/+1
* net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-09-082-6/+6
* ip: fix triggering of 'icmp redirect'Nicolas Dichtel2022-09-081-2/+2
* wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant2022-09-081-4/+7
* wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-09-081-0/+4
* net/smc: Remove redundant refcount increaseYacan Liu2022-09-081-1/+0
* Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski2022-09-081-3/+1
* tcp: annotate data-race around challenge_timestampEric Dumazet2022-09-081-2/+2
* sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen2022-09-081-1/+3