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-offload-tc: Add conntrack nat support
Paul Blakey
2019-12-22
3
-0
/
+226
*
netdev-offload-tc: Add conntrack label and mark support
Paul Blakey
2019-12-22
4
-10
/
+117
*
netdev-offload-tc: Add conntrack support
Paul Blakey
2019-12-22
4
-10
/
+260
*
netdev-offload-tc: Add recirculation support via tc chains
Paul Blakey
2019-12-22
5
-17
/
+102
*
tc: Move tunnel_key unset action before output ports
Paul Blakey
2019-12-22
1
-8
/
+14
*
dpif: Add support to set user features
Paul Blakey
2019-12-22
5
-3
/
+63
*
netdev-offload-tc: Implement netdev tc flush via tc filter del
Paul Blakey
2019-12-22
1
-33
/
+41
*
tc: Introduce tcf_id to specify a tc filter
Paul Blakey
2019-12-22
4
-212
/
+159
*
match: Add match_set_ct_zone_masked helper
Paul Blakey
2019-12-22
1
-2
/
+8
*
dpctl: Fix referencing DPDK in a flow dump.
Ilya Maximets
2019-12-19
1
-1
/
+1
*
ovs-thread: Avoid huge alignment on a base spinlock structure.
Ilya Maximets
2019-12-19
3
-13
/
+22
*
netdev-dpdk: Add coverage counter to count vhost IRQs.
Eelco Chaudron
2019-12-19
1
-0
/
+10
*
netdev-dpdk: Fix sw stats perf drop.
Kevin Traynor
2019-12-18
1
-7
/
+11
*
netdev-afxdp: Avoid removing of XDP program if not loaded.
Ilya Maximets
2019-12-18
1
-0
/
+13
*
dpif-netdev: Avoid infinite re-addition of misconfigured ports.
Ilya Maximets
2019-12-18
1
-9
/
+20
*
netdev-dpdk: add support for the RTE_ETH_EVENT_INTR_RESET event.
Eelco Chaudron
2019-12-18
1
-2
/
+52
*
bridge: Allow manual notifications about interfaces' updates.
Ilya Maximets
2019-12-18
3
-1
/
+66
*
dpif-netdev-perf: Fix using of uninitialized last_tsc.
Lance Yang
2019-12-13
1
-0
/
+1
*
dpif-netdev: Hold global port mutex while calling offload API.
Ilya Maximets
2019-12-13
1
-0
/
+8
*
ofp-monitor: Make OFP_FLOW_REMOVED_REASON_BUFSIZE public.
Ben Pfaff
2019-12-12
1
-1
/
+0
*
ofp-print: Abbreviate lists of fields in table features output.
Ben Pfaff
2019-12-12
2
-19
/
+202
*
dpif-netdev: Retrieve dpif_class from struct dp_netdev.
Ophir Munk
2019-12-08
1
-2
/
+2
*
Add offload packets statistics
zhaozhanxu
2019-12-06
1
-0
/
+12
*
dpif-netdev-perf: Accurate cycle counter update
Malvika Gupta
2019-12-05
1
-0
/
+4
*
dpdk: Update to use DPDK 19.11.
Ian Stokes
2019-12-04
2
-22
/
+13
*
trivial: Fix erspan coding style.
William Tu
2019-12-03
3
-5
/
+5
*
conntrack: Support zone limits.
Darrell Ball
2019-12-03
5
-8
/
+251
*
netdev: use acquire-release semantics for change_seq in netdev
Yanqin Wei
2019-12-02
2
-5
/
+15
*
dpif-netdev: Use netdev-offload API for port lookup while offloading.
Ilya Maximets
2019-12-02
1
-12
/
+10
*
dp-packet: Fix clearing/copying of memory layout flags.
Ilya Maximets
2019-11-28
2
-1
/
+7
*
netdev-dpdk: Deprecate ring ports.
Ilya Maximets
2019-11-28
1
-0
/
+4
*
ofproto-dpif-upcall: Echo HASH attribute back to datapath.
Tonghao Zhang
2019-11-22
2
-1
/
+9
*
flow: Fix IPv6 header parser with partial offloading.
Zhike Wang
2019-11-21
1
-1
/
+1
*
lacp: Add support to recognize LACP Marker RX PDUs.
Nitin katiyar
2019-11-21
1
-12
/
+37
*
ofproto-dpif: Allow IPv6 ND Extensions only if supported
Flavio Leitner
2019-11-21
2
-9
/
+14
*
ipf: bail out when ipf state is COMPLETED
Li RongQing
2019-11-21
1
-1
/
+2
*
jsonrpc: increase input buffer size from 512 to 4096
Lorenzo Bianconi
2019-11-21
1
-1
/
+1
*
netdev-afxdp: Enable libbpf logging to OVS.
William Tu
2019-11-21
3
-0
/
+22
*
ofproto-dpif: Expose datapath capability to ovsdb.
William Tu
2019-11-21
1
-3
/
+11
*
ovs-actions: Clarify documentation for stack usage with group buckets.
Ben Pfaff
2019-11-20
1
-7
/
+24
*
netdev-afxdp: Best-effort configuration of XDP mode.
Ilya Maximets
2019-11-20
3
-84
/
+160
*
dpdk: Deprecate pdump support.
Ilya Maximets
2019-11-19
1
-0
/
+2
*
netdev-afxdp: add afxdp specific maximum MTU check
Eelco Chaudron
2019-11-19
3
-0
/
+27
*
dpif-netdev: Log rxq assignment for isolated pmd.
Gowrishankar Muthukrishnan
2019-11-19
1
-0
/
+4
*
netdev-dpdk: Detailed packet drop statistics.
Sriram Vatala
2019-11-11
1
-35
/
+93
*
netdev-dpdk: Reuse vhost function for dpdk ETH custom stats.
Ilya Maximets
2019-11-11
1
-29
/
+40
*
tc: Set 'no_percpu' flag for compatible actions
Vlad Buslov
2019-11-11
1
-0
/
+15
*
netdev-dpdk: Track vhost tx contention.
David Marchand
2019-11-08
1
-1
/
+7
*
netdev-dpdk: Fix flow control not configuring.
Tomasz Konieczny
2019-11-04
1
-6
/
+26
*
lib/tc: Fix flow dump for tunnel id equal zero
Dmytro Linkin
2019-11-02
1
-0
/
+1
[next]