summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* netdev-dpif: Add metadata to dpif-packet.Pravin B Shelar2014-10-096-63/+56
* unaligned: Make get_unaligned_be64() compatible on GCC and non-GCC.Ben Pfaff2014-10-091-23/+35
* ofp-actions: Support experimenter OXMs in Nicira extensions.Ben Pfaff2014-10-084-44/+236
* ofp-actions: Correct test for OFPVID_PRESENT bit in set_field action.Ben Pfaff2014-10-081-2/+2
* nx-match: Add support for experimenter OXM.Ben Pfaff2014-10-084-72/+206
* util: Make hexits_value() support 64-bit integers too.Ben Pfaff2014-10-084-17/+17
* nx-match: Speak of 'class' instead of 'vendor' for OXM/NXM.Ben Pfaff2014-10-081-12/+12
* nx-match: Use nx_put_header() internally for encoding flow matches.Ben Pfaff2014-10-081-192/+121
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-087-229/+258
* lib/netdev-windows.c: nuke the init function.Nithin Raju2014-10-081-6/+6
* ovs-vsctl: Allow modifying "immutable" columns if we just created the row.Ben Pfaff2014-10-082-2/+19
* Add meta-flow.inc nx-match.inc to lib/.gitignoreAlin Serdean2014-10-081-0/+2
* ofp-actions: Better support OXM in Copy-Field action.Ben Pfaff2014-10-071-20/+35
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-077-589/+807
* ovs-ofctl: Encode cookies in OXM-compliant manner.Ben Pfaff2014-10-072-2/+2
* util: New function bitwise_scan().Ben Pfaff2014-10-072-0/+31
* meta-flow: Autogenerate mf_field data structures.Ben Pfaff2014-10-074-863/+1315
* lib/bitmap: Faster bitmap functions.Jarno Rajahalme2014-10-074-176/+175
* flow: Clean up MINIFLOW_FOR_EACH_IN_MAP.Ben Pfaff2014-10-071-19/+33
* BFD: Decreasing minimal transmit and receive intervalNiels van Adrichem2014-10-071-2/+2
* dpif-netdev: reduce netdev_flow_key sizeDaniele Di Proietto2014-10-072-8/+14
* util: Use MSVC compiler intrinsic for clz and ctz.Gurucharan Shetty2014-10-062-1/+37
* ofpbuf: Correct the comment for ofpbuf_trim().Wang Sheng-Hui2014-10-061-2/+2
* ofpbuf: Correct comment for ofpbuf_reserve_with_tailroom().Wang Sheng-Hui2014-10-061-2/+3
* ofpbuf: Correct comments for ofpbuf_tail and ofpbuf_end().Wang Sheng-Hui2014-10-061-3/+3
* netdev-windows: add code to query netdev informationNithin Raju2014-10-061-5/+224
* netdev-windows: New module.Nithin Raju2014-10-064-3/+149
* netlink-socket: add support for OVS_WIN_NETDEV_FAMILYNithin Raju2014-10-061-0/+5
* lib/cmap: cmap_find_batch().Jarno Rajahalme2014-10-066-52/+200
* lib/cmap: split up cmap_find().Jarno Rajahalme2014-10-064-59/+63
* lib/cmap: Use non-atomic access to hash.Jarno Rajahalme2014-10-061-34/+22
* lib/cmap: More efficient cmap_find().Jarno Rajahalme2014-10-061-17/+27
* lib/cmap: Return number of nodes from functions modifying the cmap.Jarno Rajahalme2014-10-062-24/+36
* lib: Fix MPLS masking.Jarno Rajahalme2014-10-062-21/+30
* lib/meta-flow: Index correct MPLS lse in mf_is_all_wild().Jarno Rajahalme2014-10-061-2/+2
* lib/match: Do not format undefined fields.Jarno Rajahalme2014-10-063-104/+134
* netlink-socket: User mode event read for Windows.Eitan Eliahu2014-10-031-3/+9
* odp-execute: Refactor odp_execute_{actions, sample}()Daniele Di Proietto2014-10-031-36/+29
* odp-execute: Fix memory leak on recirc actionDaniele Di Proietto2014-10-031-2/+1
* odp-util: Parse recirc action in parse_odp_action()Daniele Di Proietto2014-10-031-0/+10
* dpif-netdev: Destroy pmd_thread cmap at exitDaniele Di Proietto2014-10-031-0/+1
* timeval: Fix seq memory leakDaniele Di Proietto2014-10-031-1/+1
* dpif-netdev: fix dp_netdev_free()Daniele Di Proietto2014-10-031-1/+15
* dpif: Use OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-10-033-3/+18
* stream-tcp: Change the connection name for pwindows.Gurucharan Shetty2014-10-021-9/+13
* lib/ovs-atomic-i586: Faster 64-bit atomics on 32-bit builds with SSE.Jarno Rajahalme2014-10-021-31/+70
* cmap: ovsrcu postpone the cmap destroy.Alex Wang2014-10-011-1/+1
* ovs-vswitchd: Better diagnose errors in DPDK command-line options.Ben Pfaff2014-09-301-1/+6
* pstream-unix: Increase listen count to 64 in punix_open().Lilijun2014-09-301-1/+1
* nx-match: Encode dp_hash and recirc_id in OXM also.Ben Pfaff2014-09-291-8/+4