summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2024-03-07net: move tcpv4_offload and tcpv6_offload to net_hotdataEric Dumazet
2024-03-07net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet
2024-03-07netlink: let core handle error cases in dump operationsEric Dumazet
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTJuntong Deng
2024-03-05net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Eric Dumazet
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan
2024-03-04net: ip6_tunnel: Leverage core stats allocatorBreno Leitao
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2024-03-01ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf()Eric Dumazet
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (I)Eric Dumazet
2024-03-01ipv6: addrconf_disable_policy() optimizationEric Dumazet
2024-03-01ipv6: annotate data-races around devconf->disable_policyEric Dumazet
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet
2024-03-01ipv6: annotate data-races in rt6_probe()Eric Dumazet
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet
2024-03-01ipv6: annotate data-races in ndisc_router_discovery()Eric Dumazet
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.mtu6Eric Dumazet
2024-03-01ipv6: addrconf_disable_ipv6() optimizationEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.disable_ipv6Eric Dumazet
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-29net: sit: Do not set .ndo_get_stats64Breno Leitao
2024-02-28inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet
2024-02-28netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao
2024-02-28ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilterZhengchao Shao
2024-02-28net: exthdrs: ioam6: send trace eventJustin Iurman
2024-02-28net: ioam6: multicast eventJustin Iurman
2024-02-28tcp: make dropreason in tcp_child_process() workJason Xing
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing
2024-02-28tcp: use drop reasons in cookie check for ipv6Jason Xing
2024-02-28tcp: directly drop skb in cookie check for ipv6Jason Xing
2024-02-27ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao
2024-02-26ipv6: anycast: complete RCU handling of struct ifacaddr6Eric Dumazet
2024-02-26ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet
2024-02-26ipv6: switch inet6_dump_ifinfo() to RCU protectionEric Dumazet
2024-02-26ipv6: use xarray iterator to implement inet6_dump_ifinfo()Eric Dumazet
2024-02-26ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet
2024-02-26ipv6: prepare inet6_fill_ifla6_attrs() for RCUEric Dumazet
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet
2024-02-22ipv6/sit: Do not allocate stats in the driverBreno Leitao
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman
2024-02-21udp: add local "peek offset enabled" flagPaolo Abeni
2024-02-21ipv6: Simplify the allocation of slab cachesKunwu Chan
2024-02-21ip6mr: Simplify the allocation of slab caches in ip6_mr_initKunwu Chan
2024-02-20ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev