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
*
dpif-provider: Clean up comments around ct functions.
Justin Pettit
2016-09-19
1
-3
/
+3
*
jsonrpc: Improve comment for jsonrpc_get_status().
Justin Pettit
2016-09-19
1
-5
/
+5
*
ofp-parse: Fix sparse warnings about comparing ofp_port_ts.
Ben Pfaff
2016-09-16
1
-1
/
+2
*
xlate: Use dp_hash for select groups.
Jarno Rajahalme
2016-09-16
1
-10
/
+6
*
ofp-parse: Harden checking with group selection_method.
Jarno Rajahalme
2016-09-16
1
-0
/
+12
*
ofp-parse: Remove double uninit of group mod if parsing fails.
Jarno Rajahalme
2016-09-16
1
-4
/
+0
*
socket-util-unix: Avoid buffer read overrun in get_unix_name_len().
Ben Pfaff
2016-09-15
1
-2
/
+2
*
ofproto: Support packet_outs in bundles.
Jarno Rajahalme
2016-09-14
2
-27
/
+143
*
coverage: Rename init functions to avoid symbol collisions.
Jarno Rajahalme
2016-09-14
1
-1
/
+1
*
lib: Refactor mac-learning updates.
Jarno Rajahalme
2016-09-14
2
-0
/
+130
*
lib: Create $(sysconfdir)/openvswitch upon install
Flavio Fernandes
2016-09-14
1
-0
/
+1
*
ofproto: Honor mtu_request even for internal ports.
Daniele Di Proietto
2016-09-02
3
-0
/
+27
*
learn: Fix iteration over learning specs.
Ben Pfaff
2016-09-02
2
-12
/
+5
*
sflow-agent: Flush freshly-polled sFlow counters promptly.
Neil McKee
2016-09-02
1
-2
/
+5
*
learn: Avoid nested zero-sized arrays to fix build with MSVC.
Jarno Rajahalme
2016-09-01
2
-8
/
+13
*
ofp-actions: Waste less memory in set field and load actions.
Jarno Rajahalme
2016-08-31
2
-83
/
+132
*
ofp-actions: Waste less memory in learn actions.
Jarno Rajahalme
2016-08-31
3
-40
/
+72
*
object-collection: Remove access to stub.
Jarno Rajahalme
2016-08-30
1
-5
/
+0
*
lib: Retire packet buffering feature.
Jarno Rajahalme
2016-08-30
4
-318
/
+24
*
daemon: Minor tweaking of man page fragment.
Justin Pettit
2016-08-12
2
-6
/
+7
*
stream-windows: Disconnect faulty named pipes
Alin Serdean
2016-08-23
1
-0
/
+2
*
match: Only print external tunnel flags.
Jesse Gross
2016-08-19
1
-2
/
+2
*
netdev-dpdk: Fix occurance of error log
Ciara Loftus
2016-08-18
1
-0
/
+2
*
netdev-dpdk: Simplify send function for ETH devices.
Ilya Maximets
2016-08-18
1
-40
/
+6
*
netdev-dpdk: Fix vHost stats.
Ilya Maximets
2016-08-18
1
-23
/
+33
*
Revert "netdev: do not allow devices to be opened with conflicting types"
Thadeu Lima de Souza Cascardo
2016-08-16
1
-7
/
+1
*
ovn-trace: New utility.
Ben Pfaff
2016-08-15
2
-0
/
+122
*
meta-flow: New functions mf_subfield_copy() and mf_subfield_swap().
Ben Pfaff
2016-08-15
3
-33
/
+74
*
netdev-dpdk: vHost client mode and reconnect
Ciara Loftus
2016-08-15
1
-26
/
+110
*
netdev-dpdk: Consistent naming for vhost
Ciara Loftus
2016-08-15
1
-17
/
+8
*
netdev-dpdk: Remove dpdkvhostcuse ports
Ciara Loftus
2016-08-15
1
-105
/
+5
*
Add read-only option to ovs-dpctl and ovs-ofctl commands.
Ryan Moats
2016-08-15
5
-36
/
+70
*
ovsdb-idl: Style and comment improvements for conditional replication.
Ben Pfaff
2016-08-15
3
-51
/
+94
*
ovsdb-idl: Fix memory leak in ovsdb_idl_condition_add_clause().
Ben Pfaff
2016-08-15
1
-1
/
+1
*
ovsdb-idl: Fix double-remove in ovsdb_idl_condition_reset().
Ben Pfaff
2016-08-15
1
-1
/
+0
*
netdev-dpdk: Do not attempt to initialise flow control for 'dpdkr' ports
Ciara Loftus
2016-08-15
1
-21
/
+40
*
netdev-dpdk: Use rte_eth_is_valid_port instead of manual check
Ciara Loftus
2016-08-15
1
-2
/
+3
*
tests: Add a new MTU test.
Daniele Di Proietto
2016-08-15
1
-1
/
+4
*
netdev-dummy: Add dummy-internal class.
Daniele Di Proietto
2016-08-15
2
-3
/
+13
*
netdev: Pass 'netdev_class' to ->run() and ->wait().
Daniele Di Proietto
2016-08-15
6
-16
/
+22
*
Fix copyright statements from commit f1ab6e06
Ryan Moats
2016-08-14
2
-2
/
+4
*
ovsdb: Add/use partial set updates.
Ryan Moats
2016-08-14
6
-99
/
+516
*
ovn-northd: Add logical flows to support DHCPv6
Numan Siddique
2016-08-14
1
-0
/
+1
*
ovsdb-idl: Fix bug on ovsdb_idl_condition_remove_clause().
Liran Schour
2016-08-13
1
-0
/
+1
*
netdev-dpdk: add support for jumbo frames
Mark Kavanagh
2016-08-12
1
-25
/
+120
*
netdev: Make netdev_set_mtu() netdev parameter non-const.
Daniele Di Proietto
2016-08-12
5
-5
/
+5
*
vswitchd: Introduce 'mtu_request' column in Interface.
Daniele Di Proietto
2016-08-12
1
-52
/
+1
*
dpif-netdev: Fix -Wformat warning on 32-bit build.
Daniele Di Proietto
2016-08-12
1
-1
/
+1
*
netdev-dpdk: add DPDK pdump capability
Ciara Loftus
2016-08-12
1
-0
/
+19
*
dpif-netdev: dpcls per in_port with sorted subtables
Jan Scheurich
2016-08-12
1
-25
/
+177
[next]