index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cadence
/
macb.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/macb: unify peripheral version testing
Nicolas Ferre
2015-03-31
1
-0
/
+5
*
net/macb: add the user i/o to ethtool register dump
Nicolas Ferre
2015-03-31
1
-1
/
+1
*
net/macb: fix probe sequence to setup clocks earlier
Nicolas Ferre
2015-03-31
1
-0
/
+2
*
net/macb: only probe queues once and use stored values
Nicolas Ferre
2015-03-31
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-09
1
-1
/
+1
|
\
|
*
net: macb: Correct the MID field length value
Punnaiah Choudary Kalluri
2015-03-05
1
-1
/
+1
*
|
net/macb: merge at91_ether driver into macb driver
Cyrille Pitchen
2015-03-07
1
-9
/
+1
*
|
net: macb: remove #if defined(CONFIG_ARCH_AT91) sections
Boris BREZILLON
2015-03-07
1
-0
/
+2
*
|
net: macb: Properly add DMACFG bit definitions
Arun Chandran
2015-03-01
1
-1
/
+2
*
|
net: macb: Add big endian CPU support
Arun Chandran
2015-02-20
1
-7
/
+8
|
/
*
net/macb: Fix comments to meet style guidelines
Xander Huff
2015-01-16
1
-450
/
+284
*
net/macb: improved ethtool statistics support
Xander Huff
2015-01-14
1
-0
/
+256
*
net/macb: Adding comments to various #defs to make interpretation easier
Xander Huff
2015-01-14
1
-107
/
+162
*
net/macb: add TX multiqueue support for gem
Cyrille Pitchen
2014-12-12
1
-5
/
+31
*
net/macb: add RX checksum offload feature
Cyrille Pitchen
2014-07-24
1
-0
/
+19
*
net/macb: add scatter-gather hw feature
Cyrille Pitchen
2014-07-24
1
-2
/
+13
*
net/macb: configure for FIFO mode and non-gigabit
Nicolas Ferre
2014-07-24
1
-2
/
+17
*
net: macb: Adjust tx_clk when link speed changes
Soren Brinkmann
2013-12-10
1
-0
/
+1
*
net/macb: change RX path for GEM
Nicolas Ferre
2013-06-06
1
-0
/
+13
*
net/macb: increase RX buffer size for GEM
Nicolas Ferre
2013-06-06
1
-0
/
+1
*
net/macb: fix ISR clear-on-write behavior only for some SoC
Nicolas Ferre
2013-05-14
1
-0
/
+7
*
net/macb: force endian_swp_pkt_en to off
Steffen Trumtrar
2013-03-28
1
-0
/
+2
*
net/macb: GEM DMA configuration register update
Nicolas Ferre
2012-11-23
1
-0
/
+11
*
net/macb: clear unused address register
Joachim Eastwood
2012-11-14
1
-0
/
+6
*
net/at91_ether: drop board_data private struct member
Joachim Eastwood
2012-11-07
1
-6
/
+1
*
net/at91_ether: use stat function from macb
Joachim Eastwood
2012-11-07
1
-0
/
+1
*
net/macb: export macb_set_hwaddr and macb_get_hwaddr
Joachim Eastwood
2012-11-07
1
-0
/
+2
*
net/macb: better manage tx errors
Nicolas Ferre
2012-11-01
1
-0
/
+1
*
net/macb: ethtool interface: add register dump feature
Nicolas Ferre
2012-11-01
1
-0
/
+3
*
net/macb: clean up ring buffer logic
Havard Skinnemoen
2012-11-01
1
-7
/
+15
*
net/macb: Add support for Gigabit Ethernet mode
Patrice Vilchez
2012-11-01
1
-0
/
+4
*
net/at91_ether: clean up rx buffer handling
Joachim Eastwood
2012-10-19
1
-13
/
+0
*
net/at91_ether: use macb dma description struct
Joachim Eastwood
2012-10-19
1
-6
/
+1
*
net/at91_ether: share macb_set_rx_mode with macb
Joachim Eastwood
2012-10-19
1
-0
/
+1
*
net/at91_ether: use ethtool and mdio from macb
Joachim Eastwood
2012-10-19
1
-7
/
+0
*
net/macb: export some symbols for at91_ether
Joachim Eastwood
2012-10-19
1
-0
/
+5
*
net/at91_ether: use pclk member instead of ether_clk
Joachim Eastwood
2012-10-19
1
-1
/
+0
*
net/at91_ether/macb: absorb at91_private in to macb private struct
Joachim Eastwood
2012-10-19
1
-0
/
+36
*
net/macb: add AT91RM9200 specific registers and bits to header
Joachim Eastwood
2012-10-19
1
-0
/
+6
*
net/macb: add DT support for Cadence macb/gem driver
Jean-Christophe PLAGNIOL-VILLARD
2011-12-16
1
-0
/
+2
*
macb: allow GEM to have configurable receive buffer size
Jamie Iles
2011-11-22
1
-0
/
+5
*
macb: support DMA bus widths > 32 bits
Jamie Iles
2011-11-22
1
-0
/
+19
*
macb: support statistics for GEM devices
Jamie Iles
2011-11-22
1
-1
/
+53
*
macb: support higher rate GEM MDIO clock divisors
Jamie Iles
2011-11-22
1
-0
/
+11
*
macb: initial support for Cadence GEM
Jamie Iles
2011-11-22
1
-0
/
+61
*
macb: Move the Atmel driver
Jeff Kirsher
2011-08-12
1
-0
/
+394