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-05-17
net: lan966x: Fix assignment of the MAC address
Horatiu Vultur
1
-0
/
+28
2022-04-25
net: lan966x: fix a couple off by one bugs
Dan Carpenter
1
-2
/
+2
2022-04-15
net: lan966x: Make sure to release ptp interrupt
Horatiu Vultur
1
-0
/
+3
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
2022-03-21
net: sparx5: Use vid 1 when bridge default vid 0 to avoid collision
Casper Andersson
1
-3
/
+23
2022-03-18
net: lan743x: Add support for PTP-IO Event Output (Periodic Output)
Raju Lakkaraju
3
-2
/
+250
2022-03-18
net: lan743x: Add support for PTP-IO Event Input External Timestamp (extts)
Raju Lakkaraju
3
-36
/
+386
2022-03-18
net: lan743x: Add support for OTP
Raju Lakkaraju
2
-3
/
+180
2022-03-18
net: lan743x: Add support for EEPROM
Raju Lakkaraju
3
-5
/
+212
2022-03-18
net: lan743x: Add support to display Tx Queue statistics
Raju Lakkaraju
3
-0
/
+33
2022-03-15
net: sparx5: Use Switchdev fdb events for managing fdb entries
Casper Andersson
3
-72
/
+33
2022-03-15
net: sparx5: fix a couple warning messages
Dan Carpenter
1
-2
/
+2
2022-03-11
net: lan966x: Improve the CPU TX bitrate.
Horatiu Vultur
1
-0
/
+3
2022-03-09
net: lan966x: Add spinlock for frame transmission from CPU.
Horatiu Vultur
2
-1
/
+10
2022-03-08
net: lan966x: allow offloading timestamp operations to the PHY
Horatiu Vultur
1
-1
/
+3
2022-03-04
net: sparx5: Fix initialization of variables on stack
Horatiu Vultur
1
-2
/
+2
2022-03-04
net: sparx5: Implement get_ts_info
Horatiu Vultur
1
-0
/
+34
2022-03-04
net: sparx5: Add support for ptp interrupts
Horatiu Vultur
3
-0
/
+134
2022-03-04
net: sparx5: Update extraction/injection for timestamping
Horatiu Vultur
5
-1
/
+248
2022-03-04
net: sparx5: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMP
Horatiu Vultur
3
-0
/
+102
2022-03-04
net: sparx5: Add support for ptp clocks
Horatiu Vultur
4
-1
/
+356
2022-03-04
net: sparx5: Add registers that are used by ptp functionality
Horatiu Vultur
2
-2
/
+334
2022-03-04
net: sparx5: Move ifh from port to local variable
Horatiu Vultur
3
-5
/
+8
2022-03-04
net: ethernet: Use netif_rx().
Sebastian Andrzej Siewior
2
-2
/
+2
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+12
2022-02-28
Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Jakub Kicinski
2
-6
/
+2
2022-02-28
net: sparx5: Add #include to remove warning
Casper Andersson
1
-0
/
+2
2022-02-25
net: sparx5: Fix add vlan when invalid operation
Casper Andersson
1
-10
/
+10
2022-02-24
net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_device
Vladimir Oltean
1
-5
/
+7
2022-02-24
net: sparx5: Support offloading of bridge port flooding flags
Casper Andersson
1
-1
/
+20
2022-02-17
net: sparx5: remove guards against !BRIDGE_VLAN_INFO_BRENTRY
Vladimir Oltean
1
-6
/
+4
2022-02-17
net: lan966x: remove guards against !BRIDGE_VLAN_INFO_BRENTRY
Vladimir Oltean
1
-12
/
+0
2022-02-13
net: lan966x: Fix when CONFIG_IPV6 is not set
Horatiu Vultur
1
-1
/
+2
2022-02-13
net: lan966x: Fix when CONFIG_PTP_1588_CLOCK is compiled as module
Horatiu Vultur
1
-0
/
+1
2022-02-13
net: lan743x: Add support for Clause-45 MDIO PHY management
Raju Lakkaraju
2
-3
/
+122
2022-02-13
net: lan743x: Add support for SGMII interface
Raju Lakkaraju
2
-0
/
+65
2022-02-13
net: lan743x: Increase MSI(x) vectors to 16 and Int de-assertion timers to 10
Raju Lakkaraju
2
-10
/
+28
2022-02-13
net: lan743x: Add support for 4 Tx queues
Raju Lakkaraju
3
-24
/
+79
2022-02-13
net: lan743x: Add PCI11010 / PCI11414 device IDs
Raju Lakkaraju
2
-2
/
+11
[next]