summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | 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
| |\ \ \ \ \
| * | | | | | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-211-0/+1
| * | | | | | ipv6: reject locally assigned nexthop addressesFlorian Westphal2015-05-211-1/+10
| | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-132-10/+34
| |\ \ \ \ \
| * | | | | | net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-4/+2
| * | | | | | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
| * | | | | | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
| * | | | | | net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2015-05-041-1/+1
| * | | | | | net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-042-0/+214
| * | | | | | ipv6: Flow label state rangesTom Herbert2015-05-033-0/+13