summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_conntrack_reasm.c
Commit message (Expand)AuthorAgeFilesLines
* ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-091-0/+1
* ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2018-08-051-0/+4
* ip: use rb trees for IP frag queue.Peter Oskolkov2018-08-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-201-5/+12
|\
| * ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-181-5/+12
* | netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal2018-07-091-0/+2
|/
* netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-06-181-3/+3
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-041-2/+0
* inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet2018-03-311-18/+11
* inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-311-5/+5
* inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-311-3/+2
* inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-311-38/+13
* inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-311-7/+9
* inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-03-311-3/+9
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Convert nf_ct_net_opsKirill Tkhai2018-03-221-0/+1
* netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan2018-02-021-0/+1
* netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan2018-01-161-5/+10
* inet: frags: Convert timers to use timer_setup()Kees Cook2017-10-181-2/+3
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-031-9/+3
* ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-011-0/+1
* netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2016-11-291-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-12-141-3/+6
|\
| * ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-11-241-2/+3
* | netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal2015-12-091-5/+8
* | netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2015-11-231-40/+31
* | netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2015-11-231-65/+40
|/
* net: fix percpu memory leaksEric Dumazet2015-11-021-3/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-0/+1
|\
| * ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer2015-10-271-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-171-3/+1
|\ \
| * | ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2015-10-121-3/+1
| |/
* | netfilter: ipv6: pointer cast layoutIan Morris2015-10-141-1/+1
* | netfilter: ipv6: whitespace around operatorsIan Morris2015-10-131-1/+1
|/
* ipv6: Export nf_ct_frag6_gather()Joe Stringer2015-08-271-0/+1
* inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal2015-07-261-3/+3
* inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2014-08-021-2/+6
* inet: frags: rename last_in to flagsNikolay Aleksandrov2014-08-021-6/+6
* inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2014-07-271-2/+10
* inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-271-1/+1
* inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-271-1/+0
* inet: frag: remove lru listFlorian Westphal2014-07-271-1/+0
* inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-271-4/+0
* inet: frag: remove hash size assumptions from callersFlorian Westphal2014-07-271-5/+2
* inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-271-1/+1
* net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-111-17/+2
* ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2013-10-231-2/+14
* netfilter: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation hand...Hannes Frederic Sowa2013-04-061-2/+20
* inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-191-6/+6