summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-016-12/+24
|\
| * net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu2024-01-311-6/+6
| * tcp: add sanity checks to rx zerocopyEric Dumazet2024-01-291-1/+11
| * ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel2024-01-264-5/+7
* | net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan2024-01-311-4/+1
* | Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2024-01-312-19/+26
|\ \
| * | netfilter: xtables: allow xtables-nft only buildsFlorian Westphal2024-01-292-4/+13
| * | netfilter: arptables: allow xtables-nft only buildsFlorian Westphal2024-01-291-15/+13
* | | net: tcp: accept old ack during closingMenglong Dong2024-01-291-7/+11
|/ /
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-262-18/+44
|\ \
| * | bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko2024-01-241-1/+1
| * | bpf, net: switch to dynamic registrationKui-Feng Lee2024-01-231-3/+9
| * | bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee2024-01-231-1/+7
| * | bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima2024-01-231-4/+27
| * | tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima2024-01-231-9/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-253-0/+8
|\ \ \ | |/ / |/| / | |/
| * tcp: Add memory barrier to tcp_push()Salvatore Dipietro2024-01-231-0/+1
| * tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2024-01-192-0/+7
* | inet_diag: skip over empty bucketsEric Dumazet2024-01-231-0/+8
* | sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet2024-01-231-2/+7
* | sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet2024-01-231-0/+2
* | inet_diag: allow concurrent operationsEric Dumazet2024-01-231-40/+40
* | inet_diag: add module pointer to "struct inet_diag_handler"Eric Dumazet2024-01-233-0/+4
* | inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet2024-01-231-3/+3
|/
* 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
| |\ \