summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
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
2022-01-25ipv6: gro: flush instead of assuming different flows on hop_limit mismatchJakub Kicinski
2022-01-25ipv6: do not use per netns icmp socketsEric Dumazet
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet
2022-01-25ip6_tunnel: allow routing IPv4 traffic in NBMA modeQing Deng
2022-01-24xfrm: fix MTU regressionJiri Bohac
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet
2022-01-20ipv6_tunnel: Rate limit warning messagesIdo Schimmel
2022-01-12sit: allow encapsulated IPv6 traffic to be delivered locallyIgnat Korchagin
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-04udp6: Use Segment Routing Header for dest address if presentAndrew Lunn
2022-01-04icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn
2022-01-04seg6: export get_srh() for ICMP handlingAndrew Lunn
2022-01-03ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern
2022-01-03ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern
2022-01-02ipv6: ioam: Support for Queue depth data fieldJustin Iurman
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-31lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern
2021-12-31ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern
2021-12-31ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-29ipv6: raw: check passed optlen before readingTamir Duberstein
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-27ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao