summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Export 'count_1bits' function needed by ddlog.ovn-ddlog-patchesJustin Pettit2019-10-032-52/+50
* Export two functions from `packets.h`Leonid Ryzhyk2019-10-032-21/+27
* Export `eth_addr_mark_random()` from `packets.c`Leonid Ryzhyk2019-10-032-5/+8
* export several functions from `packet.h` needed by ddlogLeonid Ryzhyk2019-10-032-44/+57
* packets: Make in6_generate_lla() no longer inline.Leonid Ryzhyk2019-10-032-16/+16
* jsonrpc: Add jsonrpc_session_send_block().Justin Pettit2019-10-032-0/+13
* vlog: fix memory leak in vlog_set_log_file() functionDamijan Skvarc2019-10-021-1/+1
* ovsdb-client: fix memory leak to prevent valgrind reporting memory leaks whil...Damijan Skvarc2019-10-021-1/+4
* odp-util: calc checksum of ip hdr for tunnel encapMartin Zhang2019-10-011-3/+7
* Documentation: Document a useful pre-push hook for committers.Ben Pfaff2019-10-011-0/+50
* MAINTAINERS: Add William Tu.Ben Pfaff2019-10-011-0/+2
* ovsdb-client: fix memory leak in do_needs_conversion() and do_convert()Damijan Skvarc2019-10-011-0/+2
* cirrus: Fix typo in the name of sphinx package.Ilya Maximets2019-10-011-1/+1
* ovsdb-client: fix memory leak in is_database_clustered() function.Damijan Skvarc2019-09-301-1/+3
* AUTHORS: Add Liu Chang.Ben Pfaff2019-09-301-0/+1
* userspace-tunnelling.rst: Fix a typo in the userspace tunnel guideLiu Chang2019-09-301-1/+1
* ovn: Remove remaining pieces.Ben Pfaff2019-09-3032-17378/+24
* ovsdb-cluster: Use ovs-vsctl instead of ovn-nbctl and ovn-sbctl.Ben Pfaff2019-09-302-20/+44
* datapath: Fix conntrack cache with timeoutYi-Hung Wei2019-09-302-0/+31
* AUTHORS: Add Lukasz Pawlik.Ian Stokes2019-09-301-0/+1
* fatal-signal: Catch SIGSEGV and print backtrace.William Tu2019-09-278-7/+126
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-2779-1144/+648
* ofproto-dpif-xlate: Translate timeout policy in ct actionYi-Hung Wei2019-09-2612-22/+308
* datapath: Add support for conntrack timeout policyYi-Hung Wei2019-09-265-5/+63
* datapath: compat: Backport nf_conntrack_timeout supportYi-Hung Wei2019-09-264-0/+144
* ofproto-dpif: Consume CT_Zone, and CT_Timeout_Policy tablesYi-Hung Wei2019-09-266-2/+538
* simap: Add utility function to help compare two simaps.Ben Pfaff2019-09-262-1/+15
* ct-dpif, dpif-netlink: Add conntrack timeout policy supportYi-Hung Wei2019-09-2614-9/+1142
* ct-dpif: Export ct_dpif_format_ipproto()Yi-Hung Wei2019-09-262-2/+2
* ovs-vsctl: Add conntrack zone commands.William Tu2019-09-263-6/+253
* travis: Drop -MD related workaround for sparse.Ilya Maximets2019-09-261-5/+0
* dpdk: Remove unneeded log message copy.David Marchand2019-09-261-7/+5
* flow: fix incorrect padding length checking in ipv6_sanity_checkYanqin Wei2019-09-251-1/+1
* show "rx_missed_errors" counter in interface statisicstxfh20072019-09-251-0/+1
* treewide: Use packet batch APIsPaul Chaignon2019-09-257-17/+23
* Add a __str__ method to idl.RowTerry Wilson2019-09-251-0/+6
* userspace: Enable non-bridge port as tunnel endpoint.Yifeng Sun2019-09-253-15/+104
* vswitchd: update bond-rebalance-interval maxInteger in vswtich.xmlEelco Chaudron2019-09-251-1/+2
* conntrack: Add option to disable TCP sequence checking.Darrell Ball2019-09-2513-5/+305
* Exclude ovn-nb/ovn-sb man and OVN schema files during compilation.Numan Siddique2019-09-252-87/+6
* flake8: also check the ovs-check-dead-ifs scriptAaron Conole2019-09-251-0/+1
* ovs-check-dead-ifs: unshadow pid variableAaron Conole2019-09-251-1/+1
* ovs-check-dead-ifs: python3 print formatAaron Conole2019-09-251-3/+3
* conntrack: Optimize recirculations.Darrell Ball2019-09-255-5/+139
* conntrack: Fix 'reverse_nat_packet()' variable datatype.Darrell Ball2019-09-241-1/+5
* ovsdb-idlc.in: fix dict change during iteration.Flavio Leitner2019-09-241-1/+1
* conntrack: Fix 'check_orig_tuple()' Valgrind false positive.Darrell Ball2019-09-241-4/+3
* AUTHORS: Add Martin Zhang and Dujie.Ben Pfaff2019-09-241-0/+2
* odp-util: fill IPv4 ver and head length for tnl_pushMartin Zhang2019-09-241-0/+1
* ovs-ofctl: fix memory leak in open_vconn__() functionDamijan Skvarc2019-09-241-0/+2