summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski2023-08-031-4/+10
* net:ipv6: check return value of pskb_trim()Yuanjun Gong2023-07-271-1/+2
* tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-271-1/+1
* tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-271-1/+1
* gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2023-07-271-2/+1
* ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan2023-07-231-2/+1
* udp6: fix udp6_ehashfn() typoEric Dumazet2023-07-231-1/+1
* icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima2023-07-231-1/+4
* udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou2023-07-231-0/+2
* Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2023-06-202-0/+6
|\
| * xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2023-06-161-0/+3
| * xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski2023-06-091-0/+3
* | udplite: Print deprecation notice.Kuniyuki Iwashima2023-06-151-0/+4
* | ping6: Fix send to link-local addresses with VRF.Guillaume Nault2023-06-081-1/+2
* | ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima2023-06-061-18/+11
* | net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet2023-06-021-2/+2
* | udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-251-0/+2
* | ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia2023-05-241-0/+2
* | ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-231-1/+2
|/
* erspan: get the proto with the md version for collect_mdXin Long2023-05-131-5/+8
* ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet2023-05-111-8/+8
* net: ipv6: fix skb hash for some RST packetsAntoine Tenart2023-04-281-1/+1
* sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang2023-04-281-3/+5
* net: dst: fix missing initialization of rt_uncachedMaxime Bizon2023-04-212-4/+1
* ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2023-04-202-2/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-201-1/+2
|\
| * net: rpl: fix rpl header size calculationAlexander Aring2023-04-191-1/+2
* | net/ipv6: Initialise msg_control_is_userKevin Brodsky2023-04-141-0/+1
* | Daniel Borkmann says:Jakub Kicinski2023-04-131-1/+1
|\ \
| * | ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig2023-04-121-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-3/+5
|\ \ \ | | |/ | |/|
| * | udp6: fix potential access to stale informationEric Dumazet2023-04-131-3/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-062-7/+10
|\| |
| * | raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima2023-04-041-6/+4
| * | ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan2023-04-031-1/+6
* | | net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-281-3/+3
* | | net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo2023-03-282-15/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-2/+2
|\| |
| * | erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-03-211-2/+2
* | | ipv6: prevent router_solicitations for team portXin Long2023-03-241-1/+2
* | | netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-03-224-11/+12
* | | xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal2023-03-221-67/+1
* | | neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet2023-03-213-18/+18
* | | ipv6: flowlabel: do not disable BH where not neededEric Dumazet2023-03-211-24/+27
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-2/+2
|\| |
| * | net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet2023-03-151-2/+2
* | | ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet2023-03-171-1/+1
* | | udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet2023-03-171-2/+2
* | | ipv6: constify inet6_mc_check()Eric Dumazet2023-03-171-4/+4
* | | inet: preserve const qualifier in inet_sk()Eric Dumazet2023-03-172-2/+2