summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_conntrack_reasm.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-1/+0
* sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
* inet: inet_defrag: prevent sk release while still in useFlorian Westphal2024-03-281-1/+1
* net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-2/+2
* netfilter: Update to register_net_sysctl_szJoel Granados2023-08-151-1/+2
* net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet2022-10-311-1/+1
* netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increasesEric Dumazet2022-08-241-1/+0
* net: ipv6: Handle delivery_time in ipv6 defragMartin KaFai Lau2022-03-031-0/+1
* netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2021-09-281-1/+1
* netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal2021-04-061-32/+36
* ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 moduleGeorg Kohmann2020-11-191-1/+1
* ipv6/netfilter: Discard first fragment not including all headersGeorg Kohmann2020-11-161-0/+9
* netfilter: Drop fragmented ndisc packets assembled in netfilterGeorg Kohmann2020-10-201-0/+1
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-081-1/+1
* ipv6: Use ipv6_authlen for lenyangxingwu2019-07-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-10/+12
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-181-10/+12
| |\
| | * netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault2019-06-071-3/+7
| | * netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault2019-06-041-7/+5
* | | inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-191-2/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
| |/
* | net: dynamically allocate fqdir structuresEric Dumazet2019-05-261-13/+14
* | net: add a net pointer to struct fqdirEric Dumazet2019-05-261-4/+2
* | net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-261-2/+1
* | netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...Eric Dumazet2019-05-261-12/+7
* | net: rename struct fqdir fieldsEric Dumazet2019-05-261-20/+20
* | net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-261-2/+2
* | inet: rename netns_frags to fqdirEric Dumazet2019-05-261-2/+2
|/
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-261-1/+0
* net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov2019-01-251-189/+71
* ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-051-1/+7
* netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal2018-10-251-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-121-0/+1
|\
| * ip: frags: fix crash in ip_do_fragment()Taehee Yoo2018-09-091-0/+1
* | net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-1/+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