sliver-openvswitch.git
2011-09-22 Ben Pfaffovs-xapi-sync: Make pychecker-able.
2011-09-22 Daniel Romanovs-bugtool: Fix --unlimited option.
2011-09-22 Simon HormanRemove netdev_find_dev_by_in4
2011-09-22 Simon HormanDo not include net/ethernet.h and linux/if_tunnel.h
2011-09-22 Simon HormanAdd fallback definition of SIG_ATOMIC_MAX
2011-09-22 Simon HormanInclude <sys/time.h> in socket-util.h
2011-09-22 Simon HormanInclude <sys/socket.h> in socket-util.h
2011-09-22 Ben Pfaffnetlink-socket: Fix typo in comment.
2011-09-21 Jesse Grossdatapath: IFF_BRIDGE_PORT is backported by Centos 5.6.
2011-09-21 Jesse Grossdatapath: Cleanup actions.c:do_output().
2011-09-21 Jesse Grossdatapath: Send to userspace errors shouldn't halt proce...
2011-09-20 Jesse Grossdatapath: Correctly validate vport attributes on old...
2011-09-20 Jesse Grossdatapath: Remove check for shared skbs.
2011-09-20 Ben Pfaffovs-vsctl: Fix typo in documentation.
2011-09-20 Ben Pfaffdebian: Correct path to ovs-controller in init script.
2011-09-20 Jesse Grossdatapath: Fully initialize datapath before local port.
2011-09-19 Jesse Grossdatapath: Correctly set error code in queue_userspace_p...
2011-09-19 Jesse Grossdatapath-protocol: vport_stats types are unsigned.
2011-09-19 Pravin Shelarsflow: Use ODP-port number to lookup ifindex.
2011-09-19 Ben Pfaffovs-ofctl: Clarify in_port in manpage.
2011-09-19 Ben Pfaffnicira-ext: Clarify comment.
2011-09-17 Ethan Jacksondaemon.py: Silence return warning.
2011-09-17 Ethan Jacksondaemon.py: Don't shadow built-in 'file' variable.
2011-09-16 Ethan Jacksondaemon.py: Whitespace cleanup.
2011-09-16 Ethan Jacksontests: Cleanup test-daemon.py style.
2011-09-16 Ethan Jacksoncfm: Update cfm_remote_mpids documentation.
2011-09-16 Ethan Jacksondpif-linux: Handle nl_lookup_genl_mcgroup() failures.
2011-09-16 Ethan Jacksondpif-linux: Open dpif despite notifier failures.
2011-09-16 Ethan Jacksondatapath: Hardcode vport multicast group ID on older...
2011-09-16 Ethan Jacksonnotifiers: Create and destroy nln_notifiers.
2011-09-16 Ethan Jacksonnotifiers: Rename run and wait functions.
2011-09-16 Ben Pfaffofproto-dpif: Fix behavior when a subset of VLANs is...
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-09-15 Justin PettitSet MTU in userspace rather than kernel.
2011-09-15 Ben PfaffAUTHORS: Add Tyler Coumbes <coumbes@gmail.com>.
2011-09-15 Ben Pfaffovs-brcompatd: Delete ports when netdevs on fake bridge...
2011-09-15 Ben Pfaffcfm: Delete spurious blank line.
2011-09-15 Ben Pfaffovs-vsctl: Improve usage message.
2011-09-15 Ethan Jacksonofproto-dpif: Revalidate on cfm and lacp addition.
2011-09-15 Ben Pfaffbugtool: Remove "ovs-bugtool" upon "make clean", to...
2011-09-15 Ben Pfaffbugtool: Uninstall plugins on "make uninstall".
2011-09-15 Ben PfaffMark "uninstall-local" targets phony.
2011-09-15 Ben Pfaffrhel: Fix "make distcheck" failure due to regenerating...
2011-09-15 Ben Pfaffofproto: Remove dummy 'in_port' variable.
2011-09-15 Ben Pfaffofp-util: Remove obsolete build assertion.
2011-09-15 Ben Pfaffodp-util: Drop pointless "if" statement.
2011-09-15 Ben Pfaffnetdev: Allow get_mtu and set_mtu provider functions...
2011-09-15 Pravin Shelardatapath: Fix tunnel lookup
2011-09-14 Jesse Grossdatapath: Set vport in skb when executed from userspace.
2011-09-13 Ethan Jacksonman: pic failed to run during manpage-check
2011-09-13 Ethan Jacksonlib: TYPE_IS_SIGNED macro generates compiler warnings.
2011-09-13 Ethan Jacksonsocket-util: inet_parse_passive() had incorrect argume...
2011-09-13 Ethan Jacksonlib: Suppress comparison warnings in ovsdb libraries.
2011-09-13 Ben Pfaffofproto-dpif: Optimize flow revalidation for MAC learning.
2011-09-13 Ben Pfaffofproto-dpif: Introduce an enum for the number of tables.
2011-09-13 Ben Pfaffflow: New function flow_wildcards_is_catchall().
2011-09-13 Ben Pfaffclassifier: Move zero_wildcards() to flow.c as public...
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfaffofproto: Reinterpret meaning of OpenFlow hard timeouts...
2011-09-13 Ben Pfafftest-openflowd: Allow specifying port type on --ports...
2011-09-13 Ben Pfaffdpif-netdev: Also allow "dummy" netdevs in a dpif-netdev.
2011-09-13 Ben Pfaffofproto-dpif: Add -generate option to ofproto/trace...
2011-09-13 Ben Pfaffmeta-flow: New library for working with fields by id.
2011-09-13 Ben Pfaffofproto: Mark some parameters 'const'.
2011-09-13 Ben Pfaffofproto: Add 'ofproto' parameter to most flow_mod funct...
2011-09-13 Ben Pfaffofproto: Avoid using list_size() to compute length...
2011-09-13 Ben Pfaffofp-util: New function for parsing key-value pairs.
2011-09-13 Ben Pfaffofp-util: Add type-safe functions for serializing actions.
2011-09-13 Ben Pfaffofp-parse: Refactor action parsing to improve compiler...
2011-09-13 Ben Pfaffofp-util: Further abstract definitions of action proper...
2011-09-13 Ben Pfaffofp-util: New functions for parsing and formatting...
2011-09-13 Ben Pfaffpackets: Add more utility functions for IPv4 and IPv6...
2011-09-13 Ben Pfaffclassifier: Change cls_rule_set_nd_target() to take...
2011-09-13 Ethan Jacksonbridge: Don't update CFM on synthetic interfaces.
2011-09-13 Ethan Jacksontests: Test ofproto-dpif set_tunnel translation.
2011-09-13 Ethan Jacksonofproto-dpif: Emit set_tunnel when required to.
2011-09-13 Pravin Shelardatapath: Strip down vport interface : OVS_VPORT_ATTR_MTU
2011-09-12 Ben Pfaffofproto-dpif: Fix check for 802.1Q header in commit_odp...
2011-09-12 Jesse GrossNEWS: Mention support for keys in CAPWAP.
2011-09-12 Simon HormanDebian: fail gracefully if modules can't be loaded...
2011-09-10 Valient Goughdatapath: add key support to CAPWAP tunnel
2011-09-10 Pravin Shelardatapath: Improve kernel hash table
2011-09-10 Pravin Shelardatapath: VLAN actions should use push/pop semantics
2011-09-10 Pravin Shelardatapath: Fix br_nlmsg_size
2011-09-09 Ben Pfaffnetlink-socket: Avoid use-after-free in nl_lookup_genl_...
2011-09-09 Ben Pfaffbridge: Avoid reading uninitialized data in bridge_pick...
2011-09-09 Ethan Jacksoncfm: Write remote MPIDs to the database.
2011-09-09 Ethan Jacksoncfm: Eight byte MPIDs in extended mode.
2011-09-09 Ethan Jacksoncfm: Allow accurate transmission intervals in extended...
2011-09-09 Ethan Jacksoncfm: New cfm extended mode.
2011-09-09 Ethan Jacksoncfm: Remove cfm_remote_mpid configuration.
2011-09-09 Ethan Jacksoncfm: Trigger fault on unexpected CCM reception.
2011-09-09 Ethan Jacksonbridge: Clear fault when CFM is not configured.
2011-09-09 Ethan Jacksonbridge: Write CFM changes more aggressively.
2011-09-09 Ethan Jacksonbridge: ovsdb_idl_omit_alert() on additional columns.
2011-09-09 Ben Pfaffofproto: Document that ->rule_construct() should uninit...
2011-09-09 Ben Pfaffofproto: Fix documentation for calls to ->rule_destruct().
2011-09-09 Ethan Jacksonofproto-dpif: Drop special packets more judiciously.
2011-09-09 Ethan Jacksonlacp: Clean up LACP module interface.
2011-09-09 Ethan Jacksonvswitch.xml: Whitespace cleanup.
next