index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
conntrack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to prevent shadowing.
Justin Pettit
2018-02-28
1
-1
/
+1
*
conntrack: Support conntrack flush by ct 5-tuple
Yi-Hung Wei
2018-02-14
1
-0
/
+72
*
util: Document and rely on ovs_assert() always evaluating its argument.
Ben Pfaff
2018-02-01
1
-4
/
+2
*
dpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
Eric Garver
2018-01-20
1
-0
/
+8
*
conntrack: Reorder sanity checks in extract_l3_ipvx().
Darrell Ball
2018-01-10
1
-8
/
+8
*
conntrack: Some style improvements.
Darrell Ball
2018-01-10
1
-101
/
+70
*
conntrack: Add additional alg support.
Darrell Ball
2018-01-10
1
-34
/
+57
*
conntrack: Fix alg expectation cleanup.
Darrell Ball
2018-01-10
1
-64
/
+96
*
dpctl conntrack: Add get number of connections.
Darrell Ball
2018-01-09
1
-0
/
+7
*
dpctl conntrack: Add get and set maxconns command.
Darrell Ball
2018-01-09
1
-0
/
+14
*
conntrack: Fix icmp error address sanity check.
Darrell Ball
2017-12-11
1
-5
/
+2
*
conntrack: Disable algs by default.
Darrell Ball
2017-12-11
1
-5
/
+27
*
conntrack: Allow specified alg port numbers.
Darrell Ball
2017-12-11
1
-12
/
+27
*
conntrack: Refactor algs.
Darrell Ball
2017-12-11
1
-55
/
+101
*
conntrack: Include <sys/types.h> before <netinet/icmp6.h>.
Borja Marcos EA2EKH
2017-11-06
1
-1
/
+1
*
lib: Move lib/poll-loop.h to include/openvswitch
Xiao Liang
2017-11-03
1
-1
/
+1
*
conntrack: Minor performance enhancement.
Darrell Ball
2017-09-26
1
-3
/
+3
*
conntrack: Fix clang static analysis reports.
Darrell Ball
2017-09-26
1
-8
/
+4
*
conntrack: Tighten handling of alg reverse conns.
Darrell Ball
2017-09-26
1
-6
/
+28
*
conntrack: Add function ct_print_conn_info().
Darrell Ball
2017-09-26
1
-0
/
+58
*
conntrack: Create nat_conn_keys_insert().
Darrell Ball
2017-09-26
1
-13
/
+28
*
conntrack: Use DP_PACKET_BATCH_FOR_EACH macro.
Bhanuprakash Bodireddy
2017-09-22
1
-7
/
+6
*
conntrack: Fix ct-clean thread crash bug.
Lily Huang
2017-08-25
1
-0
/
+1
*
conntrack: pass current time to conntrack_execute.
Fischetti, Antonio
2017-08-24
1
-2
/
+2
*
Userspace Datapath: Add TFTP support.
Darrell Ball
2017-08-07
1
-1
/
+38
*
Userspace Datapath: Add ALG infra and FTP.
Darrell Ball
2017-08-07
1
-72
/
+976
*
Userspace Datapath: Introduce conn_key_cmp().
Darrell Ball
2017-08-07
1
-10
/
+30
*
dpctl: Add new 'ct-bkts' command.
Antonio Fischetti
2017-08-02
1
-3
/
+6
*
conntrack : Use Rx checksum offload feature on DPDK ports for conntrack.
Sugesh Chandran
2017-08-02
1
-23
/
+40
*
Userspace Datapath: Add missed lock annotations.
Darrell Ball
2017-07-13
1
-0
/
+4
*
Userspace Datapath: Remove 'nat' from lock name.
Darrell Ball
2017-07-13
1
-15
/
+15
*
Userspace Datapath: Change 'related' to 'icmp_related'.
Darrell Ball
2017-07-13
1
-6
/
+6
*
Fix coding style and some typos.
Antonio Fischetti
2017-07-11
1
-1
/
+1
*
conntrack: Reset nat_info in un_nat conns.
Darrell Ball
2017-06-13
1
-0
/
+1
*
conntrack: Add hash_finish() to conn_key_hash().
Darrell Ball
2017-06-12
1
-7
/
+3
*
conntrack: Hash entire NAT data structure in nat_range_hash().
Darrell Ball
2017-06-12
1
-21
/
+26
*
dpdk: Add orig tuple context recovery.
Darrell Ball
2017-06-02
1
-0
/
+68
*
dpdk: Add more ICMP Related NAT support.
Darrell Ball
2017-06-02
1
-2
/
+96
*
dpdk: Userspace Datapath: Introduce NAT Support.
Darrell Ball
2017-06-02
1
-99
/
+721
*
dpdk: Remove batch sorting in userspace conntrack.
Darrell Ball
2017-06-02
1
-50
/
+12
*
dpdk: Parse NAT netlink for userspace datapath.
Darrell Ball
2017-06-02
1
-1
/
+2
*
userspace: Add packet_type in dp_packet and flow
Jan Scheurich
2017-05-03
1
-1
/
+1
*
conntrack: Force commit.
Jarno Rajahalme
2017-03-08
1
-3
/
+13
*
odp: Support conntrack orig tuple key.
Jarno Rajahalme
2017-03-08
1
-6
/
+37
*
conntrack: Fix checks for TCP, UDP, and IPv6 header sizes.
Ben Pfaff
2017-03-06
1
-5
/
+11
*
conntrack: Do not create new connections from ICMP errors.
Daniele Di Proietto
2016-12-23
1
-1
/
+5
*
conntrack: fix address offset bug
Wei
2016-09-21
1
-1
/
+1
*
conntrack: remove duplicated code
Wei
2016-09-21
1
-1
/
+0
*
conntrack: Add 'dl_type' parameter to conntrack_execute().
Daniele Di Proietto
2016-07-27
1
-28
/
+19
*
conntrack: Track ICMP type and code.
Daniele Di Proietto
2016-07-27
1
-8
/
+54
[next]