summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ef100_nic.c
AgeCommit message (Expand)Author
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-17sfc: don't fail probe if MAE/TC setup failsEdward Cree
2023-07-28sfc: Remove struct efx_special_bufferMartin Habets
2023-06-17sfc: use budget for TX completionsÍñigo Huguet
2023-02-20sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOVArnd Bergmann
2023-02-16sfc: add support for devlink port_function_hw_addr_get in ef100Alejandro Lucero
2023-02-16sfc: obtain device mac address based on firmware handle for ef100Alejandro Lucero
2023-02-16sfc: add mport lookup based on driver's mport dataAlejandro Lucero
2023-02-16sfc: enumerate mports in ef100Alejandro Lucero
2022-09-28sfc: bind blocks for TC offload on EF100Edward Cree
2022-07-29sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree
2022-07-29sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree
2022-07-29sfc: insert default MAE rules to connect VFs to representorsEdward Cree
2022-07-29sfc: determine wire m-port at EF100 PF probe timeEdward Cree
2022-07-22sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper
2022-06-29sfc: Move EF100 efx_nic_type structs to the end of the fileJonathan Cooper
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-04-29sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren
2022-02-01sfc: The size of the RX recycle ring should be more flexibleMartin Habets
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16sfc_ef100: potential dereference of null pointerJiasheng Jiang
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2020-11-13sfc: support GRE TSO on EF100Edward Cree
2020-11-13sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree
2020-10-30sfc: advertise our vlan featuresEdward Cree
2020-10-30sfc: only use fixed-id if the skb asks for itEdward Cree
2020-10-30sfc: implement encap TSO on EF100Edward Cree
2020-09-11sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree
2020-09-07sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree
2020-09-07sfc: don't double-down() filters in ef100_reset()Edward Cree
2020-08-18sfc: take correct lock in ef100_reset()Edward Cree
2020-08-18sfc: really check hash is valid before using itEdward Cree
2020-08-12sfc: fix ef100 design-param checkingEdward Cree
2020-08-03sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themEdward Cree
2020-08-03sfc_ef100: read pf_index at probe timeEdward Cree
2020-08-03sfc_ef100: functions for selftestsEdward Cree
2020-08-03sfc_ef100: statistics gatheringEdward Cree
2020-08-03sfc_ef100: plumb in fini_dmaqEdward Cree
2020-08-03sfc_ef100: RX path for EF100Edward Cree
2020-08-03sfc_ef100: RX filter table management and related gubbinsEdward Cree
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree
2020-08-03sfc_ef100: read Design Parameters at probe timeEdward Cree
2020-08-03sfc_ef100: fail the probe if NIC uses unsol_ev creditsEdward Cree
2020-08-03sfc_ef100: check firmware version at start-of-dayEdward Cree
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree