summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-07-181-2/+4
* net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-07-181-1/+2
* net: ipv6: set route type for anycast routesDavid Ahern2017-07-181-0/+2
* dccp/tcp: fix routing redirect raceJon Maxwell2017-07-181-3/+5
* ipv6: make ECMP route replacement less greedySabrina Dubroca2017-07-181-0/+2
* udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-07-181-1/+1
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-06-051-7/+8
* ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-06-051-0/+2
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-06-053-12/+12
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-06-054-6/+16
* net: ipv6: check route protocol when deleting routesMantas M2017-06-051-0/+2
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-03-161-0/+1
* mld: do not remove mld souce list info when set link downHangbin Liu2017-03-161-21/+30
* sit: fix a double free on error pathWANG Cong2017-03-161-0/+1
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-03-161-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-03-161-12/+22
* ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-03-161-3/+1
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2017-03-161-2/+5
* ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2017-03-161-2/+11
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2017-03-161-0/+1
* sit: correct IP protocol used in ipip6_errSimon Horman2017-03-161-2/+2
* ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2017-03-161-8/+3
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2017-03-161-1/+1
* ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2017-03-162-0/+5
* netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-03-161-4/+4
* gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-03-161-0/+1
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-261-19/+22
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-02-231-2/+4
* ipv6: Set skb->protocol properly for local outputEli Cooper2017-02-231-0/+2
* ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2017-02-231-1/+1
* ipv6: correctly add local routes when lo goes upNicolas Dichtel2017-02-231-1/+1
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-11-202-3/+6
* ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson2016-11-201-1/+0
* ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan2016-11-201-0/+1
* ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun2016-11-201-0/+2
* ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel2016-11-201-0/+7
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-11-201-22/+24
* netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-11-201-0/+17
* netfilter: ensure number of counters is >0 in do_replace()Dave Jones2016-08-221-0/+6
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-08-221-44/+5
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-08-221-123/+22
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-08-221-18/+9
* netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal2016-08-221-36/+25
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-08-221-2/+3
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-08-221-1/+2
* netfilter: x_tables: kill check_entry helperFlorian Westphal2016-08-221-12/+8
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-08-221-11/+1
* netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-08-221-0/+4
* ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa2016-08-221-1/+1
* tcp: record TLP and ER timer stats in v6 statsYuchung Cheng2016-08-221-1/+3