sliver-openvswitch.git
2011-02-08 Jesse Grossdatapath: Check for backported rcu_read_lock_held.
2011-02-08 Jesse Grossdatapath: Use vlan deacceleration function in upcall.
2011-02-08 Jesse Grossdatapath: Don't use vlan_features before 2.6.26.
2011-02-07 Justin Pettitdatapath: Better calculate max nlattr-formatted flow...
2011-02-07 Justin Pettitdatapath: Increase size of max nlattr-formatted flow...
2011-02-07 Simon Hormandatapath: Clear rxhash when using an action that may...
2011-02-07 Ethan Jacksonvswitchd: Incoming LACP packets should un-default links.
2011-02-07 Ethan Jacksonvswitchd: LACP attached status flapped.
2011-02-07 Ethan Jacksonvswitchd: Process special packets more aggressively.
2011-02-07 Jesse Grossdatapath: Add module parameter to allow TSO with vlans.
2011-02-07 Jesse Grossdatapath: Add definition for FCoE offload.
2011-02-07 Jesse Grossdatapath: Use vlan acceleration for vlan operations.
2011-02-07 Jesse Grossdatapath: Add vlan acceleration field for older kernels.
2011-02-07 Jesse Grosstunneling: Check refcount of each page in frags.
2011-02-07 Justin Pettitdebian: Store more system information in OVSDB.
2011-02-07 Justin Pettitxenserver: Consistently use spaces instead of tabs...
2011-02-07 Ben Pfaffovs-vswitchd: Complete daemonization only after initial...
2011-02-07 Ben Pfaffdaemon: Define daemon options enums the same way as...
2011-02-07 Ben Pfaffofproto: Clear out entire 'name' field of ofp_phy_port...
2011-02-07 Ethan Jacksonvswitchd: LACP switch lacp_status to bit mask.
2011-02-07 Ethan Jacksonvswitchd: Instrument lacp_update_ifaces().
2011-02-07 Ethan Jacksonvswitchd: Fix format of LACP appctl output.
2011-02-07 Ethan Jacksonvswitchd: Tweak LACP values.
2011-02-07 Ethan Jacksonvswitchd: Reset LACP partner when set off.
2011-02-07 Justin Pettitdebian: Backup OVSDB db file before converting it.
2011-02-05 Ben Pfaffnetlink: Use proper types and functions for half-aligne...
2011-02-05 Ben Pfaffopenflow: Use types and accessors for half-aligned...
2011-02-05 Ben PfaffAdd types and accessors for working with half-aligned...
2011-02-04 Jesse Grosstunneling: Always use skb->len for PMTUD.
2011-02-04 Jesse Grosstunneling: Fix uninitialized variable warning in check_mtu.
2011-02-04 Jesse Grossvlan-test: Add examples of vlan problems to man page.
2011-02-04 Ben Pfaffdatapath: Tolerate backporting of rtnl_link_stats64...
2011-02-04 Jesse Grossdatapath-protocol: Drop useless/obsolete comments.
2011-02-04 Jesse Grossdatapath-protocol: Dropped unused __aligned_* types.
2011-02-04 Ben Pfaffvswitchd: Deconfigure CFM when not configured.
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-02-03 Jesse Grosstunneling: Simplify path MTU discovery logic.
2011-02-03 Ben Pfaffdaemon: Suppress valgrind warnings from read_pidfile().
2011-02-03 Ben PfaffZero padding bytes in odp_key_ipv4, odp_key_arp.
2011-02-03 Andrew Evansovs-vsctl: Clear manager_options column and delete...
2011-02-03 Ethan Jacksonxenserver: Allow LACP configuration from xapi.
2011-02-03 Ethan Jacksonvswitchd: Implement balance-tcp bonding.
2011-02-03 Ethan Jacksonvswitchd: Implement Link Aggregation Control Protocol.
2011-02-03 Ethan Jacksonvswitchd: Cache interface carrier when bonding.
2011-02-03 Ethan Jacksonbridge: Cache bridge Ethernet address in struct bridge.
2011-02-03 Ethan Jacksonpackets: Add eth_addr_compare_3way function.
2011-02-03 Ethan Jacksonlib: Correct endianness of packets.h.
2011-02-03 Andrew Evansxenserver: Make ovsdb-server look for remotes in manage...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-02-02 Ethan Jacksonlib: Move l4 flow hash to the flow library.
2011-02-02 Ethan Jacksonovs-vlan-test: clearly indicate failure.
2011-02-02 Andrew EvansDebian: Make ovsdb-server use manager_options column...
2011-02-01 Andrew Evansovsdb-server: Write manager status information to Manag...
2011-02-01 Justin Pettittests: Add test suite for packets.h.
2011-02-01 Justin Pettitovs-ofctl: Group NXM field matches into own subsection...
2011-02-01 Justin Pettitovs-ofctl: Fix small typo about nw_tos in man page.
2011-02-01 Ethan Jacksonlib: Fix off-by-one error in route-table.
2011-02-01 Ben Pfaffdatapath: Dump flow actions only if there is room.
2011-02-01 Ben Pfaffdatapath: Fix behavior of NLA_NESTED for pre-2.6.29...
2011-02-01 Ben Pfaffdpif-linux: Always pass an actions attribute in dpif_fl...
2011-02-01 Ethan Jacksonlib: route-table improvements.
2011-01-31 Ethan Jacksonlib: netdev-vport improperly initialized route-table.
2011-01-31 Ethan Jacksontests: Fix tests with UCS-2 Python.
2011-01-31 Jesse Grossdpif-linux: Read flow used time.
2011-01-31 Jesse Grossdatapath: Fix flow time used computation.
2011-01-31 Jesse Grossdatapath: Avoid nla_parse_nested const warning on ...
2011-01-31 Andrew Evansutil: New ovs_retval_to_string() function.
2011-01-30 Jesse Grossdatapath: Correct version check for genetlink net names...
2011-01-30 Jesse Grossdatapath: Drop allocation of memory for ODP_PACKET_ATTR...
2011-01-30 Jesse Grossodp-util: Print EtherTypes consistently.
2011-01-30 Jesse Grossdpif-linux: Add missing NLM_F_ECHO flag to flow requests.
2011-01-29 Ethan Jacksondpif-linux: Remove extraneous name variable.
2011-01-29 Jesse Grossdatapath: Use multicast groups allocated for upcalls.
2011-01-29 Justin Pettitdebian: Remove extra space in switch init script.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdpif: Remove dpif_get_all_names().
2011-01-28 Ben Pfaffdatapath: Change dp_idx to dp_ifindex, the ifindex...
2011-01-28 Ben Pfaffdpif-linux: Replace 'minor' by 'dp_idx'.
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert ODP_VPORT_* to use AF_NETLINK socket...
2011-01-28 Ben Pfaffdatapath: Convert ODP_DP_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
2011-01-28 Ben Pfaffdatapath: Adopt Generic Netlink-compatible locking.
2011-01-28 Ben Pfaffdatapath: Eliminate vport_mutex by protecting vport...
2011-01-28 Ben Pfaffdatapath: Backport more Netlink functions.
2011-01-28 Ben Pfaffdatapath: Backport genl_register_family_with_ops().
2011-01-28 Ben Pfaffdatapath: Extend compatibility code for genl_register_m...
2011-01-28 Ben PfaffEliminate ODPL_* from userspace-facing interface.
2011-01-28 Ben Pfaffdatapath: Get rid of ODPP_NONE.
2011-01-28 Ben Pfaffdatapath: Convert ODP_EXECUTE to use Netlink framing.
2011-01-28 Ben Pfaffdatapath: Remove non-standard nla_put_be{16,32,64}...
2011-01-28 Ben Pfaffdatapath: Convert datapath operations to use Netlink...
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* and ODP_EXECUTE to put...
2011-01-28 Ben Pfaffdatapath: Eliminate 'flags' member from odp_flow.
2011-01-28 Ben Pfaffofproto: Avoid using ODPFF_ZERO_TCP_FLAGS.
2011-01-28 Ben Pfaffofproto: Generalize facet_put__() so that it is more...
2011-01-28 Ben Pfaffofproto: Fix test for installability change when revali...
next