summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | | | ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong2014-09-071-2/+0
* | | | ipv6: use addrconf_get_prefix_route() to remove peer addrNicolas Dichtel2014-09-051-3/+2
* | | | ipv6: fix a refcnt leak with peer addrNicolas Dichtel2014-09-051-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
| | |/ | |/|
* | | 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-061-1/+1
|\ \
| * | list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-061-1/+1
* | | tcp: md5: check md5 signature without socket lockDmitry Popov2014-08-061-6/+19
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-0/+1
|\ \
| * | ipv6: data of fwmark_reflect sysctl needs to be updated on netns constructionHannes Frederic Sowa2014-08-021-0/+1
* | | net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn2014-08-051-1/+8
* | | inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-022-3/+12
* | | inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov2014-08-021-7/+8
* | | inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-022-15/+15
* | | inet: frags: use INC_STATS_BH in the ipv6 reassembly codeNikolay Aleksandrov2014-08-021-3/+4
* | | net: use inet6_iif instead of IP6CB()->iifDuan Jiong2014-07-312-5/+5
* | | net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong2014-07-312-7/+14
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-07-301-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-281-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-272-4/+20
* | | | inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-272-2/+1
* | | | inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-272-3/+3
* | | | inet: frag: remove lru listFlorian Westphal2014-07-272-2/+0
* | | | inet: frag: don't account number of fragment queuesFlorian Westphal2014-07-271-2/+2
* | | | inet: frag: move eviction of queues to work queueFlorian Westphal2014-07-271-1/+3
* | | | inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-272-10/+0
* | | | inet: frag: remove hash size assumptions from callersFlorian Westphal2014-07-272-11/+4
* | | | inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-272-8/+8
* | | | ipv6: remove obsolete comment in ip6_append_data()Li RongQing2014-07-241-1/+0
* | | | neigh: remove exceptional & on function nameHimangi Saraogi2014-07-241-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-204-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-161-10/+20
* | | | udp: Simplify __udp*_lib_mcast_deliver.David Held2014-07-161-53/+35
* | | | 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
OpenPOWER on IntegriCloud