summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amazon
AgeCommit message (Expand)AuthorFilesLines
2018-10-11net: ena: fix indentations in ena_defs for better readabilityArthur Kiyanovski3-425/+338
2018-10-11net: ena: update driver version to 2.0.1Arthur Kiyanovski1-3/+3
2018-10-11net: ena: remove redundant parameter in ena_com_admin_init()Arthur Kiyanovski3-9/+4
2018-10-11net: ena: change rx copybreak default to reduce kernel memory pressureArthur Kiyanovski1-1/+1
2018-10-11net: ena: limit refill Rx threshold to 256 to avoid latency issuesArthur Kiyanovski2-3/+6
2018-10-11net: ena: explicit casting and initialization, and clearer error handlingArthur Kiyanovski3-30/+36
2018-10-11net: ena: use CSUM_CHECKED device indication to report skb's checksum statusArthur Kiyanovski6-3/+26
2018-10-11net: ena: add functions for handling Low Latency Queues in ena_netdevArthur Kiyanovski3-143/+251
2018-10-11net: ena: add functions for handling Low Latency Queues in ena_comArthur Kiyanovski5-80/+474
2018-10-11net: ena: introduce Low Latency Queues data structures according to ENA specArthur Kiyanovski3-6/+128
2018-10-11net: ena: complete host info to match latest ENA specArthur Kiyanovski4-14/+43
2018-10-11net: ena: minor performance improvementArthur Kiyanovski2-45/+44
2018-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+0
2018-09-28net: ena: remove ndo_poll_controllerEric Dumazet1-22/+0
2018-09-19net: ethernet: remove redundant includezhong jiang1-1/+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
2017-10-19net: ena: add statistics for missed tx packetsNetanel Belgazal3-13/+19
2017-10-19net: ena: add power management ops to the ENA driverNetanel Belgazal3-27/+95
2017-10-19net: ena: remove legacy suspend suspend/resume supportNetanel Belgazal3-56/+0
2017-10-19net: ena: improve ENA driver boot time.Netanel Belgazal1-4/+8
2017-10-19net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal1-2/+2
2017-10-19net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal1-1/+2
2017-10-19net: ena: reduce the severity of some printoutsNetanel Belgazal1-2/+2
2017-09-26net: ena: Remove redundant unlikely()Tobias Klauser1-2/+2
2017-06-23net: ena: update ena driver to version 1.2.0Netanel Belgazal1-3/+3