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.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
/
gianfar_ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-10
gianfar: ethtool: Fix refcount leak in gfar_get_ts_info
Miaoqian Lin
1
-0
/
+1
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2020-03-12
net: gianfar: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+2
2020-03-04
gianfar: remove unnecessary zeroing coalesce settings
Jakub Kicinski
1
-29
/
+0
2020-03-04
net/freescale: Don't set zero if FW iand bus not-available in gianfar
Leon Romanovsky
1
-2
/
+0
2020-03-04
net/freescale: Clean drivers from static versions
Leon Romanovsky
1
-2
/
+0
2019-09-05
gianfar: remove forward declarations
Arseny Solokha
1
-13
/
+0
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 362
Thomas Gleixner
1
-4
/
+1
2019-02-12
ptp_qoriq: make structure/function names more consistent
Yangbo Lu
1
-1
/
+1
2018-11-09
gianfar: remove use of VLAN_TAG_PRESENT
Michał Mirosław
1
-5
/
+3
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
1
-3
/
+1
2018-09-13
net: ethernet: Add helper for set_pauseparam for Asym Pause
Andrew Lunn
1
-34
/
+15
2018-07-04
net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idx
Colin Ian King
1
-2
/
+0
2018-05-29
net: ethernet: gianfar_ethtool: get phc index through drvdata
Yangbo Lu
1
-5
/
+18
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-05-17
net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-25
/
+2
2016-05-17
net: ethernet: gianfar: use phydev from struct net_device
Philippe Reynes
1
-11
/
+13
2016-05-03
net: ethernet: gianfar: move to new ethtool api {get|set}_link_ksettings
Philippe Reynes
1
-17
/
+8
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2015-10-26
gianfar: Remove duplicated argument to bitwise OR
Claudiu Manoil
1
-2
/
+2
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-2
/
+0
2015-10-07
gianfar: Add WAKE_UCAST and "wake-on-filer" support
Claudiu Manoil
1
-11
/
+32
2015-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-341
/
+4
2015-08-13
gianfar: remove faulty filer optimizer
Jakub Kicinski
1
-337
/
+0
2015-08-13
gianfar: correct list membership accounting
Jakub Kicinski
1
-1
/
+2
2015-08-13
gianfar: correct filer table writing
Jakub Kicinski
1
-3
/
+2
2015-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+1
2015-08-01
gianfar: Enable device wakeup when appropriate
Claudiu Manoil
1
-4
/
+1
2015-07-16
gianfar: Add paged allocation and Rx S/G
Claudiu Manoil
1
-1
/
+0
2015-07-16
gianfar: Bundle Rx allocation, cleanup
Claudiu Manoil
1
-0
/
+3
2015-02-05
gianfar: correct the bad expression while writing bit-pattern
Sanjeev Sharma
1
-1
/
+1
2014-10-29
gianfar: Implement PAUSE frame generation support
Matei Pavaluca
1
-1
/
+6
2014-04-24
gianfar: Check if phydev present on ethtool -A
Claudiu Manoil
1
-0
/
+3
2014-02-25
gianfar: Fix Tx int miss, dont write IC on-the-fly
Claudiu Manoil
1
-30
/
+36
2014-02-25
gianfar: Fix device reset races (oops) for Tx
Claudiu Manoil
1
-9
/
+19
2014-02-25
gianfar: Fix on-the-fly vlan and mtu updates
Claudiu Manoil
1
-7
/
+4
2014-02-19
gianfar: Remove clean_rx_ring race from gfar_ethtool
Claudiu Manoil
1
-55
/
+8
2014-02-19
gianfar: Add missing graceful reset steps and fixes
Claudiu Manoil
1
-3
/
+2
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-16
gianfar: Fix portabilty issues for ethtool and ptp
Claudiu Manoil
1
-27
/
+71
2013-08-14
gianfar: Add flow control support
Claudiu Manoil
1
-0
/
+74
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-1
/
+1
2013-04-14
gianfar: Use netdev_<level> when possible
Joe Perches
1
-11
/
+13
2013-03-21
gianfar: Remove superfluous kernel_dropped local counter
Claudiu Manoil
1
-1
/
+0
2013-03-20
gianfar: Refactor config coalescing calls for all queues
Claudiu Manoil
1
-1
/
+1
2013-02-13
gianfar: convert u64 status counters to atomic64_t
Paul Gortmaker
1
-2
/
+2
2013-02-13
gianfar: remove largely unused gfar_stats struct
Paul Gortmaker
1
-9
/
+6
2013-02-04
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
1
-5
/
+4
[next]