summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa4-5/+29
2014-09-29ip6_gre: Return an error when adding an existing tunnel.Steffen Klassert1-0/+2
2014-09-29ip6_vti: Return an error when adding an existing tunnel.Steffen Klassert1-1/+5
2014-09-29ip6_tunnel: Return an error when adding an existing tunnel.Steffen Klassert1-1/+5
2014-09-27ip6gre: add a rtnl link alias for ip6gretapNicolas Dichtel1-0/+1
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-2/+2
2014-09-13ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2-3/+26
2014-09-08ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong1-2/+0
2014-09-06ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel1-3/+2
2014-09-06ipv6: fix a refcnt leak with peer addrNicolas Dichtel1-5/+2
2014-09-05ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca3-10/+31
2014-09-03netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOGPablo Neira1-1/+1
2014-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-8/+20
2014-08-22net: ipv6: fib: don't sleep inside atomic lockBenjamin Block1-1/+1
2014-08-18netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso2-8/+20
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-1/+2
2014-08-15sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-08-07Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds1-1/+1
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2014-08-07tcp: md5: check md5 signature without socket lockDmitry Popov1-6/+19
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-08-06net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-1/+8
2014-08-03ipv6: data of fwmark_reflect sysctl needs to be updated on netns constructionHannes Frederic Sowa1-0/+1
2014-08-03inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2-3/+12
2014-08-03inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov1-7/+8
2014-08-03inet: frags: rename last_in to flagsNikolay Aleksandrov2-15/+15
2014-08-03inet: frags: use INC_STATS_BH in the ipv6 reassembly codeNikolay Aleksandrov1-3/+4
2014-08-01net: use inet6_iif instead of IP6CB()->iifDuan Jiong2-5/+5
2014-08-01net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong2-7/+14
2014-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-31/+20
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-07-29ipv6: fail early when creating netdev named all or defaultWANG Cong1-28/+54
2014-07-29ip: make IP identifiers less predictableEric Dumazet1-0/+2
2014-07-28inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2-4/+20
2014-07-28inet: frag: use seqlock for hash rebuildFlorian Westphal2-2/+1
2014-07-28inet: frag: remove periodic secret rebuild timerFlorian Westphal2-3/+3
2014-07-28inet: frag: remove lru listFlorian Westphal2-2/+0
2014-07-28inet: frag: don't account number of fragment queuesFlorian Westphal1-2/+2
2014-07-28inet: frag: move eviction of queues to work queueFlorian Westphal1-1/+3
2014-07-28inet: frag: move evictor calls into frag_find functionFlorian Westphal2-10/+0
2014-07-28inet: frag: remove hash size assumptions from callersFlorian Westphal2-11/+4
2014-07-28inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2-8/+8
2014-07-25ipv6: remove obsolete comment in ip6_append_data()Li RongQing1-1/+0
2014-07-25neigh: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru1-1/+1
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-0/+429
2014-07-17udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held1-10/+20
2014-07-17udp: Simplify __udp*_lib_mcast_deliver.David Held1-53/+35
2014-07-17net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu1-1/+1