summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)Author
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
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-19net: ena: increase ena driver version to 1.3.0Netanel Belgazal
2017-10-19net: ena: add new admin define for future support of IPv6 RSSNetanel Belgazal
2017-10-19net: ena: add statistics for missed tx packetsNetanel Belgazal
2017-10-19net: ena: add power management ops to the ENA driverNetanel Belgazal
2017-10-19net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal
2017-10-19net: ena: improve ENA driver boot time.Netanel Belgazal
2017-10-19net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal
2017-10-19net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal
2017-10-19net: ena: reduce the severity of some printoutsNetanel Belgazal
2017-09-26net: ena: Remove redundant unlikely()Tobias Klauser
2017-06-23net: ena: update ena driver to version 1.2.0Netanel Belgazal
2017-06-23net: ena: update driver's rx drop statisticsNetanel Belgazal
2017-06-23net: ena: use lower_32_bits()/upper_32_bits() to split dma addressNetanel Belgazal
2017-06-23net: ena: separate skb allocation to dedicated functionNetanel Belgazal
2017-06-23net: ena: use napi_schedule_irqoff when possibleNetanel Belgazal
2017-06-23net: ena: allow the driver to work with small number of msix vectorsNetanel Belgazal
2017-06-23net: ena: add support for out of order rx buffers refillNetanel Belgazal
2017-06-23net: ena: add reset reason for each device FLRNetanel Belgazal
2017-06-23net: ena: change sizeof() argument to be the type pointerNetanel Belgazal
2017-06-23net: ena: add hardware hints capability to the driverNetanel Belgazal