index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
gianfar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-29
Add flow control support flags to gianfar's capabilities
Pavaluca Matei-B46610
1
-0
/
+3
2014-10-20
net: ethernet: freescale: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-15
gianfar: Add FCS to rx buffer size (fix)
Claudiu Manoil
1
-1
/
+1
2014-10-09
gianfar: Replace eieio with wmb for non-PPC archs
Claudiu Manoil
1
-10
/
+3
2014-10-09
gianfar: Replace spin_event_timeout() with arch independent
Claudiu Manoil
1
-13
/
+19
2014-10-09
gianfar: Make MAC addr setup endian safe, cleanup
Claudiu Manoil
1
-8
/
+7
2014-10-09
gianfar: Exclude PPC specific errata handling from ARM builds
Claudiu Manoil
1
-0
/
+6
2014-10-09
gianfar: Include missing headers for ARM builds
Claudiu Manoil
1
-0
/
+2
2014-08-07
net: gianfar: fix reference counting for phy_node
Uwe Kleine-König
1
-2
/
+2
2014-08-07
net: gianfar: no need to check parameter being != NULL for of_node_put
Uwe Kleine-König
1
-8
/
+4
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-7
/
+15
2014-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2014-06-05
gianfar: Call netif_carrier_off() prior to registration
Fabio Estevam
1
-3
/
+3
2014-06-04
gianfar: Fix the section mismatch warnings.
Xiubo Li
1
-1
/
+1
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2014-05-22
gianfar: use the new fixed PHY helpers
Florian Fainelli
1
-3
/
+11
2014-04-30
gianfar: Avoid unnecessary reg accesses in adjust_link()
Claudiu Manoil
1
-110
/
+113
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-4
/
+4
2014-03-24
gianfar: Fix P1010 config regression (SQ polling)
Claudiu Manoil
1
-2
/
+12
2014-03-12
gianfar: Carefully free skbs in functions called by netpoll.
Eric W. Biederman
1
-2
/
+2
2014-03-12
gianfar: Fix multi-queue support checks @probe()
Claudiu Manoil
1
-10
/
+18
2014-03-10
gianfar: Use Single-Queue polling for "fsl,etsec2"
Claudiu Manoil
1
-22
/
+48
2014-03-10
gianfar: Separate out the Tx interrupt handling (Tx NAPI)
Claudiu Manoil
1
-65
/
+153
2014-02-24
gianfar: Fix Tx int miss, dont write IC on-the-fly
Claudiu Manoil
1
-58
/
+41
2014-02-24
gianfar: Fix device reset races (oops) for Tx
Claudiu Manoil
1
-68
/
+48
2014-02-24
gianfar: Don't free/request irqs on device reset
Claudiu Manoil
1
-32
/
+45
2014-02-24
gianfar: Fix on-the-fly vlan and mtu updates
Claudiu Manoil
1
-118
/
+47
2014-02-24
gianfar: Implement MAC reset and reconfig procedure
Claudiu Manoil
1
-82
/
+90
2014-02-18
gianfar: Add missing graceful reset steps and fixes
Claudiu Manoil
1
-26
/
+27
2014-02-18
gianfar: Factor out enabling/disabling of hw interrupts
Claudiu Manoil
1
-30
/
+30
2014-02-18
gianfar: Remove useless HAS_PADDING device flag
Claudiu Manoil
1
-12
/
+3
2014-02-18
gianfar: Remove sysfs stubs for FIFOCFG and stashing
Claudiu Manoil
1
-30
/
+27
2014-02-18
gianfar: Cleanup/Fix gfar_probe and the hw init code
Claudiu Manoil
1
-174
/
+157
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-11-21
gianfar: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
1
-4
/
+18
2013-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-49
/
+38
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+2
2013-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+28
2013-10-18
gianfar: Simplify MQ polling to avoid soft lockup
Claudiu Manoil
1
-49
/
+38
2013-10-09
drivers: clean-up prom.h implicit includes
Rob Herring
1
-0
/
+2
2013-10-09
gianfar: Enable eTSEC-20 erratum w/a for P2020 Rev1
Claudiu Manoil
1
-0
/
+3
2013-10-09
gianfar: Use mpc85xx support for errata detection
Claudiu Manoil
1
-8
/
+25
2013-10-09
gianfar: Enable eTSEC-A002 erratum w/a for all parts
Claudiu Manoil
1
-6
/
+4
2013-09-03
gianfar: Fix reported number of sent bytes to BQL
Claudiu Manoil
1
-7
/
+11
2013-08-13
gianfar: Add flow control support
Claudiu Manoil
1
-2
/
+49
2013-08-05
gianfar: Cleanup TxFCB insertion on xmit
Claudiu Manoil
1
-29
/
+33
2013-08-05
gianfar: Fix Tx csum generation errata handling
Claudiu Manoil
1
-19
/
+25
2013-08-01
gianfar: Remove unused field grp_id from gfar_priv_grp
Claudiu Manoil
1
-1
/
+0
2013-06-12
gianfar: Add backwards compatible Single Queue mode polling
Claudiu Manoil
1
-2
/
+49
2013-05-25
net: ethernet: use platform_{get,set}_drvdata()
Jingoo Han
1
-4
/
+2
[prev]
[next]