summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2024-02-15tcp: no need to use acceptable for conn_requestJason Xing1-4/+1
2024-02-14ip_tunnel: annotate data-races around t->parms.linkEric Dumazet1-14/+13
2024-02-14net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet1-0/+1
2024-02-13ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault4-4/+4
2024-02-12ipv4/fib: use synchronize_net() when holding RTNLEric Dumazet1-1/+1
2024-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+5
2024-02-08ip_tunnel: use exit_batch_rtnl() methodEric Dumazet4-21/+29
2024-02-08ipv4: add __unregister_nexthop_notifier()Eric Dumazet1-6/+13
2024-02-08nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl methodEric Dumazet1-7/+12
2024-02-04inet: read sk->sk_family once in inet_recv_error()Eric Dumazet1-2/+4
2024-02-03tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart1-1/+1
2024-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-12/+24
2024-02-01net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan1-4/+1
2024-02-01net: ipv4: fix a memleak in ip_setup_corkZhipeng Lu1-6/+6
2024-01-31Merge tag 'nf-next-24-01-29' of https://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2-19/+26
2024-01-30net: tcp: accept old ack during closingMenglong Dong1-7/+11
2024-01-29netfilter: xtables: allow xtables-nft only buildsFlorian Westphal2-4/+13
2024-01-29netfilter: arptables: allow xtables-nft only buildsFlorian Westphal1-15/+13
2024-01-29tcp: add sanity checks to rx zerocopyEric Dumazet1-1/+11
2024-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-18/+44
2024-01-27ipmr: fix kernel panic when forwarding mcast packetsNicolas Dichtel4-5/+7
2024-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+8
2024-01-25bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko1-1/+1
2024-01-24bpf, net: switch to dynamic registrationKui-Feng Lee1-3/+9
2024-01-24bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee1-1/+7
2024-01-24bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima1-4/+27
2024-01-24tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima1-9/+0
2024-01-23inet_diag: skip over empty bucketsEric Dumazet1-0/+8
2024-01-23sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet1-2/+7
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet1-0/+2
2024-01-23inet_diag: allow concurrent operationsEric Dumazet1-40/+40
2024-01-23inet_diag: add module pointer to "struct inet_diag_handler"Eric Dumazet3-0/+4
2024-01-23inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet1-3/+3
2024-01-23tcp: Add memory barrier to tcp_push()Salvatore Dipietro1-0/+1
2024-01-20tcp: make sure init the accept_queue's spinlocks onceZhengchao Shao2-0/+7
2024-01-18Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-3/+6
2024-01-17netfilter: bridge: replace physindev with physinif in nf_bridge_infoPavel Tikhomirov1-3/+6
2024-01-17netfilter: propagate net to nf_bridge_get_physindevPavel Tikhomirov1-1/+1
2024-01-13bpf: Avoid iter->offset making backward progress in bpf_iter_udpMartin KaFai Lau1-11/+10
2024-01-13bpf: iter_udp: Retry with a larger batch size without going back to the previ...Martin KaFai Lau1-1/+0
2024-01-13udp: annotate data-races around up->pendingEric Dumazet1-6/+6
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-402/+548
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2024-01-09tcp: Revert no longer abort SYN_SENT when receiving some ICMPShachar Kagan1-6/+0
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+4
2024-01-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-87/+0
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2024-01-04bpfilter: remove bpfilterQuentin Deslandes4-87/+0
2024-01-04fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao2-4/+4
2024-01-01net/tcp_sigpool: Use kref_get_unless_zero()Dmitry Safonov1-3/+2