summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-301-1/+1
* dccp/tcp: fix routing redirect raceJon Maxwell2017-03-221-3/+5
* ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-221-1/+6
* ipv6: make ECMP route replacement less greedySabrina Dubroca2017-03-221-0/+2
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-221-1/+3
* ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-221-0/+1
* vti6: return GRE_KEY for vti6David Forster2017-03-221-0/+4
* tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-02-183-6/+5
* tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-02-181-0/+1
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-181-0/+1
* mld: do not remove mld souce list info when set link downHangbin Liu2017-02-181-21/+30
* sit: fix a double free on error pathWANG Cong2017-02-181-0/+1
* ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet2017-02-181-11/+13
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-181-19/+21
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-02-181-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-02-181-12/+22
* net: Specify the owning module for lwtunnel opsRobert Shearman2017-02-041-0/+1
* ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-02-041-3/+1
* lwtunnel: fix autoload of lwt modulesDavid Ahern2017-02-041-1/+11
* ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki2017-02-041-2/+2
* net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-02-041-1/+2
* gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-01-151-0/+1
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2017-01-151-1/+5
* inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2017-01-151-1/+1
* ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov2016-12-021-1/+1
* Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper2016-12-021-1/+0
* ipv6: Set skb->protocol properly for local outputEli Cooper2016-12-021-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-12-011-1/+1
|\
| * esp6: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-013-3/+4
|\ \
| * | netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2016-11-292-3/+3
| * | netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern2016-11-241-0/+1
* | | l2tp: lock socket before checking flags in connect()Guillaume Nault2016-11-301-1/+3
| |/ |/|
* | net: handle no dst on skb in icmp6_sendDavid Ahern2016-11-281-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-11-271-0/+31
|\ \
| * | vti6: flush x-netns xfrm cache when vti interface is removedNicolas Dichtel2016-10-111-0/+31
* | | udplite: call proper backlog handlersEric Dumazet2016-11-243-3/+3
* | | ipv6: bump genid when the IFA_F_TENTATIVE flag is clearPaolo Abeni2016-11-241-6/+12
| |/ |/|
* | ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2016-11-171-2/+11
* | udp: restore UDPlite many-cast deliveryPablo Neira2016-11-151-3/+3
* | tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-131-2/+4
* | net: tcp response should set oif only if it is L3 masterDavid Ahern2016-11-091-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-11-091-2/+4
|\ \
| * | netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang2016-10-311-2/+4
* | | net-ipv6: on device mtu change do not add mtu to mtu-less routesMaciej Żenczykowski2016-11-091-0/+1
* | | net: icmp6_send should use dst dev to determine L3 domainDavid Ahern2016-11-071-1/+1
* | | ip6_udp_tunnel: remove unused IPCB related codesEli Cooper2016-11-021-3/+0
* | | ipv6: add mtu lock check in __ip6_rt_update_pmtuXin Long2016-10-311-0/+3
* | | ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2016-10-311-1/+1
* | | ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper2016-10-291-0/+1