summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/aquantia/atlantic/aq_ring.c
AgeCommit message (Expand)Author
2019-10-29net: aquantia: do not pass lro session with invalid tcp checksumDmitry Bogdanov
2019-06-27net: aquantia: vlan offloads logic in datapathIgor Russkikh
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner
2019-05-27net: aquantia: check rx csum for all packets in LRO sessionDmitry Bogdanov
2019-05-27net: aquantia: tx clean budget logic errorIgor Russkikh
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-03-23net: aquantia: Introduce rx refill threshold valueIgor Russkikh
2019-03-23net: aquantia: optimize rx performance by page reuse strategyIgor Russkikh
2019-03-23net: aquantia: optimize rx path using larger preallocated skb lenIgor Russkikh
2019-03-18net: aquantia: fix rx checksum offload for UDP/TCP over IPv6Dmitry Bogdanov
2018-11-09net: aquantia: invalid checksumm offload implementationDmitry Bogdanov
2018-09-17net: aquantia: memory corruption on jumbo framesFriedemann Gerold
2018-09-11net: aquantia: whitespace changesNikita Danilov
2018-03-22net: aquantia: Add tx clean budget and valid budget handling logicIgor Russkikh
2018-01-16net: aquantia: Fix internal stats calculation on rxIgor Russkikh
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-09-26atlantic: fix iommu errorsPavel Belous
2017-09-26aquantia: Fix Tx queue hangupsIgor Russkikh
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-29net:ethernet:aquantia: Extra spinlocks removed.Pavel Belous
2017-08-04aquantia: Switch to use napi_gro_receivePavel Belous
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti
2017-03-24net:ethernet:aquantia: Missing spinlock initialization.Pavel Belous
2017-02-20net: ethernet: aquantia: Copying tx buffers is not needed.Pavel Belous
2017-02-20net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 p...Pavel Belous
2017-02-20net: ethernet: aquantia: Removed extra assignment for skb->dev.Pavel Belous
2017-02-20net: aquantia: remove function aq_ring_tx_deinitLino Sanfilippo
2017-02-01ethernet: aquantia: fix dma_mapping_error testDan Carpenter
2017-01-29net: ethernet: aquantia: remove another redundant err checkColin Ian King
2017-01-24net: ethernet: aquantia: Add ring support codeDavid VomLehn