summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* doc: Populate 'topics' sectionStephen Finucane2016-12-125-10/+9
* netdev: Set the default number of queues at removal from the databaseIlya Maximets2016-12-092-3/+3
* csum: Fix csum_continue() on big endian with an odd number of bytes.Daniele Di Proietto2016-12-091-0/+4
* ovs-vswitchd: Avoid segfault for "netdev" datapath.nickcooper-zhangtonghao2016-12-091-1/+1
* dpctl: Fix usage for most dpctl commands.Ben Pfaff2016-12-061-10/+10
* ovs-appctl: Add usage content to "dpctl/*" command.nickcooper-zhangtonghao2016-12-061-2/+6
* netdev-dpdk: Don't use dev->vhost_id without mutex.Ilya Maximets2016-12-061-1/+1
* netdev-bsd: Fix compiling error in netbsd.Hui Kang2016-12-061-0/+4
* mpls: Fix MPLS restoration after patch port and group bucket.Jarno Rajahalme2016-12-023-9/+23
* ovs-numa: Allow leading 0x on pmd-cpu-mask.billyom2016-12-021-2/+9
* netdev-dpdk: Don't try to unregister empty vhost_id.Ilya Maximets2016-12-021-0/+5
* ofp-actions: Add "ingress" and "egress" options to "sample" action.Ben Pfaff2016-11-303-24/+99
* netdev-dpdk: Assign value '0' to unsupported netdev featuresBinbin Xu2016-11-281-3/+5
* odp-util: Fix incorrect comment.Ben Pfaff2016-11-261-2/+1
* netdev-dpdk: Add support for DPDK 16.11Ciara Loftus2016-11-251-1/+2
* ovs-router: add missing newline in lookup outputThadeu Lima de Souza Cascardo2016-11-251-1/+1
* ofp-print: Fix memory leak in ofp_print_queue_get_config_reply().Yi-Hung Wei2016-11-221-0/+1
* ovs: optimize 'ip_parse_port' function.nickcooper-zhangtonghao2016-11-211-8/+8
* lib: Use nl_attr_get_odp_port().Joe Stringer2016-11-162-3/+3
* netdev: Count ports within mutex.Joe Stringer2016-11-161-1/+1
* netdev: Fix sockaddr cast warning.Pravin B Shelar2016-11-161-2/+2
* ovs-router: report error when failing to insert routeThadeu Lima de Souza Cascardo2016-11-151-1/+1
* netdev-dpdk: Return rx/tx queue sizes only for ETH devices.Ilya Maximets2016-11-151-6/+11
* dpif-netdev: Honor rxq affinity during pmd threads creation.Ilya Maximets2016-11-151-9/+39
* dpif-netdev: non-pmd thread static_tx_qid should be constantPatrik Andersson2016-11-151-2/+2
* netdev-dpdk: Fix the issue of physical port's admin state configurationxu.binbin1@zte.com.cn2016-11-151-0/+2
* netdev-dpdk: Can't set specified vhost port's admin statexu.binbin1@zte.com.cn2016-11-151-2/+4
* ovs-router: Fix selection of source IP address when a gateway ip is introducedAriel Waizel2016-11-151-0/+3
* netdev: fix netmask in netdev_get_addrsThadeu Lima de Souza Cascardo2016-11-151-2/+2
* dpif-provider: Use ODPP_NONE in dp_netdev_flow_add()Simon Horman2016-11-151-1/+1
* netdev-dpdk: Fix crash in QoS.Daniele Di Proietto2016-11-141-1/+1
* dpcls: Use 32 packet batches for lookups.Bhanuprakash Bodireddy2016-11-141-65/+45
* flow: Add comments to mf_get_next_in_map().Bhanuprakash Bodireddy2016-11-141-5/+27
* flow: Skip invoking expensive count_1bits() with zero input.Bhanuprakash Bodireddy2016-11-141-5/+6
* dpif-netdev: Drop unused function.Joe Stringer2016-11-141-7/+0
* dpif-provider: Update port_add documentation.Joe Stringer2016-11-141-1/+1
* ofproto: Return the OFPC_BUNDLES bit in switch features reply.Jarno Rajahalme2016-11-142-2/+8
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-106-3/+117
* netdev-windows: use bitwise comparison for flagsAlin Serdean2016-11-041-2/+2
* netdev-windows: fix ofpbuf initializationAlin Serdean2016-11-041-1/+1
* doc: Convert vswitchd/INTERNALS to rSTStephen Finucane2016-11-032-2/+3
* doc: Convert datapath/README to rSTStephen Finucane2016-11-031-1/+1
* doc: Convert DESIGN to rSTStephen Finucane2016-11-031-1/+1
* dpif-netdev: Fix windows build.Daniele Di Proietto2016-10-191-1/+1
* ovsdb-idl: Check internal graph in OVSDB tests.Ben Pfaff2016-10-192-0/+124
* ovsdb-idl: Mark ovsdb_idl_get_row_arc() parameter const.Ben Pfaff2016-10-192-2/+2
* ovsdb-idl: Add some more implementation comments.Ben Pfaff2016-10-192-2/+38
* ovsdb-idl: Sort and unique-ify datum in ovsdb_idl_txn_write().Ben Pfaff2016-10-191-5/+12
* ovsdb-idl: Improve comment on ovsdb_idl_txn_write[_clone]().Ben Pfaff2016-10-191-17/+19
* ovsdb-idlc: Use ovsdb_datum_from_smap() instead of open-coding it.Ben Pfaff2016-10-192-14/+11