summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-05-16ravb: Use separate clock for gPTPPhil Edworthy2-3/+21
2022-05-16ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy2-6/+53
2022-05-16ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy3-5/+7
2022-05-14ice: Expose RSS indirection tables for queue groups via ethtoolSridhar Samudrala1-18/+51
2022-05-14ixgbe: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-36/+63
2022-05-14eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski3-21/+3
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski5-15/+14
2022-05-13sfc: siena: Fix Kconfig dependenciesRen Zhijie1-0/+1
2022-05-13bnxt_en: parse and report result field when NVRAM package install failsKalesh AP3-13/+72
2022-05-13bnxt_en: Enable packet timestamping for all RX packetsPavan Chebbi4-3/+36
2022-05-13bnxt_en: Configure ptp filters during bnxt openPavan Chebbi3-13/+46
2022-05-13bnxt_en: Update firmware interface to 1.10.2.95Michael Chan1-135/+280
2022-05-13net: axienet: Use NAPI for TX completion pathRobert Hancock2-85/+111
2022-05-13net: axienet: Be more careful about updating tx_bd_tailRobert Hancock1-11/+15
2022-05-13net: ethernet: fix platform_no_drv_owner.cocci warningYang Li1-1/+0
2022-05-13net: ethernet: Use swap() instead of open coding itJiapeng Chong1-16/+4
2022-05-13sfc/siena: Reinstate SRIOV init/fini function callsMartin Habets2-0/+19
2022-05-13sfc/siena: Make PTP and reset support specific for SienaMartin Habets2-4/+5
2022-05-13sfc/siena: Make MCDI logging support specific for SienaMartin Habets6-15/+26
2022-05-13siena: Make HWMON support specific for SienaMartin Habets4-6/+13
2022-05-13siena: Make SRIOV support specific for SienaMartin Habets13-30/+38
2022-05-13siena: Make MTD support specific for SienaMartin Habets9-13/+21
2022-05-13net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean2-39/+38
2022-05-13net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean1-3/+0
2022-05-13net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean1-6/+0
2022-05-13net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean1-6/+1
2022-05-13net: lan966x: Fix use of pointer after being freedHoratiu Vultur1-2/+2
2022-05-13mlxbf_gige: remove driver-managed interrupt countsDavid Thompson3-17/+3
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-88/+173
2022-05-12net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo1-0/+5
2022-05-12mlxsw: Avoid warning during ip6gre device removalAmit Cohen1-8/+3
2022-05-12nfp: VF rate limit supportBin Chen3-2/+56
2022-05-12net: ethernet: SP7021: Fix spelling mistake "Interrput" -> "Interrupt"Colin Ian King1-1/+1
2022-05-12net: enetc: kill PHY-less mode for PFsVladimir Oltean1-10/+14
2022-05-12fortify: Provide a memcpy trap door for sharp cornersKees Cook1-1/+7
2022-05-12net: bcmgenet: Check for Wake-on-LAN interrupt probe deferralFlorian Fainelli1-0/+4
2022-05-12net: ethernet: mediatek: ppe: fix wrong size passed to memset()Yang Yingliang1-1/+1
2022-05-12net: enetc: count the tc-taprio window dropsPo Liu4-2/+16
2022-05-12net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean2-4/+8
2022-05-12net: macb: use NAPI for TX completion pathRobert Hancock2-73/+161
2022-05-12net: macb: simplify/cleanup NAPI reschedule checkingRobert Hancock1-34/+31
2022-05-12i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong1-13/+14
2022-05-12Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski6-74/+4
2022-05-11eth: amd: remove NI6510 support (ni65)Jakub Kicinski4-1383/+0
2022-05-11net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler1-0/+7
2022-05-11net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler1-1/+5
2022-05-11net: atlantic: reduce scope of is_rsc_completeGrant Grundler1-7/+6
2022-05-11net: atlantic: fix "frag[0] not initialized"Grant Grundler1-2/+1
2022-05-11Merge tag 'mlx5-updates-2022-05-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller17-299/+712
2022-05-11net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang1-3/+1