index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
xilinx
/
xilinx_axienet_main.c
Age
Commit message (
Expand
)
Author
2015-03-17
net: xilinx: constify of_device_id array
Fabian Frederick
2014-12-31
net: axienet: fix error return code
Julia Lawall
2014-12-26
net: xilinx: Remove unnecessary temac_property in the driver
Appana Durga Kedareswara Rao
2014-09-12
net: axienet: remove unnecessary ether_setup after alloc_etherdev
Subbaraya Sundeep Bhatta
2014-08-14
net: xilinx: Remove .owner field for driver
Michal Simek
2014-08-08
net: axienet: delete unneeded test before of_node_put
Julia Lawall
2014-03-12
xilinx: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-02-13
net: axienet: Fix compilation warnings
Michal Simek
2014-02-13
net: axienet: Fix compilation error
Michal Simek
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-12-02
net: do not pretend FRAGLIST support
Eric Dumazet
2013-08-29
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
Joe Perches
2013-05-25
net: ethernet: use platform_{get,set}_drvdata()
Jingoo Han
2013-03-17
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
2013-03-15
drivers:net: Remove dma_alloc_coherent OOM messages
Joe Perches
2013-03-09
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
2013-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-01-10
net: ethernet: xilinx: Do not use NO_IRQ in axienet
Michal Simek
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2012-12-03
xilinx_axienet: remove __dev* attributes
Bill Pemberton
2012-11-20
net: fix build failure in xilinx
Jeff Mahoney
2012-11-14
drivers/net: fix tasklet misuse issue
Xiaotian Feng
2012-11-03
drivers/net: use tasklet_kill in device remove/close process
Xiaotian Feng
2012-07-16
ethernet: Use eth_random_addr
Joe Perches
2012-04-13
drivers/net/ethernet/xilinx/axi ethernet: Correct Copyright
Michal Simek
2012-02-17
net: ethernet: xilinx: Convert xilinx_axienet to module_platform_driver
Tobias Klauser
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
2012-01-25
drivers/net/ethernet/xilinx: added Xilinx AXI Ethernet driver
danborkmann@iogearbox.net