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.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
/
cadence
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-15
net/macb: remove useless calls of devm_free_irq()
Cyrille Pitchen
1
-15
/
+8
2014-12-15
net/macb: fix misplaced call of free_netdev() in macb_remove()
Cyrille Pitchen
1
-1
/
+1
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+0
2014-12-12
net/macb: add TX multiqueue support for gem
Cyrille Pitchen
2
-164
/
+328
2014-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-3
/
+3
2014-12-11
net/macb: fix compilation warning for print_hex_dump() called with skb->mac_h...
Cyrille Pitchen
1
-1
/
+1
2014-12-09
net: macb: Remove obsolete comment from Kconfig
James Byrne
1
-2
/
+2
2014-11-26
ARM: at91/Kconfig: remove ARCH_AT91RM9200 option for drivers
Nicolas Ferre
1
-1
/
+1
2014-10-20
net: ethernet: cadence: drop owner assignment from platform_drivers
Wolfram Sang
2
-2
/
+0
2014-10-04
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
Tobias Klauser
1
-1
/
+0
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+0
2014-09-26
Revert "net/macb: add pinctrl consumer support"
Soren Brinkmann
1
-11
/
+0
2014-09-14
net/macb: Add hardware revision information during probe
Bo Shen
1
-3
/
+3
2014-07-25
net/macb: enable scatter-gather feature and set DMA burst length for sama5d4 gem
Cyrille Pitchen
1
-0
/
+6
2014-07-25
net/macb: add RX checksum offload feature
Cyrille Pitchen
2
-4
/
+51
2014-07-25
net/macb: add TX checksum offload feature
Cyrille Pitchen
1
-0
/
+29
2014-07-25
net/macb: add scatter-gather hw feature
Cyrille Pitchen
2
-52
/
+240
2014-07-25
net/macb: configure for FIFO mode and non-gigabit
Nicolas Ferre
2
-20
/
+74
2014-05-06
net: macb: Fix race between HW and driver
Soren Brinkmann
1
-10
/
+0
2014-05-06
net: macb: Remove 'unlikely' optimization
Soren Brinkmann
1
-1
/
+1
2014-05-06
net: macb: Re-enable RX interrupt only when RX is done
Soren Brinkmann
1
-7
/
+6
2014-05-06
net: macb: Clear interrupt flags
Soren Brinkmann
1
-0
/
+10
2014-05-06
net: macb: Pass same size to DMA_UNMAP as used for DMA_MAP
Soren Brinkmann
1
-1
/
+1
2014-04-24
net: cadence: Fix architecture dependencies
Jean Delvare
1
-2
/
+2
2014-04-15
net: cadence: Add architecture dependencies
Jean Delvare
1
-3
/
+3
2014-04-07
net/at91_ether: avoid NULL pointer dereference
Gilles Chanteperdrix
1
-0
/
+3
2014-03-28
macb: remove empty MDIO bus reset function
Florian Fainelli
1
-6
/
+0
2014-03-25
macb: Call dev_kfree_skb_any instead of kfree_skb.
Eric W. Biederman
1
-1
/
+1
2014-03-06
net: macb: DMA-unmap full rx-buffer
Soren Brinkmann
1
-1
/
+1
2014-03-06
net: macb: Check DMA mappings for error
Soren Brinkmann
1
-2
/
+12
2013-12-11
net: macb: Fix build warning
Soren Brinkmann
1
-1
/
+1
2013-12-11
net: macb: Adjust tx_clk when link speed changes
Soren Brinkmann
2
-0
/
+65
2013-12-11
net: macb: Use devm_request_irq()
Soren Brinkmann
1
-5
/
+3
2013-12-11
net: macb: Use devm_ioremap()
Soren Brinkmann
1
-5
/
+3
2013-12-11
net: macb: Migrate to devm clock interface
Soren Brinkmann
1
-12
/
+20
2013-12-11
net: macb: Migrate to dev_pm_ops
Soren Brinkmann
1
-7
/
+7
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
1
-1
/
+1
2013-08-31
net: macb: use dev_get_platdata()
Jingoo Han
1
-3
/
+3
2013-08-31
net: at91_ether: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-29
net/cadence/macb: fix invalid 0 return if no phy is discovered on mii init
Boris BREZILLON
1
-3
/
+3
2013-08-27
net/cadence/macb: add support for dt phy definition
Boris BREZILLON
1
-7
/
+34
2013-07-12
drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in ...
Wolfram Sang
1
-11
/
+0
2013-07-09
net/cadence/macb: fix bug/typo in extracting gem_irq_read_clear bit
Jongsung Kim
1
-1
/
+1
2013-06-20
at91_ether: Do not select NET_CORE
Ben Hutchings
1
-1
/
+0
2013-06-07
net/macb: change RX path for GEM
Nicolas Ferre
2
-49
/
+272
2013-06-07
net/macb: increase RX buffer size for GEM
Nicolas Ferre
2
-8
/
+38
2013-05-28
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
2
-3
/
+0
2013-05-15
net/macb: fix ISR clear-on-write behavior only for some SoC
Nicolas Ferre
2
-2
/
+23
2013-05-12
net/ethernet: MACB should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2013-05-12
net/ethernet: ARM_AT91_ETHER should depend on HAS_DMA
Geert Uytterhoeven
1
-1
/
+1
[next]