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
/
dpaa
/
dpaa_eth.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-60
/
+35
2019-10-24
dpaa_eth: add newline in dev_err() msg
Madalin Bucur
1
-1
/
+1
2019-10-24
dpaa_eth: change DMA device
Madalin Bucur
1
-49
/
+56
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-08-08
dpaa_eth: Use refcount_t for refcount
Chuhong Yuan
1
-3
/
+3
2019-07-24
Build fixes for skb_frag_size conversion
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-05-28
dpaa_eth: use only online CPU portals
Madalin Bucur
1
-5
/
+4
2019-05-05
dpaa_eth: fix SG frame cleanup
Laurentiu Tudor
1
-1
/
+1
2019-01-17
dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_start
Madalin Bucur
1
-0
/
+6
2018-12-17
dpaa_eth: Add change_carrier() for Fixed PHYs
Joakim Tjernlund
1
-1
/
+2
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-1
/
+4
2018-10-02
dpaa_eth: Remove useless declaration
Nathan Chancellor
1
-2
/
+0
2018-09-21
net: freescale: fix return type of ndo_start_xmit function
YueHaibing
1
-1
/
+2
2018-09-12
net: ethernet: Add helper for MACs which support asym pause
Andrew Lunn
1
-2
/
+1
2018-09-07
freescale: ethernet: remove unnecessary unlikely()
Igor Stoppa
1
-5
/
+3
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+8
2018-06-30
dpaa_eth: DPAA SGT needs to be 256B
Madalin Bucur
1
-7
/
+8
2018-06-26
dpaa_eth: add support for hardware timestamping
Yangbo Lu
1
-5
/
+83
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+1
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2018-03-14
dpaa_eth: remove duplicate increment of the tx_errors counter
Camelia Groza
1
-1
/
+0
2018-03-14
dpaa_eth: increment the RX dropped counter when needed
Camelia Groza
1
-1
/
+3
2018-03-14
dpaa_eth: remove duplicate initialization
Camelia Groza
1
-1
/
+0
2018-03-14
dpaa_eth: fix error in dpaa_remove()
Madalin Bucur
1
-1
/
+1
2018-02-27
dpaa_eth: Add allmulti option
Radu Bulie
1
-0
/
+10
2018-02-27
dpaa_eth: refactor frag count checking
Madalin Bucur
1
-8
/
+12
2018-02-27
dpaa_eth: make sure all Rx errors are counted
Madalin Bucur
1
-8
/
+2
2018-02-27
dpaa_eth: fix SG mapping
Madalin Bucur
1
-10
/
+13
2018-02-13
dpaa_eth: fix incorrect comment
Jake Moroni
1
-1
/
+1
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-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
1
-3
/
+20
2017-08-28
dpaa_eth: use multiple Rx frame queues
Madalin Bucur
1
-7
/
+43
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
[prev]
[next]