summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua2022-09-281-0/+1
* netfilter: ebtables: fix memory leak when blob is malformedFlorian Westphal2022-09-281-1/+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
* 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
* wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant2022-09-281-4/+7
* rxrpc: Fix calc of resend ageDavid Howells2022-09-281-1/+1
* rxrpc: Fix local destruction being repeatedDavid Howells2022-09-281-0/+3
* 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
* 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
* netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater2022-09-151-2/+3
* netfilter: br_netfilter: Drop dst references before setting.Harsh Modi2022-09-152-0/+3
* net: mac802154: Fix a condition in the receive pathMiquel Raynal2022-09-151-1/+1
* ip: fix triggering of 'icmp redirect'Nicolas Dichtel2022-09-151-2/+2
* wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-09-151-0/+4
* net/smc: Remove redundant refcount increaseYacan Liu2022-09-151-1/+0
* Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski2022-09-151-3/+1
* tcp: annotate data-race around challenge_timestampEric Dumazet2022-09-151-2/+2
* sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen2022-09-151-1/+3
* kcm: fix strp_init() order and cleanupCong Wang2022-09-151-8/+7
* net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao2022-09-151-1/+3
* wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter2022-09-151-1/+2
* net: neigh: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-09-051-2/+8
* net/af_packet: check len when min_header_len equals to 0Zhengchao Shao2022-09-051-2/+2
* netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven2022-09-051-1/+0
* neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev2022-09-051-8/+17
* bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-09-052-0/+4
* Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-09-051-5/+5
* net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-09-051-1/+1
* net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-09-051-4/+4
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-09-053-8/+11
* netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso2022-09-051-0/+1
* netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso2022-09-051-3/+15
* netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso2022-09-051-6/+13
* netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso2022-09-051-2/+8
* netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal2022-09-054-31/+1
* rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux2022-09-051-1/+2
* SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust2022-09-051-1/+1
* af_key: Do not call xfrm_probe_algs in parallelHerbert Xu2022-09-051-0/+3
* xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong2022-09-051-0/+1