summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-304-5/+29
* ip6_gre: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-0/+2
* ip6_vti: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-1/+5
* ip6_tunnel: Return an error when adding an existing tunnel.Steffen Klassert2014-09-281-1/+5
* ip6gre: add a rtnl link alias for ip6gretapNicolas Dichtel2014-09-261-0/+1
* xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-161-2/+2
* ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2014-09-122-3/+26
* ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong2014-09-081-2/+0Star
* ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel2014-09-061-3/+2Star
* ipv6: fix a refcnt leak with peer addrNicolas Dichtel2014-09-061-5/+2Star
* 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
* | 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