aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet2-3/+3
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet3-11/+11
2025-08-28net: ipv4: fix regression in local-broadcast routesOscar Maes1-3/+7
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault13-26/+31
2025-08-25tcp: Move TCP-specific diag functions to tcp_diag.c.Kuniyuki Iwashima2-484/+455
2025-08-25tcp: Don't pass hashinfo to inet_diag helpers.Kuniyuki Iwashima2-19/+8
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima7-36/+29
2025-08-25tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup().Kuniyuki Iwashima1-2/+1
2025-08-25tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima3-4/+3
2025-08-25tcp: Remove sk_protocol test for tcp_twsk_unique().Kuniyuki Iwashima1-2/+1
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet6-9/+9
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet6-8/+9
2025-08-25net: ipv4: allow directed broadcast routes to use dst hintOscar Maes2-5/+8
2025-08-22tcp: lockless TCP_MAXSEG optionEric Dumazet1-4/+2
2025-08-22tcp: annotate data-races around tp->rx_opt.user_mssEric Dumazet3-9/+13
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+2
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal1-4/+2
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet1-1/+1
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima2-3/+2
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima1-1/+1
2025-08-19net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima1-1/+1
2025-08-19tcp: Simplify error path in inet_csk_accept().Kuniyuki Iwashima1-8/+7
2025-08-19net: Switch to skb_dstref_steal/skb_dstref_restore for ip_route_input callersStanislav Fomichev2-6/+6
2025-08-19netfilter: Switch to skb_dstref_steal to clear dst_entryStanislav Fomichev1-1/+4
2025-08-19net: When removing nexthops, don't call synchronize_net if it is not necessaryChristoph Paasch1-0/+6
2025-08-19net: Make nexthop-dumps scale linearly with the number of nexthopsChristoph Paasch1-3/+33
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2025-08-12tcp: cdg: remove redundant __GFP_NOWARNQianfeng Rong1-1/+1
2025-08-12Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-1/+1
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann1-0/+3
2025-08-07udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca1-1/+1
2025-08-01net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala1-5/+10
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso1-12/+12
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+5
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2-0/+5
2025-07-22tcp: do not increment BeyondWindow MIB for old seqPaolo Abeni1-1/+5
2025-07-22tcp: do not set a zero size receive bufferPaolo Abeni1-0/+4
2025-07-22tcp: trace retransmit failures in tcp_retransmit_skbFan Yu1-17/+29
2025-07-21tcp: add tcp_sock_set_maxsegGeliang Tang1-9/+14
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev3-3/+3
2025-07-18net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev1-1/+1
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer2-15/+17
2025-07-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-69/+200
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima1-3/+1
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima1-2/+2
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2025-07-17net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau2-0/+2
2025-07-16tcp: fix UaF in tcp_prune_ofo_queue()Paolo Abeni1-1/+1
2025-07-14tcp: stronger sk_rcvbuf checksEric Dumazet1-6/+16
2025-07-14tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet1-1/+1