index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
gianfar.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ethernet: use of_get_ethdev_address()
Jakub Kicinski
2021-10-07
1
-1
/
+1
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
net: gianfar: Implement rx_missed_errors counter
Esben Haabendal
2021-06-17
1
-3
/
+47
*
net: gianfar: Avoid 16 bytes of memset
Esben Haabendal
2021-06-17
1
-1
/
+1
*
net: gianfar: Clear CAR registers
Esben Haabendal
2021-06-17
1
-0
/
+3
*
net: gianfar: Convert to ndo_get_stats64 interface
Esben Haabendal
2021-06-17
1
-18
/
+7
*
gianfar: Drop GFAR_MQ_POLLING support
Claudiu Manoil
2021-04-17
1
-159
/
+11
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-6
/
+2
*
gianfar: Handle error code at MAC address change
Claudiu Manoil
2021-03-29
1
-1
/
+5
*
gianfar: fix jumbo packets+napi+rx overrun crash
Michael Braun
2021-03-05
1
-0
/
+15
*
gianfar: remove definition of DEBUG
Tom Rix
2021-01-16
1
-1
/
+0
*
gianfar: Account for Tx PTP timestamp in the skb headroom
Claudiu Manoil
2020-10-30
1
-1
/
+1
*
gianfar: Replace skb_realloc_headroom with skb_cow_head for PTP
Claudiu Manoil
2020-10-30
1
-10
/
+2
*
net: gianfar: Add of_node_put() before goto statement
Sumera Priyadarsini
2020-08-18
1
-1
/
+3
*
gianfar: Use random MAC address when none is given
Maxim Kochetkov
2020-07-14
1
-1
/
+5
*
net/freescale: Clean drivers from static versions
Leon Romanovsky
2020-03-04
1
-2
/
+0
*
gianfar: Fix TX timestamping with a stacked DSA driver
Vladimir Oltean
2019-12-28
1
-3
/
+7
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
*
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-11-04
1
-3
/
+4
*
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: make five functions static
Arseny Solokha
2019-09-05
1
-5
/
+6
*
gianfar: remove forward declarations
Arseny Solokha
2019-09-05
1
-1388
/
+1347
*
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-23
1
-2
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
2019-05-11
1
-1
/
+1
*
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-05-07
1
-1
/
+1
*
gianfar: Add change_carrier() for Fixed PHYs
Joakim Tjernlund
2018-12-17
1
-0
/
+1
*
net: Use of_node_name_eq for node name comparisons
Rob Herring
2018-12-06
1
-2
/
+2
*
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
2018-11-11
1
-6
/
+12
*
net: phy: Add helper for advertise to lcl value
Andrew Lunn
2018-10-02
1
-6
/
+1
*
net: freescale: fix return type of ndo_start_xmit function
YueHaibing
2018-09-22
1
-2
/
+2
*
gianfar: remove duplicated include from gianfar.c
YueHaibing
2018-09-18
1
-2
/
+0
*
net: ethernet: Add helper for MACs which support asym pause
Andrew Lunn
2018-09-13
1
-2
/
+2
*
gianfar: Fix Rx byte accounting for ndev stats
Claudiu Manoil
2018-02-28
1
-4
/
+3
*
gianfar: simplify FCS handling and fix memory leak
Andy Spencer
2018-02-23
1
-16
/
+7
*
gianfar: prevent integer wrapping in the rx handler
Andy Spencer
2018-01-29
1
-2
/
+7
*
gianfar: Disable EEE autoneg by default
Claudiu Manoil
2017-12-08
1
-0
/
+5
*
gianfar: fix a flooded alignment reports because of padding issue.
Zumeng Chen
2017-12-05
1
-2
/
+4
*
gianfar: Fix Tx flow control deactivation
Claudiu Manoil
2017-09-05
1
-1
/
+1
*
net: freescale: gianfar : constify dev_pm_ops structures.
Arvind Yadav
2017-06-29
1
-1
/
+1
*
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-02
1
-2
/
+2
|
\
|
*
gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_page
Arseny Solokha
2017-01-30
1
-2
/
+2
*
|
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-2
/
+2
|
/
*
gianfar: Do not reuse pages from emergency reserve
Eric Dumazet
2017-01-19
1
-1
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-0
/
+8
|
\
|
*
net: ethernet: gianfar: fix fixed-link phydev leaks
Johan Hovold
2016-11-30
1
-0
/
+8
*
|
ethernet: use core min/max MTU checking
Jarod Wilson
2016-10-18
1
-6
/
+3
|
/
[next]