summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: qrtr: start MHI channel after endpoit creationMaxim Kochetkov2022-08-251-5/+7
* net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean2022-08-251-2/+5
* net: genl: fix error path memory leak in policy dumpingJakub Kicinski2022-08-252-3/+17
* net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong2022-08-251-0/+3
* net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()Xin Xiong2022-08-251-2/+4
* netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso2022-08-251-0/+5
* netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...Pablo Neira Ayuso2022-08-251-0/+3
* netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flagsPablo Neira Ayuso2022-08-251-0/+24
* netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso2022-08-251-4/+9
* netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso2022-08-251-1/+1
* netfilter: nf_tables: possible module reference underflow in error pathPablo Neira Ayuso2022-08-251-1/+1
* netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV...Pablo Neira Ayuso2022-08-251-0/+1
* netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a...Pablo Neira Ayuso2022-08-251-7/+13
* 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
* ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-251-2/+1
* devlink: Fix use-after-free after a failed reloadIdo Schimmel2022-08-251-2/+2
* SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust2022-08-251-0/+14
* sunrpc: fix expiry of auth credsDan Aloni2022-08-251-1/+1
* can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin2022-08-251-1/+7
* bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao2022-08-251-1/+1
* bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao2022-08-251-1/+19
* bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao2022-08-251-1/+9
* rds: add missing barrier to release_refillMikulas Patocka2022-08-251-0/+1
* net_sched: cls_route: disallow handle of 0Jamal Hadi Salim2022-08-211-0/+10
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz2022-08-171-7/+6
* tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet2022-08-171-3/+4
* mac80211: fix a memory leak where sta_info is not freedAhmed Zaki2022-08-171-3/+3
* net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo2022-08-171-1/+1
* net/9p: Initialize the iounit field during fid creationTyler Hicks2022-08-171-4/+1
* net: 9p: fix refcount leak in p9_read_work() error handlingHangyu Hua2022-08-171-0/+1
* 9p: Add client parameter to p9_req_put()Kent Overstreet2022-08-175-16/+16
* 9p: Drop kref usageKent Overstreet2022-08-171-11/+8
* 9p: fix a bunch of checkpatch warningsDominique Martinet2022-08-176-246/+237
* dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua2022-08-171-5/+5
* net: rose: fix netdev reference changesEric Dumazet2022-08-172-2/+11
* ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-08-173-5/+5
* inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet2022-08-172-12/+6
* tcp: make retransmitted SKB fit into the send windowYonglong Li2022-08-171-7/+16
* skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian2022-08-171-2/+2
* ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein2022-08-171-1/+1
* netfilter: nf_tables: fix null deref due to zeroed list headFlorian Westphal2022-08-171-0/+1
* netfilter: nf_tables: do not allow RULE_ID to refer to another chainThadeu Lima de Souza Cascardo2022-08-171-2/+5
* netfilter: nf_tables: do not allow CHAIN_ID to refer to another tableThadeu Lima de Souza Cascardo2022-08-171-2/+4
* netfilter: nf_tables: do not allow SET_ID to refer to another tableThadeu Lima de Souza Cascardo2022-08-171-1/+3
* sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2022-08-032-19/+5
* netfilter: nf_queue: do not allow packet truncation below transport header of...Florian Westphal2022-08-031-1/+6
* sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou2022-08-031-1/+1
* ipv4: Fix data-races around sysctl_fib_notify_on_flag_change.Kuniyuki Iwashima2022-08-031-2/+5
* tcp: Fix data-races around sysctl_tcp_reflect_tos.Kuniyuki Iwashima2022-08-032-4/+4