aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_conntrack_reasm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-18netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet1-3/+3
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet1-2/+0
2018-03-31inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet1-18/+11
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet1-5/+5
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet1-3/+2
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet1-38/+13
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet1-7/+9
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet1-3/+9
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-22net: Convert nf_ct_net_opsKirill Tkhai1-0/+1
2018-02-02netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan1-0/+1
2018-01-16netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan1-5/+10
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook1-2/+3
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer1-9/+3
2017-03-01ipv6: orphan skbs in reassembly unitEric Dumazet1-0/+1
2016-11-29netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal1-2/+2
2015-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-3/+6
2015-12-09netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal1-5/+8
2015-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček1-2/+3
2015-11-23netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal1-40/+31
2015-11-23netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal1-65/+40
2015-11-02net: fix percpu memory leaksEric Dumazet1-3/+9
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-10-27ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer1-0/+1
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-3/+1
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris1-1/+1
2015-10-13netfilter: ipv6: whitespace around operatorsIan Morris1-1/+1
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman1-3/+1
2015-08-27ipv6: Export nf_ct_frag6_gather()Joe Stringer1-0/+1
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal1-3/+3
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov1-2/+6
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov1-6/+6
2014-07-27inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov1-2/+10
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal1-1/+1
2014-07-27inet: frag: remove periodic secret rebuild timerFlorian Westphal1-1/+0
2014-07-27inet: frag: remove lru listFlorian Westphal1-1/+0
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal1-4/+0
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal1-5/+2
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal1-1/+1
2014-05-12net: rename local_df to ignore_dfWANG Cong1-1/+1
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-17/+2
2013-10-23ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get_random_onceHannes Frederic Sowa1-2/+14
2013-04-06netfilter: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa1-2/+20
2013-03-19inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa1-6/+6
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-3/+3
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-1/+1
2013-02-13netfilter: nf_ct_reasm: fix per-netns sysctl initializationMichal Kubeček1-3/+3
2013-01-29net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer1-3/+2
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer1-3/+3
2012-12-16netfilter: nf_ct_reasm: fix conntrack reassembly expire codeHaibo Xi1-1/+4