summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add connection tracking label support.Joe Stringer2015-10-1313-5/+261
* Add connection tracking mark support.Joe Stringer2015-10-1314-29/+297
* Add support for connection tracking.Joe Stringer2015-10-1317-17/+892
* ofp-actions: Pass ofp_version to decode functions.Joe Stringer2015-10-131-29/+104
* meta-flow: Rename IPv6 type to be128.Joe Stringer2015-10-131-3/+3
* types: Add big-endian 128-bit types and helpers.Joe Stringer2015-10-133-0/+45
* ofp-actions: Extend reg_load parsing to >64bits.Joe Stringer2015-10-131-8/+20
* ofp-actions: Refactor set_field tokenization.Joe Stringer2015-10-131-12/+42
* tnl-ports: add IPv6 supportThadeu Lima de Souza Cascardo2015-10-131-15/+57
* tnl-arp-cache: add IPv6 Neighbor Discovery supportThadeu Lima de Souza Cascardo2015-10-132-17/+81
* route: support IPv6 and use IPv4-mapped addressesThadeu Lima de Souza Cascardo2015-10-134-84/+192
* ofproto-dpif: Add check in rstp_run.Daniele Venturino2015-10-121-0/+2
* meta-flow: Remove circular dependency on enum ofputil_protocol.Jarno Rajahalme2015-10-092-6/+8
* poll-loop: Fix a bug while finding a poll node.Gurucharan Shetty2015-10-081-2/+6
* netlink: helper functions for ipv6 address in netlink attrsJiri Benc2015-10-052-0/+26
* lib: Add ipv6 helper functions.Jiri Benc2015-10-051-0/+8
* packets: Provide functions to work with IPv4-mapped IPv6 addresses.Thadeu Lima de Souza Cascardo2015-10-052-9/+21
* util: Fix definition of LIST_FOR_EACH_CONTINUE macro.Mauricio Vásquez2015-10-021-1/+1
* daemon.h: Fix compilation errors on Windows.Gurucharan Shetty2015-10-011-4/+4
* Fix build when HAVE_LIBCAPNG is not defined.Russell Bryant2015-10-011-3/+3
* dpdk: reject --user optionAndy Zhou2015-09-301-0/+8
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-305-13/+412
* configure: add configuration options for libcap-ngAndy Zhou2015-09-301-0/+1
* openflow-common: Correct Netronome vendor ID.Simon Horman2015-09-301-0/+1
* Revert "poll-loop: Fix assertion in poll_create_node()."Gurucharan Shetty2015-09-301-2/+2
* util: Generalize rightmost_1bit_idx(), leftmost_1bit_idx().Ben Pfaff2015-09-291-13/+8
* netlink-socket.c: event polling for packets on windowsNithin Raju2015-09-291-9/+18
* vlog: deprecate --syslog-target argumentAnsis Atteka2015-09-291-0/+10
* ofp-msgs: fix enum of OFPMP_TABLE_DESC.Minoru TAKAHASHI2015-09-291-2/+2
* tnl-ports: Include tnl-ports.h as first header.Thadeu Lima de Souza Cascardo2015-09-291-1/+3
* tun-metadata: Avoid MSVC compile error on 64-bit builds for 0-length array.Ben Pfaff2015-09-281-1/+6
* nl_sock_fd is not used under MSVCAlin Serdean2015-09-282-5/+4
* dpdk: fix compiler warnings on 32bit buildAndy Zhou2015-09-241-7/+7
* Include headers where ovs_rundir is used.Alin Serdean2015-09-231-0/+1
* Include headers when using ovs_rundirAlin Serdean2015-09-231-0/+2
* poll-loop: Fix assertion in poll_create_node().Ilya Maximets2015-09-221-2/+2
* dpif-netdev: Exact match non-presence of vlans.Jarno Rajahalme2015-09-182-0/+11
* stream-ssl: Get peer-ca-cert functionality to work.Gurucharan Shetty2015-09-181-1/+1
* ofp-util: Fix struct ofputil_requestforward union membership.Ben Pfaff2015-09-181-4/+4
* ovs-router: Include ovs-router.h as first header.Thadeu Lima de Souza Cascardo2015-09-171-1/+3
* ovs-router: Add missing ds_destroy after ds was put.Thadeu Lima de Souza Cascardo2015-09-171-0/+1
* tnl-port: Fix list iteration.Pravin B Shelar2015-09-141-4/+4
* db-ctl-base: Make 'cmd_show_tables' argument to ctl_init() optional.Ben Pfaff2015-09-141-3/+14
* tunnel: Validate IP header for userspace tunneling.Jesse Gross2015-09-131-0/+27
* ofp-actions: Allow special handling for nested actions.Joe Stringer2015-09-111-28/+79
* dpif-netdev: Check for PKT_RX_RSS_HASH flag.Daniele Di Proietto2015-09-116-6/+32
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-096-31/+226
* tnl-arp-cache: Add a command to add or modify an ARP cache entry.Ben Pfaff2015-09-091-19/+48
* pcap-file: Flush packets to operating system immediately.Ben Pfaff2015-09-091-1/+3
* tun-metadata: Provide error messages during auto-allocation.Jesse Gross2015-09-096-30/+88