summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* netdev: Fix carrier status for down interfaces.lts-1.0Jesse Gross2010-11-1610-30/+35
* ovs-vsctl: Prevent double-free when retrying a transactionJustin Pettit2010-10-251-3/+5
* netdev-linux: Always check tc_make_request() for NULL return value.Ben Pfaff2010-10-251-3/+32
* ovs-vsctl: Check for dirty reads within transactions.Ben Pfaff2010-10-251-0/+63
* ovs-vsctl: Add context pointer to struct vsctl_info.Ben Pfaff2010-10-251-21/+24
* vswitch: Make unique "name" columns immutable, to simplify transactions.Ben Pfaff2010-10-251-3/+6
* ovsdb: Document the "mutable" feature for columns.Ben Pfaff2010-10-251-1/+4
* netflow: Back-out optimization that could lead to infinite loopJustin Pettit2010-10-121-5/+2
* Release Open vSwitch 1.0.3v1.0.3Justin Pettit2010-10-083-1/+10
* ofproto: Drop flows from datapath more quickly under heavy load.Ben Pfaff2010-10-081-6/+103
* classifier: Introduce macros for iterating exact-match flows.Ben Pfaff2010-10-083-13/+17
* ofproto: Iterate through exact-match rules first during expiration.Ben Pfaff2010-10-081-2/+6
* ofproto: Drop unneeded poll_immediate_wake().Ben Pfaff2010-10-081-4/+0
* ofproto: Fix effective memory leak for uninstallable flows.Ben Pfaff2010-10-081-8/+35
* ofproto: Factor conditional out of loop in send_flow_removed().Ben Pfaff2010-10-081-1/+5
* ofproto: Group functions related to flow expiration together.Ben Pfaff2010-10-081-143/+178
* Release Open vSwitch 1.0.2v1.0.2lts-1.0aJustin Pettit2010-10-083-4/+4
* netdev: Enforce a floor "linux-htb" min-rateJustin Pettit2010-10-082-3/+4
* netdev: Don't divide by zero when "linux-htb" zero min-rate is usedJustin Pettit2010-10-081-4/+2
* xenserver: ovs-external-ids log to file instead of syslogEthan Jackson2010-10-071-3/+3
* netflow: Avoid (theoretically) looping 2**32 times.Ben Pfaff2010-10-051-17/+32
* netflow: Do 64-bit division less often.Ben Pfaff2010-10-051-8/+11
* netdev-linux: Fix off-by-one error dumping queue stats.Ben Pfaff2010-10-051-1/+1
* xenserver: monitor-external-ids should run with --monitorEthan Jackson2010-10-053-2/+9
* xenserver: Added additional logging to ovs-external-idsEthan Jackson2010-10-051-7/+20
* xenserver: Rename monitor-external-ids -> ovs-external-idsEthan Jackson2010-10-055-26/+24
* xenserver: Add license to uuid.py.Ben Pfaff2010-10-051-0/+53
* xenserver: Add explicit license to refresh-xs-network-uuids.Ben Pfaff2010-10-051-0/+7
* xenserver: Change license of xsconsole plugin to GPLv2.Ben Pfaff2010-10-051-7/+14
* python: timer_wait_until calculated current time incorrectlyEthan Jackson2010-10-051-3/+4
* ovsdb: Fix bug in "wait" command implementation.Ben Pfaff2010-10-051-1/+0
* xenserver: monitor-external-ids remove redundant ovs-vsctl callsEthan Jackson2010-10-051-2/+4
* ovs-vsctl: Remove default timeout.Ben Pfaff2010-10-059-18/+19
* brcompat_mod: Check if user has CAP_NET_ADMIN in ioctl handlerVivien Bernet-Rollande2010-10-051-0/+6
* datapath: Check IS_ERR() in do_execute().Jesse Gross2010-10-051-2/+3
* datapath: Increase maximum number of actions per flow.Ben Pfaff2010-10-051-1/+4
* xenserver: Don't delete pidfile when stopping monitor-external-idsJustin Pettit2010-10-051-1/+0
* xenserver: Don't monitor external-ids until XAPI is upJustin Pettit2010-10-051-0/+7
* Rename "xs-vif-mac" external_ids key to "attached-mac", for generality.Ben Pfaff2010-09-012-8/+9
* ofproto: Get enough headroom in fail-open when connected to controller.Ben Pfaff2010-09-011-1/+2
* ofpbuf: Add ofpbuf_new_with_headroom(), ofpbuf_clone_with_headroom().Ben Pfaff2010-09-015-6/+27
* netflow: Send multiple records for byte counts > UINT32_MAXJustin Pettit2010-09-011-23/+46
* XenServer builds barf on hyphens in versions.v1.1.0pre1Justin Pettit2010-09-013-4/+4
* Release Open vSwitch 1.1.0-pre1Justin Pettit2010-08-313-1/+17
* datapath: Include net/udp.h in vport-capwap.cSimon Horman2010-08-301-0/+1
* Debian: Add Joe Perches to debian/copyrightSimon Horman2010-08-301-0/+1
* datapath: Include linux/version.h in action.h for LINUX_VERSIONSimon Horman2010-08-301-0/+1
* AUTHORS: Add Joe Perches.Jesse Gross2010-08-301-0/+1
* treewide: Use pr_fmt and pr_<level>Joe Perches2010-08-308-28/+45
* datapath: Add compat functions for pr_*.Jesse Gross2010-08-301-0/+31