index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fec: fix regression in link change accounting
Lucas Stach
2013-04-16
1
-0
/
+1
*
enet: fec: fix fail resume from suspend state
Frank Li
2013-03-27
1
-32
/
+50
*
fec: Fix the build as module
Fabio Estevam
2013-03-20
1
-0
/
+3
*
net: fec: Define indexes as 'unsigned int'
Fabio Estevam
2013-03-20
1
-3
/
+3
*
net: fec: fix missing napi_disable call
Georg Hofmann
2013-03-15
1
-0
/
+1
*
net: fec: restart the FEC when PHY speed changes
Lucas Stach
2013-03-15
2
-11
/
+16
*
net: fec: fix build error in no MXC platform
Frank Li
2013-03-04
1
-8
/
+7
*
net: fec: put tx to napi poll function to fix dead lock
Frank Li
2013-03-04
2
-47
/
+41
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-02-26
2
-41
/
+43
|
\
|
*
gianfar: fix compile fail for NET_POLL=y due to struct packing
Paul Gortmaker
2013-02-24
1
-12
/
+14
|
*
net: fec: Fix division by zero
Fabio Estevam
2013-02-22
1
-34
/
+34
|
*
net: fec: Ensure that initialization is done prior to request_irq()
Fabio Estevam
2013-02-21
1
-15
/
+15
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2013-02-23
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma
Philippe De Muyter
2013-01-03
1
-2
/
+2
*
|
net: fec: Do a sanity check on the gpio number
Fabio Estevam
2013-02-19
1
-1
/
+4
*
|
gianfar: Fix and cleanup Rx FCB indication
Claudiu Manoil
2013-02-14
2
-21
/
+21
*
|
gianfar: Remove wrong buffer size conditioning to VLAN h/w offload
Claudiu Manoil
2013-02-14
1
-3
/
+0
*
|
gianfar: gfar_process_frame returns void
Claudiu Manoil
2013-02-14
1
-6
/
+4
*
|
gianfar: GRO_DROP is unlikely
Claudiu Manoil
2013-02-14
1
-1
/
+1
*
|
gianfar: Cleanup and optimize struct gfar_private
Claudiu Manoil
2013-02-14
1
-45
/
+48
*
|
gianfar: Add device ref (dev) in gfar_private
Claudiu Manoil
2013-02-14
2
-12
/
+14
*
|
gianfar: Remove unused device_node ref in gfar_private
Claudiu Manoil
2013-02-14
2
-5
/
+0
*
|
Merge branch 'gfar-ethtool-atomic' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
2013-02-13
3
-45
/
+37
|
\
\
|
*
|
gianfar: convert u64 status counters to atomic64_t
Paul Gortmaker
2013-02-12
3
-30
/
+31
|
*
|
gianfar: remove largely unused gfar_stats struct
Paul Gortmaker
2013-02-12
2
-16
/
+7
*
|
|
net: fec_mpc52xx: Read MAC address from device-tree
Stefan Roese
2013-02-12
1
-24
/
+38
|
/
/
*
|
drivers: net: Remove remaining alloc/OOM messages
Joe Perches
2013-02-08
1
-15
/
+10
*
|
net: fec: fix spin_lock dead lock
Frank Li
2013-02-07
1
-1
/
+3
*
|
net: fec: correct fix method about miss init spinlock
Frank Li
2013-02-07
1
-4
/
+3
*
|
gianfar: dont conditionally alloc Rx/Err irq structs
Paul Gortmaker
2013-02-04
1
-12
/
+4
*
|
net: fec: fix miss init spinlock
Frank Li
2013-02-04
1
-0
/
+1
*
|
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-02-04
1
-5
/
+4
*
|
gianfar: Pack struct gfar_priv_grp into three cachelines
Claudiu Manoil
2013-01-29
2
-51
/
+87
*
|
gianfar: Cleanup gfar_parse_group() code
Claudiu Manoil
2013-01-29
1
-18
/
+16
*
|
gianfar: Optimize struct gfar_priv_tx_q for two cache lines
Claudiu Manoil
2013-01-29
1
-13
/
+12
*
|
net: fec: add napi support to improve proformance
Frank Li
2013-01-29
2
-7
/
+36
*
|
gianfar: Restore promisc mode on gfar_init_mac()
Claudiu Manoil
2013-01-23
1
-0
/
+4
*
|
net: fec: enable pause frame to improve rx prefomance for 1G network
Frank Li
2013-01-18
2
-1
/
+91
*
|
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
2013-01-14
1
-1
/
+1
*
|
gianfar: use more portable i/o accessors
Kim Phillips
2013-01-11
1
-4
/
+4
*
|
net: fec: Remove 'inline' declarations
Fabio Estevam
2013-01-08
1
-3
/
+3
*
|
net: fec: report correct hardware stamping info to ethtool
Frank Li
2013-01-07
1
-1
/
+30
*
|
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2013-01-06
5
-15
/
+15
*
|
NET: FEC: dynamtic check DMA desc buff type
Frank Li
2013-01-04
4
-87
/
+116
|
/
*
net: fec: forbid FEC_PTP on SoCs that do not support
Shawn Guo
2012-12-18
1
-2
/
+1
*
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-07
1
-2
/
+1
*
net/freescale: remove __dev* attributes
Bill Pemberton
2012-12-03
3
-8
/
+8
*
fs_enet: remove __dev* attributes
Bill Pemberton
2012-12-03
3
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-10
2
-2
/
+5
|
\
|
*
gianfar: ethernet vanishes after restoring from hibernation
Wang Dongsheng
2012-11-09
1
-1
/
+4
[next]