sliver-openvswitch.git
2013-03-08 Ben PfaffAdd table_id to NXM flow_removed messages.
2013-03-08 Ben Pfaffofproto-dpif: Fix up user specifying wrong bridge on...
2013-03-08 Jarno Rajahalmeofproto-dpif: GOTO_TABLE recursion removal.
2013-03-08 Justin Pettitofproto-dpif: Print slow-path actions instead of "drop...
2013-03-08 Justin Pettitofproto-dpif: Add helper function to retrieve a subface...
2013-03-08 Justin Pettitofproto-dpif: Clarify that 'one_subfacet' may not alway...
2013-03-08 Ben Pfafftimeval: Avoid backtrace() from signal handler on x86-64.
2013-03-07 Ben Pfaffofproto-dpif: Treat zero MPLS post-decrement TTL as...
2013-03-07 Ben Pfaffbridge: Fix interpretation of 'health' member of struct...
2013-03-07 Ben Pfaffbridge: Fix remote_opstate bug recently introduced.
2013-03-06 Justin Pettittunnel: Mark ECN status on decapsulated tunnel packets.
2013-03-06 Justin Pettittunnel: Generate datapath flows for tunneled packets...
2013-03-06 Justin Pettitofproto-dpif: Store the initial tunnel IP TOS values...
2013-03-06 Justin Pettitofproto-dpif: Make initial packet value handling generic.
2013-03-06 Justin Pettitofproto-dpif: Pass around "facet" in flow_push_stats().
2013-03-06 Andy Zhounicira-ext: Add Nicira actions NXAST_STACK_PUSH and...
2013-03-06 Ben Pfaffofproto: Merge all the CFM query functions into one.
2013-03-06 Simon HormanAdd support for set_mpls_ttl action
2013-03-06 Simon HormanAdd support for dec_mpls_ttl action
2013-03-06 Ben Pfafftimeval: Increase accuracy of cached time 4X, from...
2013-03-06 Ben Pfafftimeval: Enable caching the current time even on x86-64.
2013-03-06 Ben Pfaffovsdb-idlc: Make no-op writes to write-only columns...
2013-03-06 Pravin B Shelartunneling: Simplify ovs_tnl_send() error handling code.
2013-03-06 Jesse Grossdatapath: Fix circular dependency between bug.h and...
2013-03-05 Gurucharan... ovs-ctl.in: Restore interfaces and ofports for userspac...
2013-03-05 Gurucharan... ovs-ctl.in: Clean up code for the next commit.
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-03-04 Ben PfaffCodingStyle: Mention our common return value conventions.
2013-03-01 Ben Pfaffofpbuf: Remove OFPBUF_STACK_BUFFER.
2013-03-01 Pravin B Shelardatapath: Increase maximum allocation size of action...
2013-03-01 Pravin B ShelarRevert "datapath: Increase maximum allocation size...
2013-02-28 Ben Pfaffnetdev: Update comment.
2013-02-28 Ben Pfaffnetdev-linux: Fix netdev_linux_send() return value...
2013-02-28 Simon Hormannx-match: Correct writing of value and length in set_fi...
2013-02-28 Ben PfaffAUTHORS: Add Andy Zhou.
2013-02-28 Andy Zhoupython: Do not include time stamp in syslog messages.
2013-02-28 Kyle Mesterytunnel: Only print non-default UDP dst_port for LISP...
2013-02-28 Ethan Jacksonofproto-dpif: Handle tunnel config changes in facet_rev...
2013-02-28 Ethan Jacksonofproto-dpif: Ignore subfacet install errors.
2013-02-28 Ethan Jacksonofproto-dpif: Always maintain subfacet key.
2013-02-28 Kyle Mesterytests: Add VXLAN and LISP tunnel tests to the unit...
2013-02-27 Kyle Mesterydocumentation: Add instructions on how to run the unit...
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-27 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-02-27 Giuseppe Lettieriget_mac subcommand in sliver-ovs
2013-02-26 Kyle Mesteryofproto: Create and delete tnl_backers in type_run()
2013-02-25 Lorand JakabAdd support for LISP tunneling
2013-02-25 Gurucharan... ovs-bugtool: Ability to collect number of logs through...
2013-02-25 Ben Pfaffofp-util: Remove prototype for unimplemented, misspelle...
2013-02-25 Shih-Hao LiAdd binary option for command outputs collected by...
2013-02-25 Gurucharan... debian: Remove openvswitch-ipsec dependency from dbg...
2013-02-25 Ethan Jacksonin-band: Use "internal" netdev type for local ports.
2013-02-25 Ben Pfaffovsdb: Fix typo in comment ("millseconds").
2013-02-25 Ben PfaffFAQ: Clarify that "--all" was added in version 1.8.
2013-02-25 Lorand Jakabvxlan: new draft revision
2013-02-23 Cong Wangdatapath: fix the calculation of checksum for vlan...
2013-02-23 Pravin B Shelardatapath: Increase maximum allocation size of action...
2013-02-22 Justin Pettitofproto-dpif: Look at the flow's ofproto when handling...
2013-02-22 Justin PettitRevert "match: Only print tp_src and tp_dst for TCP...
2013-02-22 Thierry ParmentelatSetting tag sliver-openvswitch-1.9.90-3 sliver-openvswitch-1.9.90-3
2013-02-22 Justin Pettitmatch: Only print tp_src and tp_dst for TCP and UDP.
2013-02-20 Ansis Attekatunnel: set skb mark for IPsec tunnel packets
2013-02-20 Ansis Attekadatapath: use skb_mark for route lookups
2013-02-20 Ansis Attekaipsec: prepare IPsec for flow based tunneling
2013-02-19 Pravin B Shelardatapath: Remove CAPWAP tunneling support.
2013-02-19 Rich Lanedatapath: Fix parsing invalid LLC/SNAP ethertypes
2013-02-19 Jesse Grossdatapath: Use nla_len() in queue_userspace_packet().
2013-02-17 Ethan Jacksonofproto-dpif: Receive special packets on patch ports.
2013-02-16 Ben PfaffAllow OVS_USERSPACE_ATTR_USERDATA to be variable length.
2013-02-15 Ben Pfaffdpif-linux: Fix byte-swapping direction in nl_msg_put_u...
2013-02-15 Rich Lanedatapath: Call genlmsg_end in queue_userspace_packet
2013-02-15 Gurucharan... xenserver: Include ovs-bugtool in xenserver rpm.
2013-02-14 Gurucharan... ovs-bugtool: Remove unused code and nonrequired commands.
2013-02-14 Gurucharan... ovs-bugtool: Change the default output type.
2013-02-14 Gurucharan... ovs-bugtool: Don't run a few ethtool commands on virtua...
2013-02-14 Gurucharan... ovs-bugtool: Ability to collect the number of rotated...
2013-02-14 Gurucharan... ovs-bugtool: Provide a separate capability to openvswit...
2013-02-14 Gurucharan... rhel, xenserver: Make logrotate daily and compress...
2013-02-14 Kyle Mesteryvxlan: Change dpif_backer->tnl backer to a "struct...
2013-02-14 Kyle MesteryModify dpif_linux_port_add() to set the destination...
2013-02-14 Kyle Mesteryvxlan: Update netdev_vport_get_dpif_port() to support...
2013-02-14 Kyle Mesteryvxlan: Add utility functions to the simap data structure.
2013-02-14 Ben PfaffOPENFLOW-1.1+: Fix character encoding issues.
2013-02-14 Ben PfaffOPENFLOW-1.1+: Update.
2013-02-14 Ben PfaffFAQ: Add troubleshooting procedure and example.
2013-02-14 Ben Pfaffofproto-dpif: Move 'orig_flow' from action_xlate_ctx...
2013-02-13 Ben Pfafftests: Add test for Python version of long socket name...
2013-02-13 Ben Pfafftests: Make long name more readable by introducing...
2013-02-13 Ben Pfafftests: Make test for Linux /proc/self/fd more straightf...
2013-02-12 Ben Pfaffofproto-dpif: Reduce number of get_ofp_port() calls...
2013-02-12 Ben Pfaffofp-msgs: ensure that l2 is set in ofpmp_reserve()
2013-02-12 Gurucharan... ovs-ctl.in: Don't execute the restore ofport script...
2013-02-12 Ben PfaffRevert "vswitchd: Require "target" column to be unique...
2013-02-12 Ben PfaffMake OpenFlow 1.2+ role replies return the generation ID.
2013-02-12 Ben Pfaffofp-util: Simplify struct ofputil_role_request.
2013-02-12 Ben Pfaffofp-msgs: New function ofpraw_decode_assert().
2013-02-12 Ben Pfaffofp-msgs: Fix typos in comment.
2013-02-11 Ben Pfaffvswitchd: Require "target" column to be unique in OVS...
2013-02-11 Ben Pfafftests: Add test for self-modifying learn action.
2013-02-11 Ben Pfaffnetdev-dummy: Correctly maintain port statistics.
next