summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2024-03-04net: ip6_tunnel: Leverage core stats allocatorBreno Leitao1-8/+2
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet4-7/+7
2024-03-01ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf()Eric Dumazet1-58/+44
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet7-54/+61
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (I)Eric Dumazet2-31/+39
2024-03-01ipv6: addrconf_disable_policy() optimizationEric Dumazet1-7/+6
2024-03-01ipv6: annotate data-races around devconf->disable_policyEric Dumazet3-5/+5
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet3-4/+6
2024-03-01ipv6: annotate data-races in rt6_probe()Eric Dumazet1-2/+3
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet1-4/+4
2024-03-01ipv6: annotate data-races in ndisc_router_discovery()Eric Dumazet1-15/+18
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet4-12/+15
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet4-6/+6
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet3-7/+7
2024-03-01ipv6: addrconf_disable_ipv6() optimizationEric Dumazet1-7/+6
2024-03-01ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet3-7/+8
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2024-02-29net: sit: Do not set .ndo_get_stats64Breno Leitao1-1/+0
2024-02-29inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet1-4/+4
2024-02-29netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao1-4/+1
2024-02-28ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilterZhengchao Shao1-4/+4
2024-02-28net: exthdrs: ioam6: send trace eventJustin Iurman1-0/+4
2024-02-28net: ioam6: multicast eventJustin Iurman1-0/+64
2024-02-28tcp: make dropreason in tcp_child_process() workJason Xing1-6/+10
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing1-1/+2
2024-02-28tcp: use drop reasons in cookie check for ipv6Jason Xing1-4/+12
2024-02-28tcp: directly drop skb in cookie check for ipv6Jason Xing2-4/+5
2024-02-28ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao1-3/+2
2024-02-27ipv6: anycast: complete RCU handling of struct ifacaddr6Eric Dumazet2-40/+25
2024-02-26ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet1-3/+4
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet2-3/+8
2024-02-26ipv6: switch inet6_dump_ifinfo() to RCU protectionEric Dumazet1-1/+1
2024-02-26ipv6: use xarray iterator to implement inet6_dump_ifinfo()Eric Dumazet1-27/+19
2024-02-26ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet1-4/+7
2024-02-26ipv6: prepare inet6_fill_ifla6_attrs() for RCUEric Dumazet2-75/+90
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-1/+1
2024-02-23ipv6/sit: Do not allocate stats in the driverBreno Leitao1-8/+4
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-12/+39
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman1-0/+10
2024-02-22udp: add local "peek offset enabled" flagPaolo Abeni1-1/+1
2024-02-21ipv6: Simplify the allocation of slab cachesKunwu Chan1-4/+2
2024-02-21ip6mr: Simplify the allocation of slab caches in ip6_mr_initKunwu Chan1-4/+1
2024-02-20ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev1-9/+11
2024-02-18ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet1-3/+18
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-5/+15
2024-02-15net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie1-9/+34
2024-02-15net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie1-1/+10
2024-02-15net: ipv6/addrconf: ensure that regen_advance is at least 2 secondsAlex Henrie1-6/+9
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko1-5/+8
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet1-1/+1