summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2025-09-11ipv4: icmp: Fix source IP derivation in presence of VRFsIdo Schimmel
2025-09-11ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send()Ido Schimmel
2025-09-11ipv4: cipso: Simplify IP options handling in cipso_v4_error()Ido Schimmel
2025-09-09ipv4: udp: fix typos in commentsAlok Tiwari
2025-09-08ipv4: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet
2025-09-04tcp: use tcp_eat_recv_skb in __tcp_close()Eric Dumazet
2025-09-04tcp: fix __tcp_close() to only send RST when requiredEric Dumazet
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-03ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter
2025-09-03Merge tag 'nf-next-25-09-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-09-03netlink: specs: fou: change local-v6/peer-v6 checkAsbjørn Sloth Tønnesen
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal
2025-09-01inet: ping: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet
2025-09-01inet: ping: make ping_port_rover per netnsEric Dumazet
2025-09-01inet: ping: remove ping_hash()Eric Dumazet
2025-09-01inet: ping: check sock_net() in ping_get_port() and ping_lookup()Eric Dumazet
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima
2025-08-29ipv4: start using dst_dev_rcu()Eric Dumazet
2025-08-29tcp: use dst_dev_rcu() in tcp_fastopen_active_disable_ofo_check()Eric Dumazet
2025-08-29tcp_metrics: use dst_dev_net_rcu()Eric Dumazet
2025-08-29net: dst: introduce dst->dev_rcuEric Dumazet
2025-08-29inet_diag: avoid cache line misses in inet_diag_bc_sk()Eric Dumazet
2025-08-29inet_diag: change inet_diag_bc_sk() first argumentEric Dumazet
2025-08-29inet_diag: annotate data-races in inet_diag_bc_sk()Eric Dumazet
2025-08-29tcp: annotate data-races in tcp_req_diag_fill()Eric Dumazet
2025-08-29inet_diag: annotate data-races in inet_diag_msg_common_fill()Eric Dumazet
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet
2025-08-28net: ipv4: fix regression in local-broadcast routesOscar Maes
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault
2025-08-25tcp: Move TCP-specific diag functions to tcp_diag.c.Kuniyuki Iwashima
2025-08-25tcp: Don't pass hashinfo to inet_diag helpers.Kuniyuki Iwashima
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima
2025-08-25tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup().Kuniyuki Iwashima
2025-08-25tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima
2025-08-25tcp: Remove sk_protocol test for tcp_twsk_unique().Kuniyuki Iwashima
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet
2025-08-25net: ipv4: allow directed broadcast routes to use dst hintOscar Maes
2025-08-22tcp: lockless TCP_MAXSEG optionEric Dumazet
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima
2025-08-19net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima