aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2024-04-04netfilter: validate user input for expected lengthGravatar Eric Dumazet 1-0/+4
2024-04-02ipv6: Fix infinite recursion in fib6_dump_done().Gravatar Kuniyuki Iwashima 1-7/+7
2024-03-29erspan: make sure erspan_base_hdr is present in skb->headGravatar Eric Dumazet 1-0/+3
2024-03-29udp: do not transition UDP GRO fraglist partial checksums to unnecessaryGravatar Antoine Tenart 1-7/+1
2024-03-29udp: do not accept non-tunnel GSO skbs landing in a tunnelGravatar Antoine Tenart 1-1/+1
2024-03-28inet: inet_defrag: prevent sk release while still in useGravatar Florian Westphal 1-1/+1
2024-03-22ipv6: Fix address dump when IPv6 is disabled on an interfaceGravatar Ido Schimmel 1-2/+3
2024-03-21Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-6/+9
2024-03-19Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Jakub Kicinski 1-4/+4
2024-03-19tcp: Clear req->syncookie in reqsk_alloc().Gravatar Kuniyuki Iwashima 1-0/+3
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Gravatar Abhishek Chauhan 2-2/+2
2024-03-18net: esp: fix bad handling of pages from page_poolGravatar Dragos Tatulea 1-4/+4
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2024-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+6
2024-03-11net: ipv6: exthdrs: get rid of ipv6_skb_net()Gravatar Justin Iurman 1-9/+1
2024-03-11udp: no longer touch sk->sk_refcnt in early demuxGravatar Eric Dumazet 1-2/+3
2024-03-08ipv6: raw: check sk->sk_rcvbuf earlierGravatar Eric Dumazet 1-0/+7
2024-03-08ipv6: remove RTNL protection from inet6_dump_addr()Gravatar Eric Dumazet 1-3/+6
2024-03-08ipv6: use xa_array iterator to implement inet6_dump_addr()Gravatar Eric Dumazet 1-49/+30
2024-03-08ipv6: make in6_dump_addrs() locklessGravatar Eric Dumazet 1-9/+5
2024-03-08ipv6: make inet6_fill_ifaddr() locklessGravatar Eric Dumazet 1-29/+37
2024-03-08Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar David S. Miller 1-4/+1
2024-03-08ipv6: fib6_rules: flush route cache when rule is changedGravatar Shiming Cheng 1-0/+6
2024-03-07net: introduce include/net/rps.hGravatar Eric Dumazet 1-0/+1
2024-03-07ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdataGravatar Eric Dumazet 2-6/+2
2024-03-07ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdataGravatar Eric Dumazet 2-2/+1
2024-03-07ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataGravatar Eric Dumazet 2-16/+17
2024-03-07udp: move udpv4_offload and udpv6_offload to net_hotdataGravatar Eric Dumazet 1-11/+10
2024-03-07net: move tcpv4_offload and tcpv6_offload to net_hotdataGravatar Eric Dumazet 1-8/+8
2024-03-07net: move ip_packet_offload and ipv6_packet_offload to net_hotdataGravatar Eric Dumazet 1-9/+9
2024-03-07netlink: let core handle error cases in dump operationsGravatar Eric Dumazet 1-6/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-14/+7
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Gravatar Ahelenia Ziemiańska 1-1/+1
2024-03-06inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERTGravatar Juntong Deng 1-0/+6
2024-03-05net/ipv6: avoid possible UAF in ip6_route_mpath_notify()Gravatar Eric Dumazet 1-14/+7
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsGravatar Abhishek Chauhan 2-2/+2
2024-03-04net: ip6_tunnel: Leverage core stats allocatorGravatar Breno Leitao 1-8/+2
2024-03-04net: adopt skb_network_offset() and similar helpersGravatar Eric Dumazet 4-7/+7
2024-03-01ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf()Gravatar Eric Dumazet 1-58/+44
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Gravatar Eric Dumazet 7-54/+61
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (I)Gravatar Eric Dumazet 2-31/+39
2024-03-01ipv6: addrconf_disable_policy() optimizationGravatar Eric Dumazet 1-7/+6
2024-03-01ipv6: annotate data-races around devconf->disable_policyGravatar Eric Dumazet 3-5/+5
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpGravatar Eric Dumazet 3-4/+6
2024-03-01ipv6: annotate data-races in rt6_probe()Gravatar Eric Dumazet 1-2/+3
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownGravatar Eric Dumazet 1-4/+4
2024-03-01ipv6: annotate data-races in ndisc_router_discovery()Gravatar Eric Dumazet 1-15/+18
2024-03-01ipv6: annotate data-races around cnf.forwardingGravatar Eric Dumazet 4-12/+15
2024-03-01ipv6: annotate data-races around cnf.hop_limitGravatar Eric Dumazet 4-6/+6
2024-03-01ipv6: annotate data-races around cnf.mtu6Gravatar Eric Dumazet 3-7/+7