aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)Author
2020-12-02net: ena: set initial DMA width to avoid intel iommu issueShay Agroskin
2020-09-03net: ena: Make missed_tx stat incrementalShay Agroskin
2020-08-26net: ena: Prevent reset after device destructionShay Agroskin
2020-06-22net: ena: fix error returning in ena_com_get_hash_function()Arthur Kiyanovski
2020-03-05net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski
2020-03-05net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski
2020-03-05net: ena: ethtool: use correct value for crc32 hashSameeh Jubran
2020-03-05net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski
2020-03-05net: ena: rss: store hash function as values and not bitsArthur Kiyanovski
2020-03-05net: ena: rss: fix failure to get indirection tableSameeh Jubran
2020-03-05net: ena: fix incorrect default RSS keyArthur Kiyanovski
2020-03-05net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski
2020-03-05net: ena: fix uses of round_jiffies()Arthur Kiyanovski
2020-03-05net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski
2020-01-27net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran
2020-01-27net: ena: fix incorrect test of supported hash functionSameeh Jubran
2020-01-27net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran
2020-01-27net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran
2020-01-04net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal
2019-12-01net: ena: Fix Kconfig dependency on X86Netanel Belgazal
2019-05-31net: ena: gcc 8: fix compilation warningSameeh Jubran
2019-02-27net: ena: fix race between link up and device initalizationArthur Kiyanovski
2018-12-13net: ena: fix crash during failed resume from hibernationArthur Kiyanovski
2018-10-09net: ena: fix auto casting to booleanArthur Kiyanovski
2018-10-09net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski
2018-10-09net: ena: fix rare bug when failed restart/resume is followed by driver removalArthur Kiyanovski
2018-10-09net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski
2018-09-28net: ena: remove ndo_poll_controllerEric Dumazet
2018-09-09net: ena: fix incorrect usage of memory barriersNetanel Belgazal
2018-09-09net: ena: fix missing calls to READ_ONCENetanel Belgazal
2018-09-09net: ena: fix missing lock during device destructionNetanel Belgazal
2018-09-09net: ena: fix potential double ena_destroy_device()Netanel Belgazal
2018-09-09net: ena: fix device destruction to gracefully free resourcesNetanel Belgazal
2018-09-09net: ena: fix driver when PAGE_SIZE == 64kBNetanel Belgazal
2018-09-09net: ena: fix surprise unplug NULL dereference kernel crashNetanel Belgazal
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-26net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-04-24net: ena: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck
2018-03-26net: ena: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-03net: ena: fix error handling in ena_down() sequenceNetanel Belgazal
2018-01-03net: ena: unmask MSI-X only after device initialization is completedNetanel Belgazal
2018-01-02net: ena: increase ena driver version to 1.5.0Netanel Belgazal
2018-01-02net: ena: add detection and recovery mechanism for handling missed/misrouted ...Netanel Belgazal
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-20net: ena: fix race condition between device reset and link up setupNetanel Belgazal
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds