summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rearrange structures to better fit valgrind's memory leak heuristics.Ben Pfaff2012-03-286-15/+15
* tests: Gracefully shut down ovsdb-server, to avoid valgrind leak warnings.Ben Pfaff2012-03-284-0/+6
* tests: Suppress valgrind error reports from glibc timer_create() function.Ben Pfaff2012-03-282-1/+18
* Fix minor memory leaks found by valgrind.Ben Pfaff2012-03-285-1/+21
* ovsdb-idl: Fix memory leak writing synthetic rows in ovsdb_idl_txn_write().Ben Pfaff2012-03-281-1/+2
* Add some missing common Open Flow definitionsSimon Horman2012-03-281-0/+31
* Avoid possibly including an old vswitch-idl.h.Ben Pfaff2012-03-274-3/+7
* dpif-netdev: Correct type of struct dp_netdev_flow's 'tcp_flags' member.Ben Pfaff2012-03-271-1/+1
* Add error codes for Open Flow v1.2Simon Horman2012-03-2711-154/+427
* ofp-errors: Use OF1.1+ in place of OF1.1 throughout.Ben Pfaff2012-03-271-55/+56
* ofp-errors: Rename "OF" to "OF1.0+", "NX" to "NX1.0+".Ben Pfaff2012-03-272-42/+44
* extract-ofp-errors: Fix error message.Ben Pfaff2012-03-271-1/+1
* packet: Add additional TCP flags extraction on IPv6.Jesse Gross2012-03-262-12/+7
* ovs-bugtool: Add ability to prioritize files by date.Raju Subramanian2012-03-262-22/+39
* DESIGN: Fix alignment in table.Ben Pfaff2012-03-261-2/+2
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-2337-97/+361
* flow: Enable retrieval of TCP flags from IPv6 traffic.Jesse Gross2012-03-232-2/+4
* flow: Add length check when retrieving TCP flags.Jesse Gross2012-03-232-2/+4
* vswitchd: Do not refresh existing iface on new device addition.Pravin B Shelar2012-03-231-1/+4
* unixctl: Fix bad log message on error path.Ben Pfaff2012-03-231-6/+6
* treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff2012-03-237-45/+45
* ofproto: Optimize internal device MTU updatePravin B Shelar2012-03-232-20/+35
* datapath: Support for kernel 3.3Pravin B Shelar2012-03-236-11/+20
* ovsdb-idlc: Fix memory leak in "optional bool" columns.Ben Pfaff2012-03-231-9/+1
* idl: New helpers for accessing string maps.Ethan Jackson2012-03-222-104/+154
* ofproto-dpif: Fix CONTROLLER actions for LLC frames.Ethan Jackson2012-03-221-1/+7
* bridge: Shorten long lines.Ethan Jackson2012-03-221-3/+6
* netdev: Rename netdev->get_status() to netdev->get_drv_info().Pravin B Shelar2012-03-227-18/+18
* debian: Fix log rotation.Ben Pfaff2012-03-221-2/+2
* datapath: Move CSUM_MANGLED_0 definition to net checksum header.Pravin B Shelar2012-03-223-11/+4
* xenserver: Recognize XenServer 5.6-SP2 scripts in RPM %post.Ben Pfaff2012-03-221-0/+6
* WHY-OVS: Update to reflect OVS's inclusion in Linux 3.3.Justin Pettit2012-03-211-10/+11
* documentation: use correct rundir in INSTALL.Linux to terminate OVSAnsis Atteka2012-03-211-1/+1
* ofproto-dpif: Fix tag caching for learned flows.Ben Pfaff2012-03-211-1/+1
* ofproto-dpif: Avoid segfault deleting facets that execute LEARN actions.Ben Pfaff2012-03-211-13/+21
* hmap: New function hmap_contains().Ben Pfaff2012-03-212-2/+19
* ofproto-dpif: Fix return type of rule_calculate_tag().Ben Pfaff2012-03-211-2/+2
* learn: Initialize cookie_mask in constructed flow_mod.Ben Pfaff2012-03-211-0/+1
* ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.Ben Pfaff2012-03-203-38/+52
* xenserver: Verify updates in ovs-xapi-sync.Ethan Jackson2012-03-191-0/+3
* cfm: Support random VLAN tag for CCM PDUs.Ethan Jackson2012-03-194-8/+29
* netdev-linux: Fix use-after-free when netdev_dump_queues() deletes queues.Ben Pfaff2012-03-193-5/+15
* idl: Move vswitch-idl to libopenvswitch.Ethan Jackson2012-03-199-23/+26
* configure: Remove --with-build-number.Ben Pfaff2012-03-1918-111/+23
* debian: Use a different way to avoid failing install without kernel module.Ben Pfaff2012-03-163-18/+10
* netlink-socket: Increase Netlink socket receive buffer size.Ben Pfaff2012-03-152-3/+12
* meta-flow: Don't dereference NULL sf->field in mf_format_subfield().Ben Pfaff2012-03-151-1/+1
* ovs-vsctl: Clarify br-exists usage.Ethan Jackson2012-03-151-1/+1
* connmgr: Remove now-unused function connmgr_broadcast().Ben Pfaff2012-03-152-24/+0
* fail-open: Use connmgr_send_packet_in() instead of connmgr_broadcast().Ben Pfaff2012-03-151-6/+10