]> git.proxmox.com Git - ovs.git/shortlog
ovs.git
2019-01-23 Greg Rosedatapath: return -EEXIST if inet6_add_protocol fails
2019-01-23 Greg Rosecompat: Fixup ipv6 fragmentation on 4.9.135+ kernels
2019-01-22 Anju ThomasFix crash due to multiple tnl push action
2019-01-22 Aaron Conoletravis/linux-build: enable testing with clang builds
2019-01-22 Aaron Conoletravis: enable testsuite with dpdk
2019-01-22 Ben Pfaffseq: Correct example in comment.
2019-01-21 Justin PettitPrepare for post-2.11.0 (2.11.90).
2019-01-21 Justin PettitPrepare for 2.11.0.
2019-01-19 Darrell Ballconntrack: Fix FTP seq_skew boundary adjustments.
2019-01-19 David Marchandconntrack: fix expectations for ftp+DNAT.
2019-01-19 David Marchandconntrack: fix tcp seq adjustments when mangling commands.
2019-01-18 Ben Pfaffodp-util: Avoid revalidation error for masked NSH set...
2019-01-18 Ben PfaffFix bugs in L3 protocol support.
2019-01-18 Yi-Hung Weiselinux: Add missing permissions for ovs-kmod-ctl
2019-01-18 Ben Pfaffconnmgr: Do not send asynchronous messages to rconns...
2019-01-18 Yunjian Wangodp-util: Fix parsing QinQ packet in parse_8021q_onward.
2019-01-18 Toms Attekaofpbuf: Fix arithmetic error in ofpbuf_insert().
2019-01-18 Ilya Maximetscheckpatch: Check for C99 style comments.
2019-01-18 Ilya Maximetscheckpatch.at: Reduce duplication of equal headers.
2019-01-18 Ilya Maximetsdpif-netdev: Per-port configurable EMC.
2019-01-18 Ian StokesAUTHORS: Add Liang-min Wang.
2019-01-18 Ben Pfaffofpbuf: Reintroduce assertion on size in ofpbuf_pull().
2019-01-18 Ben Pfaffpoll-loop: Set poll loop initial deadline to LLONG_MAX.
2019-01-18 Yifeng Sunodp-util: Fix a bug in parse_odp_push_nsh_action
2019-01-18 Ben PfaffAUTHORS: Add shaoke xi.
2019-01-18 Ben Pfaffnetdev-linux: Fix function argument order in sfq_tc_load().
2019-01-18 Ben PfaffAUTHORS: Add Shweta Seth.
2019-01-18 Ben Pfaffofproto-dpif-xlate: Account mirrored packets only if...
2019-01-17 Ophir Munknetdev-dpdk: support port representors
2019-01-17 Yifeng Sunofp-actions: Avoid overflow for ofpact_learn_spec-...
2019-01-17 Ben Pfaffovn-nb.xml: Minor documentation corrections.
2019-01-17 Justin Pettitovsdb-server: Correct json-rpc comment for "disable...
2019-01-17 Numan Siddiqueovn: Add DHCP support for option 67 - bootfile name
2019-01-17 Numan Siddiquerhel: Split OpenvSwitch and OVN packages
2019-01-16 Han Zhousandbox: Fix env for clustered OVN DBs.
2019-01-16 Mark Michelsonovn: Add port addresses to IPAM later.
2019-01-16 Mark Michelsonovn: Clear dynamic_addresses when addresses are not...
2019-01-16 Ian Stokestravis: Add dpdk shared library build.
2019-01-16 Nitin KatiyarAdding support for PMD auto load balancing
2019-01-16 Ben Pfaffofproto: Handle flow monitor requests with multiple...
2019-01-16 Ben Pfaffovs-vswitchd: Implement OFPT_TABLE_FEATURES table modif...
2019-01-16 Ben Pfaffofp-table: Fix interpretation of when table features...
2019-01-15 Terry WilsonCorrect documentation for getting DB's cid
2019-01-15 Terry WilsonUn-revert Work around Python/C JSON unicode differences
2019-01-15 Timothy Redaellirhel: Add ovs-actions manpage to rhel and Fedora spec...
2019-01-15 Timothy Redaellilib: Add ovs-actions.7 to .gitignore
2019-01-15 Ilya Maximetscheckpatch: Check style of FOREACH loops.
2019-01-15 Ilya Maximetspython: Escape backslashes while formatting logs.
2019-01-11 Ben Pfaffpython: Avoid flake8 warning for unused variables.
2019-01-11 Ben Pfaffpython: Disable flake8 warning W504 "line break after...
2019-01-11 Ben Pfaffpython: Fix invalid escape sequences.
2019-01-11 Ilya Maximetsovs-actions: Remove unneeded unicode symbols.
2019-01-11 Ilya Maximetsvconn: Fix using of uninitialized deadline.
2019-01-11 Ben Pfaffofproto: Handle multipart requests with multiple parts.
2019-01-10 Ben Pfaffovs-actions: New document describing OVS actions in...
2019-01-10 Ben Pfaffnroff: Fix fonts for h2, h3, h4.
2019-01-10 Ben Pfaffnroff: Increase width for .IP used for ordered lists.
2019-01-10 Ilya Maximetsvconn: Allow timeout configuration for blocking connection.
2019-01-10 Ilya Maximetsstream: Allow timeout configuration for open_block.
2019-01-10 Ben PfaffAUTHORS: Add new contributors.
2019-01-10 Andreas Karisutilities: gdb debug commands fix typos
2019-01-10 Eelco Chaudronutilities: Update gdb script so it works with all pytho...
2019-01-10 solomonofp-group: support to insert bucket with weight value...
2019-01-10 Cian Ferriterdocs: Fix table title for VM MQ config in dpdk howto.
2019-01-09 William Tufaq: unload kernel module when non-zero refcnt.
2018-12-29 Eli Britsteinnetdev-tc-offloads: Support IPv6 hlimit rewrite
2018-12-29 Eli Britsteinnetdev-tc-offloads: Do not set 0 port attribute to...
2018-12-28 Lorenzo BianconiOVN: add static IP support to IPAM
2018-12-28 Lorenzo BianconiOVN: add mac address only support to IPAM/MACAM
2018-12-28 Stephen Finucanedoc: Add missing ':doc:' role
2018-12-28 Alin Gabriel... datapath-windows: Fix race condition when deleting...
2018-12-27 Ben Pfafftests: Include actual Address Sanitizer output in tests...
2018-12-27 Han Zhouovn-sb.ovsschema: Avoid duplicated IPs in Encap table.
2018-12-27 Yifeng Sunnf_conntrack_proto: Fix HAVE_NET_NS_GET macro for nf_co...
2018-12-27 Yifeng Sunodp-util: Fix fuzz runtime error of invalid dont_send...
2018-12-27 David Marchandsystem-traffic.at: avoid a race condition on monitor log
2018-12-27 Ben PfaffAUTHORS: Update ZhiPeng Lu's email address.
2018-12-27 luzhipeng-ztefix rpmbuild fails for rhel
2018-12-27 Maks Naumovovn: Fix incorrect comparison of the NB and SB band...
2018-12-27 Ilya Maximetscirrus: Enable testing of Python3 and SSL.
2018-12-27 Ilya Maximetscirrus: Enable tests on FreeBSD.
2018-12-27 Ilya Maximetsovsdb-idl.at: Increase timeouts for tests with multiple...
2018-12-27 Ilya Maximetsofproto-macros.at: Ignore "Socket is not connected...
2018-12-27 Ilya Maximetsovsdb-idl.at: Better choosing of wrong ports.
2018-12-27 Ilya Maximetspython: jsonrpc: Pick new remote on disconnect.
2018-12-25 Ilya Maximetsovn.at: Replace not portable '\+' in sed with '*'.
2018-12-25 Ilya Maximetstests: Enable logging for ovsdb test.
2018-12-24 Ilya Maximetsovsdb-idl.at: Add IDL tests for C library with TCP...
2018-12-24 Ilya Maximetssocket-util: Report POLLHUP as an error while connectio...
2018-12-24 Zang MingJiecmap: Fix hashing in cmap_find_protected().
2018-12-21 Anand Kumardatapath-windows: Use layers info to extract IP header...
2018-12-20 Ilya Maximetsofproto-dpif.at: Make sFlow sampling tests invariant...
2018-12-20 Ilya Maximetspmd.at: Replace not portable sed pattern with awk.
2018-12-20 Ilya Maximetsofproto-macros.at: Ignore attempts to open '127.0.0...
2018-12-20 Ilya Maximetsovsdb-cluster.at: Make torture tests BSD compliant.
2018-12-20 Ilya Maximetstest-ovsdb.py: Add line breaks to the error messages.
2018-12-20 Ilya Maximetsovs-macros.at: Hide 'exec -a' checking from user.
2018-12-20 Ilya Maximetspython: Catch setsockopt exceptions for TCP stream.
2018-12-19 Ilya Maximetsodp.at: Make 'sed -i' BSD compatible.
2018-12-19 Ben Pfaffutil: Make parse_int_string() only succeed if it parses...
next