summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: handle pure FIN case correctlyCong Wang2022-08-182-3/+4
* tcp: refactor tcp_read_skb() a bitCong Wang2022-08-181-17/+9
* tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()Cong Wang2022-08-181-10/+14
* tcp: fix sock skb accounting in tcp_read_skb()Cong Wang2022-08-181-0/+1
* net: genl: fix error path memory leak in policy dumpingJakub Kicinski2022-08-182-3/+17
* net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support itVladimir Oltean2022-08-171-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-177-90/+182
|\
| * netfilter: conntrack: NF_CONNTRACK_PROCFS should no longer default to yGeert Uytterhoeven2022-08-171-1/+0
| * netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specifiedPablo Neira Ayuso2022-08-151-0/+5
| * netfilter: nf_tables: disallow NFT_SET_ELEM_CATCHALL and NFT_SET_ELEM_INTERVA...Pablo Neira Ayuso2022-08-151-0/+3
| * netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flagsPablo Neira Ayuso2022-08-151-0/+24
| * netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso2022-08-121-4/+9
| * netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso2022-08-111-1/+1
| * netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal2022-08-111-12/+71
| * netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal2022-08-111-4/+0
| * netfilter: nf_ct_irc: cap packet search space to 4kFlorian Westphal2022-08-111-3/+9
| * netfilter: nf_ct_ftp: prefer skb_linearizeFlorian Westphal2022-08-111-18/+6
| * netfilter: nf_ct_h323: cap packet size at 64kFlorian Westphal2022-08-111-1/+9
| * netfilter: nf_ct_sane: remove pseudo skb linearizationFlorian Westphal2022-08-111-38/+30
| * netfilter: nf_tables: possible module reference underflow in error pathPablo Neira Ayuso2022-08-101-1/+1
| * netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV...Pablo Neira Ayuso2022-08-101-0/+1
| * netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a...Pablo Neira Ayuso2022-08-101-7/+13
* | tls: rx: react to strparser initialization errorsJakub Kicinski2022-08-171-1/+3
* | net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpuZhengchao Shao2022-08-161-1/+1
* | net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao2022-08-151-0/+1
* | net_sched: cls_route: disallow handle of 0Jamal Hadi Salim2022-08-151-0/+10
* | net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong2022-08-151-0/+3
* | neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn2022-08-151-3/+22
* | neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev2022-08-151-8/+17
* | net: qrtr: start MHI channel after endpoit creationMaxim Kochetkov2022-08-151-5/+7
* | ip6_tunnel: Fix the type of functionsHongbin Wang2022-08-131-11/+8
* | net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()Xin Xiong2022-08-121-2/+4
* | rds: add missing barrier to release_refillMikulas Patocka2022-08-121-0/+1
* | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-1138-258/+439
|\ \
| * | net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-102-10/+31
| * | tls: rx: device: don't try to copy too much on detachJakub Kicinski2022-08-101-1/+1
| * | tls: rx: device: bound the frag walkJakub Kicinski2022-08-101-1/+7
| * | net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo2022-08-101-1/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-103-3/+30
| |\ \
| | * | bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao2022-08-101-1/+1
| | * | bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao2022-08-101-1/+19
| | * | bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao2022-08-101-1/+9
| | * | bpf: Allow calling bpf_prog_test kfuncs in tracing programsKumar Kartikeya Dwivedi2022-08-091-0/+1
| * | | net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2022-08-101-1/+3
| | |/ | |/|
| * | devlink: Fix use-after-free after a failed reloadIdo Schimmel2022-08-101-2/+2
| * | vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye2022-08-101-0/+1
| * | vsock: Fix memory leak in vsock_connect()Peilin Ye2022-08-101-1/+8
| * | netlabel: fix typo in commentTopi Miettinen2022-08-101-1/+1
| * | Merge tag 'linux-can-fixes-for-6.0-20220810' of git://git.kernel.org/pub/scm/...David S. Miller2022-08-102-2/+11
| |\ \
| | * | can: j1939: j1939_session_destroy(): fix memory leak of skbsFedor Pchelkin2022-08-091-1/+7