summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2025-12-01xfrm: Determine inner GSO type from packet inner protocolJianbo Liu1-2/+4
2025-11-24ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang1-0/+5
2025-11-13tcp: Update bind bucket state on port releaseJakub Sitnicki3-5/+52
2025-11-13udp_tunnel: use netdev_warn() instead of netdev_WARN()Alok Tiwari1-1/+1
2025-11-13net: devmem: expose tcp_recvmsg_locked errorsStanislav Fomichev1-2/+2
2025-11-13netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal1-0/+25
2025-11-13netlink: specs: fou: change local-v6/peer-v6 checkAsbjørn Sloth Tønnesen1-2/+2
2025-11-13tcp: use dst_dev_rcu() in tcp_fastopen_active_disable_ofo_check()Eric Dumazet1-3/+4
2025-11-13inet_diag: annotate data-races in inet_diag_bc_sk()Eric Dumazet1-7/+7
2025-11-13net: ipv4: allow directed broadcast routes to use dst hintOscar Maes2-5/+8
2025-11-13net: When removing nexthops, don't call synchronize_net if it is not necessaryChristoph Paasch1-0/+6
2025-10-23tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet1-4/+15
2025-10-23net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov1-14/+0
2025-10-19tcp: take care of zero tp->window_clamp in tcp_set_rcvlowat()Eric Dumazet1-1/+4
2025-10-19tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima1-1/+0
2025-10-15tcp: use skb->len instead of skb->truesize in tcp_can_ingest()Eric Dumazet1-2/+13
2025-10-15tcp: fix __tcp_close() to only send RST when requiredEric Dumazet1-4/+5
2025-10-15inet: ping: check sock_net() in ping_get_port() and ping_lookup()Eric Dumazet1-4/+10
2025-10-15ipv4: start using dst_dev_rcu()Eric Dumazet4-10/+12
2025-10-15tcp_metrics: use dst_dev_net_rcu()Eric Dumazet1-3/+3
2025-10-15net: dst: introduce dst->dev_rcuEric Dumazet1-2/+2
2025-09-23nexthop: Forbid FDB status change while nexthop is in a groupIdo Schimmel1-0/+7
2025-09-17tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect().Kuniyuki Iwashima1-0/+5
2025-09-14net/tcp: Fix a NULL pointer dereference when using TCP-AO with TCP_REPAIRAnderson Nascimento1-1/+3
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-10tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate pso...Kuniyuki Iwashima1-1/+4
2025-09-09tunnels: reset the GSO metadata before reusing the skbAntoine Tenart1-0/+6
2025-09-03ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter1-4/+3
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse1-2/+4
2025-08-28net: ipv4: fix regression in local-broadcast routesOscar Maes1-3/+7
2025-08-21netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal1-4/+2
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