summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau2022-09-291-0/+10
* tcp: export tcp_sendmsg_fastopenBenjamin Hesmans2022-09-291-3/+2
* net: shrink struct ubuf_infoPavel Begunkov2022-09-292-2/+2
* netfilter: nft_fib: Fix for rpath check with VRF devicesPhil Sutter2022-09-281-0/+3
* udp: Refactor udp_read_skb()Peilin Ye2022-09-261-29/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-223-11/+22
|\
| * udp: Use WARN_ON_ONCE() in udp_read_skb()Peilin Ye2022-09-221-1/+1
| * ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel2022-09-201-0/+2
| * tcp: read multiple skbs in tcp_read_skb()Cong Wang2022-09-201-10/+19
| * tcp: Use WARN_ON_ONCE() in tcp_read_skb()Peilin Ye2022-09-161-1/+1
* | netfilter: rpfilter: Remove unused variable 'ret'.Guillaume Nault2022-09-211-1/+0
* | tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-205-8/+126
* | tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima2022-09-202-1/+16
* | tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-207-46/+71
* | tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima2022-09-204-14/+13
* | tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima2022-09-205-23/+12
* | tcp: Clean up some functions.Kuniyuki Iwashima2022-09-204-37/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-09-091-56/+4
|\ \
| * | netfilter: nat: move repetitive nat port reserve loop to a helperFlorian Westphal2022-09-071-56/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-084-8/+22
|\ \ \ | |/ / |/| / | |/
| * tcp: fix early ETIMEDOUT after spurious non-SACK RTONeal Cardwell2022-09-061-7/+18
| * Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2022-09-022-0/+3
| |\
| | * rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-012-0/+3
| * | tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet2022-09-021-1/+1
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-064-122/+139
|\ \ \
| * | | bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau2022-09-031-2/+2
| * | | bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau2022-09-031-2/+2
| * | | bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-031-8/+8
| * | | bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-033-48/+63
| * | | bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-031-9/+9
| * | | bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-031-35/+37
| * | | bpf, net: Avoid loading module when calling bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau2022-08-311-1/+1
| * | | bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau2022-08-191-2/+2
| * | | bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()Martin KaFai Lau2022-08-191-2/+2
| * | | bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...Martin KaFai Lau2022-08-191-6/+6
| * | | bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and cap...Martin KaFai Lau2022-08-191-9/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-015-18/+22
|\ \ \ \ | | |/ / | |/| |
| * | | tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2022-09-012-12/+15
| * | | tcp: annotate data-race around challenge_timestampEric Dumazet2022-09-011-2/+2
| * | | ip: fix triggering of 'icmp redirect'Nicolas Dichtel2022-09-011-2/+2
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2022-08-262-4/+5
| |\ \
| | * | ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnelsEyal Birger2022-08-182-4/+5
* | | | net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert2022-09-011-0/+2
* | | | net: unify alloclen calculation for paged requestsPavel Begunkov2022-08-301-4/+1
* | | | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-292-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-265-13/+17
|\| | |
| * | | net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima2022-08-241-6/+10
| * | | net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima2022-08-241-2/+2
| * | | net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima2022-08-241-3/+3
| * | | net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima2022-08-242-2/+2