summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: fib: don't sleep inside atomic lockBenjamin Block2014-08-221-1/+1
* tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-141-1/+2
* sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani2014-08-141-3/+3
* Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-071-1/+1
|\
| * list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-071-1/+1
* | tcp: md5: check md5 signature without socket lockDmitry Popov2014-08-071-6/+19
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-061-0/+1
|\
| * ipv6: data of fwmark_reflect sysctl needs to be updated on netns constructionHannes Frederic Sowa2014-08-031-0/+1
* | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-061-1/+8
* | inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-032-3/+12
* | inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov2014-08-031-7/+8
* | inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-032-15/+15
* | inet: frags: use INC_STATS_BH in the ipv6 reassembly codeNikolay Aleksandrov2014-08-031-3/+4
* | net: use inet6_iif instead of IP6CB()->iifDuan Jiong2014-08-012-5/+5
* | net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong2014-08-012-7/+14
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-07-311-31/+20Star
|\ \
| * | vti6: Simplify error handling in module init and exitMathias Krause2014-06-261-31/+20Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-301-0/+2
|\ \ \ | | |/ | |/|
| * | ip: make IP identifiers less predictableEric Dumazet2014-07-291-0/+2
* | | ipv6: fail early when creating netdev named all or defaultWANG Cong2014-07-291-28/+54
* | | inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2014-07-282-4/+20
* | | inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-282-2/+1Star
* | | inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-282-3/+3
* | | inet: frag: remove lru listFlorian Westphal2014-07-282-2/+0Star
* | | inet: frag: don't account number of fragment queuesFlorian Westphal2014-07-281-2/+2
* | | inet: frag: move eviction of queues to work queueFlorian Westphal2014-07-281-1/+3
* | | inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-282-10/+0Star
* | | inet: frag: remove hash size assumptions from callersFlorian Westphal2014-07-282-11/+4Star
* | | inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-282-8/+8
* | | ipv6: remove obsolete comment in ip6_append_data()Li RongQing2014-07-251-1/+0Star
* | | neigh: remove exceptional & on function nameHimangi Saraogi2014-07-251-1/+1
* | | sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-231-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-1/+1
|\| |
| * | net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-161-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-214-0/+429
|\ \ \
| * | | netfilter: use IS_ENABLED() macroDuan Jiong2014-06-301-0/+4
| * | | netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso2014-06-281-5/+5
| * | | netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-271-7/+7
| * | | netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-273-0/+425
| | |/ | |/|
* | | udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held2014-07-171-10/+20
* | | udp: Simplify __udp*_lib_mcast_deliver.David Held2014-07-171-53/+35Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-162-3/+16
|\ \ \ | | |/ | |/|
| * | ipv6: Fix MLD Query message checkHangbin Liu2014-06-271-2/+11
| * | udp: Add MIB counters for rcvbuferrorsJames M Leddy2014-06-271-1/+5
* | | net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn2014-07-161-9/+4Star
* | | ipv6: remove unnecessary break after returnFabian Frederick2014-07-161-1/+0Star
* | | netfilter: remove unnecessary break after returnFabian Frederick2014-07-161-1/+0Star
* | | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-165-8/+13
* | | ipv6: Use BUG_ONHimangi Saraogi2014-07-121-2/+2
* | | net: ipv6: Use BUG_ONHimangi Saraogi2014-07-121-4/+2Star