index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-23
gianfar: simplify FCS handling and fix memory leak
Andy Spencer
1
-16
/
+7
2018-01-29
gianfar: prevent integer wrapping in the rx handler
Andy Spencer
1
-2
/
+7
2018-01-22
net: fec: add necessary defines to work on ARM64
Lucas Stach
2
-5
/
+8
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+14
2018-01-17
net: fs_enet: do not call phy_stop() in interrupts
Christophe Leroy
2
-3
/
+14
2018-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2018-01-10
net: gianfar_ptp: move set_fipers() to spinlock protecting area
Yangbo Lu
1
-2
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2018-01-05
net: fec: free/restore resource in related probe error pathes
Fugang Duan
1
-2
/
+2
2018-01-03
net: fec: defer probe if regulator is not ready
Fugang Duan
1
-0
/
+4
2018-01-03
net: fec: restore dev_id in the cases of probe error
Fugang Duan
1
-0
/
+1
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2017-12-27
net: fec: unmap the xmit buffer that are not transferred by DMA
Fugang Duan
1
-0
/
+6
2017-12-13
net: fec: add phy_reset_after_clk_enable() support
Richard Leitner
1
-0
/
+20
2017-12-08
gianfar: Disable EEE autoneg by default
Claudiu Manoil
1
-0
/
+5
2017-12-05
gianfar: fix a flooded alignment reports because of padding issue.
Zumeng Chen
1
-2
/
+4
2017-11-11
fsl/fman_port: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2017-11-08
fsl/fman: Remove a useless 'dev_err()' call
Christophe JAILLET
1
-1
/
+0
2017-11-08
fsl/fman: Add a missing 'of_node_put()' call in an error handling path
Christophe JAILLET
1
-0
/
+1
2017-11-08
fsl/fman: Remove some useless code
Christophe JAILLET
1
-5
/
+2
2017-11-08
fsl/fman: Remove a useless call to 'dev_set_drvdata()'
Christophe JAILLET
1
-1
/
+0
2017-11-08
dpaa_eth: fix error return code in dpaa_eth_probe()
Wei Yongjun
1
-3
/
+3
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
1
-1
/
+1
2017-11-08
net: fec: Let fec_ptp have its own interrupt routine
Troy Kisky
3
-45
/
+71
2017-11-05
dpaa_eth: avoid uninitialized variable false-positive warning
Arnd Bergmann
1
-1
/
+2
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-0
/
+7
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
7
-0
/
+7
2017-11-02
net: dpaa: remove init which already done in per-cpu allocation
yuan linyu
1
-5
/
+0
2017-11-02
net: dpaa: fix maybe uninitialized var in dpaa_open()
yuan linyu
1
-1
/
+2
2017-10-18
dpaa_eth: remove obsolete comment
Madalin Bucur
1
-4
/
+0
2017-10-18
fsl/fman: add dpaa in module names
Madalin Bucur
1
-6
/
+6
2017-10-18
dpaa_eth: cleanup dpaa_eth_probe() error paths
Madalin Bucur
1
-33
/
+20
2017-10-18
dpaa_eth: change device used
Madalin Bucur
3
-53
/
+27
2017-10-18
dpaa_eth: move of_phy_connect() to the eth driver
Madalin Bucur
3
-84
/
+66
2017-10-18
fsl/fman: remove of_node
Madalin Bucur
1
-1
/
+0
2017-10-18
net: fs_enet: Remove unused timer
Kees Cook
2
-3
/
+0
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-6
/
+6
2017-09-21
net: fec: return IRQ_HANDLED if fec_ptp_check_pps_event handled it
Troy Kisky
1
-2
/
+2
2017-09-21
net: fec: remove unused interrupt FEC_ENET_TS_TIMER
Troy Kisky
1
-2
/
+2
2017-09-21
net: fec: only check queue 0 if RXF_0/TXF_0 interrupt is set
Troy Kisky
1
-2
/
+2
2017-09-19
net/ethernet/freescale: fix warning for ucc_geth
Valentin Longchamp
1
-2
/
+3
2017-09-06
gianfar: Fix Tx flow control deactivation
Claudiu Manoil
1
-1
/
+1
2017-09-02
fsl/fman: make arrays port_ids static, reduces object code size
Colin Ian King
1
-4
/
+10
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-08-29
dpaa_eth: check allocation result
Madalin Bucur
1
-0
/
+3
2017-08-29
dpaa_eth: add NETIF_F_RXHASH
Madalin Bucur
5
-5
/
+41
2017-08-29
dpaa_eth: enable Rx hashing control
Madalin Bucur
1
-0
/
+113
2017-08-29
dpaa_eth: use multiple Rx frame queues
Madalin Bucur
3
-7
/
+47
2017-08-29
fsl/fman: enable FMan Keygen
Iordache Florinel-R70177
7
-2
/
+884
2017-08-29
fsl/fman: move struct fman to header file
Madalin Bucur
3
-81
/
+82
[next]