summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* netfilter: don't pull include/linux/netfilter.h from netns headersPablo Neira Ayuso2015-06-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-06-153-55/+46
|\
| * netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-151-2/+2
| * netfilter: Kconfig: get rid of parens around depends onPablo Neira Ayuso2015-06-151-1/+2
| * netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal2015-06-121-49/+16
| * netfilter: xtables: use percpu rule countersFlorian Westphal2015-06-121-5/+26
| * netfilter: bridge: forward IPv6 fragmented packetsBernhard Thaler2015-06-121-1/+2
| * netfilter: bridge: detect NAT66 correctly and change MAC addressBernhard Thaler2015-06-121-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-131-5/+3
|\ \
| * | Revert "ipv6: Fix protocol resubmission"David S. Miller2015-06-101-5/+3
* | | tcp: tcp_v6_connect() cleanupEric Dumazet2015-06-121-2/+0
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-082-5/+14
|\|
| * ipv6: Fix protocol resubmissionJosh Hunt2015-06-081-3/+5
| * ipv6: fix possible use after free of dev statsRobert Shearman2015-06-081-2/+9
* | tcp: get_cookie_sock() consolidationEric Dumazet2015-06-071-18/+1
* | tcp: remove redundant checks IIEric Dumazet2015-06-071-4/+0
* | inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-061-1/+2
* | tcp: remove redundant checksEric Dumazet2015-06-041-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-013-8/+28
|\|
| * vti6: Add pmtu handling to vti6_xmit.Steffen Klassert2015-06-011-0/+14
| * udp: fix behavior of wrong checksumsEric Dumazet2015-05-311-4/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-05-282-4/+12
| |\
| | * ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck2015-05-281-2/+7
| | * ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck2015-05-281-1/+3
| | * esp6: Use high-order sequence number bits for IV generationHerbert Xu2015-05-131-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-3/+1
|\ \ \
| * | | netfilter: remove unused comefrom hookmask argumentFlorian Westphal2015-05-261-3/+1
* | | | ipv6: drop unneeded gotoJulia Lawall2015-05-301-7/+1
* | | | tcp: connect() from bound sockets can be fasterEric Dumazet2015-05-271-2/+6
* | | | ipv6: ipv6_select_ident() returns a __be32Eric Dumazet2015-05-251-3/+3
* | | | ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal2015-05-251-11/+18
* | | | ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-252-17/+139
* | | | ipv6: Break up ip6_rt_copy()Martin KaFai Lau2015-05-251-49/+41
* | | | ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau2015-05-251-2/+76
* | | | ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau2015-05-251-10/+49
* | | | ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau2015-05-251-0/+3
* | | | ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-253-7/+4
* | | | ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2015-05-252-49/+52
* | | | ipv6: Combine rt6_alloc_cow and rt6_alloc_cloneMartin KaFai Lau2015-05-251-25/+20
* | | | ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-253-9/+6
* | | | ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-255-12/+17
* | | | ipv6: Clean up ipv6_select_ident() and ip6_fragment()Martin KaFai Lau2015-05-252-14/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-236-10/+59
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-221-0/+6
| |\ \ \
| | * | | netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-201-0/+6
| * | | | ipv6: fix ECMP route replacementMichal Kubeček2015-05-202-6/+44
| * | | | ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček2015-05-201-1/+2
| * | | | net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge2015-05-191-1/+3
| |/ / /
| * | | tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-05-171-1/+1
| * | | ipv6: Fix udp checksums with raw socketsVlad Yasevich2015-05-141-1/+3