summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)AuthorFilesLines
2020-03-05net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGEArthur Kiyanovski3-0/+16
2020-03-05net: ena: ena-com.c: prevent NULL pointer dereferenceArthur Kiyanovski1-0/+5
2020-03-05net: ena: ethtool: use correct value for crc32 hashSameeh Jubran1-2/+2
2020-03-05net: ena: fix incorrectly saving queue numbers when setting RSS indirection t...Arthur Kiyanovski2-1/+25
2020-03-05net: ena: rss: store hash function as values and not bitsArthur Kiyanovski1-1/+5
2020-03-05net: ena: rss: fix failure to get indirection tableSameeh Jubran1-0/+14
2020-03-05net: ena: fix incorrect default RSS keyArthur Kiyanovski2-0/+16
2020-03-05net: ena: add missing ethtool TX timestamping indicationArthur Kiyanovski1-0/+1
2020-03-05net: ena: fix uses of round_jiffies()Arthur Kiyanovski1-3/+3
2020-03-05net: ena: fix potential crash when rxfh key is NULLArthur Kiyanovski1-8/+9
2020-01-27net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran1-0/+1
2020-01-27net: ena: fix incorrect test of supported hash functionSameeh Jubran1-1/+1
2020-01-27net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran1-0/+1
2020-01-27net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran1-2/+2
2020-01-04net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal1-3/+7
2019-12-01net: ena: Fix Kconfig dependency on X86Netanel Belgazal1-1/+1
2019-05-31net: ena: gcc 8: fix compilation warningSameeh Jubran1-1/+1
2019-02-27net: ena: fix race between link up and device initalizationArthur Kiyanovski1-5/+5
2018-12-13net: ena: fix crash during failed resume from hibernationArthur Kiyanovski1-1/+1
2018-10-09net: ena: fix auto casting to booleanArthur Kiyanovski1-4/+4
2018-10-09net: ena: fix NULL dereference due to untimely napi initializationArthur Kiyanovski1-2/+7
2018-10-09net: ena: fix rare bug when failed restart/resume is followed by driver removalArthur Kiyanovski1-0/+4
2018-10-09net: ena: fix warning in rmmod caused by double iounmapArthur Kiyanovski1-8/+1
2018-09-28net: ena: remove ndo_poll_controllerEric Dumazet1-22/+0
2018-09-09net: ena: fix incorrect usage of memory barriersNetanel Belgazal4-34/+26
2018-09-09net: ena: fix missing calls to READ_ONCENetanel Belgazal1-4/+4
2018-09-09net: ena: fix missing lock during device destructionNetanel Belgazal1-13/+7
2018-09-09net: ena: fix potential double ena_destroy_device()Netanel Belgazal1-0/+5
2018-09-09net: ena: fix device destruction to gracefully free resourcesNetanel Belgazal1-6/+7
2018-09-09net: ena: fix driver when PAGE_SIZE == 64kBNetanel Belgazal2-5/+16
2018-09-09net: ena: fix surprise unplug NULL dereference kernel crashNetanel Belgazal1-2/+2
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-07-27net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman1-0/+1
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2018-04-25net: ena: Use pci_sriov_configure_simple() to enable VFsAlexander Duyck1-27/+1
2018-03-26net: ena: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya3-6/+15
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+30
2018-01-03net: ena: fix error handling in ena_down() sequenceNetanel Belgazal1-2/+17
2018-01-03net: ena: unmask MSI-X only after device initialization is completedNetanel Belgazal1-13/+13
2018-01-02net: ena: increase ena driver version to 1.5.0Netanel Belgazal1-1/+1
2018-01-02net: ena: add detection and recovery mechanism for handling missed/misrouted ...Netanel Belgazal5-7/+80
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-20net: ena: fix race condition between device reset and link up setupNetanel Belgazal2-3/+11
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-16mm: remove __GFP_COLDMel Gorman1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+6
2017-10-19net: ena: increase ena driver version to 1.3.0Netanel Belgazal1-2/+2
2017-10-19net: ena: add new admin define for future support of IPv6 RSSNetanel Belgazal1-0/+6