summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: Remove trailing whitespaceJoe Perches2010-08-3070-396/+396
* INSTALL.Linux: Don't discourage building Debian packages.Ben Pfaff2010-08-301-4/+3
* Remove openvswitch-switch-config package.Ben Pfaff2010-08-3015-1555/+4
* Debian: openswitch-dbg should depend on the packages it has debugging symbols...Simon Horman2010-08-301-1/+5
* Debian: Add HomepageSimon Horman2010-08-301-0/+1
* stream-ssl: Use OPENSSL_free() to free memory from X509_NAME_oneline().Ben Pfaff2010-08-271-1/+1
* datapath: Avoid accesses past the end of skbuff data in actions.Ben Pfaff2010-08-274-77/+102
* datapath: Fix default value of skb transport_header.Ben Pfaff2010-08-271-2/+12
* datapath: Avoid pskb_may_pull() checks where not needed.Ben Pfaff2010-08-271-7/+4
* datapath: Report memory allocation errors in flow_extract().Ben Pfaff2010-08-272-15/+64
* learning-switch: Ignore "packet_in"s caused by OFPP_CONTROLLER actions.Ben Pfaff2010-08-271-0/+7
* ofproto: Avoid ofpbuf_clone() for OFPAT_CONTROLLER common case.Ben Pfaff2010-08-272-27/+43
* ofproto: Avoid user->kernel->user round-trip for many controller actions.Ben Pfaff2010-08-273-11/+46
* xenserver: Finish renaming system-level external_ids.Ben Pfaff2010-08-261-1/+2
* configure: Enable OpenSSL support by default.Ben Pfaff2010-08-263-15/+18
* dpif-netdev: Expand tabs.Ben Pfaff2010-08-261-42/+42