summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Fix a potential deadlock when creating pcpu rtMartin KaFai Lau2015-08-172-11/+35
* ipv6: Add rt6_make_pcpu_route()Martin KaFai Lau2015-08-171-4/+16
* ipv6: Remove un-used argument from ip6_dst_alloc()Martin KaFai Lau2015-08-171-12/+9
* net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing2015-08-131-15/+18
* inet: fix possible request socket leakEric Dumazet2015-08-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-08-101-8/+11
|\
| * netfilter: SYNPROXY: fix sending window update to clientPhil Sutter2015-08-101-1/+2
| * netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter2015-08-101-8/+10
* | ipv6: don't reject link-local nexthop on other interfaceFlorian Westphal2015-08-101-2/+4
|/
* ipv6: flush nd cache on IFF_NOARP changeEric Dumazet2015-07-291-0/+6
* inet: frags: remove INET_FRAG_EVICTED and use list_evictor for the testNikolay Aleksandrov2015-07-261-1/+1
* inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-262-6/+6
* 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: 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
| * | | | | ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-253-9/+6
OpenPOWER on IntegriCloud