summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2017-07-21ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca1-11/+11
2017-07-21ipv6: avoid unregistering inet6_dev for loopbackWANG Cong1-1/+2
2017-07-05ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long1-3/+3
2017-07-05ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-06-26ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton1-0/+3
2017-06-26ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton3-8/+21
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet2-2/+2
2017-06-14ipv6: Fix leak in ipv6_gso_segment().David S. Miller1-1/+3
2017-06-14ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2-0/+4
2017-06-07ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-06-07ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller3-12/+12
2017-06-07ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek4-6/+16
2017-05-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2-2/+12
2017-05-15ipv6: initialize route null entry in addrconf_init()WANG Cong2-11/+17
2017-05-15ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+2
2017-05-08ip6mr: fix notification device destructionNikolay Aleksandrov1-7/+6
2017-04-22net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2017-04-18dccp/tcp: fix routing redirect raceJon Maxwell1-3/+5
2017-04-18vti6: return GRE_KEY for vti6David Forster1-0/+4
2017-04-18ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-3/+6
2017-04-18ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2017-04-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet1-11/+13
2017-04-18ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2017-04-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+22
2017-04-18sit: fix a double free on error pathWANG Cong1-0/+1
2017-04-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-04-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-02-08Fix "tunnels: Don't apply GRO to multiple layers of encapsulation."Greg Kroah-Hartman1-1/+1
2017-02-08netfilter: Fix switch statement warnings with recent gcc.David Miller1-0/+2
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-0/+13
2016-11-19udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-10-06ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun1-0/+2
2016-08-03netfilter: x_tables: speed up jump target validationFlorian Westphal1-21/+24
2016-07-12netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-44/+5
2016-07-12netfilter: x_tables: do compat validation via translate_tableFlorian Westphal1-123/+22
2016-07-12netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal1-18/+9
2016-07-12netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-36/+25
2016-07-12netfilter: x_tables: check for bogus target offsetFlorian Westphal1-2/+3
2016-07-12netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal1-1/+2
2016-07-12netfilter: x_tables: kill check_entry helperFlorian Westphal1-12/+8
2016-07-12netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal1-11/+1
2016-07-12netfilter: x_tables: validate targets of jumpsFlorian Westphal1-0/+16
2016-07-12netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal1-0/+4
2016-07-12netfilter: x_tables: fix unconditional helperFlorian Westphal1-12/+11
2016-07-12netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal1-2/+4
2016-07-12netfilter: x_tables: validate e->target_offset earlyFlorian Westphal1-9/+8
2016-07-12tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-07-12ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-07-12udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld1-4/+2