summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovs-sandbox: Use different log file names for ovn-controllers.Justin Pettit2018-07-061-1/+2
* vswitchd: Document new fdb statistics commandsEelco Chaudron2018-07-061-0/+5
* ofproto: Add CLI commands to show and clear mac_learning statisticsEelco Chaudron2018-07-063-1/+69
* utilities: Update gdb script to include mac_learning countersEelco Chaudron2018-07-061-0/+4
* mac-learning: Add per mac learning instance countersEelco Chaudron2018-07-062-0/+23
* mac-learning: Add additional mac-learning coverage countersEelco Chaudron2018-07-061-0/+6
* ovs-ofctl: Prefer "del-meters" and "dump-meters".Justin Pettit2018-07-062-18/+17
* dpif-netdev: Fix a couple of comments for dp_netdev_run_meter().Justin Pettit2018-07-061-4/+4
* ovn: Clarify the differences between QoS marking and metering.Justin Pettit2018-07-062-32/+42
* ovs-ofctl: Clarifications in the Meter Syntax man page section.Justin Pettit2018-07-061-11/+12
* OpenFlow: Update documentation to indicate support for virtual meters.Justin Pettit2018-07-062-14/+9
* NEWS: Correct release date of OVN QoS meter support.Justin Pettit2018-07-061-2/+2
* utilities: Add upcall related commands to the GDB scriptEelco Chaudron2018-07-061-1/+226
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-07-0619-148/+1873
|\
| * dpdk: Support both shared and per port mempools.Ian Stokes2018-07-0610-98/+457
| * Documentation: document ovs-dpdk flow offloadYuanhan Liu2018-07-062-1/+23
| * dpif-netdev: do hw flow offload in a threadYuanhan Liu2018-07-061-90/+258
| * netdev-dpdk: add debug for rte flow patternsYuanhan Liu2018-07-061-0/+177
| * netdev-dpdk: implement flow offload with rte flowFinn Christensen2018-07-061-1/+557
| * dpif-netdev: retrieve flow directly from the flow markYuanhan Liu2018-07-064-6/+121
| * flow: Introduce IP packet sanity checksYuanhan Liu2018-07-061-32/+69
| * dpif-netdev: associate flow with a mark idYuanhan Liu2018-07-062-0/+291
| * dpdk: Use DPDK 17.11.3 release.Ian Stokes2018-07-064-10/+10
* | DNS: Add basic support for asynchronous DNS resolvingYifeng Sun2018-07-0625-165/+604
* | dpif-netlink-rtnl: Retry smaller MTU when default MAX_MTU is too large.Yifeng Sun2018-07-061-9/+20
* | OVN: add IPv6 address unreachable support to OVN router portsLorenzo Bianconi2018-07-063-2/+18
* | OVN: add IPv6 UDP port unreachable support to OVN logical routerLorenzo Bianconi2018-07-062-4/+38
* | OVN: add unit test for ICMPv6 TTL exceededLorenzo Bianconi2018-07-061-3/+23
* | AUTHORS: Add Keshav Gupta and Rohith Basavaraja.Ben Pfaff2018-07-061-0/+2
* | ofproto-dpif-xlate: Fix packet_in reason for Table-miss ruleKeshav Gupta2018-07-062-36/+84
|/
* OVN: add ICMPv6 time exceeded support to OVN logical routerLorenzo Bianconi2018-07-052-1/+42
* ofp-actions: Fix undefined behavior shifting 'int' 16 places left.Ben Pfaff2018-07-051-1/+2
* extract-ofp-errors: Fix undefined behavior shifting 'int' 16 places left.Ben Pfaff2018-07-051-2/+2
* json: Avoid signed integer overflow in parsing exponents.Ben Pfaff2018-07-052-3/+24
* ofp-actions: Fix buffer overread in decode_LEARN_specs().Ben Pfaff2018-07-051-1/+1
* ofp-actions: Avoid buffer overread in BUNDLE action decoding.Ben Pfaff2018-07-051-6/+7
* ofproto-dpif: Let the dpif report when a port is a duplicate.Ben Pfaff2018-07-052-6/+10
* netdev-linux: Fix segfault in update_lag().Tiago Lam2018-07-051-1/+7
* db-ctl-base: Use boolean variable values.Darrell Ball2018-07-051-1/+1
* tests: Add more fragmentation tests.Darrell Ball2018-07-053-0/+232
* conntrack: Fix fragmentation checks.Darrell Ball2018-07-052-33/+113
* ovn.at: Add stateful test for ACL on port groups.Han Zhou2018-07-051-21/+48
* ovn-northd: Apply pre ACLs when using Port GroupsDaniel Alvarez2018-07-052-45/+57
* ovndb-servers: Set connection table when using load balancer to manage ovndb ...aginwala2018-07-051-16/+23
* ovn-ctl: Support NB and SB DBs to start without using remote connections.aginwala2018-07-051-1/+9
* db-ctl-base: Fix compilation warnings.Ian Stokes2018-07-051-6/+4
* rconn: Suppress 'connected' log for unreliable connections.Ilya Maximets2018-07-051-1/+1
* ofproto-macros: Ignore "Dropped # log messages" in check_logs.Ben Pfaff2018-07-051-0/+6
* db-ctl-base: Don't die in cmd_destroy() on error.Jakub Sitnicki2018-07-031-2/+6
* db-ctl-base: Don't die in cmd_clear() on error.Jakub Sitnicki2018-07-031-2/+3