summaryrefslogtreecommitdiff
path: root/lib/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: Add comment to allow removing a workaround in the futureDaniel Alvarez2018-12-121-1/+2
* revalidator: Rebalance offloaded flows based on the pps rateSriharsha Basavapatna via dev2018-10-191-4/+58
* dpif-netlink: Detect Out-Of-Resource condition on a netdevSriharsha Basavapatna via dev2018-10-191-0/+34
* netdev: Properly clear 'details' when iterating in NETDEV_QOS_FOR_EACH.Ben Pfaff2018-10-031-1/+2
* netdev: Retry getting interfaces on inconsistent dumps from kernelDaniel Alvarez2018-08-151-0/+17
* netdev-provider: add class op to get block_idJohn Hurley2018-06-291-0/+10
* dpctl: Properly reflect a rule's offloaded to HW stateGavi Teitz2018-06-181-8/+10
* netdev-native-tnl: refactor the tunnel push header.William Tu2018-05-211-1/+1
* netdev: Add optional qfill output parameter to rxq_recv()Jan Scheurich2018-05-111-2/+3
* 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
* netdev: New function netdev_get_ip_by_name().Ben Pfaff2018-04-161-23/+58
* socket-util: Add more functions for IPv[46] sockaddr and sockaddr_storage.Ben Pfaff2018-04-161-23/+8
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-141-0/+35
* dp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to prevent shadowing.Justin Pettit2018-02-281-1/+1
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+27
* Merge branch 'dpdk_merge' of https://github.com/istokes/ovs into HEADBen Pfaff2018-01-021-8/+4
|\
| * netdev: Remove unused may_steal.Ilya Maximets2017-12-201-8/+4
* | sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-1/+1
|/
* netdev: netdev_get_etheraddr is not functioning as advertised.Yifeng Sun2017-11-301-1/+7
* netdev: Eliminate redundant ifindex mapping.Ben Pfaff2017-11-151-54/+17
* netdev: Indentation and style fixes.Ben Pfaff2017-11-151-10/+10
* netdev: Change macro to function.Ben Pfaff2017-11-141-11/+14
* netdev, dpif: fix the crash/assert on port deleteAshish Varma2017-11-131-7/+15
* netdev: Remove EOPNOTSUPP related comment for netdev_send().Ilya Maximets2017-11-091-4/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* netdev: Fix memory leak on error path.William Tu2017-10-121-3/+2
* netdev: Free ifidx mapping in netdev_ports_remove().Joe Stringer2017-08-111-0/+21
* netdev: check for NULL fields in netdev_get_addrsDaniel Alvarez2017-08-081-1/+1
* netdev: Fix netdev_open() to track and recreate classless interfacesEelco Chaudron2017-08-021-5/+25
* dpif: Refactor obj type from void pointer to dpif_classRoi Dayan2017-07-271-27/+32
* netdev: Fix crash when ifa_netmask is null.Haifeng Lin2017-07-121-1/+2
* netdev: Fix crash when interface option is changed to invalid value.Zoltán Balogh2017-07-111-1/+5
* userspace: Handling of versatile tunnel portsBen Pfaff2017-06-271-0/+8
* openvswitch.h: Use odp_port_t for port numbers in userspace-only structs.Ben Pfaff2017-06-201-1/+1
* netdev: Init flow api on already added ports on offload enablePaul Blakey2017-06-151-0/+14
* dpif-netlink: Use netdev flow get api to query a flowPaul Blakey2017-06-151-0/+21
* dpif-netlink: Use netdev flow del api to delete a flowPaul Blakey2017-06-151-0/+18
* dpif-netlink: Dump netdevs flows on flow dumpPaul Blakey2017-06-151-0/+33
* dpif-netlink: Flush added ports using netdev flow apiPaul Blakey2017-06-151-0/+14
* dpif: Save added ports in a port map for netdev flow api usePaul Blakey2017-06-151-0/+132
* other-config: Add tc-policy switch to control tc flower flagPaul Blakey2017-06-151-0/+6
* other-config: Add hw-offload switch to control netdev flow offloadingPaul Blakey2017-06-141-0/+35
* netdev: Adding a new netdev API to be used for offloading flowsPaul Blakey2017-06-141-0/+91
* netdev: Fix netdev_open() to adhere to class type if givenEelco Chaudron2017-06-011-0/+2
* netdev: get device type from vport prefix if it uses oneThadeu Lima de Souza Cascardo2017-05-191-3/+23
* netdev: Reject empty names in netdev_open().Ben Pfaff2017-02-031-1/+9
* dp-packet: Enhance packet batch APIs.Andy Zhou2017-01-261-13/+11
* netdev-dpdk: Start also dpdkr devices only once on port-add.Daniele Di Proietto2017-01-151-1/+5
* dpif-netdev: Don't try to output on a device without txqs.Daniele Di Proietto2017-01-151-15/+20