summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: udp6_gro_complete() is staticEric Dumazet2014-09-101-1/+1
* ipv6: mcast: remove dead debugging definesDaniel Borkmann2014-09-101-9/+0
* tcp: remove dst refcount false sharing for prequeue modeEric Dumazet2014-09-101-6/+9
* net/ipv4: bind ip_nonlocal_bind to current netnsVincent Bernat2014-09-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-085-28/+55
|\
| * ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong2014-09-081-2/+0
| * ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel2014-09-061-3/+2
| * ipv6: fix a refcnt leak with peer addrNicolas Dichtel2014-09-061-5/+2
| * ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca2014-09-053-10/+31
| * netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOGPablo Neira2014-09-021-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-022-8/+20
| |\
| | * netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso2014-08-182-8/+20
* | | tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet2014-09-061-2/+2
* | | ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa2014-09-052-10/+25
* | | sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-021-13/+2
* | | udp: Add support for doing checksum unnecessary conversionTom Herbert2014-09-022-7/+21
* | | tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal2014-08-281-1/+1
* | | ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-2511-23/+0
* | | ipv6: White-space cleansing : Structure layoutsIan Morris2014-08-255-21/+13
* | | ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-2531-203/+203
* | | udp: additional GRO supportTom Herbert2014-08-251-0/+33
* | | tcp: Call skb_gro_checksum_validateTom Herbert2014-08-251-23/+3
* | | net: use reciprocal_scale() helperDaniel Borkmann2014-08-232-3/+3
|/ /
* / 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/+20
|\ \
| * | vti6: Simplify error handling in module init and exitMathias Krause2014-06-261-31/+20
* | | 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/+1
* | | inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-282-3/+3
* | | inet: frag: remove lru listFlorian Westphal2014-07-282-2/+0
* | | 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/+0