aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef100_nic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28sfc: bind blocks for TC offload on EF100Edward Cree1-0/+3
2022-07-29sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree1-0/+15
2022-07-29sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree1-8/+14
2022-07-29sfc: insert default MAE rules to connect VFs to representorsEdward Cree1-0/+17
2022-07-29sfc: determine wire m-port at EF100 PF probe timeEdward Cree1-0/+37
2022-07-22sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree1-0/+7
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper1-66/+14
2022-06-29sfc: Move EF100 efx_nic_type structs to the end of the fileJonathan Cooper1-172/+172
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-3/+6
2022-04-29sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren1-1/+5
2022-02-01sfc: The size of the RX recycle ring should be more flexibleMartin Habets1-0/+9
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-12-16sfc_ef100: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-2/+2
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2020-11-13sfc: support GRE TSO on EF100Edward Cree1-1/+6
2020-11-13sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree1-1/+0
2020-10-30sfc: advertise our vlan featuresEdward Cree1-0/+2
2020-10-30sfc: only use fixed-id if the skb asks for itEdward Cree1-1/+1
2020-10-30sfc: implement encap TSO on EF100Edward Cree1-2/+11
2020-09-11sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree1-4/+0
2020-09-07sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree1-1/+6
2020-09-07sfc: don't double-down() filters in ef100_reset()Edward Cree1-12/+0
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-12sfc: fix ef100 design-param checkingEdward Cree1-1/+2
2020-08-03sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller1-0/+2
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themEdward Cree1-0/+77
2020-08-03sfc_ef100: read pf_index at probe timeEdward Cree1-0/+4
2020-08-03sfc_ef100: functions for selftestsEdward Cree1-0/+47
2020-08-03sfc_ef100: statistics gatheringEdward Cree1-0/+170
2020-08-03sfc_ef100: plumb in fini_dmaqEdward Cree1-0/+1
2020-08-03sfc_ef100: RX path for EF100Edward Cree1-2/+23
2020-08-03sfc_ef100: RX filter table management and related gubbinsEdward Cree1-0/+67
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree1-0/+8
2020-08-03sfc_ef100: read Design Parameters at probe timeEdward Cree1-0/+216
2020-08-03sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree1-0/+6
2020-08-03sfc_ef100: check firmware version at start-of-dayEdward Cree1-0/+40
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree1-0/+21
2020-07-27sfc_ef100: read device MAC address at probe timeEdward Cree1-1/+39
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 Cree1-1/+8
2020-07-27sfc_ef100: read datapath caps, implement check_capsEdward Cree1-2/+56
2020-07-27sfc_ef100: process events for MCDI completionsEdward Cree1-1/+56
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree1-0/+51
2020-07-27sfc_ef100: implement MCDI transportEdward Cree1-0/+106
2020-07-27sfc_ef100: PHY probe stubEdward Cree1-0/+14