cccl: Ignore -fno-strict-aliasing.
[cascardo/ovs.git] / lib /
2014-10-08 Ben Pfaffofp-actions: Support experimenter OXMs in Nicira extens...
2014-10-08 Ben Pfaffofp-actions: Correct test for OFPVID_PRESENT bit in...
2014-10-08 Ben Pfaffnx-match: Add support for experimenter OXM.
2014-10-08 Ben Pfaffutil: Make hexits_value() support 64-bit integers too.
2014-10-08 Ben Pfaffnx-match: Speak of 'class' instead of 'vendor' for...
2014-10-08 Ben Pfaffnx-match: Use nx_put_header() internally for encoding...
2014-10-08 Ben Pfaffofp-actions: Support OF1.5 (draft) masked Set-Field...
2014-10-08 Nithin Rajulib/netdev-windows.c: nuke the init function.
2014-10-08 Ben Pfaffovs-vsctl: Allow modifying "immutable" columns if we...
2014-10-08 Alin SerdeanAdd meta-flow.inc nx-match.inc to lib/.gitignore
2014-10-07 Ben Pfaffofp-actions: Better support OXM in Copy-Field action.
2014-10-07 Ben Pfaffnx-match: Move all knowledge of OXM/NXM here.
2014-10-07 Ben Pfaffovs-ofctl: Encode cookies in OXM-compliant manner.
2014-10-07 Ben Pfaffutil: New function bitwise_scan().
2014-10-07 Ben Pfaffmeta-flow: Autogenerate mf_field data structures.
2014-10-07 Jarno Rajahalmelib/bitmap: Faster bitmap functions.
2014-10-07 Ben Pfaffflow: Clean up MINIFLOW_FOR_EACH_IN_MAP.
2014-10-07 Niels van AdrichemBFD: Decreasing minimal transmit and receive interval
2014-10-07 Daniele Di Proiettodpif-netdev: reduce netdev_flow_key size
2014-10-07 Gurucharan Shettyutil: Use MSVC compiler intrinsic for clz and ctz.
2014-10-06 Wang Sheng-Huiofpbuf: Correct the comment for ofpbuf_trim().
2014-10-06 Wang Sheng-Huiofpbuf: Correct comment for ofpbuf_reserve_with_tailroom().
2014-10-06 Wang Sheng-Huiofpbuf: Correct comments for ofpbuf_tail and ofpbuf_end().
2014-10-06 Nithin Rajunetdev-windows: add code to query netdev information
2014-10-06 Nithin Rajunetdev-windows: New module.
2014-10-06 Nithin Rajunetlink-socket: add support for OVS_WIN_NETDEV_FAMILY
2014-10-06 Jarno Rajahalmelib/cmap: cmap_find_batch().
2014-10-06 Jarno Rajahalmelib/cmap: split up cmap_find().
2014-10-06 Jarno Rajahalmelib/cmap: Use non-atomic access to hash.
2014-10-06 Jarno Rajahalmelib/cmap: More efficient cmap_find().
2014-10-06 Jarno Rajahalmelib/cmap: Return number of nodes from functions modifyi...
2014-10-06 Jarno Rajahalmelib: Fix MPLS masking.
2014-10-06 Jarno Rajahalmelib/meta-flow: Index correct MPLS lse in mf_is_all_wild().
2014-10-06 Jarno Rajahalmelib/match: Do not format undefined fields.
2014-10-03 Eitan Eliahunetlink-socket: User mode event read for Windows.
2014-10-03 Daniele Di Proiettoodp-execute: Refactor odp_execute_{actions, sample}()
2014-10-03 Daniele Di Proiettoodp-execute: Fix memory leak on recirc action
2014-10-03 Daniele Di Proiettoodp-util: Parse recirc action in parse_odp_action()
2014-10-03 Daniele Di Proiettodpif-netdev: Destroy pmd_thread cmap at exit
2014-10-03 Daniele Di Proiettotimeval: Fix seq memory leak
2014-10-03 Daniele Di Proiettodpif-netdev: fix dp_netdev_free()
2014-10-03 Jarno Rajahalmedpif: Use OVS_FLOW_ATTR_PROBE.
2014-10-02 Gurucharan Shettystream-tcp: Change the connection name for pwindows.
2014-10-02 Jarno Rajahalmelib/ovs-atomic-i586: Faster 64-bit atomics on 32-bit...
2014-10-01 Alex Wangcmap: ovsrcu postpone the cmap destroy.
2014-09-30 Ben Pfaffovs-vswitchd: Better diagnose errors in DPDK command...
2014-09-30 Lilijunpstream-unix: Increase listen count to 64 in punix_open().
2014-09-29 Ben Pfaffnx-match: Encode dp_hash and recirc_id in OXM also.
2014-09-29 Ben Pfaffofp-actions, nx-match: Use mf_oxm_header() instead...
2014-09-29 Ben Pfaffnx-match: Reject bad wildcard combinations.
2014-09-29 Ben PfaffMakefiles: Add $(AM_V_GEN) annotations to clean up...
2014-09-29 Wang Sheng-Huiflow.c: Correct the comment for miniflow_equal().
2014-09-25 Alex Wangnetdev-dpdk: Fix crash when there is no pci numa info.
2014-09-25 Alex Wangnetdev: Fix error check.
2014-09-24 Gurucharan Shettyovs-atomic-msvc: Fix 64 bit atomic read/writes.
2014-09-24 Selvamuthukumarofp-actions: Fix error code for invalid table id.
2014-09-23 Alex Wangjsonrpc: Notify excessive sending backlog.
2014-09-19 Daniele Di Proiettodpif-netdev: Fix (packet) memory leaks in the slow...
2014-09-19 Alex Wangdpif-netdev: Allow multi-rx-queue, multi-pmd-thread...
2014-09-19 Alex Wangovs-numa: Add support for cpu-mask configuration.
2014-09-19 Nithin Rajudpif-netlink: rename linux_flow variable to datapath_flow
2014-09-19 Nithin Rajulib/netlink-socket.c: add support for nl_transact(...
2014-09-19 Alex Wangnetdev-dpdk: Fix a bug in netdev_dpdk_set_multiq().
2014-09-19 Alex Wangnetdev-dpdk: Fix a typo.
2014-09-19 Ben Pfaffcoverage: Remove unused macro.
2014-09-19 Alex Wangnetdev-dpdk: Pass queue id to dpdk_do_tx_copy().
2014-09-18 Alin Gabriel Serdeandpif-linux: Rename dpif-netlink; change to compile...
2014-09-17 Daniele Di Proiettodpif-netdev: Store miniflow length in exact match cache
2014-09-17 Daniele Di Proiettodpif-netdev: Introduce netdev_flow_key_* functions
2014-09-15 Gurucharan Shettycompiler: Define NO_RETURN for MSVC.
2014-09-15 Gurucharan ShettyFix remaining "void function returning a value" warning...
2014-09-15 Gurucharan Shettyovs-atomic-msvc: Disable a compiler warning.
2014-09-15 Alex Wangnetdev-dpdk: Fix thread-safety breach.
2014-09-15 Alex Wangnetdev-dpdk: Make get_config() report correct queue...
2014-09-15 Alex Wangdpif-netdev: Create multiple pmd threads by default.
2014-09-15 Alex Wangnetdev-dpdk: Remove the tx queue spinlock.
2014-09-15 Alex Wangnetdev-dpdk: Add indicator for flushing tx queue.
2014-09-15 Alex Wangdpif-netdev: Create multiple tx/rx queues when adding...
2014-09-15 Alex Wangnetdev: Add function for configuring tx and rx queues.
2014-09-15 Pravin B Shelarofproto: Do not update stats on fake bond interface.
2014-09-12 Alex Wangnetdev: Add n_txq to 'struct netdev'.
2014-09-12 Alex Wangnetdev: Add function for getting the numa node id of...
2014-09-12 Alex Wangovs-rcu: Make ovsrcu_quiesce() flush the callback event...
2014-09-12 Eitan EliahuNetlink_socket.c Join/Unjoin an MC group for event...
2014-09-12 Gurucharan ShettyAvoid uninitialized variable warnings with OBJECT_OFFSE...
2014-09-11 Alex Wangunixctl: Make command description all lowercase.
2014-09-11 Gurucharan Shettyhash.h: Avoid compiler warnings with MSVC.
2014-09-10 Gurucharan Shettynetlink-socket: Convert from error number to string...
2014-09-10 Daniele Venturinolib/rstp-common: Remove double spaces.
2014-09-10 Daniele Venturinolib/rstp: Use ovs_refcount_unref_relaxed.
2014-09-10 Daniele Venturinolib/rstp: Use RSTP_OPER_P2P_MAC_STATE_ENABLED instead...
2014-09-10 Gurucharan Shettyrconn: Prevent redefinition of 'MAX_MONITORS' in Windows.
2014-09-09 Jarno Rajahalmelib/odp-util: Reduce duplicated code.
2014-09-09 Jarno Rajahalmelib/odp-util: Fix mapping to Netlink frag mask.
2014-09-09 Jarno Rajahalmelib/odp: Use masked set actions.
2014-09-09 Jarno Rajahalmelib/odp-util: Skip ignored fields when parsing and...
2014-09-09 Daniele Di Proiettolib/odp-execute: Use dpif_packet_set_dp_hash() instead...
2014-09-09 Nithin Rajunetlink-socket: remove local variable in do_lookup_genl...
2014-09-09 Eitan Eliahunetlink-socket: Add support for async notification...
2014-09-09 Jarno Rajahalmelib/rstp: Use hmap instead of a list for ports.
next