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
...
*
process: Fix indentation in header.
Ben Pfaff
2013-05-08
1
-2
/
+2
*
Always check return value of strftime().
Ben Pfaff
2013-05-08
4
-29
/
+35
*
Do not perform validation in learn_parse();
Simon Horman
2013-05-08
3
-35
/
+12
*
Check actions prerequisites in parse_ofp_str()
Simon Horman
2013-05-08
1
-0
/
+8
*
meta-flow: Make 'in_port' field writable.
Ben Pfaff
2013-05-08
1
-1
/
+1
*
bfd: Implement Bidirectional Forwarding Detection.
Ethan Jackson
2013-05-07
6
-3
/
+928
*
netdev-bsd: Use UINT64_MAX for unsupported stats.
Ed Maste
2013-05-03
1
-13
/
+13
*
ofp-util: Fix type of 'port' param to ofputil_encode_dump_ports_request().
Ben Pfaff
2013-05-03
2
-2
/
+2
*
rconn: Discard messages received on monitor connections.
Ben Pfaff
2013-05-03
1
-1
/
+15
*
rconn: Factor code out from copy_to_monitor().
Ben Pfaff
2013-05-03
1
-4
/
+11
*
socket-util: restore building on FreeBSD.
Ed Maste
2013-05-03
1
-0
/
+4
*
vconn: Mark class structures as const.
Ben Pfaff
2013-05-03
3
-35
/
+35
*
ofp-util: Make names[] in ofputil_action_code_from_name() const-ier.
Ben Pfaff
2013-05-03
1
-2
/
+2
*
vlog: Mark more static data const.
Ben Pfaff
2013-05-03
1
-3
/
+3
*
stream-fd: Mark 'fd_pstream_class' const.
Ben Pfaff
2013-05-03
1
-2
/
+2
*
netdev: Make 'smap' variable const in netdev_set_qos().
Ben Pfaff
2013-05-03
1
-1
/
+1
*
netdev-linux: Mark more static data as "const".
Ben Pfaff
2013-05-03
1
-16
/
+14
*
hmap: Make HMAP_INITIALIZER a valid initializer for a const hmap.
Ben Pfaff
2013-05-03
1
-1
/
+2
*
dpif-linux: Make dummy_action const in dpif_linux_init_flow_put().
Ben Pfaff
2013-05-03
1
-2
/
+4
*
Use gmtime_r() and localtime_r() instead of non-thread-safe versions.
Ben Pfaff
2013-05-02
2
-8
/
+9
*
socket-util: Use getaddrinfo() instead of gethostbyname() for thread safety.
Ben Pfaff
2013-05-02
1
-11
/
+38
*
Use pthread_sigmask() in place of sigprocmask(), for thread safety.
Ben Pfaff
2013-05-02
4
-11
/
+12
*
Change sFlow model to reflect per-bridge sampling
Neil Mckee
2013-05-02
1
-0
/
+7
*
dpif-linux: Close channel Netlink sockets when a port number gets recycled.
Ben Pfaff
2013-05-02
1
-0
/
+1
*
dpif-linux: Use MAX_PORTS instead of hard-coded 65535.
Ben Pfaff
2013-05-02
1
-1
/
+1
*
Make it more obvious that OVS_KEY_ATTR_MPLS may be an array
Simon Horman
2013-05-01
1
-4
/
+4
*
dpif-netdev: Shorten delay loops.
Ben Pfaff
2013-04-30
1
-4
/
+0
*
worker: Prevent worker from being responsible for pidfile deletion.
Gurucharan Shetty
2013-04-29
3
-2
/
+31
*
netlink-socket: Use xmalloc() instead of malloc().
Ben Pfaff
2013-04-29
1
-4
/
+1
*
netlink-socket: Minor style fix.
Ben Pfaff
2013-04-29
1
-2
/
+1
*
timeval: Remove prototype for unimplemented function.
Ben Pfaff
2013-04-29
1
-1
/
+0
*
dpif-netdev: Update max_mtu correctly.
Ben Pfaff
2013-04-29
1
-1
/
+1
*
vxlan: Correct comments and NEWS to reflect IANA port assigment.
Jesse Gross
2013-04-29
1
-2
/
+0
*
Update the default VXLAN destination UDP port to the IANA assigned port
Kyle Mestery
2013-04-26
1
-1
/
+1
*
match: Correct formatting of MPLS
Simon Horman
2013-04-24
1
-20
/
+10
*
timeval: Check for HAVE_BACKTRACE instead of HAVE_EXECINFO_H.
Ben Pfaff
2013-04-24
1
-1
/
+1
*
Implement IPFIX export
Romain Lenglet
2013-04-22
6
-44
/
+197
*
odp-util: Keep base flow in sync with the kernel view.
Jarno Rajahalme
2013-04-22
1
-5
/
+4
*
use RT_ROUNDUP on NetBSD
YAMAMOTO Takashi
2013-04-22
1
-0
/
+6
*
include some headers to satisfy header file dependencies on NetBSD-6
YAMAMOTO Takashi
2013-04-22
2
-0
/
+2
*
some ctype related casts to suppress gcc warnings on NetBSD
YAMAMOTO Takashi
2013-04-22
2
-8
/
+8
*
change the type of popcount unsigned
YAMAMOTO Takashi
2013-04-22
2
-2
/
+2
*
include strings.h for strcasecmp
YAMAMOTO Takashi
2013-04-22
1
-0
/
+2
*
fix an obvious mistake in a test of IFM_ETHER
YAMAMOTO Takashi
2013-04-22
1
-1
/
+1
*
ovsdb-server: Announce bound listening ports as status:bound_port.
Ben Pfaff
2013-04-18
5
-7
/
+32
*
socket-util: Log kernel-chosen bound ports in inet_open_passive().
Ben Pfaff
2013-04-18
1
-4
/
+12
*
Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP field.
Ben Pfaff
2013-04-18
3
-4
/
+48
*
list: Style fixes.
Ben Pfaff
2013-04-16
1
-3
/
+5
*
memory: Avoid 100% CPU when there is nothing to report.
Ben Pfaff
2013-04-11
1
-2
/
+4
*
netlink-socket: Don't bother logging SO_RCVBUFFORCE failure
Ansis Atteka
2013-04-11
1
-1
/
+1
[prev]
[next]