summaryrefslogtreecommitdiff
path: root/lib/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-offload: Set 'miss_api_supported' to be under netdev.Eli Britstein2022-10-251-0/+1
* netdev: Clear auto_classified if netdev reopened with the type specified.Tao Liu2022-07-261-18/+23
* add port-based ingress policing based packet-per-second rate-limitingYong Xu2021-07-011-6/+9
* netdev: Allow storing dpif type into netdev structure.Ilya Maximets2020-07-081-0/+16
* netdev-afxdp: Add interrupt mode netdev class.William Tu2020-04-281-0/+1
* userspace TSO: SCTP checksum offload optional.Flavio Leitner2020-02-261-0/+6
* userspace TSO: Include UDP checksum offload.Flavio Leitner2020-02-261-4/+20
* userspace: Add TCP Segmentation Offload supportFlavio Leitner2020-01-171-5/+73
* netdev: use acquire-release semantics for change_seq in netdevYanqin Wei2019-12-021-1/+6
* conntrack: Optimize recirculations.Darrell Ball2019-09-251-0/+1
* netdev-afxdp: add new netdev type for AF_XDP.William Tu2019-07-191-0/+11
* dpif-netdev: Only poll enabled vhost queues.David Marchand2019-06-261-0/+10
* netdev-offload: Rename offload providers.Ilya Maximets2019-06-111-1/+1
* netdev: Split up netdev offloading to separate module.Ilya Maximets2019-06-111-592/+2
* netdev: Dynamic per-port Flow API.Ilya Maximets2019-06-111-42/+179
* treewide: Clean up inclusions of netdev-dpdk header.Ilya Maximets2019-03-141-1/+0
* dp-packet: Refactor offloading API.Ilya Maximets2019-03-131-2/+2
* 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