summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* workext-320Ben Pfaff2014-07-2831-4382/+4140
* work on ofproto_table_configBen Pfaff2014-07-286-20/+16
* Fix up table-features encoding and decoding.Ben Pfaff2014-07-282-25/+55
* ofp-util: Fix decoding multiple tables in ofputil_decode_table_features().Ben Pfaff2014-07-281-3/+5
* ofproto: Implement OpenFlow 1.3+ table features request.Ben Pfaff2014-07-286-8/+176
* Better abstract table stats, using OpenFlow 1.3+ table features.Ben Pfaff2014-07-289-616/+848
* ofp-actions: New functions for bitmaps of instructions.Ben Pfaff2014-07-282-0/+64
* ofproto: Correctly report table miss configuration in table stats.Ben Pfaff2014-07-282-2/+5
* openflow: Fix definitions of OFPIT11_ALL and OFPIT13_ALL.Ben Pfaff2014-07-282-8/+8
* ofp-actions: Better abstract sets of actions.Ben Pfaff2014-07-2810-433/+488
* ofp-util: Remove prototypes for unimplemented functions.Ben Pfaff2014-07-281-3/+0
* ofp-parse: Make string conversion functions available outside this file.Ben Pfaff2014-07-282-8/+19
* ovs-ofctl: Un-document "apply_actions" because it does not exist.Ben Pfaff2014-07-281-3/+0
* connmgr: Only send role status messages to OpenFlow 1.4+ controllers.Ben Pfaff2014-07-284-41/+139
* connmgr: Demote service controllers too in ofconn_set_role().Ben Pfaff2014-07-281-3/+3
* ovs-ofctl: Add --unixctl command line option.Ben Pfaff2014-07-283-1/+15
* datapath-windows: Kernel module for HyperV.Saurabh Shah2014-07-2863-99/+18014
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-2810-3/+145
* ofproto-dpif-upcall: Fix sparse warnings.Ben Pfaff2014-07-281-2/+2
* Fix two memory leaks.yinpeijun2014-07-283-0/+3
* Remove assumption that there are 64 or fewer fields.Ben Pfaff2014-07-265-48/+47
* bitmap: Add new functions.Ben Pfaff2014-07-262-0/+50
* meta-flow: Simplify handling of a variable number of registers.Ben Pfaff2014-07-262-61/+10
* datapath: Fix buffer overrun in mask array realloc.Pravin B Shelar2014-07-251-1/+2
* dpif-netdev: Polling threads directly call ofproto upcall functions.Ryan Wilson2014-07-258-384/+368
* datapath: Add NULL check for mask pointer.Pravin B Shelar2014-07-251-37/+14
* cfm: Reduce "long delay" message from WARN to INFO, to match BFD behavior.Ben Pfaff2014-07-251-1/+1
* datapath: reorder action netlink attribute definition for upstreamingAndy Zhou2014-07-241-3/+4
* netdev-provider: Clarify comment where 'get_next_hop' function looks.Ben Pfaff2014-07-241-6/+6
* datapath/flow_netlink: Avoid wildcarding tunnel key with disabled megaflowsDaniele Di Proietto2014-07-231-0/+19
* datapath: flow_netlink: Fix a bug.Alex Wang2014-07-231-1/+2
* dpif-netdev: Initialize upcall->packet when queuing to userspace.Ben Pfaff2014-07-221-2/+3
* dpif-netdev: Reduce netdev_flow_key sizeDaniele Di Proietto2014-07-221-1/+1
* netdev-dpdk: Increase tx queue size and rx batch sizeDaniele Di Proietto2014-07-221-2/+2
* stp: Add more logging points for debug.Alex Wang2014-07-223-0/+33
* netlink-notifier: Exit loop if nl_sock_recv() returns an errorDaniele Di Proietto2014-07-221-1/+4
* configure: Don't check for malloc hooks that we no longer use.Ben Pfaff2014-07-222-21/+0
* ovsdb-server: Document RFC 7047 extensions to ovsdb <error>s.Ben Pfaff2014-07-221-0/+16
* ovs-ctl: Add comment to explain why we only save ofports for pre-1.10.Ben Pfaff2014-07-221-2/+5
* debian: Avoid -Wformat-zero-length warnings.Ben Pfaff2014-07-221-0/+7
* Use xstrdup() instead of strdup(), xmalloc() instead of malloc().Ben Pfaff2014-07-225-8/+8
* datapath: Refactor get_dp() function into multiple access APIs.Andy Zhou2014-07-221-10/+20
* tests: Wait for ofctl_monitor.log in ofproto-dpif controller.Ben Pfaff2014-07-211-0/+1
* classifier: Refactor cls_cursor_advance() to make it easier to follow.Ben Pfaff2014-07-211-28/+21
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-219-161/+115
* vswitchd/bridge: Fix setting default prefix fields.Jarno Rajahalme2014-07-211-21/+24
* ovs-atomic: Avoid evaluating arguments multiple times.Jarno Rajahalme2014-07-211-4/+4
* lib/ovs-rcu: evaluate argument of ovsrcu_get only once.Jarno Rajahalme2014-07-211-3/+4
* netdev-dpdk: Fix race condition with DPDK mempools in non pmd threadsDaniele Di Proietto2014-07-207-41/+90
* netlink-socket: Do not make flow_dump block on netlink socket.Alex Wang2014-07-181-2/+8