summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2023-06-20Merge tag 'ipsec-2023-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2-0/+6
2023-06-16xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior1-0/+3
2023-06-16udplite: Print deprecation notice.Kuniyuki Iwashima1-0/+4
2023-06-09xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski1-0/+3
2023-06-09ping6: Fix send to link-local addresses with VRF.Guillaume Nault1-1/+2
2023-06-07ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-18/+11
2023-06-03net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet1-2/+2
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima1-0/+2
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia1-0/+2
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel1-1/+2
2023-05-13erspan: get the proto with the md version for collect_mdXin Long1-5/+8
2023-05-12ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet1-8/+8
2023-04-28net: ipv6: fix skb hash for some RST packetsAntoine Tenart1-1/+1
2023-04-28sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang1-3/+5
2023-04-22net: dst: fix missing initialization of rt_uncachedMaxime Bizon2-4/+1
2023-04-21ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2-2/+14
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-04-19net: rpl: fix rpl header size calculationAlexander Aring1-1/+2
2023-04-14net/ipv6: Initialise msg_control_is_userKevin Brodsky1-0/+1
2023-04-14Daniel Borkmann says:Jakub Kicinski1-1/+1
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2023-04-13udp6: fix potential access to stale informationEric Dumazet1-3/+5
2023-04-13ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig1-1/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+10
2023-04-05raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima1-6/+4
2023-04-03ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan1-1/+6
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner1-3/+3
2023-03-29net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo2-15/+15
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-03-24ipv6: prevent router_solicitations for team portXin Long1-1/+2
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja4-11/+12
2023-03-22xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal1-67/+1
2023-03-22neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet3-18/+18
2023-03-22ipv6: flowlabel: do not disable BH where not neededEric Dumazet1-24/+27
2023-03-22erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet1-2/+2
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet1-1/+1
2023-03-17udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet1-2/+2
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet1-4/+4
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet2-2/+2
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet1-2/+2
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet2-2/+2
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet1-5/+6
2023-03-15ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet1-4/+4
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet3-4/+4
2023-03-15net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet1-2/+2
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+2
2023-03-08net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko1-1/+1
2023-03-06netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal1-1/+1
2023-03-01ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping()Eric Dumazet1-0/+1