openvswitch
2013-01-14 Ben PfaffDescribe dummy test model. Work on OpenFlow intro. manual
2012-12-28 Ben Pfaffwork on testing docs
2012-12-08 Ben Pfaffwork
2012-11-28 Ben Pfaffwork on manual
2012-11-27 Simon Hormanlib: Add helpers for OpenFlow version command line...
2012-11-27 Jarno RajahalmeInitial OpenFlow 1.3 support
2012-11-27 Ben PfaffAUTHORS: Add Jarno Rajahalme.
2012-11-27 Jarno Rajahalmeofp-util: Check out_group on flow_mod only for "delete...
2012-11-27 Jarno RajahalmeFix handling of OFPP_ANY in OpenFlow 1.1 and later.
2012-11-26 Gurucharan... vswitchd: Make Interface's ofport a persistent column.
2012-11-26 Gurucharan... ovs-ctl.in: Don't save kernel datapath config.
2012-11-23 Ansis Attekavswitchd: fix 32-bit builds
2012-11-22 Ben Pfaffpython/ovs/stream: Fix Stream.connect() retval for...
2012-11-22 Pravin B Shelarvswitchd: Log all tunnel parameters of given flow.
2012-11-22 Ansis Attekadatapath: add skb mark matching and set action
2012-11-20 Ben Pfaffsocket-util: Remove get_socket_error().
2012-11-20 Ben Pfaffsocket-util: Avoid using SO_ERROR.
2012-11-20 Ethan Jacksonovs-ofctl: Don't rely on stat() to check unix sockets.
2012-11-20 Ansis Attekaovs-appctl: fix help message for ofproto/trace command
2012-11-20 Gurucharan... ofproto: Fix ofport allocation.
2012-11-20 Ben Pfaffbridge: Fix typo in comment.
2012-11-20 Ben Pfaffdpif-netdev: Make odp_flow_key_to_flow() check more...
2012-11-20 Ben Pfaffpython/ovs/socket_util: Fix error path in set_nonblocking.
2012-11-20 Simon Hormanofp-util: Flow Dump Protocol for OpenFlow 12
2012-11-19 Ethan Jacksondaemon: Avoid the link() syscall.
2012-11-19 Simon Hormanvswitchd: Configuration of allowed OpenFlow versions
2012-11-19 Ben Pfaffconnmgr: Use version of underlying rconn
2012-11-19 Ben Pfaffconnmgr: Mark ofconn_get_protocol() parameter const.
2012-11-19 FUJITA Tomonoridon't use select.POLL* constants
2012-11-17 Ben PfaffCodingStyle: Fix indentation.
2012-11-16 Shan Weidatapath: use this_cpu_ptr per-cpu helper
2012-11-16 Jesse Grossdatapath: Backport this_cpu_ptr to kernels < 2.6.33
2012-11-16 Justin Pettitofproto-dpif: Remove datapath flows of deleted ports.
2012-11-16 Justin Pettitnetdev-linux: Don't log vport warnings when kernel...
2012-11-16 Justin Pettitnetdev-linux: "Down" tap devices before setting hw...
2012-11-16 Justin Pettitbridge: Always "up" internal devices.
2012-11-16 Justin Pettitbridge: Introduce iface_is_internal() function.
2012-11-16 Justin Pettitofproto-dpif: Query port existence by name to prevent...
2012-11-16 Justin Pettitdpif: Don't log warning for ENOENT with dpif_port_exists().
2012-11-16 Justin Pettitofproto-dpif: Correct in_port on send_packet().
2012-11-16 Justin Pettitbridge: Open internal ports with the correct type.
2012-11-16 Justin PettitAdd functions to determine how port should be opened...
2012-11-16 Justin Pettitdpif-linux.c: Let the kernel pick a port number if...
2012-11-16 Justin Pettitdpif-netdev: Don't special-case "br" bridges in create_...
2012-11-16 Ben Pfaffnicira-ext: Remove NXFF_OPENFLOW12.
2012-11-16 Ben Pfaffofp-util: Make ofputil_encode_set_protocol() able to...
2012-11-16 Ben Pfaffofp-util: Allow use of OpenFlow 12 flow format
2012-11-16 Ben Pfaffofp-util: Rename OFPUTIL_P_* constants and update comme...
2012-11-16 Ben Pfaffovs-ofctl: Style fix.
2012-11-15 Pravin B Shelarodp-utils: Print human readable ipv4-tunnel-key flags.
2012-11-15 Pravin B Shelarodp-utils: Refactor slow_path_reason parse and format...
2012-11-14 Pravin B Shelarvswitchd: Fix function prototype of packet_set_ipv6()
2012-11-13 Ansis Attekadatapath: add ipv6 'set' action
2012-11-13 Ansis Attekasparse: Add ip6_rthdr struct to the ip6.h
2012-11-12 Simon Hormanofproto, connmgr: Parameterise OpenFlow versions for...
2012-11-12 Simon Hormanvonn: Allow snoops to use the OpenFlow version of the...
2012-11-12 Simon Hormanrconn: Add allowed OpenFlow versions
2012-11-09 Ben Pfafftests: Add tests for encoding and decoding OpenFlow...
2012-11-09 Ben Pfaffofp-util: Make ofputil_encode_hello() return a message...
2012-11-09 Ben Pfaffofp-util: Ignore invalid bitmaps in ofputil_decode_hell...
2012-11-09 Ben Pfaffofp-msgs: Accept all versions of OpenFlow "hello" messages.
2012-11-09 Simon Hormanofp-util: Correct length of hello version bitmap
2012-11-08 Jesse Grossdatapath: Move tun_key out of struct phy and union.
2012-11-08 Jesse Grossdatapath: ipv6_skip_exthdr() is now fully upstream.
2012-11-07 Jesse Grosstunnel: Zero keys if marked as not present.
2012-11-07 Jesse Grossdatapath: Allow GRE64 to use flow based tunneling.
2012-11-07 Jesse Grossdatapath: Shorten flow tunneling flags.
2012-11-07 Jesse Grossdatapath: Don't allow flows installed with only TUN_ID.
2012-11-07 Jesse Grossdatapath: Don't write into IPV4_TUNNEL data when using...
2012-11-07 Jesse Grossdatapath: Include OVS_KEY_ATTR_IPV4_TUNNEL in upstream...
2012-11-07 Ben Pfaffsocket-util: Report fd of -1 on error in inet_open_acti...
2012-11-06 Ethan Jacksonbridge: Fix a segmentation fault in bridge_init_ofproto().
2012-11-06 Ethan Jacksonnetdev-vport: Fix warning due to new GRE type.
2012-11-06 Ansis Attekadatapath: improve ipv6_find_hdr() function for IPv6...
2012-11-06 Ansis Attekadatapath: Add ipv6_find_hdr() compatibility function.
2012-11-06 Jesse Grossdatapath: Remove flow refcount functionality.
2012-11-05 Pravin B Shelardatapath: Add missing bug.h file
2012-11-05 Pravin B Shelardatapath: Add support for 3.6 kernel.
2012-11-05 Pravin B Shelardatapath: Remove tunnel header caching.
2012-11-05 Pravin B Shelardatapath: Fix sparse warning for symbol 'BUILD_BUG_ON_N...
2012-11-05 Pravin B Shelarnetdev: Deprecate CAPWAP support.
2012-11-05 Pravin B Shelardatapath: enable encap for capwap.
2012-11-05 Pravin B Shelardatapath: Add Upstream id for GRE type.
2012-11-05 Mehak MahajanCorrect the warning for format specifier.
2012-11-05 Mehak MahajanUpdate master to reflect updates on branch-1.9
2012-11-05 Simon Hormanconnmgr: Parameterize ofservice_create() over allowed...
2012-11-05 Simon Hormanofp-util: Add version bitmap support to hello messages.
2012-11-05 Simon Hormanvconn: Replace minimum version with bitmap of allowed...
2012-11-05 Simon Hormanofp-util: Add functions to support version number bitmaps.
2012-11-04 Ben Pfaffutil: New functions for the index of the leftmost or...
2012-11-04 Ben Pfaffutil: Group functions for bitwise tests.
2012-11-04 Ben Pfaffofproto: Report 0 Mbps when speed not available instead...
2012-11-02 Mehak MahajanProcess RARP packets with ethertype 0x8035 similar...
2012-11-02 Ben Pfaffofproto: Better hide hidden tables.
2012-11-02 Ben PfaffFAQ: Explain the difference between a switch and a...
2012-11-02 Justin Pettitofproto-dpif: Use a single underlying datapath across...
2012-11-02 Justin Pettitdpif-sflow: Remove unused parameter from dpif_sflow_cre...
2012-11-02 Justin Pettitdpif: Add function to get the dpif type.
2012-11-02 Justin Pettitdpif: Add new dpif_port_exists() function.
2012-11-02 Justin Pettitofproto: Add type "run", "run_fast", and "wait" provide...
next