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
/
freescale
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: enetc: preserve TX ring priority across reconfiguration
Vladimir Oltean
2022-11-23
3
-11
/
+19
*
net: fman: Unregister ethernet device on removal
Sean Anderson
2022-11-04
1
-0
/
+9
*
net: fec: fix improper use of NETDEV_TX_BUSY
Zhang Changzhong
2022-10-31
1
-2
/
+2
*
net: enetc: survive memory pressure without crashing
Vladimir Oltean
2022-10-27
1
-0
/
+5
*
net: fec: limit register access on i.MX6UL
Juergen Borleis
2022-10-26
1
-2
/
+44
*
net: fman: Use physical address for userspace interfaces
Sean Anderson
2022-10-24
4
-10
/
+10
*
net: enetc: Remove duplicated include in enetc_qos.c
Yang Li
2022-10-07
1
-1
/
+0
*
net: fec: using page pool to manage RX buffers
Shenwei Wang
2022-10-03
3
-58
/
+119
*
net: enetc: offload per-tc max SDU from tc-taprio
Vladimir Oltean
2022-09-29
3
-6
/
+57
*
net: enetc: use common naming scheme for PTGCR and PTGCAPR registers
Vladimir Oltean
2022-09-29
2
-12
/
+11
*
net: enetc: cache accesses to &priv->si->hw
Vladimir Oltean
2022-09-29
3
-48
/
+49
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-28
7
-12
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-22
9
-156
/
+109
|
\
|
*
net: enetc: deny offload of tc-based TSN features on VF interfaces
Vladimir Oltean
2022-09-20
5
-25
/
+34
|
*
net: enetc: move enetc_set_psfp() out of the common enetc_set_features()
Vladimir Oltean
2022-09-20
5
-35
/
+44
|
*
Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"
Francesco Dolcini
2022-09-20
3
-19
/
+27
|
*
Revert "fec: Restart PPS after link state change"
Francesco Dolcini
2022-09-20
3
-77
/
+4
*
|
net: enetc: expose some standardized ethtool counters
Vladimir Oltean
2022-09-19
1
-0
/
+111
*
|
net: enetc: parameterize port MAC stats to also cover the pMAC
Vladimir Oltean
2022-09-19
2
-114
/
+116
*
|
net: fec: Add initial s32v234 support
Wei Fang
2022-09-19
2
-3
/
+15
*
|
net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarations
Gaosheng Cui
2022-09-19
1
-3
/
+0
*
|
net: fs_enet: Fix wrong check in do_pd_setup
Zheng Yongjun
2022-09-16
1
-1
/
+1
*
|
net: fec: add pm runtime force suspend and resume support
Wei Fang
2022-09-16
2
-0
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-09-08
3
-28
/
+32
|
\
|
|
*
net: fec: Use a spinlock to guard `fep->ptp_clk_on`
Csókás Bence
2022-09-02
3
-27
/
+19
|
*
net: fec: add pm_qos support on imx6q platform
Wei Fang
2022-09-02
2
-1
/
+13
*
|
net: dpaa: Adjust queue depth on rate change
Sean Anderson
2022-09-05
5
-6
/
+44
*
|
net: dpaa: Use mac_dev variable in dpaa_netdev_init
Sean Anderson
2022-09-05
1
-4
/
+5
*
|
net: fman: Change return type of disable to void
Sean Anderson
2022-09-05
5
-20
/
+9
*
|
net: fman: Clean up error handling
Sean Anderson
2022-09-05
1
-28
/
+15
*
|
net: fman: Specify type of mac_dev for exception_cb
Sean Anderson
2022-09-05
5
-9
/
+10
*
|
net: fman: Use mac_dev for some params
Sean Anderson
2022-09-05
5
-40
/
+22
*
|
net: fman: Pass params directly to mac init
Sean Anderson
2022-09-05
8
-49
/
+32
*
|
net: fman: Map the base address once
Sean Anderson
2022-09-05
4
-27
/
+17
*
|
net: fman: Remove internal_phy_node from params
Sean Anderson
2022-09-05
3
-35
/
+34
*
|
net: fman: Inline several functions into initialization
Sean Anderson
2022-09-05
3
-128
/
+21
*
|
net: fman: Mark mac methods static
Sean Anderson
2022-09-05
3
-61
/
+72
*
|
net: fman: Move initialization to mac-specific files
Sean Anderson
2022-09-05
7
-323
/
+277
*
|
net: fec: add stop mode support for imx8 platform
Wei Fang
2022-09-03
2
-0
/
+39
*
|
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
8
-14
/
+14
*
|
net: fman: memac: Uninitialized variable on error path
Dan Carpenter
2022-08-26
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-25
4
-5
/
+82
|
\
|
|
*
fec: Restart PPS after link state change
Csókás Bence
2022-08-24
3
-4
/
+77
|
*
net: dpaa: Fix <1G ethernet on LS1046ARDB
Sean Anderson
2022-08-19
1
-1
/
+5
*
|
net: freescale: xgmac: Do not dereference fwnode in struct device
zhaoxiao
2022-08-22
1
-1
/
+1
*
|
net: fman: memac: Use params instead of priv for max_speed
Sean Anderson
2022-08-19
1
-3
/
+1
*
|
net: fman: Export/rename some common functions
Sean Anderson
2022-08-19
2
-6
/
+9
*
|
net: fman: Configure fixed link in memac_initialization
Sean Anderson
2022-08-19
1
-47
/
+46
*
|
net: fman: Move struct dev to mac_device
Sean Anderson
2022-08-19
2
-20
/
+12
*
|
net: fman: Store initialization function in match data
Sean Anderson
2022-08-19
2
-192
/
+165
[next]