summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-06ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima
2023-06-04ipv6: lower "link become ready"'s level messageMatthieu Baerts
2023-06-02net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet
2023-05-31net: Make gro complete function to return voidParav Pandit
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia
2023-05-23ip6, udp6: Support MSG_SPLICE_PAGESDavid Howells
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-05-22net/tcp: refactor tcp_inet6_sk()Pavel Begunkov
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-17seg6: Cleanup duplicates of skb_dst_drop callsYuya Tajima
2023-05-16Revert "net: Remove low_thresh in ip defrag"Jakub Kicinski
2023-05-15net: Remove low_thresh in ip defragAngus Chen
2023-05-13erspan: get the proto with the md version for collect_mdXin Long
2023-05-11ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet
2023-04-28net: ipv6: fix skb hash for some RST packetsAntoine Tenart
2023-04-28sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()Cong Wang
2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon
2023-04-20ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-19net: rpl: fix rpl header size calculationAlexander Aring
2023-04-14net/ipv6: Initialise msg_control_is_userKevin Brodsky
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13udp6: fix potential access to stale informationEric Dumazet
2023-04-12ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima
2023-04-03ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-03-28net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-24ipv6: prevent router_solicitations for team portXin Long
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja
2023-03-22xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal
2023-03-21neighbour: switch to standard rcu, instead of rcu_bhEric Dumazet
2023-03-21ipv6: flowlabel: do not disable BH where not neededEric Dumazet
2023-03-21erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-17ipv6: raw: constify raw_v6_match() socket argumentEric Dumazet
2023-03-17udp6: constify __udp_v6_is_mcast_sock() socket argumentEric Dumazet
2023-03-17ipv6: constify inet6_mc_check()Eric Dumazet
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet
2023-03-17tcp: annotate lockless access to sk->sk_errEric Dumazet
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-17tcp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-15ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet