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.13.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-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+16
2018-10-16
net: fec: don't dump RX FIFO register when not available
Fugang Duan
2
-4
/
+16
2018-10-16
dpaa2-eth: remove unused FD field
Ioana Radulescu
1
-2
/
+2
2018-10-16
dpaa2-eth: mark unused parameter in dpaa2_eth_tx_conf
Ioana Ciornei
1
-1
/
+1
2018-10-16
dpaa2-eth: remove unused priv parameter
Ioana Ciornei
1
-6
/
+4
2018-10-16
dpaa2-eth: fix uninitialized variable warnings
Ioana Ciornei
1
-3
/
+3
2018-10-16
dpaa2-eth: make dpaa2_eth_set_dist_key static
Ioana Ciornei
1
-2
/
+2
2018-10-16
dpaa2-eth: Fix Kconfig dependencies
Ioana Radulescu
1
-1
/
+0
2018-10-08
dpaa2-eth: Don't account Tx confirmation frames on NAPI poll
Ioana Ciocoi Radulescu
2
-26
/
+47
2018-10-08
net: dpaa2: fix and improve dpaa2-ptp driver
Yangbo Lu
1
-16
/
+9
2018-10-08
net: dpaa2: remove unused code for dprtc
Yangbo Lu
3
-723
/
+0
2018-10-08
net: dpaa2: rename rtc as ptp in dpaa2-ptp driver
Yangbo Lu
1
-15
/
+15
2018-10-08
net: dpaa2: fix dependency of config FSL_DPAA2_ETH
Yangbo Lu
1
-1
/
+1
2018-10-08
net: dpaa2: move DPAA2 PTP driver out of staging/
Yangbo Lu
8
-10
/
+1267
2018-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2018-10-03
dpaa_eth: Remove useless declaration
Nathan Chancellor
1
-2
/
+0
2018-10-03
dpaa2-eth: Add ethtool support for flow classification
Ioana Radulescu
6
-0
/
+549
2018-10-03
dpaa2-eth: Configure Rx flow classification key
Ioana Radulescu
5
-16
/
+148
2018-10-03
dpaa2-eth: Rename structure
Ioana Radulescu
2
-7
/
+7
2018-10-03
dpaa2-eth: Use new API for Rx flow hashing
Ioana Radulescu
5
-19
/
+142
2018-10-02
net: fec: fix rare tx timeout
Rickard x Andersson
1
-4
/
+4
2018-10-02
net: phy: Add helper for advertise to lcl value
Andrew Lunn
2
-11
/
+2
2018-09-28
net: ethernet: dpaa: remove unused variables
Arnd Bergmann
1
-1
/
+0
2018-09-24
dpaa2-eth: Make Rx flow hash key configurable
Ioana Ciocoi Radulescu
3
-5
/
+41
2018-09-22
net: freescale: fix return type of ndo_start_xmit function
YueHaibing
5
-6
/
+10
2018-09-18
gianfar: remove duplicated include from gianfar.c
YueHaibing
1
-2
/
+0
2018-09-17
net: ethernet: remove redundant null pointer check before of_node_put
zhong jiang
1
-2
/
+1
2018-09-13
net: ethernet: Use DIV_ROUND_UP instead of reimplementing its function
zhong jiang
1
-1
/
+1
2018-09-13
net: ethernet: Add helper to determine if pause configuration is supported
Andrew Lunn
2
-6
/
+2
2018-09-13
net: ethernet: Add helper for set_pauseparam for Pause
Andrew Lunn
1
-7
/
+2
2018-09-13
net: ethernet: Add helper for set_pauseparam for Asym Pause
Andrew Lunn
2
-56
/
+16
2018-09-13
net: ethernet: Add helper for MACs which support pause
Andrew Lunn
1
-3
/
+1
2018-09-13
net: ethernet: Add helper for MACs which support asym pause
Andrew Lunn
2
-4
/
+3
2018-09-13
net: ethernet: Add helper to remove a supported link mode
Andrew Lunn
1
-1
/
+2
2018-09-13
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
2
-8
/
+3
2018-09-08
freescale: ethernet: remove unnecessary unlikely()
Igor Stoppa
1
-5
/
+3
2018-09-02
dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/net
Ioana Radulescu
11
-0
/
+6947
2018-08-30
net: ethernet: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-2
/
+2
2018-08-16
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-4
/
+0
2018-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
Herbert Xu
2
-7
/
+16
2018-08-02
net: fec: check DMA addressing limitations
Stefan Agner
1
-0
/
+8
2018-07-27
net: ethernet: Use existing define with polynomial
Krzysztof Kozlowski
3
-6
/
+4
2018-07-25
net: ethernet: fs-enet: Use generic CRC32 implementation
Krzysztof Kozlowski
1
-14
/
+4
2018-07-25
net: ethernet: freescale: Use generic CRC32 implementation
Krzysztof Kozlowski
1
-10
/
+3
2018-07-04
net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idx
Colin Ian King
1
-2
/
+0
2018-07-04
net: fec: remove redundant variable 'inc'
Colin Ian King
1
-2
/
+0
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-7
/
+16
2018-06-30
dpaa_eth: DPAA SGT needs to be 256B
Madalin Bucur
1
-7
/
+8
2018-06-30
fsl/fman: fix parser reporting bad checksum on short frames
Madalin Bucur
1
-0
/
+8
2018-06-26
dpaa_eth: add the get_ts_info interface for ethtool
Yangbo Lu
1
-0
/
+39
[next]