]> git.proxmox.com Git - mirror_ovs.git/history - datapath/flow.c
ip_gre: Removed unused ipgre netdev ops
[mirror_ovs.git] / datapath / flow.c
2019-10-18 Pablo Neira Ayusodatapath: rename flow_stats to sw_flow_stats
2019-08-28 Justin Pettitdatapath: Clear the L4 portion of the key for "later...
2019-08-28 Greg Rosedatapath: Properly set L4 keys on "later" IP fragments
2019-06-13 Michał MirosławOVS: remove use of VLAN_TAG_PRESENT
2019-02-04 Yi-Hung Weidatapath: Fix IPv6 later frags parsing
2019-02-04 Yi-Hung Weidatapath: Derive IP protocol number for IPv6 later...
2018-12-18 Greg RoseRevert "datapath: Derive IP protocol number for IPv6...
2018-12-15 Yi-Hung Weidatapath: Derive IP protocol number for IPv6 later...
2018-02-16 Eric Garverdatapath: Fix pop_vlan action for double tagged frames
2018-02-12 Arnd Bergmanndatapath: use ktime_get_ts64() instead of ktime_get_ts()
2018-02-07 Yi Yangdatapath: enable NSH support
2017-09-25 Ben PfaffMerge pull request #207 from darball/dpdk_merge
2017-09-22 Tonghao Zhangdatapath: Optimize operations for OvS flow_stats.
2017-09-22 Tonghao Zhangdatapath: Optimize updating for OvS flow_stats.
2017-09-22 Greg Rosedatapath: Remove all references to SKB_GSO_UDP.
2017-05-03 Yi-Hung Weidatapath: Fix ovs_flow_key_update()
2017-05-03 Yi-Hung Weidatapath: set network header correctly on key extract
2017-03-09 Jarno Rajahalmedatapath: Add original direction conntrack tuple to...
2017-03-02 Yang, Yi Ydatapath: netlink: support L3 packets
2017-03-02 Yang, Yi Ydatapath: add processing of L3 packets
2017-03-02 Yang, Yi Ydatapath: add mac_proto field to the flow key
2017-03-02 pravin shelardatapath: avoid resetting flow key while installing...
2017-03-02 Thadeu Lima de Sou... datapath: use percpu flow stats
2017-03-02 Thadeu Lima de Sou... datapath: fix flow stats accounting when node 0 is...
2017-03-02 Yang, Yi Ydatapath: 802.1AD Flow handling, actions, vlan parsing...
2016-07-17 Pravin B Shelardatapath: Move key memset to ovs_flow_key_extract_users...
2016-07-17 Pravin B Shelardatapath: backport: retain parsed IPv6 header fields...
2016-07-09 Pravin B Shelardatapath: Add support for IPv6 tunnels.
2016-03-14 Pravin B Shelardatapath: Drop support for kernel older than 3.10
2015-12-04 Joe Stringerdatapath: Allow matching on conntrack label
2015-12-04 Joe Stringerdatapath: Add conntrack action
2015-12-04 Pravin B Shelardatapath: Add support for lwtunnel
2015-09-18 Joe Stringerdatapath: Add support for 4.1 kernel.
2015-07-30 Alexander Duyckdatapath: Use eth_proto_is_802_3.
2015-02-03 Thomas Grafdatapath: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()
2015-02-03 Thomas Grafdatapath: Account for "rename vlan_tx_* helpers since...
2015-01-06 Ben Pfaffdatapath: Consistently include VLAN header in flow...
2014-11-10 Pravin B Shelardatapath: fix coding style.
2014-11-10 Pravin B Shelardatapath: Fix few mpls issues.
2014-10-24 Pravin B Shelardatapath: Fix comment style.
2014-10-17 Li RongQingdatapath: fix a use after free
2014-10-03 Jarno Rajahalmedatapath: Add support for OVS_FLOW_ATTR_PROBE.
2014-09-23 Thomas Grafdatapath: Constify various function arguments
2014-09-21 Pravin B Shelardatapath: Remove pkt_key from OVS_CB.
2014-09-12 Andreea-Cristina... datapath: Replace rcu_dereference() with rcu_access_poi...
2014-08-12 Andy Zhoudatapath: Update flow key before recirc
2014-08-07 Pravin B Shelardatapath: Use tun_info only for egress tunnel path.
2014-08-07 Pravin B Shelardatapath: Avoid using wrong metadata for recic action.
2014-08-07 Pravin B Shelardatapath: refactor ovs flow extract API.
2014-06-24 Simon Hormandatapath: Add basic MPLS support to kernel
2014-06-20 Jesse Grossdatapath: Add support for Geneve tunneling.
2014-06-20 Jesse Grossdatapath: Wrap struct ovs_key_ipv4_tunnel in a new...
2014-06-20 Jesse Grossdatapath: Eliminate memset() from flow_extract.
2014-04-08 Ben Pfaffdatapath: Fix tracking of flags seen in TCP flows.
2014-04-02 Jarno Rajahalmedatapath/flow: Fix ovs_flow_stats_get/clear RCU derefer...
2014-03-25 Jarno Rajahalmedatapath: Clarify locking.
2014-03-24 Jarno Rajahalmedatapath: Compact sw_flow_key.
2014-03-24 Jarno Rajahalmedatapath: Use TCP flags in the flow key for stats.
2014-02-28 Ben Pfaffdatapath: Correctly report flow used times for first...
2014-02-16 Joe Perchesdatapath: Use ether_addr_copy
2014-02-18 Jarno Rajahalmedatapath: Per NUMA node flow stats.
2014-02-18 Jarno Rajahalmedatapath: Remove 5-tuple optimization.
2014-02-10 Jarno Rajahalmedatapath: Read tcp flags only then the tranport header...
2013-12-16 Pravin B Shelardatapath: Fix deadlock during stats update.
2013-12-03 Pravin B Shelardatapath: Use percpu allocator for flow-stats.
2013-10-29 Jarno RajahalmeTCP flags matching support.
2013-10-29 Jarno RajahalmeWiden TCP flags handling.
2013-10-21 Pravin B Shelardatapath: Per cpu flow stats.
2013-10-02 Pravin B Shelardatapath: Restructure datapath.c and flow.c
2013-09-09 Daniel Borkmanndatapath: flow: fix potential illegal memory access...
2013-09-06 Pravin B Shelardatapath: Remove skb->mark compat code.
2013-09-05 Jesse Grossdatapath: Fix alignment of struct sw_flow_key.
2013-08-27 Andy Zhoudatapath: optimize flow compare and mask functions
2013-08-22 Jesse Grossdatapath: Remove redundant EtherType check in vlan...
2013-08-22 Andy Zhoudatapath: More strict vlan encap netlink check
2013-08-22 Andy Zhoudatapath: Rename key_len to key_end
2013-08-22 Joe Stringerdatapath: Add SCTP support
2013-08-20 Justin Pettitdatapath: Remove old argument description in flow.c.
2013-08-20 priteshdatapath: Fix typos in Netlink debugging messages.
2013-08-09 Jesse Grossdatapath: Fix typo in flow validation logic.
2013-08-09 Jesse Grossdatapath: Add 'ovs_' prefix to extern symbols.
2013-08-02 Jesse Grossodp-util: Always serialize tunnel mask attributes.
2013-08-02 Jesse Grossdatapath: Introduce is_mask when serializing netlink...
2013-08-01 Andy Zhoudatapath: Accept any 802.2 eth_type mask but override...
2013-08-01 Andy Zhoudatapath: Accept any in_port mask but override to be...
2013-08-01 Andy Zhoudatapath: Always allow tunnel mask to be specified...
2013-07-31 Andy Zhoudatapath: always export priority and skb_mark in netlin...
2013-07-29 Andy Zhoudatapath: Fix missing VLAN netlink attribute handling
2013-07-29 Andy Zhoudatapath: fix a bug in SF_FLOW_KEY_PUT macro
2013-07-25 Pravin B Shelardatapath: Use non rcu hlist_del() flow table entry.
2013-07-25 Pravin B Shelardatapath: Use correct type while allocating flex array.
2013-07-22 Andy Zhoudatapath: remove RCU annotation from flow->mask
2013-07-19 Andy Zhoudatapath: Add mask check during flow lookup
2013-07-16 Jesse Grossdatapath: Use masked flow when validating actions.
2013-07-10 Jesse Grossdatpath: Fix tunnel TTL flow rejection message.
2013-07-09 Jesse Grossdatapath: Always include tunnel TTL in serialized Netli...
2013-07-09 Andy Zhoudatapath: fix bugs in exporting netlink attributes
2013-07-09 Jesse Grossdatapath: Use DP_MAX_PORTS when no IN_PORT attribute...
2013-07-08 Jesse Grossdatapath: Make netlink error messages more consistent.
2013-07-03 Andy Zhoudatapath: add netlink error message to help kernel...
next