summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement database schema versioning.Ben Pfaff2010-12-2717-18/+255
* vswitchd: Add OVS version to database, give system info its own columns.Ben Pfaff2010-12-273-9/+53
* ofp-util: Improve log messages for bad Nicira extension actions.Ben Pfaff2010-12-271-9/+26
* ofp-util: Upgrade log messages for controller bugs to warning level.Ben Pfaff2010-12-271-13/+13
* ofp-util: Improve log message for bad OpenFlow action length.Ben Pfaff2010-12-271-3/+3
* utilities: Implement ovs-vlan-test scriptEthan Jackson2010-12-236-1/+530
* datapath: Don't recursively sample packets or reset their "tun_id"s.Ben Pfaff2010-12-231-37/+49
* backtrace: Only use __builtin_frame_address if GNU C is in use.Ben Pfaff2010-12-231-0/+4
* datapath: Correct argument size for ODP_FLOW_GET.Ben Pfaff2010-12-232-2/+2
* INSTALL.Linux: Make pkg-config a requirement to build.Ben Pfaff2010-12-222-2/+3
* datapath: Avoid calling flow_hash() twice for the same key.Ben Pfaff2010-12-171-2/+4
* flow: Increase number of registers to 4.Ben Pfaff2010-12-171-3/+2
* Implement a new Nicira extension action for multipath link selection.Ben Pfaff2010-12-1714-17/+993
* nx-match: Rename and export functions for parsing and formatting subfields.Ben Pfaff2010-12-172-10/+14
* nx-match: Use [] in format_nxm_field_bits where possible.Ben Pfaff2010-12-172-4/+6
* nx-match: Make nxm_field_bytes(), nxm_field_bits() public.Ben Pfaff2010-12-172-2/+5
* nx-match: New helper functions for working with ofs_nbits in NXM actions.Ben Pfaff2010-12-172-8/+31
* nicira-ext: Convert all "uintNN_t"s to "ovs_beNN"s.Ben Pfaff2010-12-171-34/+34
* hash: Make functions for hashing a few words easier to use.Ben Pfaff2010-12-172-14/+22
* odp-util: Correct length check in format_odp_action().Jesse Gross2010-12-161-2/+2
* datapath: Harmonize [get|set]_skb_csum_pointers().Jesse Gross2010-12-162-2/+4
* tunneling: Refresh IP header pointer after update_header().Jesse Gross2010-12-161-0/+1
* ofp-print: Improve formatting for bad OpenFlow messages.Ben Pfaff2010-12-151-4/+7
* ofp-print: Always print priority exactly once.Ben Pfaff2010-12-152-6/+16
* classifier: Insert commas after fields that lacked them in cls_rule_format().Ben Pfaff2010-12-151-6/+6
* classifier: Use OFP_DEFAULT_PRIORITY instead of literal 32768.Ben Pfaff2010-12-151-1/+1
* ofp-util: Improve error log messages.Ben Pfaff2010-12-151-2/+2
* ofp-util: Use proper format specifier for uint32_t in ofputil_lookup_openflow...Ben Pfaff2010-12-151-1/+1
* ofproto: Always use xid 0 for *_FLOW_REMOVED messages.Ben Pfaff2010-12-151-3/+3
* ofproto: Fix encoding of NXST_* replies.Ben Pfaff2010-12-151-1/+1
* ofp-util: Fix encoding of NXST_AGGREGATE requests.Ben Pfaff2010-12-151-1/+3
* ofproto: Fix write-after-free error in compose_nx_flow_removed().Ben Pfaff2010-12-152-2/+12
* datapath: Correctly return error if percpu allocation fails.Jesse Gross2010-12-131-1/+3
* Makefile: Check for undistributed files on every make, not just "make dist".Ben Pfaff2010-12-132-19/+34
* ovs-vswitchd: Release most memory on normal exit.Ben Pfaff2010-12-133-5/+15
* netdev-linux: Fix pairing of rtnetlink register and unregister calls.Ben Pfaff2010-12-131-3/+5
* vswitchd: Delete DP_MAX_PORTS.Ben Pfaff2010-12-131-1/+0
* vswitchd: Fix dependency on DP_MAX_PORTS for allocating "struct dst"s.Ben Pfaff2010-12-131-48/+95
* bridge: Eliminate bond_rebalance_port() dependency on DP_MAX_PORTS.Ben Pfaff2010-12-131-2/+6
* ofproto: Fix use-after-free error in facet_revalidate().Ben Pfaff2010-12-131-2/+2
* datapath: Validate lock when handling flow actions.Jesse Gross2010-12-131-14/+24
* datapath: Check locks on access to flow table.Jesse Gross2010-12-131-10/+15
* datapath: Validate access to DP array.Jesse Gross2010-12-131-1/+2
* tunneling: Add checks for header cache lock.Jesse Gross2010-12-131-2/+11
* datapath: Convert rcu_dereference() to correct variant.Jesse Gross2010-12-133-9/+10
* datapath: Don't directly access RCU protected pointers.Jesse Gross2010-12-134-22/+28
* datapath: Correct byte order annotations.Jesse Gross2010-12-134-8/+10
* datapath: Add usage of __rcu annotation.Jesse Gross2010-12-138-20/+16
* datapath: Add usage of __percpu annotation.Jesse Gross2010-12-132-2/+2
* datapath: Correct usage of __user annotation.Jesse Gross2010-12-131-16/+25