Age | Commit message (Expand) | Author |
2024-10-04 | net: ethernet: Switch back to struct platform_driver::remove() | Uwe Kleine-König |
2024-09-03 | netdevice: convert private flags > BIT(31) to bitfields | Alexander Lobakin |
2024-05-22 | net: lan966x: Remove ptp traps in case the ptp is not enabled. | Horatiu Vultur |
2024-05-16 | net: lan966x: remove debugfs directory in probe() error path | Herve Codina |
2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet |
2024-04-25 | net: lan966x: Correct spelling in comments | Simon Horman |
2023-10-23 | net: lan966x: remove useless code in lan966x_xtr_irq_handler | Su Hui |
2023-09-20 | net: ethernet: microchip: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-08-04 | net: lan966x: Do not check 0 for platform_get_irq_byname() | Zhu Wang |
2023-08-02 | net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri... | Vladimir Oltean |
2023-08-02 | net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set() | Vladimir Oltean |
2023-07-27 | net: Explicitly include correct DT includes | Rob Herring |
2023-06-22 | net: lan966x: update PCS driver to use neg_mode | Russell King (Oracle) |
2023-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-05-23 | lan966x: Fix unloading/loading of the driver | Horatiu Vultur |
2023-05-18 | net: lan966x: Add support for offloading pcp table | Horatiu Vultur |
2023-04-17 | net: lan966x: Fix lan966x_ifh_get | Horatiu Vultur |
2023-03-19 | net: lan966x: Stop using packing library | Horatiu Vultur |
2023-03-19 | net: lan966x: Don't read RX timestamp if not needed | Horatiu Vultur |
2023-02-24 | Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/... | Linus Torvalds |
2023-02-13 | net: lan966x: set xdp_features flag | Lorenzo Bianconi |
2023-02-03 | net: lan966x: Add VCAP debugFS support | Horatiu Vultur |
2023-02-03 | net: lan966x: Convert to devm_of_phy_optional_get() | Geert Uytterhoeven |
2023-01-13 | net: lan966x: add missing fwnode_handle_put() for ports node | Clément Léger |
2022-12-06 | net: lan966x: Add ptp trap rules | Horatiu Vultur |
2022-11-29 | net: lan966x: add vcap registers | Horatiu Vultur |
2022-11-29 | net: lan966x: Add initial VCAP | Horatiu Vultur |
2022-11-25 | net: lan966x: Add support for XDP_REDIRECT | Horatiu Vultur |
2022-11-25 | net: lan966x: Add support for XDP_TX | Horatiu Vultur |
2022-11-11 | net: lan966x: Add basic XDP support | Horatiu Vultur |
2022-11-11 | net: lan966x: Add define IFH_LEN_BYTES | Horatiu Vultur |
2022-11-01 | net: lan966x: Fix FDMA when MTU is changed | Horatiu Vultur |
2022-11-01 | net: lan966x: Fix the MTU calculation | Horatiu Vultur |
2022-10-03 | net: lan966x: Fix return type of lan966x_port_xmit | Nathan Huckleberry |
2022-09-23 | net: lan966x: Add offload support for taprio | Horatiu Vultur |
2022-09-23 | net: lan966x: Add offload support for mqprio | Horatiu Vultur |
2022-09-23 | net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUES | Horatiu Vultur |
2022-09-06 | net: lan966x: Extend lan966x with RGMII support | Horatiu Vultur |
2022-09-02 | net: lan966x: make reset optional | Michael Walle |
2022-08-22 | net: lan966x: Add QUSGMII support for lan966x | Maxime Chevallier |
2022-08-12 | net: lan966x: fix checking for return value of platform_get_irq_byname() | Li Qiong |
2022-07-05 | net: lan966x: hardcode the number of external ports | Michael Walle |
2022-05-26 | net: lan966x: check devm_of_phy_get() for -EDEFER_PROBE | Michael Walle |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-17 | net: lan966x: Fix assignment of the MAC address | Horatiu Vultur |
2022-04-30 | net: lan966x: remove PHY reset support | Michael Walle |
2022-04-27 | net: lan966x: Add support for PTP_PF_EXTTS | Horatiu Vultur |
2022-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-04-15 | net: lan966x: Make sure to release ptp interrupt | Horatiu Vultur |
2022-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |