summaryrefslogtreecommitdiff
path: root/datapath/linux/compat/nf_conntrack_reasm.c
Commit message (Expand)AuthorAgeFilesLines
* make: Remove the Linux datapath.Greg Rose2022-07-151-740/+0
* compat: Fix compile warning.Greg Rose2020-11-161-1/+4
* datapath: Fix build errors for 4.9.172+ kernelsYifeng Sun2019-06-071-1/+22
* compat: Fixup ipv6 fragmentation on 4.9.135+ kernelsGreg Rose2019-01-221-2/+52
* compat: Initialize IPv4 reassembly secret timerGreg Rose2018-07-271-0/+3
* datapath: Fix kernel panic for ovs reassemble.wangzhike2017-07-211-4/+54
* compat: Fix build error in kernels 4.10Greg Rose2017-04-281-0/+12
* compat: ipv6: orphan skbs in reassembly unit.Eric Dumazet2017-04-191-1/+2
* compat: Properly handle fragment lru.Joe Stringer2016-08-011-0/+1
* compat: Only call nf_defrag_ipv[46]_enable() once.Joe Stringer2016-08-011-8/+1
* compat: IPv6 fragmentation backport cleanups.Joe Stringer2016-08-011-36/+3
* compat: Simplify inet_fragment backports.Joe Stringer2016-08-011-0/+17
* compat: Fix IPv6 frag expiry crash.Joe Stringer2016-08-011-1/+1
* compat: nf_defrag_ipv6: fix NULL deref panic.Joe Stringer2016-05-021-5/+8
* compat: nf_defrag_ipv6: avoid nf_iterate recursion.Joe Stringer2016-05-021-41/+31
* compat: nf_defrag_ipv6: avoid/free clone operations.Joe Stringer2016-05-021-64/+40
* compat: ipv6: Pass struct net into nf_ct_frag6_gather.Joe Stringer2016-05-021-3/+2
* compat: Rename OVS frag caches.Joe Stringer2016-02-041-1/+1
* compat: Detect and use nf_ct_frag6_gather().Joe Stringer2016-02-021-3/+3
* compat: Detect and use inet_frags->frags_work.Joe Stringer2016-02-021-1/+1
* compat: Backport IPv6 reassembly.Joe Stringer2015-12-031-0/+654