sliver-openvswitch.git
2013-07-09 Thomas Grafdatapath: rhel: Account for RHEL specific backports
2013-07-09 Thomas Grafdatapath: Rename skb_network_protocol() to __skb_networ...
2013-07-09 Gurucharan... tests: Additional test for run time addition of a database.
2013-07-07 Ethan Jacksonofproto-dpif: Remove pointers between rules and facets.
2013-07-07 Ethan Jacksonofproto-dpif: Modularize ofproto-dpif-xlate.
2013-07-07 Ethan Jacksonofproto-dpif-xlate: Actually drop packets on mirror...
2013-07-08 Jarno Rajahalmeofproto: Free meters in ofproto_destroy__().
2013-07-08 Ben PfaffAdd basic OpenFlow 1.1 protocol support.
2013-07-08 Ben Pfafftests: Add tests for mod flows with cookie miss on...
2013-07-08 Ben Pfaffofp-util: Add 'modify_cookie' to struct ofputil_flow_mo...
2013-07-08 Ben PfaffDESIGN: Update flow_mod section to describe OpenFlow...
2013-07-08 Jesse Grossdatapath: Make netlink error messages more consistent.
2013-07-07 Ethan Jacksonofproto-dpif: Modularize mirror code.
2013-07-07 Ethan Jacksonofproto-dpif: Handle dest mirrors in compose_output_act...
2013-07-07 Ethan Jacksonlacp: Handle unknown slaves in lacp_process_packet().
2013-07-08 Ben PfaffDESIGN: Fix typo in "VLAN Matching" section.
2013-07-08 ZhengLingyunbitmap: Fix bitmap_allocate1() bug when n_bits is a...
2013-07-08 Neil McKeebridge: Add ifindex column to Interface table.
2013-07-07 Pavithra RameshBFD: Add forwarding_override command for BFD.
2013-07-08 Ben Pfaffofp-parse: Do not exit() upon a parse error.
2013-07-04 Ethan Jacksontests: Add test-atomic to .gitignore.
2013-07-03 Andy Zhoudatapath: add netlink error message to help kernel...
2013-07-03 Pravin B Shelardatapath: Use RCU lock for flow dump operation.
2013-07-03 Jarno Rajahalmedatapath: Fix version check in compat gre.h
2013-07-03 Justin Pettitodp-util: Clearly indicate VID mask is printed in hex.
2013-07-03 Justin Pettitodp-util: Always encode mask of 0xffff for dl_type...
2013-07-03 Andy Zhoudatapath: Fix tunnel source port selection for mega...
2013-07-02 YAMAMOTO Takashinetdev-bsd: Fix a build error.
2013-06-29 Ben Pfafftest-atomic: Drop atomic read-modify-write tests for...
2013-06-29 Ben PfaffOPENFLOW-1.1+: Remove items that I've verified to be...
2013-06-29 Ben Pfafftests: Fix typo in test name.
2013-06-29 Ben Pfaffvconn: Fix formatting of user message.
2013-06-29 Justin Pettitofproto-dpif: Add ability to disable megaflows.
2013-06-29 Justin Pettitflow: Don't assume non-IPv4 is IPv6 for un-wildcarding.
2013-06-28 Ben PfaffMakefile: Blacklist functions that threaded programs...
2013-06-28 Ben PfaffUse random_*() instead of rand(), for thread safety.
2013-06-28 Ben Pfaffrandom: Make thread-safe.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben PfaffNew function ovs_strerror() as a thread-safe replacemen...
2013-06-28 Ben Pfaffovs-thread: Add support for various thread-related...
2013-06-28 Ben Pfaffovs-thread: Add support for convenient once-only initia...
2013-06-28 Ben Pfaffovs-atomic: New library for atomic operations.
2013-06-28 Ethan Jacksontunnel: Hide 'struct tnl_port' internally.
2013-06-28 Ethan Jacksontunnel: Use ofport_dpif instead of ofport.
2013-06-28 Andy Zhouovs-appctl: allow ofproto/trace to take mega flow input
2013-06-28 Jesse Grossdatapath: Resolve external module dependencies.
2013-06-28 Ben Pfaffofp-errors: Fix typos in error enumeration names.
2013-06-28 Ben Pfaffovsdb-server: Add and remove databases during run time.
2013-06-28 Jarno RajahalmeFix table checking for goto table instruction.
2013-06-28 Ben Pfaffofp-util: OpenFlow 1.0 can match IPv6 Ethertype even...
2013-06-28 Jarno Rajahalmeofproto: Implement OpenFlow 1.3 meter table.
2013-06-28 Ben Pfaffofpact: New function ovs_instruction_type_from_ofpact_t...
2013-06-28 Ben Pfaffofp-actions: Give ovs_instruction funcs names that...
2013-06-28 Ben Pfaffbridge: Don't log flow miss model on every reconfiguration.
2013-06-28 Andy Zhouovs-dpctl: Fix mega flow output
2013-06-28 Justin Pettitnetflow: Only un-wildcard IPv4 packets.
2013-06-28 Justin Pettitflow: Only un-wildcard relevant IP headers.
2013-06-28 Justin Pettitodp-util: Fix converting masked VLAN from flow.
2013-06-28 Justin Pettitodp-util: Correct printing the VLAN PCP mask.
2013-06-28 Justin Pettitofproto-dpif: Remove old comment.
2013-06-28 Andy Zhoudatapath: Bug fix: Kernel rejects flow with valid vlan...
2013-06-28 Andy ZhouDatapath: Bug fix: kernel rejects mega flow with encap...
2013-06-28 Ethan Jacksonbond: Handle unknown slaves in bond_check_admissibility().
2013-06-28 Ethan Jacksonofproto-dpif: Move tag_the_flow() to ofproto-dpif.c
2013-06-28 Ben Pfaffofproto-dpif: Refactor checking for in-band special...
2013-06-28 Ethan Jacksonconnmgr: Remove connmgr_must_output_local().
2013-06-28 Ethan Jacksonnetdev: Support null netdev argument in netdev_ref().
2013-06-28 Ethan Jacksonofproto-dpif: Remove 'has_bundle_action'.
2013-06-28 Ethan Jacksonofproto-dpif-ipfix: Reference count 'struct dpif_ipfix'.
2013-06-28 Ethan Jacksonofproto-dpif-sflow: Reference count 'struct dpif_sflow'.
2013-06-28 Ethan Jacksonmac-learning: Reference count 'struct mac_learning".
2013-06-28 Ethan Jacksonbond: Reference count 'struct bond'.
2013-06-28 Ethan Jacksonlacp: Reference count 'struct lacp'.
2013-06-28 Ethan Jacksonbfd: Reference count 'struct bfd'.
2013-06-28 Ethan Jacksoncfm: Reference count 'struct cfm'.
2013-06-28 Jesse Grossdatapath: Make GRE support conditional on CONFIG_NET_IP...
2013-06-27 Justin Pettitdatapath: Convert IPv6 TCP and UDP port netlink attribu...
2013-06-27 Jarno Rajahalmeofp-util: Meter fixes.
2013-06-26 Jarno Rajahalmeofproto: Use OFPRR_EVICTION consistently when evicting...
2013-06-26 Ben Pfaffbfd: Fix typo in comment.
2013-06-26 James PINSTALL: Add db name to path in the example.
2013-06-26 Jarno Rajahalmeopenflow-common: Change flow removal reason codes.
2013-06-26 Gurucharan... ovsdb-server: Make database name mandatory when specify...
2013-06-26 Gurucharan... ovsdb-server: Store databases in shash instead of array.
2013-06-26 Joe Stringerofproto-dpif: Add 'force-miss-model' configuration
2013-06-26 Justin Pettitofproto-dpif: Always un-wildcard 'dl_type'.
2013-06-26 Justin Pettittunnel: Only un-wildcard the ECN bits for IP traffic.
2013-06-26 Ben Pfaffofp-parse: Fix parsing of out_port.
2013-06-25 Ben Pfaffovs-thread: Add per-thread data support.
2013-06-25 Ben Pfaffovs-thread: New module, initially just with pthreads...
2013-06-25 Ben PfaffAdd VLAN splinters unit test.
2013-06-25 Alex Wangbuild-aux/extract-ofp-errors: Delete trailing whitespaces
2013-06-25 Andy Zhoudatapath: Make OVS_ACTION_ATTR_USERSPACE action to...
2013-06-25 Ben Pfaffofp-errors: New error code ONFBIC_DUP_INSTRUCTION.
2013-06-25 Ben Pfaffofp-errors: Implement OpenFlow 1.2+ experimenter error...
2013-06-25 Jarno Rajahalmeofp-util: Support for OpenFlow 1.3 meters.
2013-06-25 Ethan Jacksonlacp: Remove unused lacp_slave_get_port_id().
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-24 Ethan Jacksonofproto-dpif: Minor need_revalidate tweaks.
2013-06-24 Ethan Jacksonofproto-dpif-ipfix: Use XXX instead of TODO.
next