aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai1-2/+2
2025-01-29tcp: correct handling of extreme memory squeezeJon Maloy1-3/+6
2025-01-29bpf: Fix wrong copied_seq calculationJiayuan Chen2-5/+60
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+1
2025-01-23ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet1-3/+0
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds25-174/+312
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+5
2025-01-20tcp_cubic: fix incorrect HyStart round start detectionMahdi Arghavani1-3/+5
2025-01-20xfrm: Fix the usage of skb->skSteffen Klassert1-1/+1
2025-01-16ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion.Guillaume Nault1-4/+5
2025-01-16gre: Prepare ipgre_open() to .flowi4_tos conversion.Guillaume Nault1-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-19/+28
2025-01-15inet: ipmr: fix data-racesEric Dumazet2-17/+17
2025-01-14tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counterEric Dumazet2-3/+5
2025-01-14tcp: add TCP_RFC7323_PAWS_ACK drop reasonEric Dumazet1-1/+9
2025-01-14tcp: add drop_reason support to tcp_disordered_ack()Eric Dumazet1-35/+44
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu1-19/+27
2025-01-10Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-1/+2
2025-01-09ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart1-0/+1
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann1-1/+1
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+12
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-3/+4
2025-01-02ipv4: remove useless argYu Tian1-6/+5
2024-12-23netlink: correct nlmsg size for multicast notificationsYuyang Huang1-2/+4
2024-12-23net: Fix netns for ip_tunnel_init_flow()Xiao Liang1-3/+3
2024-12-23net: fix memory leak in tcp_conn_request()Wang Liang1-0/+1
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio1-0/+56
2024-12-20tcp_bpf: Fix copied value in tcp_bpf_sendmsgLevi Zim1-4/+4
2024-12-20ipv4: Use inet_sk_init_flowi4() in __ip_queue_xmit().Guillaume Nault1-12/+4
2024-12-20ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route().Guillaume Nault1-9/+2
2024-12-20ipv4: Use inet_sk_init_flowi4() in ip4_datagram_release_cb().Guillaume Nault1-9/+2
2024-12-20ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().Guillaume Nault1-12/+2
2024-12-20inetpeer: avoid false sharing in inet_peer_xrlim_allow()Eric Dumazet1-7/+11
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang1-1/+3
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-1/+1
2024-12-19gre: Drop ip_route_output_gre().Guillaume Nault1-7/+10
2024-12-19ipv4: fib_rules: Reject flow label attributesIdo Schimmel1-0/+6
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet4-23/+24
2024-12-17inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet1-8/+4
2024-12-17inetpeer: remove create argument of inet_getpeer()Eric Dumazet1-9/+2
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet3-4/+4
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri3-4/+4
2024-12-15ipv4: output metric as unsigned intMaximilian Güntner1-2/+2
2024-12-15netlink: add IGMP/MLD join/leave notificationsYuyang Huang1-0/+64
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-13/+15
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-6/+11
2024-12-11tcp: Add sysctl to configure TIME-WAIT reuse delayJakub Sitnicki2-1/+13
2024-12-11tcp: Measure TIME-WAIT reuse delay with millisecond precisionJakub Sitnicki2-3/+9