index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sparx5: fix error handling in sparx5_port_open()
Liu Jian
2022-11-22
1
-2
/
+12
*
net: microchip: sparx5: Fix return value in sparx5_tc_setup_qdisc_ets()
Lu Wei
2022-11-21
1
-5
/
+2
*
net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...
Shang XiaoJing
2022-11-16
2
-0
/
+6
*
net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()
Shang XiaoJing
2022-11-16
1
-0
/
+3
*
net: lan966x: Fix unmapping of received frames using FDMA
Horatiu Vultur
2022-11-01
1
-6
/
+12
*
net: lan966x: Fix FDMA when MTU is changed
Horatiu Vultur
2022-11-01
2
-3
/
+7
*
net: lan966x: Adjust maximum frame size when vlan is enabled/disabled
Horatiu Vultur
2022-11-01
2
-0
/
+21
*
net: lan966x: Fix the MTU calculation
Horatiu Vultur
2022-11-01
2
-1
/
+3
*
net: lan966x: Stop replacing tx dcbs and dcbs_buf when changing MTU
Horatiu Vultur
2022-10-24
1
-21
/
+3
*
net: lan966x: Fix the rx drop counter
Horatiu Vultur
2022-10-20
1
-1
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
3
-3
/
+10
|
\
|
*
eth: lan743x: reject extts for non-pci11x1x devices
Raju Lakkaraju
2022-10-03
1
-0
/
+7
|
*
net: sparx5: Fix return type of sparx5_port_xmit_impl
Nathan Huckleberry
2022-10-03
2
-3
/
+3
*
|
net: lan966x: Fix return type of lan966x_port_xmit
Nathan Huckleberry
2022-10-03
1
-1
/
+2
*
|
net: lan966x: Add port mirroring support using tc-matchall
Horatiu Vultur
2022-10-03
5
-1
/
+193
*
|
net: lan966x: Add port police support using tc-matchall
Horatiu Vultur
2022-10-03
6
-1
/
+468
*
|
net: lan966x: Fix spelling mistake "tarffic" -> "traffic"
Colin Ian King
2022-09-30
1
-1
/
+1
*
|
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-28
2
-5
/
+2
*
|
net: lan966x: Add offload support for ets
Horatiu Vultur
2022-09-28
5
-1
/
+139
*
|
net: lan966x: Add offload support for cbs
Horatiu Vultur
2022-09-28
4
-1
/
+85
*
|
net: lan966x: Add offload support for tbf
Horatiu Vultur
2022-09-28
5
-1
/
+143
*
|
net: lan966x: Add offload support for taprio
Horatiu Vultur
2022-09-23
7
-3
/
+560
*
|
net: lan966x: Add registers used by taprio
Horatiu Vultur
2022-09-23
1
-0
/
+159
*
|
net: lan966x: Add offload support for mqprio
Horatiu Vultur
2022-09-23
5
-2
/
+71
*
|
net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUES
Horatiu Vultur
2022-09-23
2
-1
/
+3
*
|
net: microchip: sparx5: add support for offloading ets qdisc
Daniel Machon
2022-09-23
4
-0
/
+154
*
|
net: microchip: sparx5: add support for offloading tbf qdisc
Daniel Machon
2022-09-23
5
-0
/
+648
*
|
net: microchip: sparx5: add support for offloading mqprio qdisc
Daniel Machon
2022-09-23
5
-2
/
+77
*
|
net: microchip: sparx5: add tc setup hook
Daniel Machon
2022-09-23
4
-1
/
+37
*
|
net: lan743x: Add support for Rx IP & TCP checksum offload
Raju Lakkaraju
2022-09-09
2
-1
/
+18
*
|
net: lan743x: Fix to use multiqueue start/stop APIs
Raju Lakkaraju
2022-09-09
2
-28
/
+27
*
|
net: sparx5: fix function return type to match actual type
Casper Andersson
2022-09-08
2
-4
/
+4
*
|
net: lan966x: Extend lan966x with RGMII support
Horatiu Vultur
2022-09-06
2
-0
/
+4
*
|
net: lan966x: make reset optional
Michael Walle
2022-09-02
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-01
2
-1
/
+6
|
\
|
|
*
net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()
Dan Carpenter
2022-08-30
1
-1
/
+4
|
*
net: sparx5: fix handling uneven length packets in manual extraction
Casper Andersson
2022-08-26
1
-0
/
+2
*
|
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
3
-8
/
+8
*
|
net: sparx5: add support for mrouter ports
Casper Andersson
2022-08-29
4
-7
/
+80
*
|
net: sparx5: add list for mdb entries in driver
Casper Andersson
2022-08-29
3
-82
/
+132
*
|
net: lan966x: Extend MAC to support also lag interfaces.
Horatiu Vultur
2022-08-22
3
-16
/
+119
*
|
net: lan966x: Extend FDB to support also lag
Horatiu Vultur
2022-08-22
2
-0
/
+31
*
|
net: lan966x: Add lag support for lan966x
Horatiu Vultur
2022-08-22
5
-20
/
+443
*
|
net: lan966x: Extend lan966x_foreign_bridging_check
Horatiu Vultur
2022-08-22
1
-8
/
+24
*
|
net: lan966x: Expose lan966x_switchdev_nb and lan966x_switchdev_blocking_nb
Horatiu Vultur
2022-08-22
2
-4
/
+4
*
|
net: lan966x: Flush fdb workqueue when port is leaving a bridge.
Horatiu Vultur
2022-08-22
3
-7
/
+10
*
|
net: lan966x: Split lan966x_fdb_event_work
Horatiu Vultur
2022-08-22
1
-55
/
+69
*
|
net: lan966x: Add registers used to configure lag interfaces
Horatiu Vultur
2022-08-22
1
-0
/
+45
*
|
net: lan966x: Add QUSGMII support for lan966x
Maxime Chevallier
2022-08-22
4
-7
/
+26
|
/
*
net: lan966x: fix checking for return value of platform_get_irq_byname()
Li Qiong
2022-08-12
1
-4
/
+4
[next]