summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2015-12-09ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca1-0/+1
2015-12-09sit: fix sit0 percpu double allocationsEric Dumazet1-22/+4
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa1-0/+2
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa1-5/+1
2015-10-28ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer1-0/+1
2015-10-23ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa1-1/+5
2015-10-23ipv6: fix the incorrect return value of throw routelucien2-5/+26
2015-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-8/+16
2015-10-22net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern1-2/+4
2015-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2015-10-22net: Really fix vti6 with oif in dst lookupsDavid Ahern2-1/+5
2015-10-19xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert1-0/+1
2015-10-16ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau1-15/+5
2015-10-16ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau1-6/+11
2015-10-13ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman1-5/+7
2015-10-11ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa1-0/+3
2015-10-11ipv6: gre: setup default multicast routes over PtP linksHannes Frederic Sowa1-0/+2
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern1-0/+1
2015-10-01netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso1-0/+1
2015-09-30net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern1-1/+2
2015-09-25ip6_tunnel: Reduce log level in ip6_tnl_err() to debugMatt Bennett1-8/+8
2015-09-25ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett1-8/+8
2015-09-21net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró1-1/+3
2015-09-18ipv6: ip6_fragment: fix headroom tests and skb leakFlorian Westphal1-6/+8
2015-09-18ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2-5/+6
2015-09-16ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2-26/+34
2015-09-16ipv6: Avoid double dst_freeMartin KaFai Lau3-9/+16
2015-09-16ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2-46/+114
2015-09-16ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau2-8/+8
2015-09-16ipv6: Refactor common ip6gre_tunnel_init codesMartin KaFai Lau1-13/+24
2015-09-14xfrm6: Fix ICMPv6 and MH header checks in _decode_session6Mathias Krause1-2/+4
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-34/+175
2015-09-10ipv6: fix ifnullfree.cocci warningsWu Fengguang1-2/+1
2015-09-10net: ipv6: use common fib_default_rule_prefPhil Sutter2-7/+0
2015-09-10ipv6: fix multipath route replace error recoveryRoopa Prabhu1-26/+175
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-31/+0
2015-09-06net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing1-1/+1
2015-09-04ipv6: Fix IPsec pre-encap fragmentation checkHerbert Xu1-6/+11
2015-09-03netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann1-0/+1
2015-09-03ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann1-1/+1
2015-09-01ipv6: send only one NEWLINK when RA causes changesMarius Tomaschewski1-3/+10
2015-09-01ipv6: send NEWLINK on RA managed/otherconf changesMarius Tomaschewski1-0/+5
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann1-2/+7
2015-08-31fib, fib6: reject invalid feature bitsDaniel Borkmann1-0/+2
2015-08-31net: fib6: reduce identation in ip6_convert_metricsDaniel Borkmann1-16/+16
2015-08-31net: Optimize snmp stat aggregation by walking all the percpu data at onceRaghavendra K T1-10/+16
2015-08-31net/ipv6: Export addrconf_ifid_eui48Matan Barak1-31/+0
2015-08-29vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc1-0/+9
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-1/+1
2015-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-18/+17