summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ip6_tunnel: Leverage core stats allocatorBreno Leitao2024-03-041-8/+2
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-044-7/+7
* ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf()Eric Dumazet2024-03-011-58/+44
* ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet2024-03-017-54/+61
* ipv6/addrconf: annotate data-races around devconf fields (I)Eric Dumazet2024-03-012-31/+39
* ipv6: addrconf_disable_policy() optimizationEric Dumazet2024-03-011-7/+6
* ipv6: annotate data-races around devconf->disable_policyEric Dumazet2024-03-013-5/+5
* ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet2024-03-013-4/+6
* ipv6: annotate data-races in rt6_probe()Eric Dumazet2024-03-011-2/+3
* ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet2024-03-011-4/+4
* ipv6: annotate data-races in ndisc_router_discovery()Eric Dumazet2024-03-011-15/+18
* ipv6: annotate data-races around cnf.forwardingEric Dumazet2024-03-014-12/+15
* ipv6: annotate data-races around cnf.hop_limitEric Dumazet2024-03-014-6/+6
* ipv6: annotate data-races around cnf.mtu6Eric Dumazet2024-03-013-7/+7
* ipv6: addrconf_disable_ipv6() optimizationEric Dumazet2024-03-011-7/+6
* ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet2024-03-013-7/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-3/+4
|\
| * ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet2024-02-261-3/+4
* | net: sit: Do not set .ndo_get_stats64Breno Leitao2024-02-291-1/+0
* | inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet2024-02-291-4/+4
* | netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao2024-02-291-4/+1
* | ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilterZhengchao Shao2024-02-281-4/+4
* | net: exthdrs: ioam6: send trace eventJustin Iurman2024-02-281-0/+4
* | net: ioam6: multicast eventJustin Iurman2024-02-281-0/+64
* | tcp: make dropreason in tcp_child_process() workJason Xing2024-02-281-6/+10
* | tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing2024-02-281-1/+2
* | tcp: use drop reasons in cookie check for ipv6Jason Xing2024-02-281-4/+12
* | tcp: directly drop skb in cookie check for ipv6Jason Xing2024-02-282-4/+5
* | ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao2024-02-281-3/+2
* | ipv6: anycast: complete RCU handling of struct ifacaddr6Eric Dumazet2024-02-272-40/+25
* | inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet2024-02-262-3/+8
* | ipv6: switch inet6_dump_ifinfo() to RCU protectionEric Dumazet2024-02-261-1/+1
* | ipv6: use xarray iterator to implement inet6_dump_ifinfo()Eric Dumazet2024-02-261-27/+19
* | ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet2024-02-261-4/+7
* | ipv6: prepare inet6_fill_ifla6_attrs() for RCUEric Dumazet2024-02-262-75/+90
* | rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-1/+1
* | ipv6/sit: Do not allocate stats in the driverBreno Leitao2024-02-231-8/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-233-12/+39
|\|
| * Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman2024-02-221-0/+10
| * ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev2024-02-201-9/+11
| * ipv6: properly combine dev_base_seq and ipv6.dev_addr_genidEric Dumazet2024-02-181-3/+18
* | udp: add local "peek offset enabled" flagPaolo Abeni2024-02-221-1/+1
* | ipv6: Simplify the allocation of slab cachesKunwu Chan2024-02-211-4/+2
* | ip6mr: Simplify the allocation of slab caches in ip6_mr_initKunwu Chan2024-02-211-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-168-5/+15
|\|
| * net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko2024-02-151-5/+8
| * net: fill in MODULE_DESCRIPTION()s for ipv6 modulesBreno Leitao2024-02-097-0/+7
* | net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie2024-02-151-9/+34
* | net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie2024-02-151-1/+10
* | net: ipv6/addrconf: ensure that regen_advance is at least 2 secondsAlex Henrie2024-02-151-6/+9