aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/aquantia (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-22net: atlantic: proper rss_ctrl1 (54c0) initializationMark Starovoytov5-8/+21
2020-05-22net: atlantic: QoS implementation: min_rateMark Starovoytov10-54/+286
2020-05-22net: atlantic: change the order of arguments for TC weight/credit settersMark Starovoytov6-35/+35
2020-05-22net: atlantic: always use random TC-queue mapping for TX on A2.Mark Starovoytov4-11/+72
2020-05-22net: atlantic: automatically downgrade the number of queues if necessaryMark Starovoytov4-36/+63
2020-05-22net: atlantic: QoS implementation: max_rateMark Starovoytov10-12/+235
2020-05-22net: atlantic: make TCVEC2RING accept nic_cfgMark Starovoytov4-12/+15
2020-05-22net: atlantic: per-TC queue statisticsMark Starovoytov4-41/+59
2020-05-22net: atlantic: QoS implementation: multi-TC supportDmitry Bezrukov15-114/+293
2020-05-22net: atlantic: changes for multi-TC supportDmitry Bezrukov6-55/+75
2020-05-22net: atlantic: move PTP TC initialization to a separate functionDmitry Bezrukov1-12/+19
2020-05-22net: atlantic: changes for multi-TC supportDmitry Bezrukov12-72/+105
2020-05-09net: atlantic: unify MAC generationMark Starovoytov3-44/+15
2020-05-09net: atlantic: remove check for boot code survivability before reset requestMark Starovoytov1-8/+0
2020-05-09net: atlantic: remove hw_atl_b0_hw_rss_set call from A2 codeMark Starovoytov3-8/+7
2020-05-09net: atlantic: remove TPO2 check from A0 codeMark Starovoytov1-2/+1
2020-05-09net: atlantic: rename AQ_NIC_RATE_2GS to AQ_NIC_RATE_2G5Mark Starovoytov10-42/+49
2020-05-09net: atlantic: minor MACSec code cleanupMark Starovoytov1-3/+3
2020-05-09net: atlantic: use __packed instead of the full expansion.Mark Starovoytov1-2/+2
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-01net: atlantic: A2 ingress / egress hw configurationIgor Russkikh7-105/+172
2020-05-01net: atlantic: basic A2 init/deinit hw_opsIgor Russkikh7-79/+362
2020-05-01net: atlantic: common functions needed for basic A2 init/deinit hw_opsDmitry Bogdanov6-2/+163
2020-05-01net: atlantic: HW bindings for basic A2 init/deinit hw_opsDmitry Bogdanov3-0/+207
2020-05-01net: atlantic: add A2 RPF hw_opsIgor Russkikh3-0/+259
2020-05-01net: atlantic: HW bindings for A2 RFPIgor Russkikh5-0/+284
2020-05-01net: atlantic: A2 hw_ops skeletonIgor Russkikh6-7/+294
2020-05-01net: atlantic: minimal A2 fw_opsDmitry Bogdanov4-0/+352
2020-05-01net: atlantic: minimal A2 HW bindings required for fw_opsDmitry Bogdanov5-0/+137
2020-05-01net: atlantic: A2 driver-firmware interfaceDmitry Bogdanov1-0/+593
2020-05-01net: atlantic: move IS_CHIP_FEATURE to aq_hw.hMark Starovoytov5-32/+36
2020-05-01net: atlantic: make hw_get_regs optionalMark Starovoytov1-0/+6
2020-05-01net: atlantic: simplify hw_get_fw_version() usageNikita Danilov4-12/+6
2020-05-01net: atlantic: add hw_soft_reset, hw_prepare to hw_opsMark Starovoytov5-5/+24
2020-05-01net: atlantic: add defines for 10M and EEE 100M link modeIgor Russkikh3-10/+27
2020-05-01net: atlantic: add A2 device IDsIgor Russkikh1-0/+7
2020-05-01net: atlantic: update company name in the driver descriptionIgor Russkikh2-3/+3
2020-04-27aquantia: Fix the media type of AQC100 ethernet controller in the driverRichard Clark1-1/+1
2020-04-24net: atlantic: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-02net: atlantic: fix missing | operator when assigning rec->llcColin Ian King1-1/+1
2020-03-26net: atlantic: add XPN handlingMark Starovoytov1-2/+7
2020-03-26net: atlantic: MACSec offload statistics implementationDmitry Bogdanov5-19/+766
2020-03-26net: atlantic: MACSec offload statistics HW bindingsDmitry Bogdanov3-0/+806
2020-03-26net: atlantic: MACSec ingress offload implementationMark Starovoytov2-6/+420
2020-03-26net: atlantic: MACSec ingress offload HW bindingsMark Starovoytov4-0/+1605
2020-03-26net: atlantic: MACSec egress offload implementationDmitry Bogdanov2-8/+656
2020-03-26net: atlantic: MACSec egress offload HW bindingsDmitry Bogdanov5-1/+1451
2020-03-26net: atlantic: MACSec offload skeletonDmitry Bogdanov10-8/+373
2020-03-10net: aquantia: reject all unsupported coalescing paramsJakub Kicinski1-12/+3
2020-03-02net: atlantic: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1