summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-291-0/+2
* Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa2015-10-291-5/+1
* ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer2015-10-271-0/+1
* ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa2015-10-231-1/+5
* ipv6: fix the incorrect return value of throw routelucien2015-10-232-5/+26
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-222-8/+16
|\
| * xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert2015-10-191-0/+1
| * xfrm6: Fix ICMPv6 and MH header checks in _decode_session6Mathias Krause2015-09-141-2/+4
| * ipv6: Fix IPsec pre-encap fragmentation checkHerbert Xu2015-09-041-6/+11
* | net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern2015-10-221-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-10-211-0/+1
|\ \
| * | netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso2015-10-011-0/+1
* | | net: Really fix vti6 with oif in dst lookupsDavid Ahern2015-10-212-1/+5
* | | ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau2015-10-161-15/+5
* | | ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau2015-10-161-6/+11
* | | ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman2015-10-131-5/+7
* | | ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa2015-10-111-0/+3
* | | ipv6: gre: setup default multicast routes over PtP linksHannes Frederic Sowa2015-10-111-0/+2
* | | net: Fix vti use case with oif in dst lookups for IPv6David Ahern2015-10-071-0/+1
|/ /
* | net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern2015-09-291-1/+2
* | ip6_tunnel: Reduce log level in ip6_tnl_err() to debugMatt Bennett2015-09-241-8/+8
* | ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett2015-09-241-8/+8
* | net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-201-1/+3
* | ipv6: ip6_fragment: fix headroom tests and skb leakFlorian Westphal2015-09-171-6/+8
* | ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-172-5/+6
* | ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2015-09-152-26/+34
* | ipv6: Avoid double dst_freeMartin KaFai Lau2015-09-153-9/+16
* | ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2015-09-152-46/+114
* | ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau2015-09-152-8/+8
* | ipv6: Refactor common ip6gre_tunnel_init codesMartin KaFai Lau2015-09-151-13/+24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-103-34/+175
|\ \
| * | ipv6: fix ifnullfree.cocci warningsWu Fengguang2015-09-091-2/+1
| * | net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-092-7/+0
| * | ipv6: fix multipath route replace error recoveryRoopa Prabhu2015-09-091-26/+175
| * | net/ipv6: Correct PIM6 mrt_lock handlingRichard Laing2015-09-051-1/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-31/+0
|\ \ | |/ |/|
| * net/ipv6: Export addrconf_ifid_eui48Matan Barak2015-08-301-31/+0
* | netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann2015-09-021-0/+1
* | ipv6: fix exthdrs offload registration in out_rt pathDaniel Borkmann2015-09-021-1/+1
* | ipv6: send only one NEWLINK when RA causes changesMarius Tomaschewski2015-08-311-3/+10
* | ipv6: send NEWLINK on RA managed/otherconf changesMarius Tomaschewski2015-08-311-0/+5
* | tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-311-2/+7
* | fib, fib6: reject invalid feature bitsDaniel Borkmann2015-08-311-0/+2
* | net: fib6: reduce identation in ip6_convert_metricsDaniel Borkmann2015-08-311-16/+16
* | net: Optimize snmp stat aggregation by walking all the percpu data at onceRaghavendra K T2015-08-301-10/+16
* | vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc2015-08-291-0/+9
* | ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-284-18/+17
|\ \
| * | netfilter: reduce sparse warningsFlorian Westphal2015-08-281-1/+1
| * | Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal2015-08-281-15/+8