summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-03ipv6: fix tunnel error handlingMichal Kubeček
2015-11-02sit: fix sit0 percpu double allocationsEric Dumazet
2015-11-02net: fix percpu memory leaksEric Dumazet
2015-11-02ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed sourceMatthias Schiffer
2015-11-02tcp/dccp: fix ireq->pktopts raceEric Dumazet
2015-11-01ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa
2015-11-01ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-10-30ipv6: recreate ipv6 link-local addresses when increasing MTU over IPV6_MIN_MTUAlexander Duyck
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa
2015-10-27ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer
2015-10-26ipv6: icmp: include addresses in debug messagesBjørn Mork
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet
2015-10-23ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa
2015-10-23ipv6: fix the incorrect return value of throw routelucien
2015-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-10-22net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr setDavid Ahern
2015-10-21ipv6: gro: support sit protocolEric Dumazet
2015-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen
2015-10-21net: Really fix vti6 with oif in dst lookupsDavid Ahern
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-19xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert
2015-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet
2015-10-16ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau
2015-10-16ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris
2015-10-14netfilter: ip6_tables: improve if statementsIan Morris
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet
2015-10-13netfilter: ip6_tables: ternary operator layoutIan Morris
2015-10-13netfilter: ipv6: whitespace around operatorsIan Morris
2015-10-13netfilter: ipv6: code indentationIan Morris
2015-10-13netfilter: ip6_tables: function definition layoutIan Morris
2015-10-13netfilter: ip6_tables: label placementIan Morris
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern
2015-10-13ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman
2015-10-12ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-10-11ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa