index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
xilinx
/
xilinx_axienet_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: axienet: Allow DMA to beyond 4GB
Andre Przywara
2020-03-24
1
-0
/
+8
*
net: axienet: Autodetect 64-bit DMA capability
Andre Przywara
2020-03-24
1
-0
/
+26
*
net: axienet: Upgrade descriptors to hold 64-bit addresses
Andre Przywara
2020-03-24
1
-35
/
+78
*
net: axienet: Wrap DMA pointer writes to prepare for 64 bit
Andre Przywara
2020-03-24
1
-10
/
+16
*
net: axienet: Add mii-tool support
Andre Przywara
2020-03-24
1
-0
/
+11
*
net: axienet: Drop MDIO interrupt registers from ethtools dump
Andre Przywara
2020-03-24
1
-4
/
+0
*
net: axienet: Mark eth_irq as optional
Andre Przywara
2020-03-24
1
-2
/
+2
*
net: axienet: Check for DMA mapping errors
Andre Przywara
2020-03-24
1
-1
/
+30
*
net: axienet: Factor out TX descriptor chain cleanup
Andre Przywara
2020-03-24
1
-22
/
+57
*
net: axienet: Improve DMA error handling
Andre Przywara
2020-03-24
1
-2
/
+2
*
net: axienet: Fix DMA descriptor cleanup path
Andre Przywara
2020-03-24
1
-15
/
+28
*
net: axienet: Propagate failure of DMA descriptor setup
Andre Przywara
2020-03-24
1
-7
/
+19
*
net: axienet: Convert DMA error handler to a work queue
Andre Przywara
2020-03-24
1
-12
/
+12
*
net: axienet: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-17
1
-21
/
+1
*
net: axienet: use resolved link config in mac_link_up()
Russell King
2020-02-27
1
-19
/
+19
*
net: phylink: propagate resolved link config via mac_link_up()
Russell King
2020-02-27
1
-3
/
+4
*
net: phylink: rename mac_link_state() op to mac_pcs_get_state()
Russell King
2019-11-23
1
-5
/
+3
*
net: axienet: Fix error return code in axienet_probe()
Wei Yongjun
2019-11-06
1
-4
/
+0
*
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
2019-11-04
1
-4
/
+2
*
net: axienet: fix a signedness bug in probe
Dan Carpenter
2019-09-27
1
-1
/
+1
*
net: axienet: fix a potential double free in axienet_probe()
Wen Yang
2019-07-08
1
-1
/
+0
*
net: axienet: move use of resource after validity check
Robert Hancock
2019-06-13
1
-1
/
+1
*
net: axienet: convert to phylink API
Robert Hancock
2019-06-06
1
-99
/
+187
*
net: axienet: make use of axistream-connected attribute optional
Robert Hancock
2019-06-06
1
-15
/
+28
*
net: axienet: stop interface during shutdown
Robert Hancock
2019-06-06
1
-0
/
+14
*
net: axienet: Make missing MAC address non-fatal
Robert Hancock
2019-06-06
1
-2
/
+3
*
net: axienet: Fix race condition causing TX hang
Robert Hancock
2019-06-06
1
-3
/
+17
*
net: axienet: Add optional support for Ethernet core interrupt
Robert Hancock
2019-06-06
1
-0
/
+49
*
net: axienet: Support shared interrupts
Robert Hancock
2019-06-06
1
-6
/
+8
*
net: axienet: Add DMA registers to ethtool register dump
Robert Hancock
2019-06-06
1
-1
/
+9
*
net: axienet: Make RX/TX ring sizes configurable
Robert Hancock
2019-06-06
1
-25
/
+65
*
net: axienet: Cleanup DMA device reset and halt process
Robert Hancock
2019-06-06
1
-14
/
+40
*
net: axienet: Re-initialize MDIO registers properly after reset
Robert Hancock
2019-06-06
1
-23
/
+15
*
net: axienet: fix teardown order of MDIO bus
Robert Hancock
2019-06-06
1
-1
/
+1
*
net: axienet: Use clock framework to get device clock rate
Robert Hancock
2019-06-06
1
-2
/
+21
*
net: axienet: fix MDIO bus naming
Robert Hancock
2019-06-06
1
-0
/
+1
*
net: axienet: Use standard IO accessors
Robert Hancock
2019-06-06
1
-2
/
+2
*
net: axienet: Fix casting of pointers to u32
Robert Hancock
2019-06-06
1
-12
/
+14
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-05-07
1
-1
/
+1
*
net: xilinx: fix possible object reference leak
Wen Yang
2019-03-23
1
-0
/
+2
*
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-19
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-06
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
[next]