summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* udp: Make rehash4 independent in udp_lib_rehash()Philo Lu4 days1-19/+27
* ipv4: route: fix drop reason being overridden in ip_route_input_slowAntoine Tenart8 days1-0/+1
* tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann10 days1-1/+1
* Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-01-032-3/+4
|\
| * net: Fix netns for ip_tunnel_init_flow()Xiao Liang2024-12-231-3/+3
| * net: fix memory leak in tcp_conn_request()Wang Liang2024-12-231-0/+1
* | tcp_bpf: Fix copied value in tcp_bpf_sendmsgLevi Zim2024-12-201-4/+4
* | tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang2024-12-201-1/+3
* | tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang2024-12-201-1/+1
|/
* Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-123-6/+11
|\
| * tcp: check space before adding MPTCP SYN optionsMoYuanhao2024-12-111-2/+4
| * udp: fix l4 hash after reconnectPaolo Abeni2024-12-101-3/+5
| * ip: Return drop reason if in_dev is NULL in ip_route_input_rcu().Kuniyuki Iwashima2024-12-081-1/+2
* | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-071-7/+4
|\ \ | |/ |/|
| * tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsgZijian Zhang2024-11-261-7/+4
* | ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni2024-12-051-1/+1
* | Revert "udp: avoid calling sock_def_readable() if possible"Fernando Fernandez Mancera2024-12-041-11/+3
* | net: Fix icmp host relookup triggering ip_rt_bugDong Chenchen2024-11-301-0/+3
* | tcp: populate XPS related fields of timewait socketsEric Dumazet2024-11-301-0/+4
* | ipmr: fix build with clang and DEBUG_NET disabled.Paolo Abeni2024-11-281-1/+1
* | ipmr: fix tables suspicious RCU usagePaolo Abeni2024-11-281-13/+29
* | ipmr: add debug check for mr table cleanupPaolo Abeni2024-11-281-0/+14
* | tcp: Fix use-after-free of nreq in reqsk_timer_handler().Kuniyuki Iwashima2024-11-281-1/+1
|/
* net: ip: fix unexpected return in fib_validate_source()Menglong Dong2024-11-191-1/+1
* ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu2024-11-181-1/+1
* ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu2024-11-181-3/+194
* net/udp: Add 4-tuple hash list basisPhilo Lu2024-11-181-2/+4
* net/udp: Add a new struct for hash2 slotPhilo Lu2024-11-181-21/+23
* Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2024-11-182-4/+5
|\
| * xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault2024-11-061-1/+2
| * xfrm: Add an inbound percpu state cache.Steffen Klassert2024-10-291-3/+3
* | Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-11-154-4/+5
|\ \
| * | netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.Guillaume Nault2024-11-151-1/+1
| * | netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.Guillaume Nault2024-11-151-1/+2
| * | netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault2024-11-151-1/+1
| * | netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.Guillaume Nault2024-11-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-141-1/+2
|\ \ \
| * | | ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao2024-11-141-1/+2
* | | | net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong2024-11-122-16/+21
* | | | net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong2024-11-121-16/+18
* | | | net: ip: make ip_route_input() return drop reasonsMenglong Dong2024-11-122-2/+2
* | | | net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong2024-11-123-11/+14
* | | | net: ip: make ip_route_input_rcu() return drop reasonsMenglong Dong2024-11-121-9/+10
* | | | net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong2024-11-121-21/+35
* | | | net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong2024-11-121-16/+19
* | | | net: ip: make ip_route_input_mc() return drop reasonMenglong Dong2024-11-121-10/+11
* | | | net: ip: make fib_validate_source() support drop reasonsMenglong Dong2024-11-123-22/+32
| |/ / |/| |
* | | net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin2024-11-121-0/+13
* | | net: convert to nla_get_*_default()Johannes Berg2024-11-114-20/+12
* | | neighbour: Remove bare neighbour::next pointerGilad Naaman2024-11-091-1/+1