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
*
bridge: Avoid read of uninitialized data configuring Auto-Attach.
Ben Pfaff
2017-08-03
1
-1
/
+1
*
ovs-ofctl: Avoid unnecessary flow replacement in "replace-flows" command.
Ben Pfaff
2017-08-03
3
-10
/
+34
*
ofproto-dpif-xlate: Add OFPACT_ENCAP, OFPACT_DECAP to reversible_actions().
Ben Pfaff
2017-08-03
1
-0
/
+2
*
ovs-ovctl: Fix "OpenFlow versions" in ovs-ofctl -V
Timothy Redaelli
2017-08-03
1
-1
/
+1
*
tnl-ports: Open tunnel type if device name has special prefix
Paul Blakey
2017-08-03
1
-1
/
+1
*
tc: Correct convert ticks to msecs on parsing tc TM
Paul Blakey
2017-08-03
1
-2
/
+15
*
odp-util: Support zero mask on ipv4 frag
Paul Blakey
2017-08-03
1
-10
/
+7
*
xlate: Emit datapath clone only when necessary.
Andy Zhou
2017-08-03
2
-44
/
+164
*
xlate: Refactor compose_clone() API
Andy Zhou
2017-08-03
2
-44
/
+39
*
ofproto-dpif: Remove ofprto/tnl-push-pop command.
Andy Zhou
2017-08-03
2
-37
/
+2
*
ofproto-dpif: Remove dpif/disable-truncate command.
Andy Zhou
2017-08-03
2
-27
/
+2
*
ofproto-dpif: Remove dpif/disable-dp-clone command.
Andy Zhou
2017-08-03
4
-39
/
+1
*
ofproto-dpif: Add boottime support field.
Andy Zhou
2017-08-03
6
-53
/
+113
*
ofproto-dpif: A new command for changing dpif support fields
Andy Zhou
2017-08-03
1
-0
/
+134
*
netdev-tc-offloads: Parse ip related fields only if eth type is ip
Paul Blakey
2017-08-03
1
-10
/
+10
*
tc: Split IPs and transport layer ports unions in flower struct
Paul Blakey
2017-08-03
3
-39
/
+62
*
tc: Refactor nl_msg_put_flower_options
Paul Blakey
2017-08-03
1
-65
/
+16
*
ovs-ctl: Remove a leftover restore_interfaces in restart
Timothy Redaelli
2017-08-03
1
-3
/
+0
*
packets: Reorganize the pkt_metadata structure.
Bhanuprakash Bodireddy
2017-08-03
1
-2
/
+21
*
util: Add PADDED_MEMBERS_CACHELINE_MARKER macro to mark cachelines.
Bhanuprakash Bodireddy
2017-08-03
2
-0
/
+54
*
ovs-router: Remove redundant headers.
Tonghao Zhang
2017-08-03
1
-2
/
+0
*
rhel: Use systemd Restart option for ovn-controllers.
Mark Michelson
2017-08-03
3
-3
/
+7
*
netdev-linux: Replace sendmsg with sendmmsg in netdev_linux_send
Zhenyu Gao
2017-08-02
1
-74
/
+89
*
dp-packet: New function dp_packet_get_send_len().
Ben Pfaff
2017-08-02
4
-15
/
+11
*
ofproto-dpif-ipfix: add support for per-flow drop counters
Przemyslaw Szczerbik
2017-08-02
3
-34
/
+247
*
datapath-windows: Refactor OvsCreateNewNBLsFromMultipleNBs
Shashank Ram
2017-08-02
1
-9
/
+11
*
ofproto-dpif-xlate: Always process IGMP packets in userspace.
Ben Pfaff
2017-08-02
1
-6
/
+7
*
Eliminate most shadowing for local variable names.
Ben Pfaff
2017-08-02
37
-166
/
+128
*
ofproto-dpif-xlate: Eliminate duplicate read of xcfgp.
Ben Pfaff
2017-08-02
1
-1
/
+0
*
hash: Add "fall through" annotations for 32-bit builds as well.
Ben Pfaff
2017-08-02
1
-0
/
+14
*
netdev: Fix netdev_open() to track and recreate classless interfaces
Eelco Chaudron
2017-08-02
2
-5
/
+29
*
ovn-controller: Monitor port bindings of parent ports.
wangqianyu
2017-08-02
1
-0
/
+1
*
lacp: enable bond slave immediately after lacp attach
Huanle Han
2017-08-02
1
-0
/
+1
*
vlog: reopen log file in monitor process
Huanle Han
2017-08-02
1
-3
/
+6
*
datapath-windows: Fix shared variables which use Interlocked functions
Alin Serdean
2017-08-02
1
-3
/
+3
*
datapath-windows: Add annotation for OvsIpFragmentEntryCleaner
Alin Serdean
2017-08-02
1
-1
/
+1
*
datapath-windows: Add annotation for OvsCtRelatedEntryCleaner
Alin Serdean
2017-08-02
1
-3
/
+4
*
datapath-windows: Treat TCP_HDR_LEN static analysis warnings
Alin Serdean
2017-08-02
1
-1
/
+1
*
datapath-windows: Check return status when using APIs
Alin Serdean
2017-08-02
1
-7
/
+12
*
datapath-windows: fix excessive stack usage in iphelper
Alin Serdean
2017-08-02
1
-8
/
+7
*
datapath-windows: Add dummy parameter for NotifyRouteChange2
Alin Serdean
2017-08-02
1
-1
/
+3
*
datapath-windows: Suppress warning in jhash
Alin Serdean
2017-08-02
1
-0
/
+2
*
datapath-windows: Fix possible NULL deference in OvsFullCopyNBL
Alin Serdean
2017-08-02
1
-0
/
+3
*
datapath-windows: Add assert in OvsPartialCopyNBL
Alin Serdean
2017-08-02
1
-0
/
+1
*
datapath-windows: Use annotations instead for macros
Alin Serdean
2017-08-02
3
-22
/
+9
*
datapath-windows: Fix misspelling in comment.
Alin Serdean
2017-08-02
1
-1
/
+1
*
datapath-windows: Add annotations for OvsAcquirePidHashLock
Alin Serdean
2017-08-02
1
-0
/
+3
*
datapath-windows: Add annotations for OvsReleasePidHashLock
Alin Serdean
2017-08-02
1
-0
/
+4
*
datapath-windows: Add annotations for OvsReleaseEventQueueLock
Alin Serdean
2017-08-02
1
-0
/
+4
*
datapath-windows: Add function annotations for OvsAcquireEventQueueLock
Alin Serdean
2017-08-02
1
-0
/
+3
[next]