summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* txhash: fix sk->sk_txrehash defaultKevin Yang2023-02-082-3/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-271-2/+2
|\
| * bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki2023-01-241-2/+2
* | ipv4: prevent potential spectre v1 gadget in fib_metrics_match()Eric Dumazet2023-01-231-0/+2
* | ipv4: prevent potential spectre v1 gadget in ip_metrics_convert()Eric Dumazet2023-01-231-0/+2
* | tcp: fix rate_app_limited to default to 1David Morley2023-01-201-0/+2
* | net/ulp: use consistent error code when blocking ULPPaolo Abeni2023-01-191-1/+1
* | tcp: avoid the lookup process failing to get sk in ehash tableJason Xing2023-01-192-6/+19
|/
* Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-055-9/+75
|\
| * inet: control sockets should not use current thread task_fragEric Dumazet2023-01-041-0/+1
| * net/ulp: prevent ULP without clone op from entering the LISTEN statusPaolo Abeni2023-01-042-0/+18
| * tcp: Add TIME_WAIT sockets in bhash2.Kuniyuki Iwashima2022-12-303-9/+56
* | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
|/
* prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-1/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1332-228/+693
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-132-4/+4
| |\
| | * mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2022-12-121-4/+3
| | * net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2022-12-121-0/+1
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-121-7/+12
| |\ \
| | * | bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang2022-12-011-1/+4
| | * | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang2022-12-011-5/+6
| | * | bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang2022-12-011-1/+2
| * | | udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko2022-12-121-1/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-084-20/+39
| |\ \ \ | | | |/ | | |/|
| * | | tcp: use 2-arg optimal variant of kfree_rcu()Eric Dumazet2022-12-021-2/+2
| * | | net/tcp: Separate initialization of twskDmitry Safonov2022-12-011-26/+35
| * | | net/tcp: Do cleanup on tcp_md5_key_copy() failureDmitry Safonov2022-12-011-7/+2
| * | | net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destructionDmitry Safonov2022-12-014-23/+73
| * | | net/tcp: Separate tcp_md5sig_info allocation into tcp_md5sig_info_add()Dmitry Safonov2022-12-011-9/+21
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-299-47/+98
| |\ \
| * | | udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()Yuan Can2022-11-291-0/+2
| * | | Daniel Borkmann says:Jakub Kicinski2022-11-281-8/+9
| |\ \ \
| | * | | bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet2022-11-201-1/+3
| | * | | bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-141-7/+6
| * | | | tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed2022-11-221-1/+1
| * | | | net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima2022-11-214-7/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-172-5/+15
| |\ \ \ \
| * | | | | tcp: annotate data-race around queue->synflood_warnedEric Dumazet2022-11-161-1/+1
| * | | | | ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet2022-11-165-38/+38
| * | | | | udp: Introduce optional per-netns hash table.Kuniyuki Iwashima2022-11-162-6/+135
| * | | | | udp: Access &udp_table via net.Kuniyuki Iwashima2022-11-163-15/+19
| * | | | | udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima2022-11-161-8/+24
| * | | | | udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima2022-11-161-4/+11
| * | | | | udp: Clean up some functions.Kuniyuki Iwashima2022-11-161-16/+23
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-11-152-4/+4
| |\ \ \ \ \
| | * | | | | netfilter: rpfilter/fib: clean up some inconsistent indentingJiapeng Chong2022-11-151-3/+2
| | * | | | | netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-151-1/+2
| * | | | | | tcp: Add listening address to SYN flood messageJamie Bainbridge2022-11-141-3/+11
| | |_|/ / / | |/| | | |
| * | | | | ipasdv4/tcp_ipv4: remove redundant assignmentxu xin2022-11-141-1/+0
| * | | | | tcp: tcp_wfree() refactoringEric Dumazet2022-11-111-17/+14