index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
xilinx
/
xilinx_axienet_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: xilinx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2019-02-14
1
-1
/
+1
*
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2019-01-08
1
-6
/
+6
*
net: xilinx: fix return type of ndo_start_xmit function
YueHaibing
2018-09-20
1
-1
/
+2
*
net: axienet: remove stale comment of axienet_open
YueHaibing
2018-06-03
1
-1
/
+0
*
net: axienet: add support for standard phy-mode binding
Alvaro G. M
2017-07-17
1
-12
/
+36
*
net: axienet: use eth_hw_addr_random()
Tobias Klauser
2017-03-07
1
-1
/
+1
*
net: axienet: Utilize of_get_mac_address()
Tobias Klauser
2016-12-08
1
-6
/
+7
*
ethernet: use net core MTU range checking in more drivers
Jarod Wilson
2016-10-20
1
-3
/
+4
*
net: axienet: Remove unused parameter from __axienet_device_reset
Tobias Klauser
2016-10-13
1
-6
/
+5
*
net: axienet: Add missing \n to end of dev_err messages
Colin Ian King
2016-10-07
1
-2
/
+2
*
net: axienet: constify ethtool_ops structures
Julia Lawall
2016-09-01
1
-1
/
+1
*
net: axienet: Fix return value check in axienet_probe()
Wei Yongjun
2016-07-20
1
-2
/
+2
*
net: ethernet: xilinx: axienet: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-07-16
1
-45
/
+2
*
net: ethernet: xilinx: axienet: use phydev from struct net_device
Philippe Reynes
2016-07-16
1
-19
/
+16
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
1
-1
/
+1
*
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-16
1
-1
/
+0
*
net: axienet: Fix devm_ioremap_resource return value check
Krzysztof Kozlowski
2015-07-10
1
-4
/
+4
*
net: axienet: Fix kernel-doc warnings
Michal Simek
2015-05-06
1
-14
/
+24
*
net: axienet: Removed _of_ prefix in probe and remove functions
Srikanth Thokala
2015-05-06
1
-7
/
+7
*
net: axienet: Use of_property_* calls
Srikanth Thokala
2015-05-06
1
-20
/
+15
*
net: axienet: Use devm_* calls
Srikanth Thokala
2015-05-06
1
-27
/
+27
*
net: axienet: Use pdev instead of op
Srikanth Thokala
2015-05-06
1
-23
/
+24
*
net: axienet: Fix comments blocks
Michal Simek
2015-05-06
1
-13
/
+21
*
net: axienet: Removed coding style errors and warnings
Srikanth Thokala
2015-05-06
1
-10
/
+10
*
net: axienet: Support phy-less mode of operation
Srikanth Thokala
2015-05-06
1
-5
/
+5
*
net: axienet: Handle jumbo frames for lesser frame sizes
Srikanth Thokala
2015-05-06
1
-23
/
+23
*
net: axienet: Service completion interrupts ASAP
Peter Crosthwaite
2015-05-06
1
-2
/
+4
*
net: axienet: Handle 0 packet receive gracefully
Peter Crosthwaite
2015-05-06
1
-3
/
+4
*
net: axienet: Support for RGMII
Srikanth Thokala
2015-05-06
1
-1
/
+8
*
net: xilinx: constify of_device_id array
Fabian Frederick
2015-03-17
1
-1
/
+1
*
net: axienet: fix error return code
Julia Lawall
2015-01-01
1
-0
/
+2
*
net: xilinx: Remove unnecessary temac_property in the driver
Appana Durga Kedareswara Rao
2014-12-26
1
-4
/
+0
*
net: axienet: remove unnecessary ether_setup after alloc_etherdev
Subbaraya Sundeep Bhatta
2014-09-13
1
-1
/
+0
*
net: xilinx: Remove .owner field for driver
Michal Simek
2014-08-14
1
-1
/
+0
*
net: axienet: delete unneeded test before of_node_put
Julia Lawall
2014-08-08
1
-2
/
+1
*
xilinx: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-03-12
1
-1
/
+1
*
net: axienet: Fix compilation warnings
Michal Simek
2014-02-14
1
-4
/
+8
*
net: axienet: Fix compilation error
Michal Simek
2014-02-14
1
-0
/
+1
*
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-16
1
-1
/
+0
*
net: do not pretend FRAGLIST support
Eric Dumazet
2013-12-02
1
-1
/
+1
*
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
2013-08-30
1
-8
/
+6
*
net: ethernet: use platform_{get,set}_drvdata()
Jingoo Han
2013-05-26
1
-4
/
+2
*
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
2013-03-17
1
-4
/
+2
*
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
2013-03-15
1
-8
/
+2
*
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
2013-03-09
1
-6
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-01-15
1
-1
/
+1
|
\
|
*
net: ethernet: xilinx: Do not use NO_IRQ in axienet
Michal Simek
2013-01-10
1
-1
/
+1
*
|
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2013-01-07
1
-3
/
+2
|
/
*
xilinx_axienet: remove __dev* attributes
Bill Pemberton
2012-12-03
1
-4
/
+4
*
net: fix build failure in xilinx
Jeff Mahoney
2012-11-20
1
-0
/
+2
[next]