aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon/ena/ena_netdev.c
AgeCommit message (Expand)Author
2020-08-27net: ena: Make missed_tx stat incrementalShay Agroskin
2020-08-26net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin
2020-08-26net: ena: Prevent reset after device destructionShay Agroskin
2020-06-17net: ena: xdp: update napi budget for DROP and ABORTEDSameeh Jubran
2020-06-17net: ena: xdp: XDP_TX: fix memory leakSameeh Jubran
2020-03-30net: ena: Make some functions staticYueHaibing
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-25net: ena: Add PCI shutdown handler to allow safe kexecGuilherme G. Piccoli
2020-03-17net: ena: fix continuous keep-alive resetsArthur Kiyanovski
2020-03-17net: ena: avoid memory access violation by validating req_id properlyArthur Kiyanovski
2020-03-17net: ena: fix request of incorrect number of IRQ vectorsArthur Kiyanovski
2020-03-17net: ena: fix incorrect setting of the number of msix vectorsArthur Kiyanovski
2020-02-26net: ena: fix broken interface between ENA driver and FWArthur Kiyanovski
2020-02-24net/amazon: Ensure that driver version is aligned to the linux kernelLeon Romanovsky
2020-02-11net: ena: fix uses of round_jiffies()Arthur Kiyanovski
2019-12-27net: ena: remove set but not used variable 'rx_ring'YueHaibing
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-12net: ena: Add first_interrupt field to napi structSameeh Jubran
2019-12-12net: ena: Implement XDP_TX actionSameeh Jubran
2019-12-12net: ena: implement XDP drop supportSameeh Jubran
2019-12-10net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal
2019-10-07net: ena: ethtool: support set_channels callbackSameeh Jubran
2019-10-07net: ena: remove redundant print of number of queuesSameeh Jubran
2019-10-07net: ena: make ethtool -l show correct max number of queuesSameeh Jubran
2019-10-07net: ena: multiple queue creation related cleanupsSameeh Jubran
2019-10-07net: ena: change num_queues to num_io_queues for clarity and consistencySameeh Jubran
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-16net: ena: fix incorrect update of intr_delay_resolutionArthur Kiyanovski
2019-09-16net: ena: fix update of interrupt moderation registerArthur Kiyanovski
2019-09-16net: ena: remove ena_restore_ethtool_params() and relevant fieldsArthur Kiyanovski
2019-09-16net: ena: remove old adaptive interrupt moderation code from ena_netdevArthur Kiyanovski
2019-09-16net: ena: enable the interrupt_moderation in driver_supported_featuresArthur Kiyanovski
2019-09-16net: ena: switch to dim algorithm for rx adaptive interrupt moderationArthur Kiyanovski
2019-09-16net: ena: add intr_moder_rx_interval to struct ena_com_dev and use itArthur Kiyanovski
2019-09-16net: ena: don't wake up tx queue when downSameeh Jubran
2019-06-26Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"Jakub Kicinski
2019-06-23net: ena: Fix bug where ring allocation backoff stopped too lateSameeh Jubran
2019-06-12net: ena: remove inline keyword from functions in *.cSameeh Jubran
2019-06-12net: ena: add ethtool function for changing io queue sizesSameeh Jubran
2019-06-12net: ena: allow queue allocation backoff when low on memorySameeh Jubran
2019-06-12net: ena: make ethtool show correct current and max queue sizesSameeh Jubran
2019-06-12net: ena: enable negotiating larger Rx ring sizeSameeh Jubran
2019-06-03net: ena: use dev_info_once instead of static variableSameeh Jubran
2019-06-03net: ena: add good checksum counterSameeh Jubran
2019-06-03net: ena: arrange ena_probe() function variables in reverse christmas treeSameeh Jubran
2019-06-03net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ringSameeh Jubran
2019-06-03net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski
2019-06-03net: ena: add handling of llq max tx burst sizeSameeh Jubran
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller