summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-06-074-6/+16
* ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-06-071-0/+2
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-142-2/+12
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-142-11/+17
* ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-141-0/+2
* net: ipv6: Do not duplicate DAD on link upDavid Ahern2017-05-141-2/+3
* ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-05-031-2/+1
* ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-05-031-16/+18
* net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-05-031-2/+12
* ip6mr: fix notification device destructionNikolay Aleksandrov2017-05-031-7/+6
* net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-05-031-0/+4
* net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-05-031-9/+1
* ipv6: Fix idev->addr_list corruptionRabin Vincent2017-05-031-4/+7
* net: ipv6: check route protocol when deleting routesMantas M2017-04-211-0/+2
* 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