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
*
ucc_geth: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-24
1
-1
/
+1
*
fec: Call dev_kfree_skb_any instead of kfree_skb.
Eric W. Biederman
2014-03-24
1
-1
/
+1
*
gianfar: Fix P1010 config regression (SQ polling)
Claudiu Manoil
2014-03-24
1
-2
/
+12
*
ptp: drivers: set the number of programmable pins.
Richard Cochran
2014-03-21
2
-0
/
+2
*
fs_enet: Don't receive packets when the napi budget == 0
Eric W. Biederman
2014-03-14
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-14
1
-7
/
+7
|
\
|
*
eth: fec: Fix lost promiscuous mode after reconnecting cable
Stefan Wahren
2014-03-13
1
-7
/
+7
*
|
gianfar: Carefully free skbs in functions called by netpoll.
Eric W. Biederman
2014-03-12
1
-2
/
+2
*
|
gianfar: Fix multi-queue support checks @probe()
Claudiu Manoil
2014-03-12
1
-10
/
+18
*
|
gianfar: Use Single-Queue polling for "fsl,etsec2"
Claudiu Manoil
2014-03-10
2
-32
/
+79
*
|
gianfar: Separate out the Tx interrupt handling (Tx NAPI)
Claudiu Manoil
2014-03-10
2
-69
/
+160
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-05
1
-6
/
+7
|
\
\
|
|
/
|
*
net: fec: fix potential issue to avoid fec interrupt lost and crc error
Duan Fugang-B38611
2014-02-20
1
-6
/
+7
*
|
gianfar: Fix Tx int miss, dont write IC on-the-fly
Claudiu Manoil
2014-02-24
2
-88
/
+77
*
|
gianfar: Fix device reset races (oops) for Tx
Claudiu Manoil
2014-02-24
3
-84
/
+76
*
|
gianfar: Don't free/request irqs on device reset
Claudiu Manoil
2014-02-24
1
-32
/
+45
*
|
gianfar: Fix on-the-fly vlan and mtu updates
Claudiu Manoil
2014-02-24
3
-127
/
+51
*
|
gianfar: Implement MAC reset and reconfig procedure
Claudiu Manoil
2014-02-24
1
-82
/
+90
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-02-19
1
-2
/
+2
|
\
\
|
|
/
|
*
NET: fec: only enable napi if we are successful
Russell King
2014-02-18
1
-2
/
+2
*
|
gianfar: Remove clean_rx_ring race from gfar_ethtool
Claudiu Manoil
2014-02-18
1
-55
/
+8
*
|
gianfar: Add missing graceful reset steps and fixes
Claudiu Manoil
2014-02-18
3
-30
/
+31
*
|
gianfar: Factor out enabling/disabling of hw interrupts
Claudiu Manoil
2014-02-18
1
-30
/
+30
*
|
gianfar: Remove useless HAS_PADDING device flag
Claudiu Manoil
2014-02-18
2
-13
/
+3
*
|
gianfar: Remove sysfs stubs for FIFOCFG and stashing
Claudiu Manoil
2014-02-18
4
-378
/
+28
*
|
gianfar: Cleanup/Fix gfar_probe and the hw init code
Claudiu Manoil
2014-02-18
2
-177
/
+188
|
/
*
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-16
15
-15
/
+0
*
gianfar: Fix portabilty issues for ethtool and ptp
Claudiu Manoil
2014-01-15
2
-28
/
+72
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-06
1
-2
/
+2
|
\
|
*
fec: Revert "fec: Do not assume that PHY reset is active low"
Fabio Estevam
2014-01-05
1
-10
/
+4
|
*
fec: Do not assume that PHY reset is active low
Fabio Estevam
2013-12-29
1
-4
/
+10
|
*
net: fec: fix potential use after free
Eric Dumazet
2013-12-19
1
-2
/
+2
*
|
net: freescale: remove unused compare_addr()
dingtianhong
2013-12-26
1
-5
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-18
1
-4
/
+0
|
\
\
|
|
/
|
*
net:fec: remove duplicate lines in comment about errata ERR006358
Philippe De Muyter
2013-12-11
1
-4
/
+0
*
|
Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
2013-12-05
4
-8
/
+41
|
\
\
|
|
/
|
/
|
|
*
gianfar: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
2013-11-21
1
-4
/
+18
|
*
fec: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
2013-11-21
3
-4
/
+23
*
|
net: fec_main: dma_map() only the length of the skb
Sebastian Siewior
2013-12-02
1
-5
/
+4
|
/
*
net:fec: fix WARNING caused by lack of calls to dma_mapping_error()
Duan Fugang-B38611
2013-11-14
1
-6
/
+25
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-11-13
4
-64
/
+53
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-23
1
-10
/
+28
|
|
\
|
*
|
gianfar: Simplify MQ polling to avoid soft lockup
Claudiu Manoil
2013-10-18
1
-49
/
+38
|
*
|
net:drivers/net: Miscellaneous conversions to ETH_ALEN
Joe Perches
2013-10-02
2
-2
/
+2
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-01
1
-1
/
+3
|
|
\
\
|
*
|
|
gianfar: Remove extern from function prototypes
Joe Perches
2013-09-24
1
-13
/
+13
*
|
|
|
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-11-12
8
-3
/
+16
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
2013-11-07
4
-4
/
+6
|
|
\
\
\
|
|
*
|
|
of/irq: Use irq_of_parse_and_map()
Thierry Reding
2013-10-24
3
-3
/
+3
|
|
|
|
/
|
|
|
/
|
|
*
|
|
drivers: clean-up prom.h implicit includes
Rob Herring
2013-10-09
8
-0
/
+13
|
|
|
/
|
|
/
|
[next]