summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-09-05Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz1-5/+5
2022-09-05net: Fix a data-race around sysctl_somaxconn.Kuniyuki Iwashima1-1/+1
2022-09-05net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima1-1/+1
2022-09-05net: Fix a data-race around netdev_budget.Kuniyuki Iwashima1-1/+1
2022-09-05net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima1-1/+1
2022-09-05net: Fix a data-race around sysctl_tstamp_allow_data.Kuniyuki Iwashima1-1/+1
2022-09-05net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima1-4/+4
2022-09-05net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima3-8/+11
2022-09-05netfilter: nft_tunnel: restrict it to netdev familyPablo Neira Ayuso1-0/+1
2022-09-05netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet familiesPablo Neira Ayuso1-3/+15
2022-09-05netfilter: nft_payload: do not truncate csum_offset and csum_typePablo Neira Ayuso1-6/+13
2022-09-05netfilter: nft_payload: report ERANGE for too long offset and lengthPablo Neira Ayuso1-2/+8
2022-09-05netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal4-31/+1
2022-09-05rose: check NULL rose_loopback_neigh->loopbackBernard Pidoux1-1/+2
2022-09-05af_key: Do not call xfrm_probe_algs in parallelHerbert Xu1-0/+3
2022-09-05xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong1-0/+1
2022-08-25netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso1-1/+1
2022-08-25vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye1-0/+1
2022-08-25vsock: Fix memory leak in vsock_connect()Peilin Ye1-1/+8
2022-08-25SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust1-0/+14
2022-08-25rds: add missing barrier to release_refillMikulas Patocka1-0/+1
2022-08-25net_sched: cls_route: disallow handle of 0Jamal Hadi Salim1-0/+10
2022-08-25net/9p: Initialize the iounit field during fid creationTyler Hicks1-4/+1
2022-08-25Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz1-7/+6
2022-08-25tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet1-3/+4
2022-08-25net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo1-1/+1
2022-08-25dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua1-5/+5
2022-08-25net: rose: fix netdev reference changesEric Dumazet2-2/+11
2022-08-25tcp: make retransmitted SKB fit into the send windowYonglong Li1-7/+16
2022-08-25netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal1-0/+1
2022-08-25netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo1-1/+3
2022-08-11netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal1-1/+6
2022-08-11sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou1-1/+1
2022-08-11tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima1-1/+1
2022-08-11tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima1-1/+2
2022-08-11tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima1-1/+2
2022-08-11tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima1-1/+1
2022-08-11tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima1-1/+1
2022-08-11tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima1-1/+1
2022-08-11igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima1-11/+13
2022-08-11net: ping6: Fix memleak in ipv6_renew_options().Kuniyuki Iwashima1-0/+6
2022-08-11tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit.Kuniyuki Iwashima1-1/+1
2022-08-11tcp: Fix a data-race around sysctl_tcp_nometrics_save.Kuniyuki Iwashima1-1/+1
2022-08-11tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima1-1/+1
2022-08-11tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima1-1/+1
2022-08-11tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima1-2/+2
2022-08-11Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-13/+48
2022-07-29Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz1-4/+6
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2-2/+2
2022-07-29Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2-43/+53