revalidator: Fix ukey stats cache updating.
[sliver-openvswitch.git] / datapath /
2013-10-13 Pravin B Shelarvxlan: Optimize vxlan rcv
2013-10-04 Lorand Jakabdatapath: add linux/flow_{table, netlink}.c to .gitignore
2013-10-02 Pravin B Shelardatapath: Simplify mega-flow APIs.
2013-10-02 Pravin B Shelardatapath: Move mega-flow list out of rehashing struct.
2013-10-02 Pravin B Shelardatapath: Restructure datapath.c and flow.c
2013-09-30 Pravin B Shelardatapath: Fix vxlan gso with vlan.
2013-09-26 Simon Hormandatapath: Move segmentation compatibility code into...
2013-09-25 Simon Hormandatapath: simplify VLAN segmentation
2013-09-24 Ben Pfaffdatapath: Fix typos in comment.
2013-09-23 Wei Yongjundatapath: remove duplicated include from vport-gre.c
2013-09-23 Wei Yongjundatapath: remove duplicated include from vport-vxlan.c
2013-09-19 Lorand Jakabdatapath: add linux/utils.c to .gitignore
2013-09-18 Jesse Grossdatapath: Remove net_device_ops compatibility code.
2013-09-13 Viresh Kumardatapath: remove HAVE_MAC_RAW
2013-09-08 Pravin B Shelardatapath: Remove compat workqueue.
2013-09-08 Pravin B Shelarlisp: Reset vlan tag on send.
2013-09-09 Daniel Borkmanndatapath: flow: fix potential illegal memory access...
2013-09-07 Pravin B Shelardatapath: Move flow table rehashing to flow install.
2013-09-07 Pravin B Shelardatapath: vxlan: remove net arg from vxlan[6]_xmit_skb()
2013-09-07 Pravin B Shelardatapath: iptunnels: remove net arg from iptunnel_xmit().
2013-09-07 Pravin B Shelardatapath lisp: Use ovs offload compat functionality.
2013-09-07 Pravin B Shelardatapath lisp: use iptunnel_pull_header().
2013-09-06 Pravin B Shelardatapath: Remove compat files.
2013-09-06 Pravin B Shelardatapath: Remove reciprocal_div compat code.
2013-09-06 Pravin B Shelardatapath: Remove compat support for NLA_NUL_STRING
2013-09-06 Pravin B Shelardatapath: Cleanup compat support.
2013-09-06 Pravin B Shelardatapath: Cleanup netlink compat code.
2013-09-06 Pravin B Shelardatapath: Remove vlan compat support
2013-09-06 Pravin B Shelardatapath: Remove checksum compat support
2013-09-06 Pravin B Shelardatapath: Remove skb->mark compat code.
2013-09-06 Pravin B Shelardatapath: Remove namespace compat support.
2013-09-06 Pravin B Shelardatapath: vport: Remove compat support
2013-09-06 Pravin B Shelardatapath: Move kernel version check to configure.
2013-09-06 Pravin B Shelardatapath: Drop support for linux pre-2.6.32 kernel.
2013-09-05 Jesse Grossdatapath: Fix alignment of struct sw_flow_key.
2013-08-27 Pravin B Shelardatapath: Sync vxlan tunneling code with upstream ovs...
2013-08-27 Andy Zhoudatapath: add rounddown() definition into compatibility...
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: Fix argument descriptions in vport.c.
2013-08-20 Justin Pettitdatapath: Fix function description in vport-lisp.c.
2013-08-20 Justin Pettitdatapath: Remove old argument description in flow.c.
2013-08-20 priteshdatapath: Fix typos in Netlink debugging messages.
2013-08-15 Pravin B Shelardatapath: compat: remove __net_init and __net_exit...
2013-08-14 Chris Wrightdatapath: Fix RHEL compat for netdev_rx_handler_register
2013-08-13 Pravin B Shelardatapath: Move generic tunnel functions to lisp module.
2013-08-13 Pravin B Shelardatapath: Move find_route() to compat.h
2013-08-13 Pravin B Shelardatapath: move tunnel-init function to flow.h
2013-08-13 Pravin B Shelardatapath: tunnel: Fix gre64 tunnel when key not specified.
2013-08-13 Pravin B Shelardatapath: tunnel: Do not use inner ip-header-id for...
2013-08-10 Pravin B Shelardatapath: Do not set dev->master for XEN.
2013-08-10 Pravin B Shelardatapath: Use parallel_ops genl.
2013-08-10 Pravin B Shelardatapath: Support for Linux kernel 3.10
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 Kyle Mesterydatapath: Support for Linux kernel 3.9.
2013-07-31 Andy Zhoudatapath: always export priority and skb_mark in netlin...
2013-07-30 Jiri Pirkodatapath: link upper device for port devices
2013-07-29 Ethan Jacksondatapath: Add vxlan and flow_dissector to gitignore.
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-26 Pravin B Shelardatapath: list: Fix double fetch of pointer in hlist_en...
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-22 Kyle Mesterydatapath: Conditionally define skb_unclone in datapath...
2013-07-20 Pravin B Shelardatapath: Restructure vxlan tunneling.
2013-07-20 Pravin B Shelardatapath: Improve net-namespace compat code.
2013-07-19 Andy Zhoudatapath: Add mask check during flow lookup
2013-07-16 Jesse Grossdatapath: Use masked flow when validating actions.
2013-07-15 Pravin B Shelardatapath: Use RCU lock for dp dump operation.
2013-07-15 Pravin B Shelardatapath: Revert "datapath: rhel: Account for RHEL...
2013-07-12 Jesse Grossdatapath: Use kernel eth_mac_addr() on old kernels.
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: Fix Netlink error message header.
2013-07-09 Jesse Grossdatapath: Use DP_MAX_PORTS when no IN_PORT attribute...
2013-07-09 Thomas Grafdatapath: rhel: Move RHEL OVS hook registration to...
2013-07-09 Thomas Grafdatapath: rhel: Account for RHEL specific backports
2013-07-09 Thomas Grafdatapath: Rename skb_network_protocol() to __skb_networ...
2013-07-08 Jesse Grossdatapath: Make netlink error messages more consistent.
2013-07-03 Andy Zhoudatapath: add netlink error message to help kernel...
2013-07-03 Pravin B Shelardatapath: Use RCU lock for flow dump operation.
2013-07-03 Jarno Rajahalmedatapath: Fix version check in compat gre.h
2013-07-03 Andy Zhoudatapath: Fix tunnel source port selection for mega...
2013-06-28 Jesse Grossdatapath: Resolve external module dependencies.
2013-06-28 Andy Zhoudatapath: Bug fix: Kernel rejects flow with valid vlan...
2013-06-28 Andy ZhouDatapath: Bug fix: kernel rejects mega flow with encap...
2013-06-28 Jesse Grossdatapath: Make GRE support conditional on CONFIG_NET_IP...
2013-06-27 Justin Pettitdatapath: Convert IPv6 TCP and UDP port netlink attribu...
2013-06-25 Andy Zhoudatapath: Make OVS_ACTION_ATTR_USERSPACE action to...
next