summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter2015-07-201-0/+2
* ipv6: Remove unused arguments for __ipv6_dev_get_saddr().YOSHIFUJI Hideaki2015-07-161-4/+2Star
* ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明2015-07-161-12/+18
* net: Build IPv6 into kernel by defaultTom Herbert2015-07-131-6/+5Star
* ipv6: Do not iterate over all interfaces when finding source address on speci...YOSHIFUJI Hideaki/吉藤英明2015-07-111-90/+107
* ipv6: Nonlocal bindTom Herbert2015-07-103-2/+12
* inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-102-4/+2Star
* inet: simplify timewait refcountingEric Dumazet2015-07-101-5/+1Star
* ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal2015-07-103-7/+7
* ipv6: Make MLD packets to only be processed locallyAngga2015-07-031-3/+3
* net-ipv6: Delete an unnecessary check before the function call "free_percpu"Markus Elfring2015-07-031-4/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2523-334/+767
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-1/+11
| |\
| | * ip: report the original address of ICMP messagesJulian Anastasov2015-06-241-1/+11
| * | 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/+46Star
| |\ \
| | * | 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/+16Star
| | * | 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-141-5/+3Star
| |\ \ \ | | | |/ | | |/|
| * | | tcp: tcp_v6_connect() cleanupEric Dumazet2015-06-131-2/+0Star
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-092-5/+14
| |\ \
| * | | tcp: get_cookie_sock() consolidationEric Dumazet2015-06-081-18/+1Star
| * | | tcp: remove redundant checks IIEric Dumazet2015-06-071-4/+0Star
| * | | inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-071-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-023-8/+28
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-3/+1Star
| |\ \ \ \
| | * | | | netfilter: remove unused comefrom hookmask argumentFlorian Westphal2015-05-261-3/+1Star
| * | | | | ipv6: drop unneeded gotoJulia Lawall2015-05-311-7/+1Star
| * | | | | tcp: connect() from bound sockets can be fasterEric Dumazet2015-05-271-2/+6
| * | | | | ipv6: ipv6_select_ident() returns a __be32Eric Dumazet2015-05-261-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/+41Star
| * | | | | 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/+4Star
| * | | | | 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/+20Star
| * | | | | ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-253-9/+6Star
| * | | | | 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/+8Star
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-236-10/+59
| |\ \ \ \ \
| * | | | | | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-221-0/+1
| * | | | | | ipv6: reject locally assigned nexthop addressesFlorian Westphal2015-05-221-1/+10
| | |/ / / / | |/| | | |