summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-01-181-3/+6
|\
| * netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov2024-01-171-3/+6
| * netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov2024-01-171-1/+1
* | bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau2024-01-131-11/+10
* | bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau2024-01-131-1/+0
|/
* udp: annotate data-races around up->pendingEric Dumazet2024-01-131-6/+6
* Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-1118-402/+548
|\
| * tcp: Revert no longer abort SYN_SENT when receiving some ICMPShachar Kagan2024-01-081-6/+0
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-054-87/+0
| |\
| | * bpfilter: remove bpfilterQuentin Deslandes2024-01-044-87/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-3/+2
| |\ \
| * | | fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao2024-01-032-4/+4
| | |/ | |/|
| * | tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima2023-12-222-23/+1
| * | tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima2023-12-224-16/+9
| * | tcp: Unlink sk from bhash.Kuniyuki Iwashima2023-12-222-11/+0
| * | tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).Kuniyuki Iwashima2023-12-223-9/+8
| * | tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().Kuniyuki Iwashima2023-12-221-1/+17
| * | tcp: Rearrange tests in inet_csk_bind_conflict().Kuniyuki Iwashima2023-12-221-21/+19
| * | tcp: Link bhash2 to bhash.Kuniyuki Iwashima2023-12-222-11/+12
| * | tcp: Rename tb in inet_bind2_bucket_(init|create)().Kuniyuki Iwashima2023-12-221-16/+16
| * | tcp: Save address type in inet_bind2_bucket.Kuniyuki Iwashima2023-12-221-16/+13
| * | tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.Kuniyuki Iwashima2023-12-221-17/+17
| * | tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().Kuniyuki Iwashima2023-12-221-13/+12
| * | tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima2023-12-222-3/+7
| * | Revert BPF token-related functionalityAndrii Nakryiko2023-12-191-1/+1
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-181-1/+70
| |\ \
| | * | x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-151-0/+69
| | * | bpf: take into account BPF token when fetching helper protosAndrii Nakryiko2023-12-061-1/+1
| * | | tcp/dccp: change source port selection at connect() timeEric Dumazet2023-12-151-11/+16
| * | | inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet2023-12-151-5/+16
| * | | net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-151-3/+3
| * | | ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando2023-12-151-7/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-142-2/+26
| |\ \ \
| * | | | sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2023-12-131-0/+1
| * | | | Use READ/WRITE_ONCE() for IP local_port_range.David Laight2023-12-084-50/+34
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-077-26/+62
| |\ \ \ \
| * | | | | tcp: reorganize tcp_sock fast path variablesCoco Li2023-12-051-0/+93
| * | | | | tcp: Dump bound-only sockets in inet_diag.Guillaume Nault2023-12-042-1/+86
| * | | | | tcp: tcp_gro_dev_warn() cleanupEric Dumazet2023-12-011-18/+11
| | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-301-2/+4
| |\ \ \ \
| * | | | | tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()Kuniyuki Iwashima2023-11-291-49/+57
| * | | | | tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-31/+37
| * | | | | tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().Kuniyuki Iwashima2023-11-292-14/+18
| * | | | | tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().Kuniyuki Iwashima2023-11-291-4/+3
| * | | | | tcp: Don't pass cookie to __cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-7/+8
| * | | | | tcp: Clean up goto labels in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-11/+11
| * | | | | tcp: Cache sock_net(sk) in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-10/+11
| * | | | | tcp: Clean up reverse xmas tree in cookie_v[46]_check().Kuniyuki Iwashima2023-11-291-5/+5
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-235-1/+5
| |\ \ \ \ \
| * | | | | | tcp: no longer abort SYN_SENT when receiving some ICMPEric Dumazet2023-11-161-0/+6