index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
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-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/git/broonie/spi
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
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
2
-6
/
+2
2022-02-05
net: sparx5: remove phylink_config.pcs_poll usage
Russell King (Oracle)
1
-1
/
+0
2022-02-05
net: lan966x: Update mdb when enabling/disabling mcast_snooping
Horatiu Vultur
3
-0
/
+51
2022-02-05
net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED
Horatiu Vultur
4
-1
/
+110
2022-02-05
net: lan966x: Update the PGID used by IPV6 data frames
Horatiu Vultur
1
-1
/
+5
2022-02-03
net: lan966x: use .mac_select_pcs() interface
Horatiu Vultur
2
-1
/
+9
2022-02-03
net: sparx5: Fix get_stat64 crash in tcpdump
Steen Hegelund
1
-1
/
+1
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-02-02
net: sparx5: do not refer to skb after passing it on
Steen Hegelund
1
-1
/
+1
2022-02-01
net: lan966x: Implement get_ts_info
Horatiu Vultur
1
-0
/
+34
2022-02-01
net: lan966x: Add support for ptp interrupts
Horatiu Vultur
3
-0
/
+130
2022-02-01
net: lan966x: Update extraction/injection for timestamping
Horatiu Vultur
3
-5
/
+207
2022-02-01
net: lan966x: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMP
Horatiu Vultur
3
-0
/
+100
2022-02-01
net: lan966x: Add support for ptp clocks
Horatiu Vultur
4
-1
/
+317
2022-02-01
net: lan966x: Add registers that are use for ptp functionality
Horatiu Vultur
2
-0
/
+104
2022-01-28
net: sparx5: use .mac_select_pcs() interface
Russell King (Oracle)
2
-1
/
+10
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-8
/
+9
2022-01-26
net: lan966x: Fix sleep in atomic context when updating MAC table
Horatiu Vultur
1
-5
/
+6
[prev]
[next]