sliver-openvswitch.git
2014-03-07 Pravin Shelardatapath: Add support for Linux 3.12
2014-03-08 Joe Stringerupcall: Configure datapath max-idle through ovs-vsctl.
2014-03-07 Gurucharan... getrusage-windows: getrusage() for Windows.
2014-03-05 Gurucharan... timeval: gettimeofday() for Windows.
2014-03-05 Gurucharan... timeval: clock_gettime() for Windows.
2014-03-05 Ben PfaffMakefile: Compile Linux-specific files based on __linux...
2014-03-05 Ben PfaffUse __linux__ instead of LINUX_DATAPATH in C code.
2014-03-04 Gurucharan... Makefile: Remove unnecessary includes of SSL_LIBS.
2014-03-04 Gurucharan... timeval: localtime_r, gmtime_r for Windows.
2014-03-04 Joe Stringerovs-thread: Add xpthread_barrier_*() wrappers.
2014-03-02 Ben Pfafftunnel: Do not set padding bits in tunnel mask.
2014-03-02 Ben Pfaffodp-util: Include tun_id when nonzero even if "key...
2014-03-01 Ben Pfaffvconn: Fix vconn_get_status() return value when connect...
2014-03-01 Andy Zhousparse: add defintions to include/sparse/netinet/in.h
2014-03-01 Andy Zhoulib: make wevent static
2014-03-01 Andy Zhoulib: simplify flow_extract() API
2014-02-28 Ben Pfaffdatapath: Correctly report flow used times for first...
2014-02-28 Justin Pettitman: Document common options in ovs-vsctl and vtep...
2014-02-28 Justin Pettitvtep-ctl: Print schema version when called with "-...
2014-02-28 Justin Pettitovs-vsctl: Print schema version when called with "...
2014-02-28 Justin Pettitovsdb-idlc: Make schema version available.
2014-02-28 Justin Pettitovsdb-doc: Include schema version in generated man...
2014-02-28 Justin Pettitvtep: Include OVS version number in VTEP man page.
2014-02-27 Joe Stringerdpif: New function flow_dump_next_may_destroy_keys().
2014-02-27 Joe Stringerdpif: Don't synchronize flow_dump_next() status.
2014-02-27 Joe Stringerdpif: Make dpif_flow_dump_next() thread-safe.
2014-02-27 Joe Stringerdpif: Separate local and shared flow dump state.
2014-02-27 Joe Stringernetlink: Make nl_dump_next() thread-safe.
2014-02-27 Joe Stringernetlink: Remove buffer from 'struct nl_dump'.
2014-02-27 YAMAMOTO Takashiofproto-dpif.at: Avoid races in MPLS tests
2014-02-27 Ben Pfaffrconn: Discover errors in rconn_run() even if rconn_rec...
2014-02-27 Ben Pfafftests: Re-fix a race.
2014-02-27 Flavio Leitnerovs-lib: allow non-root users to check service status
2014-02-26 Joe Stringerdpif-linux: Lookup netdev to get netdev type string.
2014-02-26 Helmut Schaavswitchd: Limit fake bridge MAC selection to ports...
2014-02-26 Helmut Schaavswitchd: Split pick_local_hw_addr
2014-02-26 Gurucharan... fatal-signal: SIGPIPE for Windows.
2014-02-26 Gurucharan... fatal-signal: Handle SIGINT for Windows.
2014-02-26 Gurucharan... socket-util: pipe for Windows.
2014-02-26 Gurucharan... signals: Don't compile for Windows.
2014-02-26 Gurucharan... fatal-signal: Fatal signal handling for Windows.
2014-02-26 Gurucharan... cccl: Remove the seemingly wrong "lib" prefix.
2014-02-26 Ben PfaffINSTALL: Mention that building a kernel module is optional.
2014-02-26 Joe Stringermeta-flow: Remove duplicate break statements.
2014-02-26 Ben Pfaffofproto: Send port status message for port-mods, right...
2014-02-26 YAMAMOTO Takashisocket-util: Fix set_dscp for IPv6
2014-02-26 YAMAMOTO Takashiofproto-dpif: Fix "sFlow packet sampling" tests on...
2014-02-26 YAMAMOTO Takashisocket-util: Avoid using the identical message for...
2014-02-26 Ben Pfafftests: Sort output from dump-flows to avoid hash order...
2014-02-26 Ben Pfaffofproto-dpif-upcall: Fix null dereference in push_dump_...
2014-02-26 Joe Stringerupcall: Remove datapath flows when setting n-threads.
2014-02-26 Joe Stringerupcall: Delete flows that were not recently dumped.
2014-02-26 Joe Stringerupcall: Refactor ukey creation and dump handling
2014-02-25 Joe Stringerupcall: Defer ukey deletion until after pushing stats.
2014-02-25 Joe Stringerofproto-dpif: Test flow stats reporting.
2014-02-25 Linda SunWindows implementation of stream-fd.
2014-02-25 Ben Pfaffofproto-dpif: Complete all packet translations before...
2014-02-24 Gurucharan... socket-util: drain_rcvbuf() for Windows.
2014-02-22 YAMAMOTO Takashilib/process, socket-util: Update necessary headers
2014-02-22 Gurucharan... signals: Remove unused functions.
2014-02-22 Gurucharan... ovs-vswitchd: Don't register for SIGHUP.
2014-02-22 Ben Pfaffovs-thread: Use fair (but nonrecursive) rwlocks on...
2014-02-22 Ben Pfaffofproto-dpif-xlate: Avoid recursively taking read side...
2014-02-21 Gurucharan... socket-util: Move get_null_fd() to daemon.c.
2014-02-21 Gurucharan... socket-util: poll() for Windows.
2014-02-21 Gurucharan... Replace inet_aton() with inet_pton().
2014-02-21 Gurucharan... socket-util: Move get_max_fds() to process.c.
2014-02-21 Gurucharan... socket-util: Unix socket related calls for non-windows...
2014-02-21 Alex Wangdpif-netdev: Fix memory leak.
2014-02-21 Alex Wangdpif-netdev: Call ovs_refcount_destroy() before free().
2014-02-21 Ben Pfaffofproto-dpif: Fix segfault removing port when STP is...
2014-02-21 Ben Pfaffovs-thread: Get rid of obsolete sparse wrappers.
2014-02-21 Ben PfaffFAQ: Describe how to add new OpenFlow messages.
2014-02-21 Gurucharan... socket-util: af_inet_ioctl() for Windows.
2014-02-21 Gurucharan... socket-util: Describe fd for Windows.
2014-02-21 Gurucharan... socket-util: getsockopt for Windows.
2014-02-21 Gurucharan... socket-util: fsync directory for Windows.
2014-02-21 Gurucharan... socket-util: closesocket() for Windows.
2014-02-21 Gurucharan... socket-util: getaddrinfo return values for Windows.
2014-02-21 Gurucharan... socket-util: set_nonblocking for Windows.
2014-02-21 Gurucharan... socket-util: Move sock_errno() to socket-util.
2014-02-20 Ben Pfaffofproto: Update only OFPUTIL_PS_LINK_DOWN (not STP...
2014-02-20 YAMAMOTO Takashiofp-util: Avoid gcc warning on NetBSD
2014-02-20 Simon Hormantests/run-ryu: Correct logfile reporting
2014-02-19 Ben Pfaffnetdev: Change netdev_class_rwlock to recursive mutex...
2014-02-19 Joe Stringerofproto-provider: Update documentation.
2014-02-19 Joe StringerFAQ: Mention hairpinning under actions=in_port.
2014-02-16 Pravindatapath: Fix build failure.
2014-02-19 Romain Lengletipfix: add SCTP, ICMP, and ICMPv6 flow reporting
2014-02-19 Gurucharan... process: Make changes for Windows.
2014-02-19 Gurucharan... ovs-vswitchd: Get rid of call to process_init().
2014-02-19 Romain Lengletipfix: fix upcall cookie size checks to support 8 byte...
2014-02-19 Simon Hormanpackets: Always set ethertype in push_mpls()
2014-02-19 Joe Stringertests: Add MPLS push on MPLS test.
2014-02-19 Ansis Attekaovs-vsctl: reconnect to the database if connection...
2014-02-19 Ben Pfaffconfigure: Fix bug report email address.
2014-02-19 Simon Hormanpacket: Make set_ethertype() static
2014-02-19 Joe Stringerofproto: Remove 'force-miss-model' configuration.
2014-02-19 Simon Hormanofp-actions: Correct pop MPLS ethtype as consistency...
2014-02-19 YAMAMOTO Takashitests/run-ryu: Fix setup for Ryu tests
next