summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* windows: Fix return value in case of named pipe send failureAlin Gabriel Serdean2018-05-081-3/+3
* ovs-vswitchd: Better document that ovs-vswitchd manages its own datapaths.Ben Pfaff2018-05-071-2/+7
* odp-util: Remove unnecessary TOS ECN bits rewrite for tunnelsJianbo Liu2018-05-011-0/+10
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-04-301-5/+81
|\
| * netdev-dpdk: Free mempool only when no in-use mbufs.Kevin Traynor2018-04-211-5/+81
* | lib/tc: Remove unnecessary icmp recalculationJianbo Liu2018-04-251-3/+4
|/
* ofproto-dpif-xlate: makes OVS native tunneling honor tunnel-specified source ...wenxu2018-04-183-9/+33
* lacp: New command "lacp/show-stats" fordisplaying LACP counters.Nitin Katiyar2018-04-181-3/+76
* netdev: If MTU set fails, issue warn log.Darrell Ball2018-04-181-1/+1
* netdev: Fix typos in comment.Ben Pfaff2018-04-171-1/+1
* socket-util: Improve comments on (host,port) parsing functions.Ben Pfaff2018-04-171-2/+2
* netdev: New function netdev_get_ip_by_name().Ben Pfaff2018-04-162-23/+59
* socket-util: Add more functions for IPv[46] sockaddr and sockaddr_storage.Ben Pfaff2018-04-163-61/+120
* Make <host>:<port> parsing uniform treewide.Ben Pfaff2018-04-164-143/+86
* socket-util: Make inet_parse_active() and inet_parse_passive() more alike.Ben Pfaff2018-04-166-14/+13
* socket-util: New function inet_parse_address().Ben Pfaff2018-04-162-0/+28
* ovn-northd: Use common code for sockaddr_storage.Ben Pfaff2018-04-162-6/+23
* socket-util: Make address parser check for trailing garbage.Ben Pfaff2018-04-161-0/+6
* socket-util: Fix error in comment on ss_format_address().Ben Pfaff2018-04-161-2/+1
* stopwatch: Add latch_poll to stopwatch loop.Mark Michelson2018-04-131-0/+1
* netdev-tc-offloads: Add offloading of multiple outputsChris Mi2018-04-122-13/+12
* tc: Make the actions order consistentChris Mi2018-04-123-159/+238
* tc: Change filter error to debug onceRoi Dayan2018-04-111-1/+1
* Handle gratuitous ARP requests and replies in tnl_arp_snoop()Manohar Krishnappa Chidambaraswamy2018-04-102-2/+20
* stopwatch: Fix Windows incompatibilityMark Michelson2018-04-101-38/+54
* stopwatch: Explicitly ignore write() return value.Justin Pettit2018-04-061-5/+6
* stopwatch: Fix some minor coding style issues.Justin Pettit2018-04-062-14/+16
* xlate: Correct handling of double encap() actionsJan Scheurich2018-04-062-10/+7
* userspace: return correct ipv6 header len.William Tu2018-04-041-1/+1
* ofp-flow: minimatch is initialized twice.Yifeng Sun2018-04-041-1/+0
* ovsdb-idl: properly destroy ovsdb_idl.serverYifeng Sun2018-04-041-0/+1
* ovsdb-idl: omit_alert should implicitly turn off tracking.Han Zhou2018-04-041-3/+3
* tests: Add tests for stopwatch moduleJakub Sitnicki2018-04-031-1/+1
* stopwatch: Add API for waiting until samples have been processedJakub Sitnicki2018-04-032-8/+29
* stopwatch: Add API for retrieving calculated statisticsJakub Sitnicki2018-04-032-0/+47
* Add stopwatch timing APIMark Michelson2018-04-033-0/+526
* ofp-actions: Correct execution of encap/decap actions in action setJan Scheurich2018-04-031-3/+3
* ovs-vswitchd: Do not use system routing table with --disable-system.Ben Pfaff2018-04-032-2/+20
* v2 netlink-socket: Fix broken build on WindowsAlin Gabriel Serdean2018-04-031-0/+2
* netdev-linux: fail ops not supporting remote netns.Flavio Leitner2018-03-312-15/+121
* netlink linux: enable listening to all nsidsFlavio Leitner2018-03-317-8/+45
* netdev-linux: use netlink to update netdev.Flavio Leitner2018-03-311-3/+111
* netnsid: update device only if netnsid matches.Flavio Leitner2018-03-313-6/+67
* netlink: provide network namespace id from a msg.Flavio Leitner2018-03-317-12/+193
* json: Avoid extra memory allocation and string copy parsing object members.Ben Pfaff2018-03-312-2/+30
* seq: Avoid some "possible leak" warnings from valgrind.Ben Pfaff2018-03-311-1/+1
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-314-41/+75
* flow, match, classifier: Add new functions for miniflow and minimatch.Ben Pfaff2018-03-314-0/+94
* flow: Improve type-safety of MINIFLOW_GET_TYPE.Ben Pfaff2018-03-314-7/+23
* match: Add 'tun_md' member to struct minimatch.Ben Pfaff2018-03-312-1/+23