summaryrefslogtreecommitdiff
path: root/lib/conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dpif-netdev: Implement conntrack flush interface.Daniele Di Proietto2016-07-271-0/+23
* dpif-netdev: Implement conntrack dump functions.Daniele Di Proietto2016-07-271-0/+123
* XXX Improve comment.Daniele Di Proietto2016-07-271-10/+8
* conntrack: Periodically delete expired connections.Daniele Di Proietto2016-07-271-12/+174
* conntrack: New userspace connection tracker.Daniele Di Proietto2016-07-271-0/+890