summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* timeval: Reorder elements in clock structure.Bhanuprakash Bodireddy2016-10-171-2/+2
* netlink-socket: Reorder elements in nl_dump structure.Bhanuprakash Bodireddy2016-10-171-3/+3
* dpif: Reorder elements in dpif_upcall structure.Bhanuprakash Bodireddy2016-10-171-1/+4
* dpif-netdev: Reorder elements in dp_netdev_port structure.Bhanuprakash Bodireddy2016-10-171-1/+1
* dpif-netdev: Cache align netdev_flow_keys.Bhanuprakash Bodireddy2016-10-171-1/+1
* dpif-netdev: Add comments to dp_netdev_input__().Bhanuprakash Bodireddy2016-10-171-0/+9
* hash: Skip Invoking mhash_add__() with zero input.Bhanuprakash Bodireddy2016-10-171-0/+5
* stream-ssl: Fix memory leak on error path.Ben Pfaff2016-10-171-1/+1
* dpdk: Fix DPDK pdump compilationCiara Loftus2016-10-132-3/+5
* dpdk: New module with some code from netdev-dpdk.Daniele Di Proietto2016-10-1210-454/+527
* netdev-dpdk: Change vlog module name to 'netdev_dpdk'.Daniele Di Proietto2016-10-121-1/+1
* netdev-dpdk: Use init() function to initialize classes.Daniele Di Proietto2016-10-121-18/+35
* netdev-dpdk: Remove useless 'rte_eal_init_ret'.Daniele Di Proietto2016-10-121-24/+4
* netdev-dpdk: Remove useless nonpmd_mempool_mutex.Daniele Di Proietto2016-10-121-25/+0
* netdev-dpdk: Use xasprintf() when possible.Daniele Di Proietto2016-10-121-24/+17
* netdev-dpdk: Do not abort if out of hugepage memory.Daniele Di Proietto2016-10-121-24/+38
* netdev-dpdk: Acquire dev->stats_lock only once.Daniele Di Proietto2016-10-121-8/+11
* netdev-dpdk: Use RCU for egress QoS.Daniele Di Proietto2016-10-121-138/+93
* netdev-dpdk: Refactor dpdk_mp_get().Daniele Di Proietto2016-10-121-20/+26
* netdev-nodpdk.c: Add missing copyright.Daniele Di Proietto2016-10-121-0/+16
* netdev-dpdk.h: Add missing copyright.Daniele Di Proietto2016-10-121-0/+16
* dpif-netdev: Fix crash in dpif_netdev_execute().Daniele Di Proietto2016-10-121-13/+20
* smap: New macro SMAP_CONST2 for an immutable map of 2 key-value pairs.Ben Pfaff2016-10-071-9/+17
* json: Fix non-static json char lookup table.Joe Stringer2016-10-061-1/+1
* ovn-nbctl: Check the length of MAC addressnickcooper-zhangtonghao2016-10-051-2/+4
* json: Serialize strings using a lookup tableRodriguez Betancourt, Esteban2016-10-051-36/+40
* json: Use reference counting in JSON objectsRodriguez Betancourt, Esteban2016-10-041-2/+16
* netdev-linux: double tagged packets should use 0x88a8Eric Garver2016-10-041-3/+11
* ovn-nbctl: Add LB commands.nickcooper-zhangtonghao2016-10-032-0/+28
* tests/bundle: test bundle action with ports up and downThadeu Lima de Souza Cascardo2016-10-031-1/+2
* Change some old references to nicira-ext.h.Thadeu Lima de Souza Cascardo2016-09-303-3/+3
* netdev-dpdk: Configure flow control only when necessary.Ilya Maximets2016-09-301-10/+14
* netdev-dpdk: Allow configurable queue sizes for 'dpdk' portsCiara Loftus2016-09-301-7/+54
* netdev-dpdk: Fix coding styleMark Kavanagh2016-09-291-34/+41
* netdev-dpdk: consistent naming for mbuf variablesMark Kavanagh2016-09-291-17/+17
* netdev-dpdk: Introduce dpdk_mp_mutex.Ilya Maximets2016-09-291-27/+28
* ofp-actions: Always consider inconsistent CT actions as an error.Jarno Rajahalme2016-09-271-2/+5
* ofp-actions: Check that 'alg=ftp' matches on TCP.Jarno Rajahalme2016-09-271-1/+2