summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-1412-13/+181
* ofp-parse: Correctly update bucket lists if they are empty.Ben Pfaff2015-02-132-17/+21
* netdev-dpdk: set_miimon should return EOPNOTSUPP.Mark D. Gray2015-02-131-1/+1
* netdev-dpdk: Fix typoMark D. Gray2015-02-131-1/+1
* mac-learning: Implement per-port MAC learning fairness.Ben Pfaff2015-02-133-52/+247
* lib/util.h: use types compatible with DWORDNithin Raju2015-02-121-4/+4
* timeval: Correctly report usage statistics in log_poll_interval().Ben Pfaff2015-02-111-26/+31
* netdev-dpdk: Allow changing NON_PMD_CORE_ID for testing purpose.Alex Wang2015-02-104-8/+12
* tunnel: Provide framework for tunnel extensions for VXLAN-GBP and othersThomas Graf2015-02-063-3/+37
* mcast-snoop: Add support to control Reports forwardingFlavio Leitner2015-02-042-1/+42
* mcast_snoop: make mcast_fport_bundle genericFlavio Leitner2015-02-042-51/+47
* ovs-dpctl: Do not report pmd info for 'dpif-netlink' datapath.Alex Wang2015-02-031-1/+1
* ofp-util: Issue error when OFPGC_DELETE command includes buckets.Ben Pfaff2015-02-031-2/+13
* miniflow: Fix miniflow push of L4 port numbers.Jarno Rajahalme2015-02-021-3/+6
* vlog: Ability to override the default log facility.Gurucharan Shetty2015-01-282-3/+83
* ofp-util: constify buckets parameter of ofputil_append*_group_desc_reply()Simon Horman2015-01-272-4/+4
* ofp-errors: Use OFPERR_OFPBRC_IS_SLAVE to reject slave controllers.Ben Pfaff2015-01-221-1/+7
* ofp-errors: Explain the whole "expected duplications" thing.Ben Pfaff2015-01-221-2/+30
* setup n_upcall_pids for vport_request when destroy all channelsGao feng2015-01-221-0/+1
* vconn: Move struct definitions back to provider interface.Ben Pfaff2015-01-201-1/+22
* stream-fd: Fix log message.Ben Pfaff2015-01-201-2/+2
* rconn: Remove dead code and data.Ben Pfaff2015-01-192-28/+2
* packets: Do not use zero sized array in icmp header.Gurucharan Shetty2015-01-161-2/+0
* ovs-numa.h: Add a missing OVS_UNUSEDYAMAMOTO Takashi2015-01-151-1/+1
* dpif: Use separate OVS_PACKET_ATTR_PROBE for packet messgesThomas Graf2015-01-151-1/+1
* route-table-bsd: Retry logicYAMAMOTO Takashi2015-01-141-8/+52
* Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 552002015-01-139-7/+215
* ipv6: Add support for setting ipv6 flow label.Pritesh Kothari2015-01-132-2/+2
* vconn: Avoid using C++ keyword 'class' as variable name in headersAmit Bose2015-01-132-22/+22
* pkg-config: Fix Cflags in package-config filesAmit Bose2015-01-122-2/+2
* dpif-netlink: Drop oversized packets instead of assert-failing.Ben Pfaff2015-01-111-11/+29
* netlink: Refine calculation of maximum-length attributes.Ben Pfaff2015-01-112-5/+12
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-1117-65/+611
* classifier: Make classifier_lookup() 'flow' parameter non-const.Ben Pfaff2015-01-114-6/+10
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-084-84/+92
* dpif-netdev: Fix rare flow add race condition.Ethan Jackson2015-01-071-3/+3
* ovs-dpctl: Minor manpages fixes.Joe Stringer2015-01-071-3/+3
* odp-util: Reuse standard delimiters.Joe Stringer2015-01-071-1/+1
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-0610-391/+479
* hash: Add hash_add64().Jarno Rajahalme2015-01-063-11/+27
* hash: Make basis of hash_words64() 32 bits.Jarno Rajahalme2015-01-062-10/+9
* FreeBSD: Fix build failure.Alex Wang2015-01-041-0/+1
* sflow: Export OVS datapath performance counters via sFlow.Neil McKee2015-01-012-1/+53
* dpif-netdev: Add per-pmd flow-table/classifier.Alex Wang2014-12-305-244/+419
* ovs-numa: Refine the module.Alex Wang2014-12-302-33/+138
* dpif-netdev: Add function to get pmd using core id.Alex Wang2014-12-301-6/+8
* bundles: Clean up bundle commit.Jarno Rajahalme2014-12-221-1/+0
* bundles: Reject unbundlable messages.Jarno Rajahalme2014-12-221-0/+100
* OF1.4 bundles: Verify xids.Jarno Rajahalme2014-12-221-0/+3
* rconn: Make OF 1.4 bundle messages 'admitted'.Jarno Rajahalme2014-12-221-2/+2