| Commit message (Expand) | Author | Age | Files | Lines |
* | ovs-pki: Use SHA-1 instead of SHA-512 as message digest. | Alex Wang | 2014-09-22 | 1 | -1/+1 |
* | ovs-pki: Use SHA-512 instead of MD5 as message digest. | Ben Pfaff | 2014-09-19 | 1 | -0/+3 |
* | ofproto: Do not update stats on fake bond interface. | Pravin B Shelar | 2014-09-15 | 1 | -0/+1 |
* | NEWS: Mention RSTP. | Jarno Rajahalme | 2014-09-09 | 1 | -0/+3 |
* | ofp-actions: Support "resubmit" actions in action sets. | Srini Seetharaman | 2014-09-02 | 1 | -0/+3 |
* | travis: Announce travis CI and new build list in NEWS and CONTRIBUTING | Thomas Graf | 2014-09-02 | 1 | -0/+3 |
* | test-controller: Rename to ovs-testcontroller, again install. | Ben Pfaff | 2014-08-26 | 1 | -0/+3 |
* | ovsdb: Allow comparison on optional scalar types | Terry Wilson | 2014-08-20 | 1 | -0/+2 |
* | ofp-actions: Include OFPACT_REG_MOVE in action set | Thomas Graf | 2014-08-15 | 1 | -0/+1 |
* | Set release dates for 2.3.0. | Justin Pettit | 2014-08-14 | 1 | -1/+1 |
* | ofp-actions: Add support for OpenFlow 1.5 (draft) Copy-Field action. | Ben Pfaff | 2014-08-11 | 1 | -0/+1 |
* | ofproto: Implement OpenFlow 1.3+ table features request. | Ben Pfaff | 2014-08-11 | 1 | -0/+1 |
* | dpctl: add ovs-appctl dpctl/* commands to talk to dpif-netdev | Daniele Di Proietto | 2014-08-04 | 1 | -0/+4 |
* | meta-flow: Add 64-bit registers. | Ben Pfaff | 2014-07-28 | 1 | -0/+2 |
* | ofproto: Report controller rate limiting statistics in database. | Ben Pfaff | 2014-07-17 | 1 | -0/+1 |
* | build: Allow building with autoconf 2.63 | Thomas Graf | 2014-06-27 | 1 | -0/+1 |
* | bridge: Enable multicast support on the bridge | Flavio Leitner | 2014-06-24 | 1 | -0/+1 |
* | datapath: Add support for Geneve tunneling. | Jesse Gross | 2014-06-20 | 1 | -0/+4 |
* | Implement learned flow deletion. | Ben Pfaff | 2014-06-12 | 1 | -0/+3 |
* | ovs-vsctl: Add error column to show command | Thomas Graf | 2014-05-19 | 1 | -0/+2 |
* | Prepare for post-2.3.0 (2.3.90). | Justin Pettit | 2014-05-15 | 1 | -0/+4 |
* | Prepare for 2.3.0. | Justin Pettit | 2014-05-15 | 1 | -2/+2 |
* | datapath: Add support for kernel 3.14. | Pritesh Kothari | 2014-05-01 | 1 | -1/+1 |
* | lib/classifier: Use a prefix tree to optimize ports wildcarding. | Jarno Rajahalme | 2014-04-30 | 1 | -1/+9 |
* | Enable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default. | Ben Pfaff | 2014-04-30 | 1 | -0/+2 |
* | Prepare for post-2.2.0 (2.2.90). | Justin Pettit | 2014-04-28 | 1 | -0/+4 |
* | Prepare for 2.2.0. | Justin Pettit | 2014-04-28 | 1 | -2/+2 |
* | Python Logging Formatting Improvements | Dave Tucker | 2014-04-28 | 1 | -0/+1 |
* | datapath: Add support for kernels 3.13 | Pravin Shelar | 2014-03-31 | 1 | -2/+2 |
* | bridge: don't bring up internal ports by default. | Flavio Leitner | 2014-04-03 | 1 | -0/+3 |
* | ovs-vsctl: Improve error reporting | Andy Zhou | 2014-03-28 | 1 | -0/+2 |
* | dpif-netdev: Add DPDK netdev. | Pravin | 2014-03-21 | 1 | -0/+1 |
* | datapath: Add support for Linux 3.12 | Pravin Shelar | 2014-03-07 | 1 | -0/+2 |
* | ovs-vswitchd: Don't register for SIGHUP. | Gurucharan Shetty | 2014-02-21 | 1 | -0/+3 |
* | ipfix: add SCTP, ICMP, and ICMPv6 flow reporting | Romain Lenglet | 2014-02-19 | 1 | -0/+2 |
* | tests: Add support for automatically running Ryu tests against OVS. | Ben Pfaff | 2014-02-14 | 1 | -0/+2 |
* | Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow. | Arun Sharma | 2014-02-06 | 1 | -0/+1 |
* | ovsdbmonitor: Remove. | Ben Pfaff | 2014-01-10 | 1 | -1/+2 |
* | Prepare for post-2.1.0 (2.1.90). | Justin Pettit | 2013-12-23 | 1 | -0/+4 |
* | Prepare for 2.1.0. | Justin Pettit | 2013-12-23 | 1 | -2/+1 |
* | NEWS: Mention new ovs-ofctl ofp-parse-pcap command. | Ben Pfaff | 2013-12-23 | 1 | -0/+2 |
* | ofproto: Handle flow installation and eviction in upcall. | Ethan Jackson | 2013-12-19 | 1 | -0/+4 |
* | ovsdb-client: Make "monitor" command able to monitor all tables. | Ben Pfaff | 2013-12-13 | 1 | -0/+3 |
* | bridge: Support changing port numbers. | Ben Pfaff | 2013-12-11 | 1 | -0/+3 |
* | Classifier: Track address prefixes. | Jarno Rajahalme | 2013-12-11 | 1 | -0/+24 |
* | vlog: Add option to send vlog syslog output to arbitrary UDP destination. | Henry Mai | 2013-12-06 | 1 | -0/+1 |
* | FAQ, NEWS: Notes on TCP flags matching. | Jarno Rajahalme | 2013-11-13 | 1 | -0/+5 |
* | ofproto: Limit OVS-assigned port numbers to 32767 and below. | Ben Pfaff | 2013-11-06 | 1 | -0/+3 |
* | ovs-controller: Rename test-controller and do not install or package. | Ben Pfaff | 2013-11-02 | 1 | -0/+4 |
* | dpif-linux: collect and display mega flow mask stats | Andy Zhou | 2013-10-22 | 1 | -0/+2 |