Age | Commit message (Expand) | Author |
2024-01-05 | net: fill in MODULE_DESCRIPTION()s for ATM | Jakub Kicinski |
2024-01-05 | net/mlx5: DPLL, Implement fractional frequency offset get pin op | Jiri Pirko |
2024-01-05 | net/mlx5: DPLL, Use struct to get values from mlx5_dpll_synce_status_get() | Jiri Pirko |
2024-01-05 | dpll: expose fractional frequency offset value to user | Jiri Pirko |
2024-01-05 | net: dsa: bcm_sf2: drop priv->master_mii_dn | Vladimir Oltean |
2024-01-05 | net: dsa: bcm_sf2: stop assigning an OF node to the ds->user_mii_bus | Vladimir Oltean |
2024-01-05 | net: dsa: qca8k: use "dev" consistently within qca8k_mdio_register() | Vladimir Oltean |
2024-01-05 | net: dsa: qca8k: consolidate calls to a single devm_of_mdiobus_register() | Vladimir Oltean |
2024-01-05 | net: dsa: qca8k: assign ds->user_mii_bus only for the non-OF case | Vladimir Oltean |
2024-01-05 | net: dsa: qca8k: skip MDIO bus creation if its OF node has status = "disabled" | Vladimir Oltean |
2024-01-05 | net: dsa: qca8k: put MDIO bus OF node on qca8k_mdio_register() failure | Vladimir Oltean |
2024-01-05 | net: dsa: lantiq_gswip: ignore MDIO buses disabled in OF | Vladimir Oltean |
2024-01-05 | net: dsa: lantiq_gswip: use devres for internal MDIO bus, not ds->user_mii_bus | Vladimir Oltean |
2024-01-05 | net: dsa: lantiq_gswip: delete irrelevant use of ds->phys_mii_mask | Vladimir Oltean |
2024-01-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-01-04 | r8169: fix building with CONFIG_LEDS_CLASS=m | Heiner Kallweit |
2024-01-04 | net: enetc: allow phy-mode = "1000base-x" | Vladimir Oltean |
2024-01-04 | Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2024-01-04 | Revert "Introduce PHY listing and link_topology tracking" | Jakub Kicinski |
2024-01-04 | Merge tag 'ieee802154-for-net-next-2023-12-20' of gitolite.kernel.org:pub/scm... | Jakub Kicinski |
2024-01-04 | net: phy: aquantia: switch to crc_itu_t() | Stephen Rothwell |
2024-01-04 | Revert "octeon_ep_vf: add octeon_ep_vf driver" | Jakub Kicinski |
2024-01-04 | Merge tag 'platform-drivers-x86-v6.7-7' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2024-01-04 | Merge tag 'drm-fixes-2024-01-04' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2024-01-04 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | Jakub Kicinski |
2024-01-04 | Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe" | Shin'ichiro Kawasaki |
2024-01-04 | net: phylink: move phylink_pcs_neg_mode() into phylink.c | Russell King (Oracle) |
2024-01-04 | net: mdio_bus: add refcounting for fwnodes to mdiobus | Russell King (Oracle) |
2024-01-04 | bnxt_en: Fix compile error without CONFIG_RFS_ACCEL | Michael Chan |
2024-01-04 | bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters() | Michael Chan |
2024-01-04 | net: ravb: Wait for operating mode to be applied | Claudiu Beznea |
2024-01-04 | asix: Add check for usbnet_get_endpoints | Chen Ni |
2024-01-04 | net: wangxun: add ethtool_ops for msglevel | Jiawen Wu |
2024-01-04 | net: wangxun: add ethtool_ops for channel number | Jiawen Wu |
2024-01-04 | net: wangxun: add coalesce options support | Jiawen Wu |
2024-01-04 | net: wangxun: add ethtool_ops for ring parameters | Jiawen Wu |
2024-01-04 | net: wangxun: add flow control support | Jiawen Wu |
2024-01-04 | net: ngbe: convert phylib to phylink | Jiawen Wu |
2024-01-04 | net: txgbe: use phylink bits added in libwx | Jiawen Wu |
2024-01-04 | net: libwx: add phylink to libwx | Jiawen Wu |
2024-01-04 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex | David S. Miller |
2024-01-04 | octeontx2-af: Re-enable MAC TX in otx2_stop processing | Naveen Mamindlapalli |
2024-01-04 | octeontx2-af: Always configure NIX TX link credits based on max frame size | Naveen Mamindlapalli |
2024-01-03 | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n... | Jakub Kicinski |
2024-01-03 | net: ena: Take xdp packets stats into account in ena_get_stats64() | David Arinzon |
2024-01-03 | net: ena: Make queue stats code cleaner by removing the if block | David Arinzon |
2024-01-03 | net: ena: Always register RX queue info | David Arinzon |
2024-01-03 | net: ena: Add more debug prints to XDP related function | David Arinzon |
2024-01-03 | net: ena: Refactor napi functions | David Arinzon |
2024-01-03 | net: ena: Don't check if XDP program is loaded in ena_xdp_execute() | David Arinzon |