summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-214-6/+9
|\
| * Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-03-191-4/+4
| |\
| | * net: esp: fix bad handling of pages from page_poolDragos Tatulea2024-03-181-4/+4
| * | tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima2024-03-191-0/+3
| * | Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan2024-03-182-2/+2
| |/
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\ \ | |/ |/|
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska2024-03-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-111-0/+6
|\ \
| * | ipv6: fib6_rules: flush route cache when rule is changedShiming Cheng2024-03-081-0/+6
* | | net: ipv6: exthdrs: get rid of ipv6_skb_net()Justin Iurman2024-03-111-9/+1
* | | udp: no longer touch sk->sk_refcnt in early demuxEric Dumazet2024-03-111-2/+3
* | | ipv6: raw: check sk->sk_rcvbuf earlierEric Dumazet2024-03-081-0/+7
* | | ipv6: remove RTNL protection from inet6_dump_addr()Eric Dumazet2024-03-081-3/+6
* | | ipv6: use xa_array iterator to implement inet6_dump_addr()Eric Dumazet2024-03-081-49/+30
* | | ipv6: make in6_dump_addrs() locklessEric Dumazet2024-03-081-9/+5
* | | ipv6: make inet6_fill_ifaddr() locklessEric Dumazet2024-03-081-29/+37
* | | Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2024-03-081-4/+1
|\ \ \
| * | | xfrm6_tunnel: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan2024-01-251-4/+1
* | | | net: introduce include/net/rps.hEric Dumazet2024-03-071-0/+1
* | | | ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdataEric Dumazet2024-03-072-6/+2
* | | | ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdataEric Dumazet2024-03-072-2/+1
* | | | ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataEric Dumazet2024-03-072-16/+17
* | | | udp: move udpv4_offload and udpv6_offload to net_hotdataEric Dumazet2024-03-071-11/+10
* | | | net: move tcpv4_offload and tcpv6_offload to net_hotdataEric Dumazet2024-03-071-8/+8
* | | | net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet2024-03-071-9/+9
* | | | netlink: let core handle error cases in dump operationsEric Dumazet2024-03-071-6/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-071-14/+7
|\ \ \ \ | | |/ / | |/| |
| * | | net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet2024-03-051-14/+7
* | | | inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng2024-03-061-0/+6
* | | | net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan2024-03-052-2/+2
* | | | 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-281-4/+4