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
/
broadcom
/
bgmac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgmac: fix requests for extra polling calls from NAPI
Rafał Miłecki
2015-04-24
1
-1
/
+1
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2015-04-17
1
-1
/
+1
|
\
|
*
MIPS: BCM47xx: Move NVRAM header to the include/linux/.
Rafał Miłecki
2015-04-01
1
-1
/
+1
*
|
bgmac: drop ring->num_slots
Felix Fietkau
2015-04-14
1
-13
/
+14
*
|
bgmac: fix DMA rx corruption
Felix Fietkau
2015-04-14
1
-9
/
+18
*
|
bgmac: simplify dma init/cleanup
Felix Fietkau
2015-04-14
1
-39
/
+40
*
|
bgmac: add check for oversized packets
Felix Fietkau
2015-04-14
1
-0
/
+7
*
|
bgmac: simplify/optimize rx DMA error handling
Felix Fietkau
2015-04-14
1
-37
/
+34
*
|
bgmac: set received skb headroom to NET_SKB_PAD
Felix Fietkau
2015-04-14
1
-6
/
+8
*
|
bgmac: leave interrupts disabled as long as there is work to do
Felix Fietkau
2015-04-14
1
-21
/
+10
*
|
bgmac: simplify tx ring index handling
Felix Fietkau
2015-04-14
1
-26
/
+20
*
|
bgmac: implement scatter/gather support
Felix Fietkau
2015-03-23
1
-43
/
+121
*
|
bgmac: implement GRO and use build_skb
Felix Fietkau
2015-03-23
1
-24
/
+56
*
|
bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsets
Rafał Miłecki
2015-03-20
1
-0
/
+34
|
/
*
bgmac: Clean warning messages
Peter Senna Tschudin
2015-03-08
1
-7
/
+0
*
bgmac: fix device initialization on Northstar SoCs (condition typo)
Rafał Miłecki
2015-02-11
1
-2
/
+3
*
treewide: Remove unnecessary BCMA_CORETABLE_END macro
Joe Perches
2015-02-11
1
-1
/
+1
*
bgmac: activate irqs only if there is nothing to poll
Hauke Mehrtens
2015-01-19
1
-3
/
+3
*
bgmac: register napi before the device
Hauke Mehrtens
2015-01-19
1
-3
/
+3
*
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
1
-1
/
+1
*
bgmac: propagate error codes in bgmac_probe()
Florian Fainelli
2014-01-14
1
-2
/
+0
*
bgmac: fix typos
Hauke Mehrtens
2014-01-06
1
-2
/
+2
*
bgmac: add support for Northstar SoC (BCM4707, BCM53018)
Hauke Mehrtens
2014-01-04
1
-18
/
+45
*
bgmac: reset all cores on Northstar SoC
Hauke Mehrtens
2014-01-04
1
-0
/
+21
*
bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4
Hauke Mehrtens
2014-01-04
1
-4
/
+4
*
bgmac: initialize the DMA controller of core rev >= 4
Hauke Mehrtens
2014-01-04
1
-0
/
+23
*
bgmac: use phy_mii_ioctl in ioctl handler
Hauke Mehrtens
2013-12-27
1
-21
/
+5
*
bgmac: drop duplicated PHY defines
Rafał Miłecki
2013-12-27
1
-4
/
+2
*
bgmac: replace some magic values with defines
Rafał Miłecki
2013-12-11
1
-8
/
+13
*
bgmac: reset cached MAC state during chip reset
Rafał Miłecki
2013-12-11
1
-0
/
+2
*
bgmac: start/stop PHY on netdev open/stop
Rafał Miłecki
2013-12-10
1
-0
/
+4
*
bgmac: connect to PHY and make use of PHY device
Rafał Miłecki
2013-12-09
1
-130
/
+60
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-11-04
1
-6
/
+14
|
\
|
*
bgmac: don't update slot on skb alloc/dma mapping error
Nathan Hintz
2013-10-29
1
-6
/
+14
*
|
bgmac: pass received packet to the netif instead of copying it
Rafał Miłecki
2013-10-30
1
-27
/
+39
*
|
bgmac: separate RX descriptor setup code into a new function
Rafał Miłecki
2013-10-29
1
-19
/
+22
*
|
bgmac: add support for Byte Queue Limits
Hauke Mehrtens
2013-09-30
1
-0
/
+10
|
/
*
bgmac: implement unaligned addressing for DMA rings that support it
Rafał Miłecki
2013-09-16
1
-10
/
+28
*
bgmac: allow bigger et_swtype nvram variable
Hauke Mehrtens
2013-09-16
1
-2
/
+2
*
bgmac: fix internal switch initialization
Rafał Miłecki
2013-09-16
1
-1
/
+1
*
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
2013-03-09
1
-3
/
+1
*
bgmac: register MII bus
Rafał Miłecki
2013-03-07
1
-1
/
+79
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-03-05
1
-0
/
+4
|
\
|
*
bgmac: omit the fcs
Hauke Mehrtens
2013-02-28
1
-0
/
+4
*
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2013-03-02
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Ralf Baechle
2013-02-22
1
-3
/
+3
*
|
bgmac: fix indexing of 2nd level loops
Rafał Miłecki
2013-02-25
1
-7
/
+11
|
/
*
bgmac: fix unaligned accesses to network headers
Hauke Mehrtens
2013-02-18
1
-1
/
+1
*
bgmac: add read of interrupt mask after disabling interrupts
Nathan Hintz
2013-02-14
1
-0
/
+1
*
bgmac: return error on failed PHY write
Rafał Miłecki
2013-02-13
1
-3
/
+7
[next]