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
Commit message (
Expand
)
Author
Age
Files
Lines
*
checkpatch: Escape range operators inside regex.
Ilya Maximets
2019-02-22
2
-3
/
+26
*
netlink: added check to prevent netlink attribute overflow
Toms Atteka
2019-02-22
1
-0
/
+4
*
Set release dates for 2.11.0.
Justin Pettit
2019-02-20
2
-2
/
+2
*
netdev-dpdk: Flow validation refactoring.
Ilya Maximets
2019-02-19
1
-53
/
+30
*
doc: Add "Representors" topic document
Ophir Munk
2019-02-18
1
-0
/
+139
*
AUTHORS: Add Eli Britstein <elibr@mellanox.com>
Ian Stokes
2019-02-18
1
-0
/
+1
*
acinclude: Omit unnecessary define
Eli Britstein
2019-02-18
1
-2
/
+1
*
acinclude: Include libverbs and libmlx4 when needed
Eli Britstein
2019-02-18
1
-0
/
+14
*
acinclude: Include libverbs and libmlx5 when needed
Eli Britstein
2019-02-18
1
-0
/
+22
*
Initialize the right database.
Ted Elhourani
2019-02-14
1
-1
/
+1
*
conntrack: Simplify 'ct_addr'.
Darrell Ball
2019-02-14
3
-93
/
+81
*
conntrack: Remove redundant call to 'hash_finish()'.
Darrell Ball
2019-02-14
1
-3
/
+1
*
Userspace datapath: Add fragmentation handling.
Darrell Ball
2019-02-14
18
-83
/
+2330
*
dp-packet: Add 'do_not_steal' packet batch flag.
Darrell Ball
2019-02-14
2
-0
/
+3
*
dp-packet: Add 'dp_packet_batch_is_full()' api.
Darrell Ball
2019-02-14
1
-0
/
+6
*
ovs-atomic: Add 64 bit apis.
Darrell Ball
2019-02-14
1
-0
/
+36
*
conntrack: Reword conntrack_execute() description.
Darrell Ball
2019-02-14
1
-1
/
+1
*
tests: Add missed local stack checks.
Darrell Ball
2019-02-14
1
-0
/
+2
*
flow: Enhance parse_ipv6_ext_hdrs.
Darrell Ball
2019-02-14
3
-13
/
+38
*
dp-packet: Add const qualifiers for checksum apis.
Darrell Ball
2019-02-14
1
-8
/
+8
*
monitor: Fix crash when monitor condition adds new columns.
Han Zhou
2019-02-14
2
-31
/
+119
*
acinclude: Also use LIBS from dpkg pkg-config
Christian Ehrhardt
2019-02-13
2
-84
/
+153
*
faq: Update OVS/DPDK version table for OVS 2.11.
Kevin Traynor
2019-02-13
1
-0
/
+1
*
python: Fix E117 over-indented.
Ilya Maximets
2019-02-12
4
-11
/
+11
*
debian: Add libelf-dev dependency for dkms
Greg Rose
2019-02-12
1
-1
/
+1
*
acinclude: Check for rte_config.h before checking dependencies.
Ilya Maximets
2019-02-12
1
-0
/
+4
*
dpif-netdev: Add thread safety annotation to sorted_poll_list.
Ilya Maximets
2019-02-12
1
-0
/
+1
*
acinclude: Use NUMA_AWARE_HUGEPAGES too for libnuma check.
Ilya Maximets
2019-02-12
1
-1
/
+1
*
conntrack: Exclude l2 padding in 'conn_key_extract()'.
Darrell Ball
2019-02-11
1
-5
/
+7
*
dp-packet: Add 'dp_packet_l3_size()'.
Darrell Ball
2019-02-11
1
-1
/
+14
*
conntrack: Remove unnecessary check in process_ftp_ctl_v4
Li RongQing
2019-02-11
1
-6
/
+1
*
rhel: Add an example to specify custom options
Timothy Redaelli
2019-02-11
1
-0
/
+4
*
ovs-ctl: Permit to specify additional options
Timothy Redaelli
2019-02-11
1
-0
/
+4
*
ovn: change load balancer references to weak in NB schema
Daniel Alvarez
2019-02-11
2
-5
/
+13
*
ovs-lib.in: Cleanup old socket and pidfiles in stop_daemon
Timothy Redaelli
2019-02-11
1
-0
/
+4
*
travis: Drop redundant DPDK build check.
Ilya Maximets
2019-02-11
1
-1
/
+0
*
travis: Use parallel jobs for DPDK and sparse builds.
Ilya Maximets
2019-02-11
2
-2
/
+2
*
travis: Enable printing of executed commands.
Ilya Maximets
2019-02-11
1
-0
/
+1
*
travis: Dump config.log on configure failures.
Ilya Maximets
2019-02-11
1
-1
/
+1
*
travis: Run testsuite with desired options.
Ilya Maximets
2019-02-11
1
-13
/
+20
*
automake: Clean up cxxtest.cc.
Ilya Maximets
2019-02-11
1
-0
/
+1
*
datapath: Clean up some gcov, tmp and cache files.
Ilya Maximets
2019-02-11
1
-2
/
+2
*
travis: Fix building datapath instead of userspace with DPDK_SHARED.
Ilya Maximets
2019-02-11
1
-2
/
+3
*
lib/tc: Support optional tunnel id
Adi Nissim
2019-02-11
3
-8
/
+24
*
acinclude: Drop DPDK_EXTRA_LIB variable.
Ilya Maximets
2019-02-07
1
-5
/
+1
*
AUTHORS: Add Ophir Munk <ophirmu@mellanox.com>
Ian Stokes
2019-02-06
1
-0
/
+1
*
AUTHORS: Add Asaf Penso <asafp@mellanox.com>
Ian Stokes
2019-02-06
1
-0
/
+1
*
netdev-dpdk: Memset rte_flow_item on a need basis.
Asaf Penso
2019-02-06
1
-18
/
+18
*
ofproto: Don't always treat passive controllers as "equal".
Ben Pfaff
2019-02-05
1
-2
/
+1
*
vswitchd: Allow user to configure controllers as "primary" or "service".
Ben Pfaff
2019-02-05
7
-97
/
+105
[next]