summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* kcm: fix strp_init() order and cleanupCong Wang2022-09-151-8/+7
* 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
* 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
* 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
* 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
* netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso2022-08-251-1/+1
* vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye2022-08-251-0/+1
* vsock: Fix memory leak in vsock_connect()Peilin Ye2022-08-251-1/+8
* SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust2022-08-251-0/+14
* rds: add missing barrier to release_refillMikulas Patocka2022-08-251-0/+1
* net_sched: cls_route: disallow handle of 0Jamal Hadi Salim2022-08-251-0/+10
* net/9p: Initialize the iounit field during fid creationTyler Hicks2022-08-251-4/+1
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz2022-08-251-7/+6
* tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet2022-08-251-3/+4
* net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo2022-08-251-1/+1
* dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua2022-08-251-5/+5
* net: rose: fix netdev reference changesEric Dumazet2022-08-252-2/+11
* tcp: make retransmitted SKB fit into the send windowYonglong Li2022-08-251-7/+16
* netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal2022-08-251-0/+1
* netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo2022-08-251-1/+3
* netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal2022-08-111-1/+6
* sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima2022-08-111-1/+2
* tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima2022-08-111-1/+2
* tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima2022-08-111-1/+1
* igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima2022-08-111-11/+13
* net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima2022-08-111-0/+6
* tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_nometrics_save.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima2022-08-111-1/+1
* tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima2022-08-111-1/+1