summaryrefslogtreecommitdiff
path: root/lib/netlink-conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* netlink-conntrack: Do not fail to parse if optional TCP protocol attributes a...Paolo Valerio2022-08-301-18/+27
* conntrack: Rename "master" connection to "parent" connection.Ben Pfaff2020-10-211-3/+3
* ct-dpif, dpif-netlink: Add conntrack timeout policy supportYi-Hung Wei2019-09-261-0/+301
* conntrack: add display support for sctpAaron Conole2019-05-241-1/+69
* netlink-conntrack: undef the correct macroAaron Conole2018-07-251-1/+1
* datapath-windows: Correct endianness for deleting zone.Justin Pettit2017-12-071-1/+1
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-071-0/+97
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* dpctl: Add new 'ct-bkts' command.Antonio Fischetti2017-08-021-1/+5
* netlink-conntrack: Change unsupported IPPROTO log to debug.Jarno Rajahalme2017-03-281-2/+2
* lib: Indicate if netlink message had labels.Jarno Rajahalme2017-03-091-0/+1
* conntrack: Track ICMP type and code.Daniele Di Proietto2016-07-271-1/+1
* Windows: Use NETLINK_NETFILTER instead of NETLINK_GENERICSairam Venugopal2016-07-131-8/+0
* Windows: Ignore the dpif conversions for windows in netlink-conntrack.cSairam Venugopal2016-07-011-0/+10
* Windows: Add conntrack dump and flush support in userspaceSairam Venugopal2016-07-011-4/+37
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* netlink-conntrack: New module.Daniele Di Proietto2015-12-211-0/+829