index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
dpaa
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
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
dpaa_eth: cleanup dpaa_eth_probe() error paths
Madalin Bucur
1
-33
/
+20
2017-10-18
dpaa_eth: change device used
Madalin Bucur
1
-30
/
+12
2017-10-18
dpaa_eth: move of_phy_connect() to the eth driver
Madalin Bucur
1
-5
/
+43
2017-08-28
dpaa_eth: check allocation result
Madalin Bucur
1
-0
/
+3
2017-08-28
dpaa_eth: add NETIF_F_RXHASH
Madalin Bucur
3
-5
/
+28
2017-08-28
dpaa_eth: enable Rx hashing control
Madalin Bucur
1
-0
/
+113
2017-08-28
dpaa_eth: use multiple Rx frame queues
Madalin Bucur
3
-7
/
+47
2017-08-13
net: dpaa_eth: constify platform_device_id
Arvind Yadav
1
-1
/
+1
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
1
-3
/
+4
2017-08-07
net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...
Jiri Pirko
1
-1
/
+1
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
1
-1
/
+0
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
1
-3
/
+4
2017-07-24
net: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+2
2017-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-06-20
dpaa_eth: reuse the dma_ops provided by the FMan MAC device
Madalin Bucur
1
-1
/
+1
2017-06-13
net: phy: Make phy_ethtool_ksettings_get return void
yuval.shaia@oracle.com
1
-4
/
+2
2017-06-08
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
1
-2
/
+2
2017-04-01
dpaa_eth: use AVOIDBLOCK for Tx confirmation queues
Madalin Bucur
1
-1
/
+1
2017-03-15
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
1
-6
/
+10
2017-03-09
dpaa_eth: enable context-A stashing
Madalin Bucur
1
-1
/
+2
2017-03-09
dpaa_eth: enable multiple Tx traffic classes
Camelia Groza
1
-0
/
+36
2017-03-09
dpaa_eth: add four prioritised Tx traffic classes
Camelia Groza
2
-9
/
+42
2017-03-09
dpaa_eth: do not ignore port api return value
Madalin Bucur
1
-22
/
+43
2017-03-09
dpaa_eth: enable Rx checksum offload
Madalin Bucur
1
-2
/
+27
2017-03-09
dpaa_eth: remove redundant initialization
Madalin Bucur
1
-1
/
+1
2017-02-20
dpaa_eth: implement ioctl() for PHY-related ops
Michael Walle
1
-0
/
+8
2017-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-02-17
dpaa_eth: small leak on error
Dan Carpenter
1
-1
/
+1
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
2017-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2017-01-04
dpaa_eth: Initialize CGR structure before init
Roy Pledge
1
-0
/
+2
2017-01-04
dpaa_eth: cleanup after init_phy() failure
Madalin Bucur
1
-1
/
+3
2017-01-03
net: freescale: dpaa: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-9
/
+9
2016-12-17
dpaa_eth: remove redundant dependency on FSL_SOC
Madalin Bucur
1
-1
/
+1
2016-12-17
dpaa_eth: use big endian accessors
Claudiu Manoil
1
-34
/
+37
2016-11-15
dpaa_eth: add trace points
Madalin Bucur
4
-0
/
+158
2016-11-15
dpaa_eth: add sysfs exports
Madalin Bucur
4
-1
/
+174
2016-11-15
dpaa_eth: add ethtool statistics
Madalin Bucur
3
-2
/
+284
2016-11-15
dpaa_eth: add ethtool functionality
Madalin Bucur
4
-1
/
+224
2016-11-15
dpaa_eth: add support for DPAA Ethernet
Madalin Bucur
4
-0
/
+2847