summaryrefslogtreecommitdiff
path: root/lib/ipf.c
Commit message (Expand)AuthorAgeFilesLines
* flow: Support rt_hdr in parse_ipv6_ext_hdrs().Nobuhiro MIKI2023-03-291-7/+8
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-11/+11
* ipf: release unhandled packets from the batchAaron Conole2021-10-121-0/+2
* ipf: Fix only nat the first fragment in the reass process.wenxu2021-09-151-38/+42
* conntrack: add coverage counters for L3 bad checksum.Paolo Valerio2021-06-301-0/+3
* ipf: Fix a use-after-free error, and remove the 'do_not_steal' flag.Aaron Conole2021-06-151-13/+6
* ipf: Avoid accessing to a freed rp.Peng He2021-01-131-1/+2
* userspace: Add TCP Segmentation Offload supportFlavio Leitner2020-01-171-12/+20
* ipf: bail out when ipf state is COMPLETEDLi RongQing2019-11-211-1/+2
* ipf: More cleanup.Darrell Ball2019-02-251-15/+4
* ipf: Handle non-zero L2 padding for first fragments.Darrell Ball2019-02-221-0/+2
* ipf: Check minimum fragment against L3 size.Darrell Ball2019-02-221-2/+2
* ipf: Do not preallocate more than needed.Darrell Ball2019-02-221-4/+5
* ipf: Misc Cleanup.Darrell Ball2019-02-221-4/+2
* Userspace datapath: Add fragmentation handling.Darrell Ball2019-02-141-0/+1525