index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-32
/
+80
2022-07-18
net: lan966x: Fix usage of lan966x->mac_lock when used by FDB
Horatiu Vultur
1
-11
/
+23
2022-07-18
net: lan966x: Fix usage of lan966x->mac_lock inside lan966x_mac_irq_handler
Horatiu Vultur
1
-7
/
+12
2022-07-18
net: lan966x: Fix usage of lan966x->mac_lock when entry is removed
Horatiu Vultur
1
-4
/
+20
2022-07-18
net: lan966x: Fix usage of lan966x->mac_lock when entry is added
Horatiu Vultur
1
-1
/
+7
2022-07-18
net: lan966x: Fix taking rtnl_lock while holding spin_lock
Horatiu Vultur
1
-9
/
+18
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+3
2022-07-05
net: lan966x: hardcode the number of external ports
Michael Walle
2
-6
/
+3
2022-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2022-06-30
net: sparx5: mdb add/del handle non-sparx5 devices
Casper Andersson
1
-0
/
+6
2022-06-24
net: lan743x: Use correct variable in lan743x_sgmii_config()
Dan Carpenter
1
-2
/
+2
2022-06-16
net: lan743x: Add support to SGMII 1G and 2.5G
Raju Lakkaraju
3
-9
/
+442
2022-06-16
net: lan743x: Add support to Secure-ON WOL
Raju Lakkaraju
3
-0
/
+51
2022-06-16
net: lan743x: Add support to LAN743x register dump
Raju Lakkaraju
2
-0
/
+71
2022-06-15
net: sparx5: Allow mdb entries to both CPU and ports
Casper Andersson
1
-20
/
+35
2022-05-27
net: lan743x: PCI11010 / PCI11414 fix
Raju Lakkaraju
1
-10
/
+22
2022-05-26
net: lan966x: check devm_of_phy_get() for -EDEFER_PROBE
Michael Walle
1
-2
/
+7
2022-05-22
net: sparx5: switchdev: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+28
2022-05-17
net: lan966x: Fix assignment of the MAC address
Horatiu Vultur
1
-0
/
+28
2022-05-12
net: lan966x: Fix use of pointer after being freed
Horatiu Vultur
1
-2
/
+2
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
1
-1
/
+2
2022-05-05
net: move snowflake callers to netif_napi_add_tx_weight()
Jakub Kicinski
1
-3
/
+3
2022-05-05
net: sparx5: Add handling of host MDB entries
Casper Andersson
1
-0
/
+12
2022-04-30
net: lan966x: remove PHY reset support
Michael Walle
1
-7
/
+1
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-04-27
net: lan966x: Add support for PTP_PF_EXTTS
Horatiu Vultur
3
-1
/
+127
2022-04-27
net: lan966x: Add support for PTP_PF_PEROUT
Horatiu Vultur
2
-0
/
+169
2022-04-27
net: lan966x: Add registers used to configure the PTP pin
Horatiu Vultur
1
-0
/
+40
2022-04-27
net: lan966x: Change the PTP pin used to read/write the PHC.
Horatiu Vultur
1
-1
/
+1
2022-04-25
net: lan966x: fix a couple off by one bugs
Dan Carpenter
1
-2
/
+2
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+3
2022-04-15
net: lan966x: Make sure to release ptp interrupt
Horatiu Vultur
1
-0
/
+3
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-8
/
+15
2022-04-11
net: lan966x: Update FDMA to change MTU.
Horatiu Vultur
3
-1
/
+148
2022-04-11
net: lan966x: Add FDMA functionality
Horatiu Vultur
5
-4
/
+851
2022-04-11
net: lan966x: Expose functions that are needed by FDMA
Horatiu Vultur
2
-7
/
+11
2022-04-11
net: lan966x: Add registers that are used for FDMA.
Horatiu Vultur
2
-0
/
+107
2022-04-11
net: lan966x: Stop processing the MAC entry is port is wrong.
Horatiu Vultur
1
-2
/
+4
2022-04-11
net: lan966x: Fix when a port's upper is changed.
Horatiu Vultur
1
-2
/
+1
2022-04-11
net: lan966x: Fix IGMP snooping when frames have vlan tag
Horatiu Vultur
1
-0
/
+6
2022-04-11
net: lan966x: Update lan966x_ptp_get_nominal_value
Horatiu Vultur
1
-4
/
+4
2022-03-30
net: sparx5: uses, depends on BRIDGE or !BRIDGE
Randy Dunlap
1
-0
/
+1
2022-03-29
net: lan966x: fix kernel oops on ioctl when I/F is down
Michael Walle
1
-0
/
+3
2022-03-26
net: sparx5: switchdev: fix possible NULL pointer dereference
Zheng Yongjun
1
-0
/
+2
2022-03-26
net: sparx5: depends on PTP_1588_CLOCK_OPTIONAL
Randy Dunlap
1
-0
/
+1
2022-03-25
net: sparx5: Refactor mdb handling according to feedback
Casper Andersson
5
-26
/
+24
2022-03-25
net: sparx5: Remove unused GLAG handling in PGID
Casper Andersson
2
-21
/
+0
2022-03-21
net: sparx5: Add mdb handlers
Casper Andersson
3
-10
/
+136
2022-03-21
net: sparx5: Add arbiter for managing PGID table
Casper Andersson
4
-1
/
+85
[next]