cascardo/ovs.git
2016-07-13 Justin Pettitovn-northd: Use dynamic strings when building router...
2016-07-13 Justin Pettitovn: Remove 'default_gw' from logical router table.
2016-07-13 Justin Pettitovn: Add xxreg[01] symbols.
2016-07-13 Justin Pettitovn: Renumber logical field registers to the newly...
2016-07-13 Justin PettitIntroduce 128-bit xxregs.
2016-07-13 Justin PettitIncrease number of registers to 16.
2016-07-13 Justin Pettitovn-northd: Fix comments about the flows.
2016-07-13 Justin Pettitovn-controller: Log OpenFlow errors at "info" level.
2016-07-13 Justin Pettitofctrl: Fix non-sensical comment.
2016-07-12 Joe Stringerovs-bugtool: Port to python3.
2016-07-11 Joe Stringersystem-traffic: Use NC_EOF_OPT in truncate tests.
2016-07-11 Pravin B Shelardatapath: Fix ip tunnel compilation for newer kernel.
2016-07-11 Nithin Rajudatapath-windows: remove unused 'ovsUserTimestampDelta'
2016-07-09 Gurucharan... ovn-controller: Change strategy for gateway conntrack...
2016-07-09 Darrell Ballovn: Remove unreferenced patched datapaths.
2016-07-09 Pravin B Shelardatapath: backport: iptunnel: make rx/tx bytes counters...
2016-07-09 Pravin B Shelardatapath: backport: ovs/vxlan: fix rtnl notifications...
2016-07-09 Pravin B Shelardatapath: backport: ovs/geneve: fix rtnl notifications...
2016-07-09 Pravin B Shelardatapath: backport: ovs/gre,geneve: fix error path...
2016-07-09 Pravin B Shelardatapath: backport: geneve: fix tx_errors statistics
2016-07-09 Pravin B Shelardatapath: backport: udp: prevent skbs lingering in...
2016-07-09 Pravin B Shelardatapath: backport: udp_offload: Set encapsulation...
2016-07-09 Pravin B Shelardatapath: backport: geneve: add IPv6 bits to geneve_fil...
2016-07-09 Pravin B Shelardatapath: compat: get rid of OVS_CB inner header offsets.
2016-07-09 Pravin B Shelardatapath: backport: openvswitch: correct encoding of...
2016-07-09 Pravin B Shelardatapath: compat: Use dst-cache for Geneve and VxLAN...
2016-07-09 Pravin B Shelardatapath: Add support for IPv6 tunnels.
2016-07-09 Pravin B Shelardatapath: compat: Update Geneve and VxLAN modules.
2016-07-09 Pravin B Shelardatapath: compat: Add support for IPv6 UDP tunnel segme...
2016-07-09 Pravin B Shelardatapath: compat: Prepare tnl-segmentation for ipv6.
2016-07-09 Pravin B Shelardatapath: backport: ip_tunnel: Move stats update to...
2016-07-09 Pravin B Shelardatapath: backport: udp: Add socket based GRO and config
2016-07-09 Pravin B Shelardatapath: compat: Update IPv6 in setup_udp_tunnel_sock()
2016-07-09 Pravin B Shelardatapath: compat: Update udp_sock_create
2016-07-09 Pravin B Shelardatapath: compat: rename HAVE_METADATA_DST to USE_UPSTR...
2016-07-09 Pravin B Shelardatapath: backport: ip_tunnel: add support for setting...
2016-07-09 Pravin B Shelardatapath: compat: Remove unnecessary iptunnel_xmit...
2016-07-09 Pravin B Shelardatapath: backport: tunnel: introduce ipv6_tun_rx_dst()
2016-07-09 Pravin B Shelardatapath: backport: ip_tunnel_core: iptunnel_handle_off...
2016-07-09 Pravin B Shelardatapath: backport: net: add dst_cache support
2016-07-09 Pravin B Shelardatapath: backport: tunnels: Remove encapsulation offlo...
2016-07-09 Pravin B Shelardatapath: backport: iptunnel: scrub packet in iptunnel_...
2016-07-09 Pravin B Shelardatapath: compat: Refactor egress tunnel info
2016-07-08 Flavio Leitnerdpif-netdev: Remove PMD latency on seq_mutex
2016-07-08 Ilya Maximetsnetdev-dummy: Add n_txq option.
2016-07-08 Ilya Maximetsnetdev-dpdk: Obtain number of queues for vhost ports...
2016-07-08 Numan Siddiqueovn: Support l2gateway-chassis option in "l2gateway...
2016-07-07 Paul Bocaovn test: Skip "send gratuitous arp on localnet" if...
2016-07-07 Gurucharan... INSTALL.Docker.md: Clarify OVS python library path.
2016-07-07 Russell Bryantovn-sbctl: Change lport-(un)bind to lsp-(un)bind.
2016-07-07 nickcooper... ovn: improve OVN tutorial.
2016-07-07 Ryan Moatsovn-controller: Remove old address set after change.
2016-07-07 Daniele Di... Makefile.am: Add INSTALL.DPDK-ADVANCED.md to EXTRA_DIST.
2016-07-07 Daniele Di... netdev-linux: Do not log a warning if the device is...
2016-07-06 Daniele Di... vlog.py: Remove redundant setLevel() if "/dev/log"...
2016-07-06 Ilya Maximetsnetdev-dpdk: Use instant sending instead of queueing...
2016-07-06 Bhanuprakash... INSTALL.DPDK: Refactor DPDK install guide, add ADVANCED doc
2016-07-06 Bhanuprakash... INSTALL.DPDK: Refactor DPDK install documentation
2016-07-06 Paul Bocavlog test: Disable default syslog logger
2016-07-06 Thadeu Lima... bridge: open_type should be used for netdev_open
2016-07-06 Jarno Rajahalmeovs-ofctl: Clarify CT action documentation.
2016-07-06 YAMAMOTO Takashiovn.at: Use = instead of == for test
2016-07-05 Andy Zhoulib: Remove extra API dependency for ovs_thread_create()
2016-07-05 Ben Pfaffnetlink-notifier: Avoid valgrind possible leak warning.
2016-07-05 Ben Pfaffbridge: Add assertion to document an invariant in find_...
2016-07-04 Gurucharan... ovn: Add support for Load balancers.
2016-07-03 Gurucharan... ovn-controller: Add support for load balancing.
2016-07-03 Ben Pfaffovn: Add colon token to lexer, to support parsing ...
2016-07-03 Lance Richardsonovn: Reduce duplicated process termination code in...
2016-07-03 Ryan Moatslflow: Refactor neighbor flows.
2016-07-03 Ryan Moatsphysical: Refactor multicast group processing.
2016-07-03 Ryan Moatsphysical: Refactor port binding processing.
2016-07-03 Ryan Moatslflow: Refactor lflow handling into new function consid...
2016-07-03 Ryan MoatsChange tracking structures to use struct uuids
2016-07-03 Gurucharan... ovn-northd: Introduce stateful table.
2016-07-03 Gurucharan... ovn-northd: Introduce pre-stateful table.
2016-07-03 Alin Serdeanbuild: Skip check-export-symbol on Windows
2016-07-03 Russell Bryantovn: Add address set support for ACLs.
2016-07-03 Lance Richardsonovn-controller: process lport bindings only when transa...
2016-07-03 nickcooper... ovn-nbctl: Improve manpage.
2016-07-03 Gurucharan... ovn-northd.8: Update documentation.
2016-07-03 Markos Chandrasutilities: ovs-ctl: Drop duplicate line
2016-07-03 Gurucharan... ovn-northd: Split ACL and pre-ACL processing.
2016-07-03 William Tuofproto-dpif-mirror: Add mirror snaplen support.
2016-07-03 William Tuvagrant: Add FreeBSD 10.2 box support.
2016-07-03 William Tuovsdb: Fix dead assignment reported by clang.
2016-07-03 William Tuovn-nbctl: Fix double free in nbctl_lr_route_list().
2016-07-03 William Tuovn-controller-vtep: Remove dead increment.
2016-07-03 William Tunetlink: Avoid passing NULL pointer to memcpy(), even...
2016-07-03 William TuFix dead assignments.
2016-07-03 Jan Scheurichofproto: Add relaxed group_mod command ADD_OR_MOD
2016-07-03 Russell Bryantovn: Add address set support.
2016-07-02 Lance Richardsonovn: gracefully exit daemons in "3 HVs, 3 LS, 3 lports...
2016-07-02 Zong Kai LIovn: Add 'na' action and lflow for ND
2016-07-02 Ben Pfaffflow: New function is_nd().
2016-07-02 Aaron Rosengitignore: Update for Debian build artifacts.
2016-07-02 William TownsendTravis: Added python plugins flake8 and hacking.
2016-07-02 Aaron Conoleutilities/ovs-tcpdump.in: Poll the process status
2016-07-02 Aaron Conoleutilities/ovs-tcpdump.in: Fix port lookups
2016-07-02 Sairam VenugopalWindows: Ignore the dpif conversions for windows in...
next