cascardo/ovs.git
2014-09-08 Pravin B Shelardatapath: Set packet egress_tun_info.
2014-09-08 Li RongQingdatapath: distinguish between the dropped and consumed skb
2014-09-08 Jiri Bencdatapath: fix panic with multiple vlan headers
2014-09-06 Andy Zhoudatapath: Implement recirc action without recursion
2014-09-06 Andy Zhoudatapath: Remove recirc stack depth limit check
2014-09-05 Alex Wangovs-numa: Add module description.
2014-09-05 Alex Wangovs-numa: Add function for getting numa node id from...
2014-09-05 Alex Wangovs-numa: Relax the ovs_numa_*() input argument check.
2014-09-05 Alex Wangovs-numa: Replace name 'cpu_socket' with 'numa_node'.
2014-09-05 Gurucharan... cccl: Ability to enable compiler optimization.
2014-09-05 Gurucharan... cccl: Enable ability to parallel build.
2014-09-04 Gurucharan... ovs-atomics: Add atomic support Windows.
2014-09-04 Gurucharan... AUTHORS: Add Ariel Tubaltsev to AUTHORS.
2014-09-04 Nithin Rajudatapath-windows: add support for GET_DP command to...
2014-09-04 Nithin Rajudatapath-windows: add a context structure for user...
2014-09-04 Nithin Rajudatapath-windows: make NL version a UIN8 and add a...
2014-09-04 Nithin Rajudatapath-windows: Data structures and functions for...
2014-09-04 Jean Tourrilhesofp-errors: Migrate EXT-444 errors to ONF experimenter ID.
2014-09-04 Ben Pfaffofp-errors: Fix bugs in treatment of OpenFlow experimen...
2014-09-04 Ben Pfaffnx-match: Serialize standard xregs instead of Nicira...
2014-09-04 Ankur Sharmadatapath-windows: NetlinkBuf.c: Minor fix for lines...
2014-09-04 Ankur Sharmadatapath-windows: Netlink.c: Add netlink put APIs.
2014-09-04 Ankur Sharmadatapath-windows: OvsTypes.h: Add support for BE16.
2014-09-04 Ankur Sharmadatapath-windows: NetlinkProto: Fix typo and add paddin...
2014-09-04 Ankur Sharmadatapath-windows: Add Netlink buffer management APIs.
2014-09-04 Ankur Sharmadatapath-windows: Move netlink files to a new directory.
2014-09-03 Alex Wangdpif-netdev: Introduce port_try_ref() to prevent a...
2014-09-03 Ariel Tubaltsevvtep: additions to BFD configuration and status reporting
2014-09-03 Alex Wangnetdev-dpdk: Show interface status for dpdk0.
2014-09-03 Jesse Grosspacket: Fix sparse warnings ICMPv6.
2014-09-02 Alex Wangnetdev-dpdk: Make memory pool name contain the socket id.
2014-09-02 Li RongQingdatapath: fix a memory leak
2014-09-02 Eitan Eliahugetopt_long: Fix broken sequence of casts in __UNCONST...
2014-09-02 Ben Pfaffovs-vsctl: Correctly exit on errors for non-map types...
2014-09-02 Srini Seetharamanofp-actions: Support "resubmit" actions in action sets.
2014-09-02 Thomas Graftest-bitmap: Fix multiple minor memory leaks
2014-09-02 Thomas Graftest-stp: Fix leak of open file descriptor for input_file
2014-09-02 Thomas Graftravis: Announce travis CI and new build list in NEWS...
2014-09-02 Alin Serdeandpif-netdev: Avoid variable length array on MSVC.
2014-08-30 Thomas Graftravis: Run 'make distcheck' instead of 'make check'
2014-08-29 Daniele Di... dpif-netdev: Exact match cache
2014-08-29 Daniele Di... packet-dpif: Add dpif_packet_{get, set}_hash()
2014-08-29 Jarno Rajahalmelib/ovs-thread: Avoid atomic read in ovsthread_once_sta...
2014-08-29 Jarno Rajahalmelib/ovs-thread: Use atomic_count.
2014-08-29 Jarno Rajahalmelib/seq: Document acquire-release semantics.
2014-08-29 Daniele Di... lib/flow: Use BUILD_MESSAGE() to warn if BUILD_SEQ...
2014-08-29 Daniele Di... Add BUILD_MESSAGE() macro
2014-08-29 Pravin B ShelarDocumentation: DPDK IVSHMEM VM Communications
2014-08-29 Daniele Di... netdev-dpdk: Use different constant for ring size
2014-08-29 Andy Zhoudatapath: simplify sample action implementation
2014-08-29 Thomas Graftravis: Add build@openvswitch.org email list for build...
2014-08-29 Jesse Grossdatapath: Fix checksum calculation when modifying ICMPv...
2014-08-29 Ben PfaffINSTALL: Correct typo.
2014-08-29 Thomas Grafthread: Use explicit wide type when shifting > 32 bits
2014-08-29 Thomas Grafnetdev-linux: Cast policer rate to uint64_t to avoid...
2014-08-29 Jarno Rajahalmeofproto/ofproto: Use relaxed atomics.
2014-08-29 Jarno Rajahalmelib/timeval: Use relaxed atomics also when writing...
2014-08-29 Jarno Rajahalmeofproto/ofproto-dpif-upcall: Use relaxed atomic operations.
2014-08-29 Jarno Rajahalmeofproto/netflow: Use atomic_count for 'netflow_count'.
2014-08-29 Jarno Rajahalmelib/netdev-linux: Use atomic_count for 'miimon_cnt'.
2014-08-29 Jarno Rajahalmelib/netdev-dummy: Use relaxed atomics for a trivial...
2014-08-29 Jarno Rajahalmelib/netdev: Do not use atomics when not needed.
2014-08-29 Jarno Rajahalmelib/dpif-linux: Use relaxed atomics for 'dump->status'.
2014-08-29 Jarno Rajahalmelib/cfm: Use relaxed atomics and optimize cfm_should_pr...
2014-08-29 Jarno Rajahalmelib/bfd: Used relaxed atomics and optimize bfd_should_p...
2014-08-29 Jarno Rajahalmelib/jsonrpc, lib/ofp-msgs, lib/ofp-parse: Use atomic_count.
2014-08-29 Jarno Rajahalmelib: Use shorter form of relaxed atomic access.
2014-08-29 Jarno Rajahalmelib/ovs-atomic: Add atomic_count.
2014-08-29 Jarno Rajahalmelib/ovs-atomic: Add helpers for relaxed atomic access.
2014-08-29 Jarno Rajahalmelib/ovs-atomic: Clarified comments on ovs_refcount_unref().
2014-08-29 Jarno Rajahalmelib/ovs-atomic: Add missing macro argument parentheses.
2014-08-29 Pravin B Shelardatapath: Always initialize fix_segment for GSO packet.
2014-08-29 Thomas GrafINSTALL: Describe steps to use/install continuous integ...
2014-08-29 Srini SeetharamanChanging hash used for selecting bucket in a group...
2014-08-29 Samuel Ghinetdatapath-windows: Rename files.
2014-08-28 Nithin Rajunetlink-socket: Use read/write ioctl instead of ReadFil...
2014-08-28 Ben PfaffCodingStyle: Relax restrictions on types of bit-fields.
2014-08-28 Alin SerdeanAdd build of ovsext.sln using MSBuild
2014-08-28 Thomas Grafovsdb: Fix error leak for negative timeout and invalid...
2014-08-27 Jarno Rajahalmelib/flow.h Revert bitfield back to uint64_t.
2014-08-27 Nithin Rajudatapath-windows: Update netlink family IDs
2014-08-27 Nithin Rajunetlink-socket: fix typo to get_sock_pid_from_kernel()
2014-08-27 Nithin Rajunetlink-socket: add support for nl_lookup_genl_mcgroup()
2014-08-27 Nithin Rajudatapath-windows: define mcgroup IDs for VPORT and...
2014-08-27 Ben PfaffAUTHORS: Add Madhu Challa.
2014-08-27 Madhu Challavtep-ctl: Free error string before return from cmd_remo...
2014-08-27 yinpeijunFix memory leaks in error paths.
2014-08-27 Joe Stringertests: Fix race conditions.
2014-08-27 Andy Zhoudatapath: Fix recirc bug where skb is double freed.
2014-08-26 Jarno Rajahalmelib/flow.h: Improve struct miniflow comment and definition.
2014-08-26 Jarno RajahalmeRevert "miniflow: Remove unused values_inline branch...
2014-08-26 Ben PfaffAUTHORS: Add Ed Swierk.
2014-08-26 Ed Swierkdebian: Fix cross build.
2014-08-26 Thomas Grafdpif-netdev: Fix leaked port, port->rxq, port->type...
2014-08-26 Thomas Grafodp-util: Only add recirc_id mask to Netlink message...
2014-08-26 Thomas Grafbuild: Use errtrace to simplify travis-ci failure detection
2014-08-26 Ben Pfafftest-controller: Rename to ovs-testcontroller, again...
2014-08-26 Alex Wangvswitch.xml: Fix a typo.
2014-08-26 Thomas Grafjson: Fix leaked nodes in json_hash_object()
2014-08-26 Thomas Grafminiflow: Remove unused values_inline branch from minif...
next