summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/aquantia
AgeCommit message (Expand)Author
2018-03-27net: aquantia: Make function hw_atl_utils_mpi_set_speed() staticWei Yongjun
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22net: aquantia: driver version bumpIgor Russkikh
2018-03-22net: aquantia: Implement pci shutdown callbackIgor Russkikh
2018-03-22net: aquantia: Allow live mac address changesIgor Russkikh
2018-03-22net: aquantia: Add tx clean budget and valid budget handling logicIgor Russkikh
2018-03-22net: aquantia: Change inefficient wait loop on fw data readsIgor Russkikh
2018-03-22net: aquantia: Fix a regression with reset on old firmwareIgor Russkikh
2018-03-22net: aquantia: Fix hardware reset when SPI may rarely hangupIgor Russkikh
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-22net: aquantia: Fix error handling in aq_pci_probe()Dan Carpenter
2018-02-22aquantia: add Makefiles to all directoriesJakub Kicinski
2018-01-23net: aquantia: make symbol hw_atl_boards staticWei Yongjun
2018-01-23net: aquantia: Fix error return code in aq_pci_probe()Wei Yongjun
2018-01-21net: aquantia: bump driver version to match aquantia internal numberingIgor Russkikh
2018-01-21net: aquantia: Report correct mediatype via ethtoolIgor Russkikh
2018-01-21net: aquantia: Introduce global AQC hardware reset sequenceIgor Russkikh
2018-01-21net: aquantia: Introduce support for new firmware on AQC cardsIgor Russkikh
2018-01-21net: aquantia: Introduce firmware ops callbacksIgor Russkikh
2018-01-21net: aquantia: Change confusing no_ff_addr to more meaningful nameIgor Russkikh
2018-01-21net: aquantia: Remove create/destroy from hw opsIgor Russkikh
2018-01-21net: aquantia: Cleanup pci functions moduleIgor Russkikh
2018-01-21net: aquantia: Convert hw and caps structures to const static pointersIgor Russkikh
2018-01-21net: aquantia: Introduce new AQC devices and capabilitiesIgor Russkikh
2018-01-21net: aquantia: Introduce new device ids and constantsIgor Russkikh
2018-01-16net: aquantia: Fix internal stats calculation on rxIgor Russkikh
2018-01-16net: aquantia: Prepend hw access functions declarations with prefixIgor Russkikh
2018-01-16net: aquantia: Fix register definitions to linux styleIgor Russkikh
2018-01-16net: aquantia: Eliminate aq_nic structure abstractionIgor Russkikh
2018-01-16net: aquantia: Simplify dependencies between pci modulesIgor Russkikh
2018-01-16net: aquantia: Add const qualifiers for hardware ops tablesIgor Russkikh
2018-01-16net: aquantia: Remove duplicate hardware descriptors declarationsIgor Russkikh
2018-01-16net: aquantia: Cleanup hardware access modulesIgor Russkikh
2018-01-16net: aquantia: Cleanup status flags accessesIgor Russkikh
2018-01-16net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZEIgor Russkikh
2017-12-15net: aquantia: Increment driver versionIgor Russkikh
2017-12-15net: aquantia: Fix typo in ethtool statistics namesIgor Russkikh
2017-12-15net: aquantia: Update hw counters on hw initIgor Russkikh
2017-12-15net: aquantia: Improve link state and statistics check interval callbackIgor Russkikh
2017-12-15net: aquantia: Fill in multicast counter in ndev stats from hardwareIgor Russkikh
2017-12-15net: aquantia: Fill ndev stat couters from hardwareIgor Russkikh
2017-12-15net: aquantia: Extend stat counters to 64bit valuesIgor Russkikh
2017-12-15net: aquantia: Fix hardware DMA stream overload on large MRRSIgor Russkikh
2017-12-15net: aquantia: Fix actual speed capabilities reportingIgor Russkikh
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-29net: aquantia: Make local functions staticWei Yongjun