summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet-45/+58
2025-07-02net: dst: annotate data-races around dst->lastuseEric Dumazet-1/+2
2025-07-02net: dst: annotate data-races around dst->expiresEric Dumazet-7/+6
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet-6/+5
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet-2/+3
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet-1/+2
2025-07-02xfrm: Set transport header to fix UDP GRO handlingTobias Brunner-0/+3
2025-07-01seg6: fix lenghts typo in a commentAndrea Mayer-1/+1
2025-07-01ip6_tunnel: enable to change proto of fb tunnelsNicolas Dichtel-5/+36
2025-06-30ipv6: guard ip6_mr_output() with rcuEric Dumazet-1/+1
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet-1/+0
2025-06-25net: Remove unnecessary NULL check for lwtunnel_fill_encap()Yue Haibing-2/+1
2025-06-23net: remove sock_i_uid()Eric Dumazet-3/+3
2025-06-23net: annotate races around sk->sk_uidEric Dumazet-12/+13
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+8
2025-06-19calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima-0/+8
2025-06-19ipv6: Simplify link-local address generation for IPv6 GRE.Guillaume Nault-5/+5
2025-06-17net: ipv6: Add ip6_mr_output()Petr Machata-0/+119
2025-06-17net: ipv6: ip6mr: Split ip6mr_forward2() in twoPetr Machata-7/+16
2025-06-17net: ipv6: ip6mr: Make ip6mr_forward2() voidPetr Machata-6/+6
2025-06-17net: ipv6: ip6mr: Fix in/out netdev to pass to the FORWARD chainPetr Machata-1/+2
2025-06-17net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata-3/+4
2025-06-17net: ipv6: Make udp_tunnel6_xmit_skb() voidPetr Machata-8/+7
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata-1/+1
2025-06-16seg6: Allow End.X behavior to accept an oifIdo Schimmel-2/+3
2025-06-16seg6: Call seg6_lookup_any_nexthop() from End.X behaviorIdo Schimmel-1/+1
2025-06-16seg6: Extend seg6_lookup_any_nexthop() with an oif argumentIdo Schimmel-7/+10
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-55/+55
2025-06-12ipv6: Move fib6_config_validate() to ip6_route_add().Kuniyuki Iwashima-55/+55
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-5/+5
2025-06-05seg6: Fix validation of nexthop addressesIdo Schimmel-4/+2
2025-05-30net: Fix checksum update for ILA adj-transportPaul Chaignon-3/+3
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-11/+14
2025-05-23netfilter: nf_dup{4, 6}: Move duplication check to task_structSebastian Andrzej Siewior-4/+4
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal-3/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-65/+18
2025-05-22netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancyFlorian Westphal-4/+9
2025-05-22Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-54/+17
2025-05-20ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE.Kuniyuki Iwashima-31/+3
2025-05-20ipv6: Pass gfp_flags down to ip6_route_info_create_nh().Kuniyuki Iwashima-4/+5
2025-05-20Revert "ipv6: Factorise ip6_route_multipath_add()."Kuniyuki Iwashima-123/+70
2025-05-20Revert "ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6loc...Kuniyuki Iwashima-3/+3
2025-05-20ipv6: Narrow down RCU critical section in inet6_rtm_newroute().Kuniyuki Iwashima-15/+25
2025-05-20inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().Kuniyuki Iwashima-4/+2
2025-05-20ipv6: Remove rcu_read_lock() in fib6_get_table().Kuniyuki Iwashima-12/+10
2025-05-16mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni-11/+1
2025-05-15ipv6: sr: Use nested-BH locking for hmac_storageSebastian Andrzej Siewior-2/+11
2025-05-13net: devmem: Implement TX pathMina Almasry-1/+2
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+9
2025-05-05gre: Fix again IPv6 link-local address generation.Guillaume Nault-6/+9