]> git.proxmox.com Git - mirror_ovs.git/history - datapath/conntrack.c
compat: Clean up gre_calc_hlen
[mirror_ovs.git] / datapath / conntrack.c
2019-05-10 Florian Westphalopenvswitch: use nf_ct_get_tuplepr, invert_tuplepr
2019-05-10 Florian Westphaldatapath: Use new header file net/ipv6_frag.h
2019-05-10 Florian Westphaldatapath: Pass nf_hook_state to nf_conntrack_in()
2019-04-15 Flavio Leitnerdatapath: Revert "datapath: Fix template leak in error...
2018-12-15 Colin Ian Kingdatapath: fix spelling mistake "execeeds" -> "exceeds"
2018-12-15 Flavio Leitnerdatapath: load NAT helper
2018-08-17 Yi-Hung Weidatapath: conntrack: Support conntrack zone limit
2018-07-30 Yi-Hung Weidatapath: NAT support for shifted portmap ranges
2018-02-16 Ed Swierkdatapath: Remove padding from packet before L3+ conntra...
2018-02-16 Julia Lawalldatapath: drop unneeded newline
2018-02-12 Florian Westphaldatapath: conntrack: make protocol tracker pointers...
2018-01-23 Eric Garverdatapath: add ct_clear action
2017-09-25 Ben PfaffMerge pull request #207 from darball/dpdk_merge
2017-09-22 Greg Rosedatapath: Remove unnecessary newlines from OVS_NLERR...
2017-07-26 Greg Rosedatapath: fix potential out of bound access in parse_ct
2017-07-24 Greg Rosedatapath: Fix for force/commit action failures
2017-07-24 Greg Rosedatapath: introduce nf_conntrack_helper_put function
2017-05-03 Joe Stringerdatapath: Remove untracked CT on newer kernels.
2017-04-27 Jarno Rajahalmedatapath: Delete conntrack entry clashing with an expec...
2017-04-27 Jarno Rajahalmedatapath: Add eventmask support to CT action.
2017-04-27 Jarno Rajahalmedatapath: Typo fix.
2017-04-19 Jarno Rajahalmedatapath: Fix refcount leak on force commit.
2017-04-19 Eric Dumazetcompat: ipv6: orphan skbs in reassembly unit.
2017-04-19 Jarno Rajahalmedatapath: Pack struct sw_flow_key.
2017-04-11 Jarno Rajahalmedatapath: Avoid struct copy on conntrack labels.
2017-03-09 Jarno Rajahalmedatapath: Add force commit.
2017-03-09 Jarno Rajahalmedatapath: Add original direction conntrack tuple to...
2017-03-09 Jarno Rajahalmedatapath: Inherit master's labels.
2017-03-09 Jarno Rajahalmedatapath: Refactor labels initialization.
2017-03-09 Jarno Rajahalmedatapath: Simplify labels length logic.
2017-03-09 Jarno Rajahalmedatapath: Unionize ovs_key_ct_label with a u32 array.
2017-03-09 Jarno Rajahalmedatapath: Do not trigger events for unconfirmed connect...
2017-03-09 Jarno Rajahalmedatapath: Use inverted tuple in ovs_ct_find_existing...
2017-03-09 Jarno Rajahalmedatapath: Fix comments for skb->_nfct
2017-03-09 Florian Westphaldatapath: add and use nf_ct_set helper
2017-03-09 Florian Westphaldatapath: add and use skb_nfct helper
2017-03-03 Lance Richardsondatapath: maintain correct checksum state in conntrack...
2017-03-02 Pablo Neira Ayusodatapath: handle NF_REPEAT from nf_conntrack_in()
2017-01-07 John Hurleydatapath: Ensure correct L4 checksum with NAT helpers.
2016-11-30 Daniele Di Proiettodatapath: backport: openvswitch: Fix skb leak in IPv6...
2016-10-20 Jarno Rajahalmedatapath: Support a fixed size of 128 distinct labels.
2016-09-09 Joe Stringerdatapath: Use pre-routing hook for conntrack.
2016-08-04 Jarno Rajahalmedatapath: Remove incorrect WARN_ONCE().
2016-08-03 Pravin B Shelardatapath: backport: openvswitch: fix conntrack netlink...
2016-07-01 Jarno Rajahalmedatapath: Only set mark and labels with a commit flag.
2016-07-01 Jarno Rajahalmedatapath: Set mark and labels before confirming.
2016-06-29 Joe Stringerdatapath: Drop debug code in handle_fragments().
2016-06-21 Joe Stringerdatapath: Fix cached ct with helper.
2016-06-21 Pablo Neira Ayusodatapath: __nf_ct_l{3,4}proto_find() always return...
2016-06-21 Jarno Rajahalmedatapath: change nf_connlabels_get bit arg to 'highest...
2016-06-21 Arnd Bergmanndatapath: call only into reachable nf-nat code
2016-06-21 Jarno Rajahalmedatapath: Fix checking for new expected connections.
2016-06-21 Haishuang Yandatapath: Use proper buffer size in nla_memcpy
2016-06-21 Jarno Rajahalmedatapath: conntrack NF_NAT_RANGE_PROTO_RANDOM_FULLY...
2016-06-21 Jarno Rajahalmedatapath: conntrack NAT helper compat code for Linux...
2016-06-21 Jarno Rajahalmedatapath: Interface with NAT.
2016-06-21 Jarno Rajahalmedatapath: Delay conntrack helper call for new connections.
2016-06-21 Jarno Rajahalmedatapath: Handle NF_REPEAT in conntrack action.
2016-06-21 Jarno Rajahalmedatapath: Find existing conntrack entry after upcall.
2016-06-21 Jarno Rajahalmedatapath: Update the CT state key only after nf_conntra...
2016-06-21 Jarno Rajahalmedatapath: Add commentary to conntrack.c
2016-06-21 Jarno Rajahalmedatapath: Remove NF_CT_NEW_REPLY
2016-05-03 Joe Stringerdatapath: Fix template leak in error cases.
2016-05-03 Joe Stringerdatapath: Orphan skbs before IPv6 defrag
2016-05-03 Joe Stringercompat: nf_defrag_ipv6: avoid nf_iterate recursion.
2016-05-03 Joe Stringercompat: nf_defrag_ipv6: avoid/free clone operations.
2016-05-03 Joe Stringercompat: ipv6: Pass struct net into nf_ct_frag6_gather.
2016-05-03 Joe Stringercompat: ipv4: Pass struct net into ip_defrag.
2016-05-03 Joe Stringercompat: Add a struct net parameter to l4_pkt_to_tuple.
2016-03-14 Pravin B Shelardatapath: Drop support for kernel older than 3.10
2016-01-21 Joe Stringerdatapath: Fix panic sending IP frags over tunnels.
2015-12-19 Joe Stringercompat: Backport conntrack strictly to v3.10+.
2015-12-10 Joe Stringerdatapath: Respect conntrack zone even if invalid.
2015-12-04 Joe Stringerdatapath: Backport conntrack fixes.
2015-12-04 Joe Stringerdatapath: Allow attaching helpers to ct action
2015-12-04 Joe Stringerdatapath: Allow matching on conntrack label
2015-12-04 Joe Stringerdatapath: Allow matching on conntrack mark
2015-12-04 Joe Stringerdatapath: Add conntrack action