summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_nic.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: bind blocks for TC offload on EF100Edward Cree2022-09-281-0/+3
* sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree2022-07-291-0/+15
* sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree2022-07-291-8/+14
* sfc: insert default MAE rules to connect VFs to representorsEdward Cree2022-07-291-0/+17
* sfc: determine wire m-port at EF100 PF probe timeEdward Cree2022-07-291-0/+37
* sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree2022-07-221-0/+7
* sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper2022-06-291-66/+14
* sfc: Move EF100 efx_nic_type structs to the end of the fileJonathan Cooper2022-06-291-172/+172
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+2
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-3/+6
* sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren2022-04-291-1/+5
* sfc: The size of the RX recycle ring should be more flexibleMartin Habets2022-02-011-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-0/+3
|\
| * sfc_ef100: potential dereference of null pointerJiasheng Jiang2021-12-161-0/+3
* | net: annotate accesses to dev->gso_max_segsEric Dumazet2021-11-221-2/+2
* | net: annotate accesses to dev->gso_max_sizeEric Dumazet2021-11-221-1/+1
|/
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* sfc: support GRE TSO on EF100Edward Cree2020-11-131-1/+6
* sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree2020-11-131-1/+0
* sfc: advertise our vlan featuresEdward Cree2020-10-301-0/+2
* sfc: only use fixed-id if the skb asks for itEdward Cree2020-10-301-1/+1
* sfc: implement encap TSO on EF100Edward Cree2020-10-301-2/+11
* sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree2020-09-111-4/+0
* sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree2020-09-071-1/+6
* sfc: don't double-down() filters in ef100_reset()Edward Cree2020-09-071-12/+0
* sfc: take correct lock in ef100_reset()Edward Cree2020-08-181-4/+4
* sfc: really check hash is valid before using itEdward Cree2020-08-181-0/+2
* sfc: fix ef100 design-param checkingEdward Cree2020-08-121-1/+2
* sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller2020-08-031-0/+2
* sfc_ef100: add nic-type for VFs, and bind to themEdward Cree2020-08-031-0/+77
* sfc_ef100: read pf_index at probe timeEdward Cree2020-08-031-0/+4
* sfc_ef100: functions for selftestsEdward Cree2020-08-031-0/+47
* sfc_ef100: statistics gatheringEdward Cree2020-08-031-0/+170
* sfc_ef100: plumb in fini_dmaqEdward Cree2020-08-031-0/+1
* sfc_ef100: RX path for EF100Edward Cree2020-08-031-2/+23
* sfc_ef100: RX filter table management and related gubbinsEdward Cree2020-08-031-0/+67
* sfc_ef100: TX path for EF100 NICsEdward Cree2020-08-031-0/+8
* sfc_ef100: read Design Parameters at probe timeEdward Cree2020-08-031-0/+216
* sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree2020-08-031-0/+6
* sfc_ef100: check firmware version at start-of-dayEdward Cree2020-08-031-0/+40
* sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree2020-07-271-0/+21
* sfc_ef100: read device MAC address at probe timeEdward Cree2020-07-271-1/+39
* sfc_ef100: probe the PHY and configure the MACEdward Cree2020-07-271-1/+41
* sfc_ef100: actually perform resetsEdward Cree2020-07-271-0/+9
* sfc_ef100: extend ef100_check_caps to cover datapath_caps3Edward Cree2020-07-271-1/+8
* sfc_ef100: read datapath caps, implement check_capsEdward Cree2020-07-271-2/+56
* sfc_ef100: process events for MCDI completionsEdward Cree2020-07-271-1/+56
* sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree2020-07-271-0/+51
* sfc_ef100: implement MCDI transportEdward Cree2020-07-271-0/+106
* sfc_ef100: PHY probe stubEdward Cree2020-07-271-0/+14