summaryrefslogtreecommitdiff
path: root/lib/conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-1/+1
* conntrack: Force commit.Jarno Rajahalme2017-03-081-3/+13
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-6/+37
* conntrack: Fix checks for TCP, UDP, and IPv6 header sizes.Ben Pfaff2017-03-061-5/+11
* conntrack: Do not create new connections from ICMP errors.Daniele Di Proietto2016-12-231-1/+5
* conntrack: fix address offset bugWei2016-09-211-1/+1
* conntrack: remove duplicated codeWei2016-09-211-1/+0
* conntrack: Add 'dl_type' parameter to conntrack_execute().Daniele Di Proietto2016-07-271-28/+19
* conntrack: Track ICMP type and code.Daniele Di Proietto2016-07-271-8/+54