summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu-19/+27
2025-01-09ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart-0/+1
2025-01-08tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann-1/+1
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+4
2024-12-23net: Fix netns for ip_tunnel_init_flow()Xiao Liang-3/+3
2024-12-23net: fix memory leak in tcp_conn_request()Wang Liang-0/+1
2024-12-20tcp_bpf: Fix copied value in tcp_bpf_sendmsgLevi Zim-4/+4
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang-1/+3
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang-1/+1
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-6/+11
2024-12-10tcp: check space before adding MPTCP SYN optionsMoYuanhao-2/+4
2024-12-10udp: fix l4 hash after reconnectPaolo Abeni-3/+5
2024-12-07ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima-1/+2
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-7/+4
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni-1/+1
2024-12-03Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera-11/+3
2024-11-30net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen-0/+3
2024-11-30tcp: populate XPS related fields of timewait socketsEric Dumazet-0/+4
2024-11-28ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni-1/+1
2024-11-28ipmr: fix tables suspicious RCU usagePaolo Abeni-13/+29
2024-11-28ipmr: add debug check for mr table cleanupPaolo Abeni-0/+14
2024-11-28tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima-1/+1
2024-11-26tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang-7/+4
2024-11-18net: ip: fix unexpected return in fib_validate_source()Menglong Dong-1/+1
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu-1/+1
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu-3/+194
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu-2/+4
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu-21/+23
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller-4/+5
2024-11-15Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-4/+5
2024-11-15netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.Guillaume Nault-1/+1
2024-11-15netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.Guillaume Nault-1/+2
2024-11-15netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault-1/+1
2024-11-15netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.Guillaume Nault-1/+1
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2024-11-13ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao-1/+2
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong-16/+21
2024-11-12net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong-16/+18
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong-2/+2
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong-11/+14
2024-11-12net: ip: make ip_route_input_rcu() return drop reasonsMenglong Dong-9/+10
2024-11-12net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong-21/+35
2024-11-12net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong-16/+19
2024-11-12net: ip: make ip_route_input_mc() return drop reasonMenglong Dong-10/+11
2024-11-12net: ip: make fib_validate_source() support drop reasonsMenglong Dong-22/+32
2024-11-11net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin-0/+13
2024-11-11net: convert to nla_get_*_default()Johannes Berg-20/+12
2024-11-09neighbour: Remove bare neighbour::next pointerGilad Naaman-1/+1
2024-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-2/+14
2024-11-06xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault-1/+2