index
:
delta/openvswitch.git
branch-1.1
branch-1.10
branch-1.11
branch-1.2
branch-1.3
branch-1.4
branch-1.5
branch-1.6
branch-1.7
branch-1.8
branch-1.9
branch-2.0
branch-2.1
branch-2.10
branch-2.11
branch-2.12
branch-2.13
branch-2.14
branch-2.15
branch-2.16
branch-2.17
branch-2.2
branch-2.3
branch-2.4
branch-2.5
branch-2.6
branch-2.7
branch-2.8
branch-2.9
branch-3.0
branch-3.1
dpdk-hwol
dpdk-latest
dpdk-travis-build-test
elephant
ext-320
for-nox/0.4
lts-1.0
lts-1.0a
master
openflow-1.0
ovn
ovn-ddlog-patches
raft2
review/jarno_ct_bp_v1
vlan-maint
wdp
xs5.7
github.com: openvswitch/ovs.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
netdev-dpif: Add metadata to dpif-packet.
Pravin B Shelar
2014-10-09
6
-63
/
+56
*
unaligned: Make get_unaligned_be64() compatible on GCC and non-GCC.
Ben Pfaff
2014-10-09
1
-23
/
+35
*
ofp-actions: Support experimenter OXMs in Nicira extensions.
Ben Pfaff
2014-10-08
4
-44
/
+236
*
ofp-actions: Correct test for OFPVID_PRESENT bit in set_field action.
Ben Pfaff
2014-10-08
1
-2
/
+2
*
nx-match: Add support for experimenter OXM.
Ben Pfaff
2014-10-08
4
-72
/
+206
*
util: Make hexits_value() support 64-bit integers too.
Ben Pfaff
2014-10-08
4
-17
/
+17
*
nx-match: Speak of 'class' instead of 'vendor' for OXM/NXM.
Ben Pfaff
2014-10-08
1
-12
/
+12
*
nx-match: Use nx_put_header() internally for encoding flow matches.
Ben Pfaff
2014-10-08
1
-192
/
+121
*
ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.
Ben Pfaff
2014-10-08
7
-229
/
+258
*
lib/netdev-windows.c: nuke the init function.
Nithin Raju
2014-10-08
1
-6
/
+6
*
ovs-vsctl: Allow modifying "immutable" columns if we just created the row.
Ben Pfaff
2014-10-08
2
-2
/
+19
*
Add meta-flow.inc nx-match.inc to lib/.gitignore
Alin Serdean
2014-10-08
1
-0
/
+2
*
ofp-actions: Better support OXM in Copy-Field action.
Ben Pfaff
2014-10-07
1
-20
/
+35
*
nx-match: Move all knowledge of OXM/NXM here.
Ben Pfaff
2014-10-07
7
-589
/
+807
*
ovs-ofctl: Encode cookies in OXM-compliant manner.
Ben Pfaff
2014-10-07
2
-2
/
+2
*
util: New function bitwise_scan().
Ben Pfaff
2014-10-07
2
-0
/
+31
*
meta-flow: Autogenerate mf_field data structures.
Ben Pfaff
2014-10-07
4
-863
/
+1315
*
lib/bitmap: Faster bitmap functions.
Jarno Rajahalme
2014-10-07
4
-176
/
+175
*
flow: Clean up MINIFLOW_FOR_EACH_IN_MAP.
Ben Pfaff
2014-10-07
1
-19
/
+33
*
BFD: Decreasing minimal transmit and receive interval
Niels van Adrichem
2014-10-07
1
-2
/
+2
*
dpif-netdev: reduce netdev_flow_key size
Daniele Di Proietto
2014-10-07
2
-8
/
+14
*
util: Use MSVC compiler intrinsic for clz and ctz.
Gurucharan Shetty
2014-10-06
2
-1
/
+37
*
ofpbuf: Correct the comment for ofpbuf_trim().
Wang Sheng-Hui
2014-10-06
1
-2
/
+2
*
ofpbuf: Correct comment for ofpbuf_reserve_with_tailroom().
Wang Sheng-Hui
2014-10-06
1
-2
/
+3
*
ofpbuf: Correct comments for ofpbuf_tail and ofpbuf_end().
Wang Sheng-Hui
2014-10-06
1
-3
/
+3
*
netdev-windows: add code to query netdev information
Nithin Raju
2014-10-06
1
-5
/
+224
*
netdev-windows: New module.
Nithin Raju
2014-10-06
4
-3
/
+149
*
netlink-socket: add support for OVS_WIN_NETDEV_FAMILY
Nithin Raju
2014-10-06
1
-0
/
+5
*
lib/cmap: cmap_find_batch().
Jarno Rajahalme
2014-10-06
6
-52
/
+200
*
lib/cmap: split up cmap_find().
Jarno Rajahalme
2014-10-06
4
-59
/
+63
*
lib/cmap: Use non-atomic access to hash.
Jarno Rajahalme
2014-10-06
1
-34
/
+22
*
lib/cmap: More efficient cmap_find().
Jarno Rajahalme
2014-10-06
1
-17
/
+27
*
lib/cmap: Return number of nodes from functions modifying the cmap.
Jarno Rajahalme
2014-10-06
2
-24
/
+36
*
lib: Fix MPLS masking.
Jarno Rajahalme
2014-10-06
2
-21
/
+30
*
lib/meta-flow: Index correct MPLS lse in mf_is_all_wild().
Jarno Rajahalme
2014-10-06
1
-2
/
+2
*
lib/match: Do not format undefined fields.
Jarno Rajahalme
2014-10-06
3
-104
/
+134
*
netlink-socket: User mode event read for Windows.
Eitan Eliahu
2014-10-03
1
-3
/
+9
*
odp-execute: Refactor odp_execute_{actions, sample}()
Daniele Di Proietto
2014-10-03
1
-36
/
+29
*
odp-execute: Fix memory leak on recirc action
Daniele Di Proietto
2014-10-03
1
-2
/
+1
*
odp-util: Parse recirc action in parse_odp_action()
Daniele Di Proietto
2014-10-03
1
-0
/
+10
*
dpif-netdev: Destroy pmd_thread cmap at exit
Daniele Di Proietto
2014-10-03
1
-0
/
+1
*
timeval: Fix seq memory leak
Daniele Di Proietto
2014-10-03
1
-1
/
+1
*
dpif-netdev: fix dp_netdev_free()
Daniele Di Proietto
2014-10-03
1
-1
/
+15
*
dpif: Use OVS_FLOW_ATTR_PROBE.
Jarno Rajahalme
2014-10-03
3
-3
/
+18
*
stream-tcp: Change the connection name for pwindows.
Gurucharan Shetty
2014-10-02
1
-9
/
+13
*
lib/ovs-atomic-i586: Faster 64-bit atomics on 32-bit builds with SSE.
Jarno Rajahalme
2014-10-02
1
-31
/
+70
*
cmap: ovsrcu postpone the cmap destroy.
Alex Wang
2014-10-01
1
-1
/
+1
*
ovs-vswitchd: Better diagnose errors in DPDK command-line options.
Ben Pfaff
2014-09-30
1
-1
/
+6
*
pstream-unix: Increase listen count to 64 in punix_open().
Lilijun
2014-09-30
1
-1
/
+1
*
nx-match: Encode dp_hash and recirc_id in OXM also.
Ben Pfaff
2014-09-29
1
-8
/
+4
[next]