summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-08-25qrtr: Convert qrtr_ports from IDR to XArrayMatthew Wilcox (Oracle)
2022-08-25can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin
2022-08-25can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with ...Fedor Pchelkin
2022-08-25netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu
2022-08-25netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter
2022-08-25netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2022-08-25netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso
2022-08-25audit: log nftables configuration change events once per tableRichard Guy Briggs
2022-08-25net: genl: fix error path memory leak in policy dumpingJakub Kicinski
2022-08-25netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso
2022-08-25netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso
2022-08-25netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso
2022-08-25vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye
2022-08-25vsock: Fix memory leak in vsock_connect()Peilin Ye
2022-08-25ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May
2022-08-25devlink: Fix use-after-free after a failed reloadIdo Schimmel
2022-08-25SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust
2022-08-25sunrpc: fix expiry of auth credsDan Aloni
2022-08-25bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao
2022-08-25bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao
2022-08-25bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao
2022-08-25rds: add missing barrier to release_refillMikulas Patocka
2022-08-21net_sched: cls_route: disallow handle of 0Jamal Hadi Salim
2022-08-21net/9p: Initialize the iounit field during fid creationTyler Hicks
2022-08-21Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz
2022-08-21tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet
2022-08-21mac80211: fix a memory leak where sta_info is not freedAhmed Zaki
2022-08-21net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo
2022-08-21dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua
2022-08-21net: rose: fix netdev reference changesEric Dumazet
2022-08-21ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet
2022-08-21inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet
2022-08-21tcp: make retransmitted SKB fit into the send windowYonglong Li
2022-08-21netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal
2022-08-21netfilter: nf_tables: do not allow RULE_ID to refer to another chainThadeu Lima de Souza Cascardo
2022-08-21netfilter: nf_tables: do not allow CHAIN_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-08-21netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo
2022-08-03bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer
2022-08-03bpf: Consolidate shared test timing codeLorenz Bauer
2022-08-03sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long
2022-08-03netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal
2022-08-03sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou
2022-08-03tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_comp_sack_nr.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_comp_sack_slack_ns.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_min_tso_segs.Kuniyuki Iwashima