summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef100_nic.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-17sfc: don't fail probe if MAE/TC setup failsEdward Cree1-1/+1
2023-07-28sfc: Remove struct efx_special_bufferMartin Habets1-1/+1
2023-06-17sfc: use budget for TX completionsÍñigo Huguet1-1/+6
2023-02-20sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOVArnd Bergmann1-17/+10
2023-02-16sfc: add support for devlink port_function_hw_addr_get in ef100Alejandro Lucero1-0/+27
2023-02-16sfc: obtain device mac address based on firmware handle for ef100Alejandro Lucero1-18/+19
2023-02-16sfc: add mport lookup based on driver's mport dataAlejandro Lucero1-2/+2
2023-02-16sfc: enumerate mports in ef100Alejandro Lucero1-0/+27
2022-09-28sfc: bind blocks for TC offload on EF100Edward Cree1-0/+3
2022-07-30sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree1-0/+15
2022-07-30sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree1-8/+14
2022-07-30sfc: insert default MAE rules to connect VFs to representorsEdward Cree1-0/+17
2022-07-30sfc: 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-30sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren1-1/+5
2022-02-02sfc: The size of the RX recycle ring should be more flexibleMartin Habets1-0/+9
2021-12-17Merge 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-14sfc: support GRE TSO on EF100Edward Cree1-1/+6
2020-11-14sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree1-1/+0
2020-10-31sfc: advertise our vlan featuresEdward Cree1-0/+2
2020-10-31sfc: only use fixed-id if the skb asks for itEdward Cree1-1/+1
2020-10-31sfc: implement encap TSO on EF100Edward Cree1-2/+11
2020-09-12sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree1-4/+0
2020-09-08sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree1-1/+6
2020-09-08sfc: 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-04sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller1-0/+2
2020-08-04sfc_ef100: add nic-type for VFs, and bind to themEdward Cree1-0/+77
2020-08-04sfc_ef100: read pf_index at probe timeEdward Cree1-0/+4
2020-08-04sfc_ef100: functions for selftestsEdward Cree1-0/+47
2020-08-04sfc_ef100: statistics gatheringEdward Cree1-0/+170
2020-08-04sfc_ef100: plumb in fini_dmaqEdward Cree1-0/+1
2020-08-04sfc_ef100: RX path for EF100Edward Cree1-2/+23
2020-08-04sfc_ef100: RX filter table management and related gubbinsEdward Cree1-0/+67
2020-08-04sfc_ef100: TX path for EF100 NICsEdward Cree1-0/+8
2020-08-04sfc_ef100: read Design Parameters at probe timeEdward Cree1-0/+216
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-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree1-0/+21