sliver-openvswitch.git
2010-12-07 Ben Pfaffclassifier: Implement better classifier rule formatting.
2010-12-07 Ben Pfaffofp-util: New abstractions for flow_mod, flow_stats_req...
2010-12-07 Ben Pfaffnx-match: Add tests for error return values for unknown...
2010-12-07 Ben Pfaffnicira-ext: Clarify comments about 'src' and 'dst'...
2010-12-07 Ben Pfaffnicira-ext: Clarify and fix macros to check for NXM...
2010-12-07 Ben Pfaffnetdev-vport: Properly initialize tnl_port_config struc...
2010-12-06 Ethan Jacksonvswitchd: Incorporate vlan into bond hash.
2010-12-06 Ethan Jacksonvswitchd: Remove bond/migrate MAC argument.
2010-12-06 Ethan Jacksonvswitchd: Correct indentation in bridge.
2010-12-06 Ben PfaffFix "make dist" by adding include/linux/types.h to...
2010-12-06 Ben Pfaffofp-util: New functions for creating Nicira extension...
2010-12-06 Ben PfaffRefactor and centralize basic OpenFlow message decoding...
2010-12-06 Ben Pfaffport-array: Remove.
2010-12-06 Ben Pfaffpinsched: Use hmap instead of port_array.
2010-12-06 Ben Pfaffvconn: New function vconn_transact_multiple_noreply().
2010-12-06 Ben Pfaffqueue: Get rid of ovs_queue data structure.
2010-12-06 Ben Pfaffutil: Introduce ASSIGN_CONTAINER to make iteration...
2010-12-06 Ben Pfaffdocs: Only regenerate vswitch.pic when the schema reall...
2010-12-06 Jesse Grossdatapath: Update 32/64 bit compat ioctl to match new...
2010-12-04 Jesse Grossdatapath: Consolidate checksum compatibility code.
2010-12-03 Ethan Jacksonlib: Add zero padding field to flow_wildcards.
2010-12-03 Ben Pfaffdatapath: Merge vport "attach" into "create" and "detac...
2010-12-03 Ben Pfaffdatapath: Merge "struct dp_port" into "struct vport".
2010-12-03 Ben Pfaffnetdev-linux: Don't treat "system" devices as vports...
2010-12-03 Ben Pfaffdpif: Log port number of deleted port in dpif_port_del().
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-12-03 Ben Pfaffdatapath: Encapsulate parameters for new vports in...
2010-12-03 Ben Pfaffutil: Improve type-safety of OBJECT_CONTAINING.
2010-12-03 Ben Pfaffovs-ofctl: Demote common log messages from INFO to...
2010-12-03 Ben Pfaffovs-ofctl: Reimplement dumping particular tables.
2010-12-03 Ben Pfaffclassifier: New cls_rule functions for setting register...
2010-12-03 Ben Pfaffnicira-ext: Name the enum used for flow formats, to...
2010-12-03 Ben Pfaffdatapath: Add __aligned_u64 compat support for user...
2010-12-03 Ben Pfaffdatapath: Change vals[] in struct port_lookup_key into...
2010-12-03 Ben PfaffFormat tunnel IDs consistently.
2010-12-03 Jesse Grossdatapath: Allow skbs with a frag list.
2010-12-03 Jesse Grossdatapath: Don't set dev->last_rx on kernels >= 2.6.29.
2010-12-03 Jesse Grosstunnels: Mark tnl_ops as static.
2010-12-03 Jesse Grossdatapath: Constify ops structures.
2010-12-03 Jesse Grossdatapath: Provide compatibility code for SET_ETHTOOL_OP...
2010-12-03 Jesse Grossdatapath: Add compatibility code for inet_add_protocol().
2010-12-03 Jesse Grossdatapath: Use __read_mostly annotations where appropriate.
2010-12-03 Jesse Grossdatapath: Don't unnecessarily set skb mac header.
2010-12-03 Jesse Grossdatapath: Remove share check for internal devices.
2010-12-03 Jesse Grossvport: Remove unused error types.
2010-12-03 Jesse Grossdatapath: Drop obsolete comment.
2010-12-03 Jesse Grosstunneling: Clear IP control block in one memset.
2010-12-03 Jesse Grosstunneling: Clear OVS_CB after call to update_header().
2010-12-02 Ben Pfaffofp-print: Fix handling of zero-length actions.
2010-12-02 Ben Pfafftests: Add tests for ofproto code.
2010-12-02 Ben Pfaffopenflow: Remove vestigial support for including from...
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-12-02 Ben Pfaffovs-ofctl: Check that commands actually succeed.
2010-12-02 Ben Pfaffvconn: New function vconn_transact_noreply().
2010-12-02 Ben Pfaffovs-ofctl: Remove now-useless "tun-cookie" command.
2010-12-02 Ben Pfaffovs-ofctl: Factor out common code in str_to_port_no...
2010-12-01 Ben Pfaffdot2pic: Be less picky parsing "dot" output.
2010-11-30 Ben PfaffImplement stress option framework.
2010-11-30 Ben Pfafftests: Don't remove testsuite on distclean.
2010-11-30 Ben Pfaffcoverage: Make the coverage counters catalog program...
2010-11-30 Ben Pfaffnetdev-linux: Remove counter double-increments.
2010-11-30 Ben Pfaffvlog: Generate vlog-modules.def automatically.
2010-11-30 Ben Pfaffvswitch: Update dia-generated diagram.
2010-11-30 Ben Pfaffcfm: Fix GCC warning.
2010-11-30 Ben Pfaffovs-ofctl: Remove stray printf.
2010-11-30 Ben Pfaffovs-ofctl: Simplify code by using strcasecmp() instead...
2010-11-30 Ben Pfaffunaligned: Add unaligned accessors for ovs_be<N> data.
2010-11-30 Ben PfaffConvert stream and vconn interfaces to use ovs_be16...
2010-11-30 Ben Pfaffofproto: Fix typo in comment.
2010-11-30 Ben Pfaffovs-openflowd: Add "exit" unixctl command.
2010-11-30 Ben Pfaffovs-openflowd: Add ability to run without connecting...
2010-11-30 Ben Pfaffovs-openflowd: Improve usage message.
2010-11-30 Ben Pfaffovs-openflowd: Add --enable-dummy option.
2010-11-30 Ben Pfaffovs-openflowd: Add --unixctl command line option.
2010-11-30 Ben PfaffMake installation directories overridable at runtime.
2010-11-30 Ben PfaffAdd new "dummy" netdev and dpif implementations for...
2010-11-29 Ethan Jacksonovs: Implement 802.1ag Connectivity Fault Management
2010-11-29 Ethan Jacksonofproto: set up helpful flow pointers for odp miss...
2010-11-29 Ethan Jacksonovsdb: constify should apply to all pointer types.
2010-11-29 Ethan Jacksonovsdb: Remove trailing whitespace
2010-11-29 Ethan Jacksonvswitchd: Remove trailing whitespace
2010-11-29 Ben Pfaffflow: Delete unused FWW_VLAN_TCI bit.
2010-11-29 Ben Pfaffconfigure: Check for pkg-config "openssl" library inste...
2010-11-25 Ben Pfaffofp-util: Fix interpretation of NXFW_TUN_ID bit for...
2010-11-24 Ben Pfaffofproto: Send OFPT_PORT_STATUS messages to primary...
2010-11-24 Ben Pfaffdpif-netdev: Do not log error for EOPNOTSUPP return...
2010-11-24 Ben Pfaffdpif-netdev: Simplify code by using shash for names...
2010-11-23 Ben Pfaffnx-match: Implement support for arbitrary VLAN TCI...
2010-11-23 Ben Pfaffdebian: Change architectures from "any" to "linux-any".
2010-11-22 Ben Pfaffofp-util: Make make_flow_mod() take cls_rule instead...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-22 Ben Pfaffflow: Remove flow_to/from_match() in favor of cls_rule_...
2010-11-22 Ben Pfaffflow: Move functions for dealing with wildcard bit...
2010-11-22 Ben Pfaffflow: New function flow_wildcards_is_exact().
2010-11-22 Ben Pfaffofp-print: Avoid converting flow to ofp_match just...
2010-11-22 Ben Pfaffclassifier: New function cls_rule_equal().
2010-11-20 Ben Pfaffclassifier: Fix segfault iterating with rules that...
2010-11-19 Ben Pfaffnetdev-vport: Fix segfault on bad vport configuration.
2010-11-18 Ben Pfaffovs-vsctl: Fix br-set-external-id.
2010-11-18 Ben Pfaffdpif: Make dpif_class 'open' function take class instea...
next