summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2025-09-23nexthop: Forbid FDB status change while nexthop is in a groupIdo Schimmel-0/+7
2025-09-17tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima-0/+5
2025-09-14net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIRAnderson Nascimento-1/+3
2025-09-11Merge tag 'net-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+6
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-1/+4
2025-09-10tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate pso...Kuniyuki Iwashima-1/+4
2025-09-09tunnels: reset the GSO metadata before reusing the skbAntoine Tenart-0/+6
2025-09-03ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter-4/+3
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse-2/+4
2025-08-28net: ipv4: fix regression in local-broadcast routesOscar Maes-3/+7
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal-4/+2
2025-08-12Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-1/+1
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann-0/+3
2025-08-07udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca-1/+1
2025-08-01net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala-5/+10
2025-07-25netfilter: Exclude LEGACY TABLES on PREEMPT_RT.Pablo Neira Ayuso-12/+12
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+5
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-0/+5
2025-07-22tcp: do not increment BeyondWindow MIB for old seqPaolo Abeni-1/+5
2025-07-22tcp: do not set a zero size receive bufferPaolo Abeni-0/+4
2025-07-22tcp: trace retransmit failures in tcp_retransmit_skbFan Yu-17/+29
2025-07-21tcp: add tcp_sock_set_maxsegGeliang Tang-9/+14
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev-3/+3
2025-07-18net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev-1/+1
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer-15/+17
2025-07-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-69/+200
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima-3/+1
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima-2/+2
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2025-07-17net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau-0/+2
2025-07-16tcp: fix UaF in tcp_prune_ofo_queue()Paolo Abeni-1/+1
2025-07-14tcp: stronger sk_rcvbuf checksEric Dumazet-6/+16
2025-07-14tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet-1/+1
2025-07-14tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet-0/+1
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet-0/+2
2025-07-14tcp: do not accept packets beyond windowEric Dumazet-5/+17
2025-07-14net: ipv4: fix incorrect MTU in broadcast routesOscar Maes-1/+0
2025-07-14bpf: tcp: Avoid socket skips and repeats during iterationJordan Rife-32/+115
2025-07-14bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch itemsJordan Rife-10/+14
2025-07-14bpf: tcp: Get rid of st_bucket_doneJordan Rife-8/+6
2025-07-14bpf: tcp: Make sure iter->batch always contains a full bucket snapshotJordan Rife-32/+77
2025-07-14bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batchJordan Rife-4/+5
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2025-07-09net: ipconfig: convert timeouts to secs_to_jiffies()Easwar Hariharan-3/+3
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet-1/+3
2025-07-08udp: remove udp_tunnel_gro_init()Eric Dumazet-9/+1
2025-07-08tcp: update the outdated ref draft-ietf-tcpm-rackXin Guo-2/+2
2025-07-08net: splice: Drop unused @gfpMichal Luczaj-4/+2
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen-1/+1
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca-0/+2