summaryrefslogtreecommitdiff
path: root/lib/conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* conntrack: Keep Address Sanitizer happy.Darrell Ball2018-12-181-1/+1
* conntrack: Enforce conn_type for conn_clean().Darrell Ball2018-12-181-0/+3
* conntrack: Enforce conn_type for flush tuple.Darrell Ball2018-12-181-1/+2
* conntrack: Check all addresses for ephemeral ports.Darrell Ball2018-12-181-0/+1
* conntrack: Skip ephemeral ports fallback for DNAT.Darrell Ball2018-12-181-3/+5
* conntrack: Fix conn_update_state_alg use after free.Darrell Ball2018-07-111-2/+5
* conntrack: Fix using alg_exp_entry out of scope.Ilya Maximets2018-07-101-1/+1
* treewide: Remove pointless "return;" at ends of functions.Ben Pfaff2018-07-091-4/+0
* conntrack: Fix fragmentation checks.Darrell Ball2018-07-051-33/+22
* dp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to prevent shadowing.Justin Pettit2018-02-281-1/+1
* conntrack: Support conntrack flush by ct 5-tupleYi-Hung Wei2018-02-141-0/+72
* util: Document and rely on ovs_assert() always evaluating its argument.Ben Pfaff2018-02-011-4/+2
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-0/+8
* conntrack: Reorder sanity checks in extract_l3_ipvx().Darrell Ball2018-01-101-8/+8
* conntrack: Some style improvements.Darrell Ball2018-01-101-101/+70
* conntrack: Add additional alg support.Darrell Ball2018-01-101-34/+57
* conntrack: Fix alg expectation cleanup.Darrell Ball2018-01-101-64/+96
* dpctl conntrack: Add get number of connections.Darrell Ball2018-01-091-0/+7
* dpctl conntrack: Add get and set maxconns command.Darrell Ball2018-01-091-0/+14
* conntrack: Fix icmp error address sanity check.Darrell Ball2017-12-111-5/+2
* conntrack: Disable algs by default.Darrell Ball2017-12-111-5/+27
* conntrack: Allow specified alg port numbers.Darrell Ball2017-12-111-12/+27
* conntrack: Refactor algs.Darrell Ball2017-12-111-55/+101
* conntrack: Include <sys/types.h> before <netinet/icmp6.h>.Borja Marcos EA2EKH2017-11-061-1/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* conntrack: Minor performance enhancement.Darrell Ball2017-09-261-3/+3
* conntrack: Fix clang static analysis reports.Darrell Ball2017-09-261-8/+4
* conntrack: Tighten handling of alg reverse conns.Darrell Ball2017-09-261-6/+28
* conntrack: Add function ct_print_conn_info().Darrell Ball2017-09-261-0/+58
* conntrack: Create nat_conn_keys_insert().Darrell Ball2017-09-261-13/+28
* conntrack: Use DP_PACKET_BATCH_FOR_EACH macro.Bhanuprakash Bodireddy2017-09-221-7/+6
* conntrack: Fix ct-clean thread crash bug.Lily Huang2017-08-251-0/+1
* conntrack: pass current time to conntrack_execute.Fischetti, Antonio2017-08-241-2/+2
* Userspace Datapath: Add TFTP support.Darrell Ball2017-08-071-1/+38
* Userspace Datapath: Add ALG infra and FTP.Darrell Ball2017-08-071-72/+976
* Userspace Datapath: Introduce conn_key_cmp().Darrell Ball2017-08-071-10/+30
* dpctl: Add new 'ct-bkts' command.Antonio Fischetti2017-08-021-3/+6
* conntrack : Use Rx checksum offload feature on DPDK ports for conntrack.Sugesh Chandran2017-08-021-23/+40
* Userspace Datapath: Add missed lock annotations.Darrell Ball2017-07-131-0/+4
* Userspace Datapath: Remove 'nat' from lock name.Darrell Ball2017-07-131-15/+15
* Userspace Datapath: Change 'related' to 'icmp_related'.Darrell Ball2017-07-131-6/+6
* Fix coding style and some typos.Antonio Fischetti2017-07-111-1/+1
* conntrack: Reset nat_info in un_nat conns.Darrell Ball2017-06-131-0/+1
* conntrack: Add hash_finish() to conn_key_hash().Darrell Ball2017-06-121-7/+3
* conntrack: Hash entire NAT data structure in nat_range_hash().Darrell Ball2017-06-121-21/+26
* dpdk: Add orig tuple context recovery.Darrell Ball2017-06-021-0/+68
* dpdk: Add more ICMP Related NAT support.Darrell Ball2017-06-021-2/+96
* dpdk: Userspace Datapath: Introduce NAT Support.Darrell Ball2017-06-021-99/+721
* dpdk: Remove batch sorting in userspace conntrack.Darrell Ball2017-06-021-50/+12
* dpdk: Parse NAT netlink for userspace datapath.Darrell Ball2017-06-021-1/+2