summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2020-09-05sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree3-16/+7
2020-09-05sfc: use tx_queue->old_read_count in EF100 TX pathEdward Cree2-2/+20
2020-09-05sfc: make ef100 xmit_more handling look more like ef10'sEdward Cree2-12/+11
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree6-41/+44
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-22/+22
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+4
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree6-12/+4
2020-08-31sfc: fix kernel-doc on struct efx_loopback_stateEdward Cree1-1/+1
2020-08-31sfc: fix unused-but-set-variable warning in efx_farch_filter_remove_safeEdward Cree1-2/+0
2020-08-31sfc: fix W=1 warnings in efx_farch_handle_rx_not_okEdward Cree1-5/+2
2020-08-25sfc: fix boolreturn.cocci warning and rename functionEdward Cree1-4/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-18/+18
2020-08-20sfc: fix build warnings on 32-bitEdward Cree1-4/+4
2020-08-18sfc: don't free_irq()s if they were never requestedEdward Cree2-0/+6
2020-08-18sfc: null out channel->rps_flow_id after freeing itEdward Cree1-0/+1
2020-08-18sfc: take correct lock in ef100_reset()Edward Cree1-4/+4
2020-08-18sfc: really check hash is valid before using itEdward Cree1-0/+2
2020-08-15sfc: check hash is valid before using itEdward Cree5-1/+18
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+2
2020-08-12sfc: fix ef100 design-param checkingEdward Cree1-1/+2
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2020-08-04sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller1-0/+2
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+0
2020-08-04sfc_ef100: add nic-type for VFs, and bind to themEdward Cree3-0/+81
2020-08-04sfc_ef100: read pf_index at probe timeEdward Cree2-0/+5
2020-08-04sfc_ef100: functions for selftestsEdward Cree1-0/+47
2020-08-04sfc_ef100: statistics gatheringEdward Cree3-0/+217
2020-08-04sfc_ef100: plumb in fini_dmaqEdward Cree1-0/+1
2020-08-04sfc_ef100: RX path for EF100Edward Cree3-9/+167
2020-08-04sfc_ef100: RX filter table management and related gubbinsEdward Cree2-0/+77
2020-08-04sfc_ef100: TX path for EF100 NICsEdward Cree5-5/+396
2020-08-04sfc_ef100: read Design Parameters at probe timeEdward Cree2-0/+220
2020-08-04sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree1-0/+6
2020-08-04sfc_ef100: check firmware version at start-of-dayEdward Cree1-0/+40
2020-07-31sfc_ef100: remove duplicated include from ef100_netdev.cYueHaibing1-1/+0
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree2-0/+23
2020-07-27sfc_ef100: read device MAC address at probe timeEdward Cree2-1/+40
2020-07-27sfc_ef100: probe the PHY and configure the MACEdward Cree1-1/+41
2020-07-27sfc_ef100: actually perform resetsEdward Cree1-0/+9
2020-07-27sfc_ef100: extend ef100_check_caps to cover datapath_caps3Edward Cree3-3/+11
2020-07-27sfc_ef100: read datapath caps, implement check_capsEdward Cree2-2/+58
2020-07-27sfc_ef100: process events for MCDI completionsEdward Cree1-1/+56
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree7-0/+225
2020-07-27sfc_ef100: implement MCDI transportEdward Cree2-0/+107
2020-07-27sfc_ef100: don't call efx_reset_down()/up() on EF100Edward Cree1-3/+8
2020-07-27sfc_ef100: PHY probe stubEdward Cree1-0/+14
2020-07-27sfc_ef100: reset-handling stubEdward Cree1-0/+50
2020-07-27sfc: skeleton EF100 PF driverEdward Cree26-13/+1095
2020-07-27sfc_ef100: register accesses on EF100Edward Cree2-3/+15
2020-07-27sfc_ef100: add EF100 register definitionsEdward Cree1-0/+693