summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-232-7/+15
|\
| * Revert "sit: Add gro callbacks to sit_offload"Herbert Xu2015-07-201-2/+0
| * ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2015-07-151-5/+15
* | ipv6: sysctl to restrict candidate source addressesErik Kline2015-07-221-3/+19
* | ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu2015-07-211-0/+1
* | ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu2015-07-212-3/+32
* | 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/+2
* | ipv6: Fix finding best source address in ipv6_dev_get_saddr().YOSHIFUJI Hideaki/吉藤英明2015-07-151-12/+18
* | net: Build IPv6 into kernel by defaultTom Herbert2015-07-131-6/+5
* | ipv6: Do not iterate over all interfaces when finding source address on speci...YOSHIFUJI Hideaki/吉藤英明2015-07-101-90/+107
* | ipv6: Nonlocal bindTom Herbert2015-07-093-2/+12
* | inet: inet_twsk_deschedule factorizationEric Dumazet2015-07-092-4/+2
* | inet: simplify timewait refcountingEric Dumazet2015-07-091-5/+1
* | ipv6: use flag instead of u16 for hop in inet6_skb_parmFlorian Westphal2015-07-093-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/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2423-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/+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
| |\ \ \ | | | |/ | | |/|
| * | | 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
| |\ \
| * | | 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
| |\ \ \
| * \ \ \ 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
OpenPOWER on IntegriCloud