index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2019-11-07
enetc: fix return value for enetc_ioctl()
Michael Walle
1
-1
/
+1
2019-11-07
dpaa2-eth: add ethtool MAC counters
Ioana Ciornei
6
-1
/
+213
2019-11-07
enetc: ethtool: add wake-on-lan callbacks
Michael Walle
1
-0
/
+27
2019-11-07
enetc: add ioctl() support for PHY-related ops
Michael Walle
1
-1
/
+4
2019-11-06
dpaa2-ptp: fix compile error
Chenwandun
1
-0
/
+1
2019-11-06
dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_mode
Ioana Ciornei
1
-5
/
+10
2019-11-06
gianfar: Maximize Rx buffer size
Claudiu Manoil
1
-4
/
+4
2019-11-04
net: fec: add missed clk_disable_unprepare in remove
Chuhong Yuan
1
-0
/
+2
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
5
-14
/
+17
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-6
/
+6
2019-10-31
dpaa2-eth: add MAC/PHY support through phylink
Ioana Ciornei
9
-21
/
+816
2019-10-31
dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGED
Ioana Ciornei
1
-4
/
+3
2019-10-31
dpaa_eth: register a device link for the qman portal used
Madalin Bucur
1
-2
/
+3
2019-10-31
dpaa_eth: extend delays in ndo_stop
Madalin Bucur
1
-1
/
+3
2019-10-31
dpaa_eth: remove netdev_err() for user errors
Madalin Bucur
1
-12
/
+4
2019-10-31
dpaa_eth: add dropped frames to percpu ethtool stats
Madalin Bucur
1
-0
/
+8
2019-10-31
dpaa_eth: use a page to store the SGT
Madalin Bucur
1
-22
/
+21
2019-10-31
dpaa_eth: cleanup skb_to_contig_fd()
Madalin Bucur
1
-7
/
+7
2019-10-31
dpaa_eth: use fd information in dpaa_cleanup_tx_fd()
Madalin Bucur
1
-6
/
+7
2019-10-31
dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()
Madalin Bucur
1
-7
/
+7
2019-10-31
dpaa_eth: avoid timestamp read on error paths
Madalin Bucur
1
-7
/
+10
2019-10-31
dpaa_eth: perform DMA unmapping before read
Madalin Bucur
1
-15
/
+17
2019-10-31
dpaa_eth: use page backed rx buffers
Madalin Bucur
1
-29
/
+22
2019-10-31
dpaa_eth: use only one buffer pool per interface
Madalin Bucur
4
-92
/
+57
2019-10-29
net: fec_ptp: Use platform_get_irq_xxx_optional() to avoid error message
Anson Huang
1
-2
/
+2
2019-10-29
net: fec_main: Use platform_get_irq_byname_optional() to avoid error message
Anson Huang
1
-1
/
+1
2019-10-29
net: fec: remove redundant assignment to pointer bdp
Colin Ian King
1
-1
/
+0
2019-10-28
net: dpaa2: Use the correct style for SPDX License Identifier
Nishad Kamdar
3
-3
/
+3
2019-10-24
dpaa_eth: add newline in dev_err() msg
Madalin Bucur
1
-1
/
+1
2019-10-24
fsl/fman: remove unused struct member
Madalin Bucur
1
-3
/
+0
2019-10-24
dpaa_eth: change DMA device
Madalin Bucur
2
-51
/
+62
2019-10-24
fsl/fman: add API to get the device behind a fman port
Laurentiu Tudor
2
-0
/
+16
2019-10-24
dpaa_eth: remove redundant code
Madalin Bucur
1
-4
/
+0
2019-10-24
dpaa_eth: defer probing after qbman
Laurentiu Tudor
1
-0
/
+31
2019-10-24
fsl/fman: don't touch liodn base regs reserved on non-PAMU SoCs
Laurentiu Tudor
1
-1
/
+5
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+53
2019-10-17
dpaa2-eth: Fix TX FQID values
Ioana Radulescu
1
-0
/
+44
2019-10-17
dpaa2-eth: add irq for the dpmac connect/disconnect event
Florin Chiculita
2
-2
/
+9
2019-10-07
dpaa2-eth: Avoid unbounded while loops
Ioana Radulescu
2
-6
/
+34
2019-10-07
dpaa2-eth: Fix minor bug in ethtool stats reporting
Ioana Radulescu
1
-1
/
+1
2019-10-07
dpaa2-eth: Cleanup dead code
Ioana Radulescu
1
-7
/
+0
2019-09-27
enetc: Fix a signedness bug in enetc_of_get_phy()
Dan Carpenter
1
-1
/
+1
2019-09-25
gianfar: Make reset_gfar static
YueHaibing
1
-1
/
+1
2019-09-05
gianfar: use DT more consistently when selecting PHY connection type
Arseny Solokha
1
-10
/
+9
2019-09-05
gianfar: cleanup gianfar.h
Arseny Solokha
1
-38
/
+0
2019-09-05
gianfar: make five functions static
Arseny Solokha
1
-5
/
+6
2019-09-05
gianfar: remove forward declarations
Arseny Solokha
3
-1408
/
+1347
2019-09-05
dpaa2-eth: Poll Tx pending frames counter on if down
Ioana Radulescu
1
-3
/
+28
2019-09-05
dpaa2-eth: Add new DPNI statistics counters
Ioana Radulescu
3
-3
/
+58
[next]