summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-11-071-2/+14
|\ \ \
| * | | netfilter: Make legacy configs user selectableBreno Leitao2024-10-151-2/+14
* | | | net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov2024-11-032-20/+25
* | | | net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()Yafang Shao2024-11-031-2/+2
* | | | tcp: only release congestion control if it has been initializedPengcheng Yang2024-11-012-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-012-4/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-11-011-3/+4
| |\ \ \
| | * | | bpf: fix filed access without lockJiayuan Chen2024-10-291-3/+4
| * | | | ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel2024-10-291-1/+1
| |/ / /