datapath: dp_sysfs_add_dp() needs RTNL lock.
[sliver-openvswitch.git] / lib /
2010-12-09 Ben Pfaffofpbuf: New function ofpbuf_put_hex().
2010-12-09 Ben Pfaffofp-print: Print every flow on a new line for NXST_FLOW...
2010-12-09 Ben Pfaffofp-print, ofp-parse: Add support for NXAST_REG_MOVE...
2010-12-09 Ben Pfaffofp-util: Group everything related to actions together...
2010-12-09 Ben PfaffMake compiler complain about unhandled OpenFlow and...
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXT_FLOW_REMOVED.
2010-12-09 Ben Pfaffofp-util: Fix byte order of ofputil_cls_rule_from_match...
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXST_AGGREGATE_REPLY.
2010-12-09 Ben Pfaffofp-print: Print NXST_FLOW_REQUEST and NXST_AGGREGATE_R...
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXT_STATUS_REQUEST and OFPUTIL...
2010-12-09 Ben Pfaffofp-print: Print OFPUTIL_NXT_ROLE_REQUEST and OFPUTIL_N...
2010-12-09 Ben Pfaffovs-ofctl: Fix del-flows command parsing bugs.
2010-12-09 Ben Pfaffofp-print: Print durations more readably.
2010-12-09 Ben Pfaffofp-print: Print NXST_FLOW replies.
2010-12-09 Jean Tourrilhesdpif-netdev: Handle ECN bits when updating IP checksum.
2010-12-09 Ben Pfaffofp-print: Improve OFPST_FLOW stats reply printing.
2010-12-09 Ben PfaffUse ofpbuf_pull() instead of ofpbuf_try_pull() where...
2010-12-09 Ben Pfaffofp-util: Use ofpbuf_use_const() in a few more places.
2010-12-09 Ben Pfaffofp-print: Verify size of OFPAT_ENQUEUE actions.
2010-12-09 Ben Pfaffovsdb-idl: Check prerequisites for ovsdb_idl_txn_verify...
2010-12-09 Ben Pfaffofp-print: Fix typos.
2010-12-09 Justin Pettitofp-print: Print Nicira error extension messages.
2010-12-09 Justin Pettitofp-util: Fix starting offset of OpenFlow error messages.
2010-12-08 Ben Pfaffofp-print: Print each flow at the start of a line.
2010-12-08 Justin Pettitofp-util: Fix offset when making Nicira extension error...
2010-12-07 Ben Pfaffofpbuf: New function ofpbuf_use_const().
2010-12-07 Ben Pfaffdpif-netdev: Use ofpbuf functions instead of their...
2010-12-07 Ben Pfaffcfm: Use ofpbuf_new() instead of its out-of-line expansion.
2010-12-07 Ben Pfaffodp-util: Bump up maximum number of ODP actions.
2010-12-07 Ben Pfaffofp-util: Fully initialize flow_wildcards in ofputil_cl...
2010-12-07 Ben Pfaffovs-ofctl: Add NXM support.
2010-12-07 Ben Pfaffofp-print: Implement printing for OFPUTIL_NXT_FLOW_MOD.
2010-12-07 Ben Pfaffofp-parse: Add support for registers.
2010-12-07 Ben Pfaffofp-parse: Add support for tun_id.
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 Pfaffnetdev-vport: Properly initialize tnl_port_config struc...
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 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-03 Ethan Jacksonlib: Add zero padding field to flow_wildcards.
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 Pfaffutil: Improve type-safety of OBJECT_CONTAINING.
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 PfaffFormat tunnel IDs consistently.
2010-12-02 Ben Pfaffofp-print: Fix handling of zero-length actions.
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-12-02 Ben Pfaffvconn: New function vconn_transact_noreply().
2010-11-30 Ben PfaffImplement stress option framework.
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 Pfaffcfm: Fix GCC warning.
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 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 Ben Pfaffflow: Delete unused FWW_VLAN_TCI bit.
2010-11-25 Ben Pfaffofp-util: Fix interpretation of NXFW_TUN_ID bit for...
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-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 Pfaffdpif: Make dpif_class 'open' function take class instea...
2010-11-18 Ben Pfaffdpif: Use caller-provided dpif_class in dp_register_pro...
2010-11-17 Ben Pfafflib: Remove redundant dhparams.h from EXTRA_DIST.
2010-11-17 Ben Pfaffnetdev-vport: Remove OVS_UNUSED from argument that...
2010-11-17 Ben Pfaffofp-util: Consistently treat OpenFlow xids as network...
2010-11-17 Ben Pfaffofp-util: Use a counter for transaction IDs instead...
2010-11-17 Ben Pfaffnetdev-vport: Fix poll_add() implementation.
2010-11-16 Ben Pfaffcsum: Avoid misaligned data access.
2010-11-16 Ben Pfaffovsdb-idl: Make selecting tables and columns to replica...
2010-11-15 Ben Pfaffclassifier: Remove classifier_for_each(), classifier_fo...
2010-11-15 Ben Pfaffclassifier: Add functions and macros for iteration...
2010-11-15 Ben Pfaffutil: Add function hexits_value() for parsing multiple...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-15 Ben Pfaffofp-util: Add OFP_ACTION_ALIGN macro to header.
2010-11-15 Ben Pfaffrandom: Add entropy test.
2010-11-15 Ben Pfaffrandom: Fix random number generator.
2010-11-12 Ben Pfaffhmap: New macro HMAP_FOR_EACH_CONTINUE.
2010-11-12 Ben Pfaffclassifier: Delete dead code specialized for the exact...
2010-11-12 Ben Pfaffclassifier: Drop CLS_INC_* enumerations and related...
2010-11-11 Ethan Jacksonnetdev-linux: HFSC in linux
2010-11-11 Ben Pfaffofp-parse: Refactor flow parsing.
next