summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2023-11-26dpaa2-eth: recycle the RX buffer only after all processing doneIoana Ciornei
2023-11-26dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei
2023-11-25mlxsw: pci: Fix missing error checkingIdo Schimmel
2023-11-24r8169: remove not needed check in rtl_fw_write_firmwareHeiner Kallweit
2023-11-24octeon_ep: get max rx packet length from firmwareShinas Rasheed
2023-11-24octeon_ep: Solve style issues in control net filesShinas Rasheed
2023-11-24octeontx2-pf: TC flower offload support for ICMP type and codeGeetha sowjanya
2023-11-24net: rswitch: Fix missing dev_kfree_skb_any() in error pathYoshihiro Shimoda
2023-11-24net: rswitch: Fix return value in rswitch_start_xmit()Yoshihiro Shimoda
2023-11-24net: rswitch: Fix type of ret in rswitch_start_xmit()Yoshihiro Shimoda
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-23net: axienet: Fix check for partial TX checksumSamuel Holland
2023-11-23i40e: Fix adding unsupported cloud filtersIvan Vecera
2023-11-23ice: restore timestamp configuration after device resetJacob Keller
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKJacob Keller
2023-11-23ice: remove ptp_tx ring parameter flagJacob Keller
2023-11-23amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju
2023-11-23amd-xgbe: handle the corner-case during tx completionRaju Rangoju
2023-11-23amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju
2023-11-23octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx ...Suman Ghosh
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Break out to moduleNiklas Söderlund
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Get clock increment from clock rateNiklas Söderlund
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Prepare for shared register layoutNiklas Söderlund
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Fail on unknown register layoutNiklas Söderlund
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Remove incorrect commentNiklas Söderlund
2023-11-22Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Heiner Kallweit
2023-11-22net: stmmac: Add support for HW-accelerated VLAN strippingGan, Yi Fang
2023-11-21bnxt_en: Rename some macros for the P5 chipsRandy Schacher
2023-11-21bnxt_en: Modify the NAPI logic for the new P7 chipsMichael Chan
2023-11-21bnxt_en: Modify RX ring indexing logic.Michael Chan
2023-11-21bnxt_en: Modify TX ring indexing logic.Michael Chan
2023-11-21bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct.Michael Chan
2023-11-21bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware callsMichael Chan
2023-11-21bnxt_en: Add support for new backing store query firmware APIMichael Chan
2023-11-21bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper functionMichael Chan
2023-11-21bnxt_en: Use the pg_info field in bnxt_ctx_mem_type structMichael Chan
2023-11-21bnxt_en: Add page info to struct bnxt_ctx_mem_typeMichael Chan
2023-11-21bnxt_en: Restructure context memory data structuresMichael Chan
2023-11-21bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem()Michael Chan
2023-11-21bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp->ctxMichael Chan
2023-11-21mlxsw: spectrum_router: Call RIF setup before obtaining FIDPetr Machata
2023-11-21mlxsw: spectrum_router: Add a helper to get subport number from a RIFPetr Machata
2023-11-21mlxsw: spectrum_fid: Extract SFMR packing into a helperPetr Machata
2023-11-21mlxsw: spectrum_fid: Drop unnecessary conditionsPetr Machata
2023-11-21mlxsw: pci: Permit enabling CFF modePetr Machata
2023-11-21mlxsw: core, pci: Add plumbing related to CFF modePetr Machata
2023-11-21mlxsw: reg: Add to SFMR register the fields related to CFF flood modePetr Machata
2023-11-21mlxsw: reg: Extract flood-mode specific part of mlxsw_reg_sfmr_pack()Petr Machata
2023-11-21mlxsw: reg: Drop unnecessary writes from mlxsw_reg_sfmr_pack()Petr Machata
2023-11-21mlxsw: reg: Mark SFGC & some SFMR fields as reserved in CFF modePetr Machata