index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
/
lan966x
Age
Commit message (
Expand
)
Author
2025-05-29
net: lan966x: Make sure to insert the vlan tags also in host mode
Horatiu Vultur
2025-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2025-05-26
net: lan966x: Fix 1-step timestamping over ipv4 or ipv6
Horatiu Vultur
2025-04-15
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
2025-04-15
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
2025-02-14
net: remove phylink_pcs .neg_mode boolean
Russell King (Oracle)
2025-01-15
net: phylink: pass neg_mode into c22 state decoder
Russell King (Oracle)
2025-01-15
net: phylink: pass neg_mode into .pcs_get_state() method
Russell King (Oracle)
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-10
net: lan966x: refactor buffer reload function
Daniel Machon
2024-09-10
net: lan966x: use a few FDMA helpers throughout
Daniel Machon
2024-09-10
net: lan966x: ditch tx->last_in_use variable
Daniel Machon
2024-09-10
net: lan966x: use library helper for freeing tx buffers
Daniel Machon
2024-09-10
net: lan966x: use FDMA library for adding DCB's in the tx path
Daniel Machon
2024-09-10
net: lan966x: use the FDMA library for allocation of tx buffers
Daniel Machon
2024-09-10
net: lan966x: use library helper for freeing rx buffers
Daniel Machon
2024-09-10
net: lan966x: use FDMA library for adding DCB's in the rx path
Daniel Machon
2024-09-10
net: lan966x: use the FDMA library for allocation of rx buffers
Daniel Machon
2024-09-10
net: lan966x: replace a few variables with new equivalent ones
Daniel Machon
2024-09-10
net: lan966x: use FDMA library symbols
Daniel Machon
2024-09-10
net: lan966x: select FDMA library
Daniel Machon
2024-09-06
net: lan966x: Remove setting of RX software timestamp
Gal Pressman
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-06-18
net: microchip: Constify struct vcap_operations
Christophe JAILLET
2024-06-14
eth: lan966x: don't clear unsupported stats
Jakub Kicinski
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: flower: check for unsupported control flags
Asbjørn Sloth Tønnesen
2024-04-25
net: lan966x: flower: rename goto in lan966x_tc_flower_handler_control_usage()
Asbjørn Sloth Tønnesen
2024-04-25
net: lan966x: flower: add extack to lan966x_tc_flower_handler_control_usage()
Asbjørn Sloth Tønnesen
2024-04-25
net: lan966x: Correct spelling in comments
Simon Horman
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-09
lan966x: Fix crash when adding interface under a lag
Horatiu Vultur
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-31
net: lan966x: debugfs: Fix showing the port keyset
Horatiu Vultur
2024-01-27
net: lan966x: Fix port configuration when using SGMII interface
Horatiu Vultur
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-19
net: lan966x: Fix return value check for vcap_get_rule()
Ruan Jinjie
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2023-08-04
net: lan966x: Do not check 0 for platform_get_irq_byname()
Zhu Wang
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
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-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
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)
[next]