aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-18tcp: sack option handling improvementsIlpo Järvinen1-11/+14
2025-09-18tcp: accecn: AccECN needs to know delivered bytesIlpo Järvinen1-2/+12
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen3-5/+7
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen7-22/+76
2025-09-18tcp: AccECN coreIlpo Järvinen3-10/+104
2025-09-17tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima1-0/+5
2025-09-15tcp: ecn functions in separated include fileChia-Yu Chang2-99/+2
2025-09-15tcp: reorganize tcp_sock_write_txrx group for variables laterChia-Yu Chang1-2/+2
2025-09-15tcp: reorganize SYN ECN codeIlpo Järvinen1-2/+3
2025-09-14net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIRAnderson Nascimento1-1/+3
2025-09-12Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-0/+25
2025-09-11udp_tunnel: use netdev_warn() instead of netdev_WARN()Alok Tiwari1-1/+1
2025-09-11tcp: Free TCP-AO/TCP-MD5 info/keys without RCUDmitry Safonov4-33/+12
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov2-25/+35
2025-09-11net: devmem: expose tcp_recvmsg_locked errorsStanislav Fomichev1-2/+2
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+10
2025-09-11Merge tag 'net-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+6
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+4
2025-09-11netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal1-0/+25
2025-09-11ipv4: icmp: Fix source IP derivation in presence of VRFsIdo Schimmel1-1/+2
2025-09-11ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send()Ido Schimmel3-16/+18
2025-09-11ipv4: cipso: Simplify IP options handling in cipso_v4_error()Ido Schimmel1-7/+6
2025-09-10tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate pso...Kuniyuki Iwashima1-1/+4
2025-09-09ipv4: udp: fix typos in commentsAlok Tiwari1-3/+3
2025-09-09tunnels: reset the GSO metadata before reusing the skbAntoine Tenart1-0/+6
2025-09-08ipv4: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-32/+33
2025-09-04tcp: use tcp_eat_recv_skb in __tcp_close()Eric Dumazet1-2/+2
2025-09-04tcp: fix __tcp_close() to only send RST when requiredEric Dumazet1-4/+5
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+7
2025-09-03ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter1-4/+3
2025-09-03Merge tag 'nf-next-25-09-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-10/+17
2025-09-03netlink: specs: fou: change local-v6/peer-v6 checkAsbjørn Sloth Tønnesen1-2/+2
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal1-10/+17
2025-09-01inet: ping: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-16/+16
2025-09-01inet: ping: make ping_port_rover per netnsEric Dumazet1-5/+5
2025-09-01inet: ping: remove ping_hash()Eric Dumazet1-10/+0
2025-09-01inet: ping: check sock_net() in ping_get_port() and ping_lookup()Eric Dumazet1-4/+10
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse1-2/+4
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima4-5/+11
2025-08-29ipv4: start using dst_dev_rcu()Eric Dumazet4-10/+12
2025-08-29tcp: use dst_dev_rcu() in tcp_fastopen_active_disable_ofo_check()Eric Dumazet1-3/+4
2025-08-29tcp_metrics: use dst_dev_net_rcu()Eric Dumazet1-3/+3
2025-08-29net: dst: introduce dst->dev_rcuEric Dumazet1-2/+2
2025-08-29inet_diag: avoid cache line misses in inet_diag_bc_sk()Eric Dumazet1-21/+31
2025-08-29inet_diag: change inet_diag_bc_sk() first argumentEric Dumazet4-20/+11
2025-08-29inet_diag: annotate data-races in inet_diag_bc_sk()Eric Dumazet1-7/+7
2025-08-29tcp: annotate data-races in tcp_req_diag_fill()Eric Dumazet2-3/+3
2025-08-29inet_diag: annotate data-races in inet_diag_msg_common_fill()Eric Dumazet1-9/+9
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+7
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet1-0/+1