summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sflow: use ovs route API to get source IP address.Pravin B Shelar2016-03-246-29/+42
* netdev: remove netdev_get_in4()Pravin B Shelar2016-03-248-207/+40
* tunneling: Enable IPv6 tuneling.Pravin B Shelar2016-03-241-8/+0
* netdev-dummy: change netdev seq on ip address change.Pravin B Shelar2016-03-241-0/+2
* tnl-neigh-cache: tighten arp and nd snooping.Pravin B Shelar2016-03-241-1/+12
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-2412-174/+347
* lib: Fix compose ndPravin B Shelar2016-03-241-18/+41
* osx: Fix OS X build issuesLance Richardson2016-03-232-2/+4
* lib/util.c: Optimise bitwise_rscan.Han Zhou2016-03-231-3/+34
* ofpbuf: Don't include unneeded "packets.h".Ben Pfaff2016-03-232-2/+4
* ovs_strerror, ovs_format_message: Always use "Success" for errno 0YAMAMOTO Takashi2016-03-241-0/+20
* byte-order: use system ntohll() and htonll() for OS XLance Richardson2016-03-221-2/+2
* osx: handle differences between OS X and other BSDsLance Richardson2016-03-223-0/+13
* timeval: Add clock_gettime() for OS XLance Richardson2016-03-221-1/+32
* netdev-dpdk: Fix crash when changing the vhost-user port.Ilya Maximets2016-03-221-3/+6
* ovsdb-idl: Present tracked changes in increasing change number order.RYAN D. MOATS2016-03-221-4/+5
* db-ctl-base: Fix a typo.Russell Bryant2016-03-211-1/+1
* list.h: Define OVS_LIST_POISON staticallyNithin Raju2016-03-211-5/+9
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-1970-165/+71
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-1923-831/+23
* Move lib/geneve.h to include/openvswitch directoryBen Warren2016-03-194-66/+2
* ovn: Add l3 port security for IPv4 and IPv6Numan Siddique2016-03-181-0/+16
* ovs-ofctl: Update manpage for --color option.Quentin Monnet2016-03-182-0/+60
* ofp-actions: Color output of flow actions for ovs-ofctl dump-flows.Quentin Monnet2016-03-185-121/+183
* match: Color output of match conditions for ovs-ofctl dump-flows.Quentin Monnet2016-03-182-56/+73
* ovs-ofctl: Add output colors for flow attributes.Quentin Monnet2016-03-181-11/+21
* ovs-ofctl: Declare / set up colors for command output.Quentin Monnet2016-03-183-0/+182
* ovs-ofctl: Add option for color output to dump-flows command.Quentin Monnet2016-03-182-0/+13
* netdev: New field 'is_pmd' in netdev_class.Ilya Maximets2016-03-168-13/+20
* ovsdb-idl: improve error handling when schema is not availableLance Richardson2016-03-141-6/+23
* actions: Implement OVN "arp" action.Ben Pfaff2016-03-113-29/+42
* lib/ovs-thread: make use of the pthread_attr objectAlexandru Ardelean2016-03-101-2/+2
* netdev-linux: Fix netdev ipv6 notificationPravin B Shelar2016-03-102-5/+16
* smap: bsd: Fix compilation error.Pravin B Shelar2016-03-101-0/+1
* netdev-dpdk: fix mbuf leaksYuanhan Liu2016-03-091-2/+2
* openflow: Support matching and modifying MPLS TTL field.Ben Pfaff2016-03-074-2/+56
* netdev: Improve comments on netdev_rxq_recv().Ben Pfaff2016-03-072-29/+35
* dpif-netdev: Fix typo in comment.Ben Pfaff2016-03-071-1/+1
* ofp-actions: Assert variable actions have len>0.Joe Stringer2016-03-071-1/+1
* unixctl: Log commands received and their replies (at debug level).Ben Pfaff2016-03-071-1/+17
* ofp-util: Fix use-after-free in group append.William Tu2016-03-071-0/+1
* ofpbuf: Fix use-after-free in bundle parse.William Tu2016-03-071-0/+1
* ofpbuf: Fix setting of 'msg' in ofpbuf_clone_with_headroom()Jarno Rajahalme2016-03-071-1/+5
* ofpbuf: Rename 'data_delta' to 'xxx_offset'Jarno Rajahalme2016-03-071-12/+10
* ofpbuf: Make offset calculation more consistent.Jarno Rajahalme2016-03-071-2/+2
* netdev-dpdk: Fix memory leak in netdev_dpdk_vhost_destruct().Ilya Maximets2016-03-051-0/+1
* ofpbuf: Use ptrdiff_t for pointer delta.Joe Stringer2016-03-031-4/+3
* ofp-actions: Prevent integer overflow in decode.Joe Stringer2016-03-031-1/+5
* ofp-actions: Fix use-after-free in bundle action.Joe Stringer2016-03-031-1/+1
* netdev_dpdk.c: Add QoS functionality.Ian Stokes2016-03-021-13/+410