summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter/nf_conntrack_reasm.c
AgeCommit message (Expand)Author
2018-12-05ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner
2018-10-25netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-09-09ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-08-05ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2018-08-05ip: use rb trees for IP frag queue.Peter Oskolkov
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2018-07-09netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal
2018-06-18netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet
2018-03-31inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-22net: Convert nf_ct_net_opsKirill Tkhai
2018-02-02netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failureSubash Abhinov Kasiviswanathan
2018-01-16netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook
2017-09-03Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-03-01ipv6: orphan skbs in reassembly unitEric Dumazet
2016-11-29netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal
2015-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-12-09netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal
2015-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-11-23netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal
2015-11-23netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal
2015-11-02net: fix percpu memory leaksEric Dumazet
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-27ipv6: Export nf_ct_frag6_consume_orig()Joe Stringer
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris
2015-10-13netfilter: ipv6: whitespace around operatorsIan Morris
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman
2015-08-27ipv6: Export nf_ct_frag6_gather()Joe Stringer
2015-07-26inet: frag: change *_frag_mem_limit functions to take netns_frags as argumentFlorian Westphal
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov
2014-07-27inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal
2014-07-27inet: frag: remove periodic secret rebuild timerFlorian Westphal
2014-07-27inet: frag: remove lru listFlorian Westphal
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal
2014-05-12net: rename local_df to ignore_dfWANG Cong