summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-03-30ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell
2017-03-22ipv6: avoid write to a possibly cloned skbFlorian Westphal
2017-03-22ipv6: make ECMP route replacement less greedySabrina Dubroca
2017-03-22net/tunnel: set inner protocol in network gro hooksPaolo Abeni
2017-03-22ipv6: orphan skbs in reassembly unitEric Dumazet
2017-03-22vti6: return GRE_KEY for vti6David Forster
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-02-18tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol
2017-02-18igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu
2017-02-18mld: do not remove mld souce list info when set link downHangbin Liu
2017-02-18sit: fix a double free on error pathWANG Cong
2017-02-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet
2017-02-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet
2017-02-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter
2017-02-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2017-02-04net: Specify the owning module for lwtunnel opsRobert Shearman
2017-02-04ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang
2017-02-04lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-02-04ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki
2017-02-04net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern
2017-01-15gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu
2017-01-15ipv6: handle -EFAULT from skb_copy_bitsDave Jones
2017-01-15inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn
2016-12-02ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov
2016-12-02Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper
2016-12-02ipv6: Set skb->protocol properly for local outputEli Cooper
2016-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-11-30l2tp: lock socket before checking flags in connect()Guillaume Nault
2016-11-30esp6: Fix integrity verification when ESN are usedTobias Brunner
2016-11-29netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal
2016-11-28net: handle no dst on skb in icmp6_sendDavid Ahern
2016-11-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-11-24udplite: call proper backlog handlersEric Dumazet
2016-11-24ipv6: bump genid when the IFA_F_TENTATIVE flag is clearPaolo Abeni
2016-11-24netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern
2016-11-17ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni
2016-11-15udp: restore UDPlite many-cast deliveryPablo Neira
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-09net: tcp response should set oif only if it is L3 masterDavid Ahern
2016-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-11-09net-ipv6: on device mtu change do not add mtu to mtu-less routesMaciej Żenczykowski
2016-11-07net: icmp6_send should use dst dev to determine L3 domainDavid Ahern
2016-11-02ip6_udp_tunnel: remove unused IPCB related codesEli Cooper
2016-10-31ipv6: add mtu lock check in __ip6_rt_update_pmtuXin Long
2016-10-31ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki
2016-10-31netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang
2016-10-29ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper
2016-10-29inet: Fix missing return value in inet6_hashCraig Gallek