summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2022-02-18net: Add new protocol attribute to IP addressesJacques de Laval
2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet
2022-02-18net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet
2022-02-17ipv6/addrconf: ensure addrconf_verify_rtnl() has completedEric Dumazet
2022-02-17net: ping6: support setting basic SOL_IPV6 options via cmsgJakub Kicinski
2022-02-16ipv6: per-netns exclusive flowlabel checksWillem de Bruijn
2022-02-14ipv6: blackhole_netdev needs snmp6 countersIdo Schimmel
2022-02-14ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin
2022-02-14ipv6: Add reasons for skb drops to __udp6_lib_rcvDavid Ahern
2022-02-14Generate netlink notification when default IPv6 route preference changesKalash Nainwal
2022-02-11ipv6: add (struct uncached_list)->quarantine listEric Dumazet
2022-02-11ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet
2022-02-11ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10net: ping6: support setting socket options via cmsgJakub Kicinski
2022-02-10net: ping6: support packet timestampingJakub Kicinski
2022-02-10net: ping6: remove a pr_debug() statementJakub Kicinski
2022-02-09tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior
2022-02-09ip6_tunnel: fix possible NULL deref in ip6_tnl_xmitEric Dumazet
2022-02-08ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure pathEric Dumazet
2022-02-08ip6mr: introduce ip6mr_net_exit_batch()Eric Dumazet
2022-02-08ipv6: change fib6_rules_net_exit() to batch modeEric Dumazet
2022-02-08ipv6/addrconf: switch to per netns inet6_addr_lst hash tableEric Dumazet
2022-02-08ipv6/addrconf: use one delayed work per netnsEric Dumazet
2022-02-08ipv6/addrconf: allocate a per netns hash tableEric Dumazet
2022-02-07ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault
2022-02-07ip6mr: fix use-after-free in ip6mr_sk_done()Eric Dumazet
2022-02-05ip6mr: ip6mr_sk_done() can exit early in common casesEric Dumazet
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet
2022-02-04ipv6: ioam: Insertion frequency in lwtunnel outputJustin Iurman
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-27ipv6: partially inline ipv6_fixup_optionsPavel Begunkov
2022-01-27ipv6: optimise dst refcounting on cork initPavel Begunkov
2022-01-27udp6: don't make extra copies of iflowPavel Begunkov
2022-01-27udp6: pass flow in ip6_make_skb together with corkPavel Begunkov
2022-01-27ipv6: pass full cork into __ip6_append_data()Pavel Begunkov
2022-01-27ipv6: don't zero inet_cork_full::fl after usePavel Begunkov
2022-01-27ipv6: clean up cork setup/releasePavel Begunkov
2022-01-27ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov
2022-01-27udp6: shuffle up->pending AF_INET bitsPavel Begunkov
2022-01-27ipv6: optimise dst refcounting on skb initPavel Begunkov
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet
2022-01-27netfilter: Remove flowtable relicsGeert Uytterhoeven