summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2025-01-14tcp: add drop_reason support to tcp_disordered_ack()Eric Dumazet
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu
2025-01-10Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2025-01-09ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-02ipv4: remove useless argYu Tian
2024-12-23netlink: correct nlmsg size for multicast notificationsYuyang Huang
2024-12-23net: Fix netns for ip_tunnel_init_flow()Xiao Liang
2024-12-23net: fix memory leak in tcp_conn_request()Wang Liang
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio
2024-12-20tcp_bpf: Fix copied value in tcp_bpf_sendmsgLevi Zim
2024-12-20ipv4: Use inet_sk_init_flowi4() in __ip_queue_xmit().Guillaume Nault
2024-12-20ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route().Guillaume Nault
2024-12-20ipv4: Use inet_sk_init_flowi4() in ip4_datagram_release_cb().Guillaume Nault
2024-12-20ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().Guillaume Nault
2024-12-20inetpeer: avoid false sharing in inet_peer_xrlim_allow()Eric Dumazet
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang
2024-12-19gre: Drop ip_route_output_gre().Guillaume Nault
2024-12-19ipv4: fib_rules: Reject flow label attributesIdo Schimmel
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri
2024-12-15ipv4: output metric as unsigned intMaximilian Güntner
2024-12-15netlink: add IGMP/MLD join/leave notificationsYuyang Huang
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-11tcp: Add sysctl to configure TIME-WAIT reuse delayJakub Sitnicki
2024-12-11tcp: Measure TIME-WAIT reuse delay with millisecond precisionJakub Sitnicki
2024-12-10tcp: check space before adding MPTCP SYN optionsMoYuanhao
2024-12-10udp: fix l4 hash after reconnectPaolo Abeni
2024-12-07ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps
2024-12-04inet: add indirect call wrapper for getfrag() callsEric Dumazet
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera
2024-11-30net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen
2024-11-30tcp: populate XPS related fields of timewait socketsEric Dumazet
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni
2024-11-28ipmr: fix tables suspicious RCU usagePaolo Abeni
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni