aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia/atlantic/aq_ring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07net: atlantic: code style cleanupNikita Danilov1-1/+5
2019-10-24net: aquantia: implement data PTP datapathEgor Pomozov1-2/+29
2019-10-24net: aquantia: add PTP rings infrastructureEgor Pomozov1-1/+25
2019-10-14net: aquantia: do not pass lro session with invalid tcp checksumDmitry Bogdanov1-1/+2
2019-06-27net: aquantia: vlan offloads logic in datapathIgor Russkikh1-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-05-27net: aquantia: check rx csum for all packets in LRO sessionDmitry Bogdanov1-13/+31
2019-05-27net: aquantia: tx clean budget logic errorIgor Russkikh1-3/+4
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+2
2019-03-23net: aquantia: Introduce rx refill threshold valueIgor Russkikh1-0/+4
2019-03-23net: aquantia: optimize rx performance by page reuse strategyIgor Russkikh1-45/+121
2019-03-23net: aquantia: optimize rx path using larger preallocated skb lenIgor Russkikh1-9/+18
2019-03-18net: aquantia: fix rx checksum offload for UDP/TCP over IPv6Dmitry Bogdanov1-2/+3
2018-11-09net: aquantia: invalid checksumm offload implementationDmitry Bogdanov1-12/+23
2018-09-17net: aquantia: memory corruption on jumbo framesFriedemann Gerold1-14/+18
2018-09-11net: aquantia: whitespace changesNikita Danilov1-2/+2
2018-03-22net: aquantia: Add tx clean budget and valid budget handling logicIgor Russkikh1-2/+5
2018-01-16net: aquantia: Fix internal stats calculation on rxIgor Russkikh1-2/+2
2017-11-15mm: remove __GFP_COLDMel Gorman1-2/+1
2017-09-26atlantic: fix iommu errorsPavel Belous1-8/+19
2017-09-26aquantia: Fix Tx queue hangupsIgor Russkikh1-0/+26
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-08-29net:ethernet:aquantia: Extra spinlocks removed.Pavel Belous1-1/+0
2017-08-04aquantia: Switch to use napi_gro_receivePavel Belous1-2/+5
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti1-1/+1
2017-03-24net:ethernet:aquantia: Missing spinlock initialization.Pavel Belous1-0/+1
2017-02-20net: ethernet: aquantia: Copying tx buffers is not needed.Pavel Belous1-19/+0
2017-02-20net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 page.Pavel Belous1-1/+3
2017-02-20net: ethernet: aquantia: Removed extra assignment for skb->dev.Pavel Belous1-1/+0
2017-02-20net: aquantia: remove function aq_ring_tx_deinitLino Sanfilippo1-32/+1
2017-02-01ethernet: aquantia: fix dma_mapping_error testDan Carpenter1-2/+3
2017-01-29net: ethernet: aquantia: remove another redundant err checkColin Ian King1-2/+0
2017-01-24net: ethernet: aquantia: Add ring support codeDavid VomLehn1-0/+376