Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-05net: fman: Unregister ethernet device on removalSean Anderson
2022-10-31net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean
2022-10-27net: fec: limit register access on i.MX6ULJuergen Borleis
2022-10-24net: fman: Use physical address for userspace interfacesSean Anderson
2022-10-07net: enetc: Remove duplicated include in enetc_qos.cYang Li
2022-10-03net: fec: using page pool to manage RX buffersShenwei Wang
2022-09-30net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean
2022-09-30net: enetc: use common naming scheme for PTGCR and PTGCAPR registersVladimir Oltean
2022-09-30net: enetc: cache accesses to &priv->si->hwVladimir Oltean
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean
2022-09-20Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"Francesco Dolcini
2022-09-20Revert "fec: Restart PPS after link state change"Francesco Dolcini
2022-09-20net: enetc: expose some standardized ethtool countersVladimir Oltean
2022-09-20net: enetc: parameterize port MAC stats to also cover the pMACVladimir Oltean
2022-09-20net: fec: Add initial s32v234 supportWei Fang
2022-09-20net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui
2022-09-16net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun
2022-09-16net: fec: add pm runtime force suspend and resume supportWei Fang
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-05net: dpaa: Adjust queue depth on rate changeSean Anderson
2022-09-05net: dpaa: Use mac_dev variable in dpaa_netdev_initSean Anderson
2022-09-05net: fman: Change return type of disable to voidSean Anderson
2022-09-05net: fman: Clean up error handlingSean Anderson
2022-09-05net: fman: Specify type of mac_dev for exception_cbSean Anderson
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson
2022-09-05net: fman: Pass params directly to mac initSean Anderson
2022-09-05net: fman: Map the base address onceSean Anderson
2022-09-05net: fman: Remove internal_phy_node from paramsSean Anderson
2022-09-05net: fman: Inline several functions into initializationSean Anderson
2022-09-05net: fman: Mark mac methods staticSean Anderson
2022-09-05net: fman: Move initialization to mac-specific filesSean Anderson
2022-09-03net: fec: add stop mode support for imx8 platformWei Fang
2022-09-03net: fec: Use a spinlock to guard `fep->ptp_clk_on`Csókás Bence
2022-09-03net: fec: add pm_qos support on imx6q platformWei Fang
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-27net: fman: memac: Uninitialized variable on error pathDan Carpenter
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-24fec: Restart PPS after link state changeCsókás Bence
2022-08-22net: freescale: xgmac: Do not dereference fwnode in struct devicezhaoxiao
2022-08-20net: fman: memac: Use params instead of priv for max_speedSean Anderson
2022-08-20net: fman: Export/rename some common functionsSean Anderson
2022-08-20net: fman: Configure fixed link in memac_initializationSean Anderson
2022-08-20net: fman: Move struct dev to mac_deviceSean Anderson
2022-08-20net: fman: Store initialization function in match dataSean Anderson
2022-08-20net: fman: Get PCS node in per-mac initSean Anderson
2022-08-20net: fman: dtsec: Always gracefully stop/startSean Anderson