summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* kcm: fix strp_init() order and cleanupCong Wang2022-09-081-8/+7
* net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai2022-09-081-15/+16
* net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao2022-09-081-1/+3
* openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko2022-09-081-1/+3
* wifi: cfg80211: debugfs: fix return type in ht40allow_map_read()Dan Carpenter2022-09-081-1/+2
* skmsg: Fix wrong last sg check in sk_msg_recvmsg()Liu Jian2022-09-081-2/+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
* net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2022-09-051-1/+3
* Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz2022-09-051-5/+5
* mptcp: Fix crash due to tcp_tsorted_anchor was initialized before release skbYonglong Li2022-08-311-0/+1
* rxrpc: Fix locking in rxrpc's sendmsgDavid Howells2022-08-312-39/+57
* net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-312-9/+12
* net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima2022-08-312-3/+3
* mptcp: stop relying on tcp_tx_skb_cachePaolo Abeni2022-08-311-60/+77
* tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni2022-08-311-4/+4
* net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima2022-08-311-1/+1
* net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-315-14/+18
* net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-08-311-4/+4
* net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2022-08-314-5/+5
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-313-8/+11
* net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-315-10/+10
* netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-312-4/+11
* netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-311-3/+9
* netfilter: nf_tables: disallow binding to already bound chainPablo Neira Ayuso2022-08-311-0/+2
* netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso2022-08-311-0/+4
* netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso2022-08-315-113/+124
* netfilter: bitwise: improve error goto labelsJeremy Sowden2022-08-311-5/+6
* netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso2022-08-312-2/+116
* netfilter: nf_tables: consolidate rule verdict trace callPablo Neira Ayuso2022-08-311-7/+32
* netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso2022-08-311-0/+1