index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
dpaa2-eth: Avoid unbounded while loops
Ioana Radulescu
2019-10-07
2
-6
/
+34
*
dpaa2-eth: Fix minor bug in ethtool stats reporting
Ioana Radulescu
2019-10-07
1
-1
/
+1
*
dpaa2-eth: Cleanup dead code
Ioana Radulescu
2019-10-07
1
-7
/
+0
*
enetc: Fix a signedness bug in enetc_of_get_phy()
Dan Carpenter
2019-09-27
1
-1
/
+1
*
gianfar: Make reset_gfar static
YueHaibing
2019-09-25
1
-1
/
+1
*
gianfar: use DT more consistently when selecting PHY connection type
Arseny Solokha
2019-09-05
1
-10
/
+9
*
gianfar: cleanup gianfar.h
Arseny Solokha
2019-09-05
1
-38
/
+0
*
gianfar: make five functions static
Arseny Solokha
2019-09-05
1
-5
/
+6
*
gianfar: remove forward declarations
Arseny Solokha
2019-09-05
3
-1408
/
+1347
*
dpaa2-eth: Poll Tx pending frames counter on if down
Ioana Radulescu
2019-09-05
1
-3
/
+28
*
dpaa2-eth: Add new DPNI statistics counters
Ioana Radulescu
2019-09-05
3
-3
/
+58
*
dpaa2-eth: Minor refactoring in ethtool stats
Ioana Radulescu
2019-09-05
1
-11
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-02
1
-1
/
+4
|
\
|
*
enetc: Add missing call to 'pci_free_irq_vectors()' in probe and remove funct...
Christophe JAILLET
2019-08-31
1
-1
/
+4
*
|
dpaa2-eth: Add pause frame support
Ioana Radulescu
2019-08-29
6
-13
/
+177
*
|
dpaa2-eth: Use stored link settings
Ioana Radulescu
2019-08-29
2
-14
/
+7
*
|
dpaa2-eth: Remove support for changing link settings
Ioana Radulescu
2019-08-29
1
-50
/
+1
*
|
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-22
1
-2
/
+1
*
|
net: fec: add C45 MDIO read/write support
Marco Hartmann
2019-08-22
1
-6
/
+64
*
|
net: fec: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-21
1
-3
/
+1
*
|
dpaa2: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-08-10
2
-50
/
+7
*
|
dpaa_eth: Use refcount_t for refcount
Chuhong Yuan
2019-08-08
2
-4
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-06
2
-3
/
+2
|
\
|
|
*
enetc: Select PHYLIB while CONFIG_FSL_ENETC_VF is set
YueHaibing
2019-08-02
1
-0
/
+1
|
*
enetc: Fix build error without PHYLIB
YueHaibing
2019-07-30
1
-0
/
+1
|
*
fsl/fman: Remove comment referring to non-existent function
Chris Packham
2019-07-25
1
-3
/
+0
*
|
enetc: Add mdio bus driver for the PCIe MDIO endpoint
Claudiu Manoil
2019-08-02
6
-9
/
+132
*
|
enetc: Clean up makefile
Claudiu Manoil
2019-08-02
1
-12
/
+6
*
|
enetc: Clean up local mdio bus allocation
Claudiu Manoil
2019-08-02
1
-48
/
+46
*
|
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+1
*
|
Build fixes for skb_frag_size conversion
Matthew Wilcox (Oracle)
2019-07-24
1
-1
/
+1
*
|
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-22
2
-3
/
+3
|
/
*
ethernet: remove redundant memset
Fuqian Huang
2019-07-15
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-4
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 362
Thomas Gleixner
2019-06-05
1
-4
/
+1
*
|
dpaa2-ptp: add interrupt support
Yangbo Lu
2019-06-15
4
-1
/
+417
*
|
dpaa2-ptp: reuse ptp_qoriq driver
Yangbo Lu
2019-06-15
5
-282
/
+34
*
|
dpaa2-eth: Add mqprio support
Ioana Radulescu
2019-06-12
2
-5
/
+64
*
|
dpaa2-eth: Support multiple traffic classes on Tx
Ioana Radulescu
2019-06-12
2
-11
/
+19
*
|
dpaa2-eth: Refactor xps code
Ioana Radulescu
2019-06-12
1
-13
/
+32
*
|
dpaa2-eth: Use napi_alloc_frag()
Sebastian Andrzej Siewior
2019-06-09
1
-1
/
+1
*
|
dpaa2-eth: Remove preempt_disable() from seed_pool()
Sebastian Andrzej Siewior
2019-06-09
1
-9
/
+0
*
|
net: fec_main: Use dev_err() instead of pr_err()
Fabio Estevam
2019-06-09
1
-4
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
6
-31
/
+6
|
\
|
|
*
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2019-05-31
6
-31
/
+6
|
|
\
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
6
-31
/
+6
*
|
|
net: fec: Do not use netdev messages too early
Fabio Estevam
2019-06-06
1
-3
/
+3
*
|
|
net: fec_ptp: Use dev_err() instead of pr_err()
Fabio Estevam
2019-06-05
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-31
6
-11
/
+13
|
\
|
|
|
*
|
dpaa_eth: use only online CPU portals
Madalin Bucur
2019-05-28
2
-7
/
+6
[next]