index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
genet
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
2
-4
/
+14
|
\
|
*
net: bcmgenet: Utilize correct struct device for all DMA operations
Florian Fainelli
2016-12-02
1
-3
/
+5
|
*
net: ethernet: bcmgenet: fix fixed-link phydev leaks
Johan Hovold
2016-11-30
1
-0
/
+6
|
*
net: bcmgenet: fix phydev reference leak
Johan Hovold
2016-11-28
1
-1
/
+3
*
|
net: bcmgenet: Utilize phy_ethtool_nway_reset
Florian Fainelli
2016-11-15
1
-8
/
+1
|
/
*
net: bcmgenet: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-09-27
1
-8
/
+8
*
Revert "net: ethernet: bcmgenet: use phydev from struct net_device"
Florian Fainelli
2016-09-27
3
-31
/
+39
*
Revert "net: ethernet: bcmgenet: use new api ethtool_{get|set}_link_ksettings"
Philippe Reynes
2016-09-27
1
-8
/
+8
*
net: bcmgenet: remove unused function in bcmgenet.c
Baoyou Xie
2016-09-26
1
-122
/
+0
*
net: ethernet: broadcom: bcmgenet: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-09-20
1
-8
/
+8
*
net: bcmgenet: constify ethtool_ops structures
Julia Lawall
2016-08-31
1
-1
/
+1
*
Revert "net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings"
Philippe Reynes
2016-07-11
1
-2
/
+26
*
net: ethernet: bcmgenet: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-07-05
1
-26
/
+2
*
net: ethernet: bcmgenet: use phydev from struct net_device
Philippe Reynes
2016-07-05
3
-39
/
+31
*
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-05-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-24
1
-1
/
+5
|
\
|
*
net: bcmgenet: device stats are unsigned long
Eric Dumazet
2016-04-17
1
-1
/
+5
*
|
net: bcmgenet: add BQL support
Petri Gynther
2016-04-14
1
-1
/
+14
*
|
net: bcmgenet: use __napi_schedule_irqoff()
Florian Fainelli
2016-04-14
1
-4
/
+4
*
|
net: bcmgenet: use napi_complete_done()
Eric Dumazet
2016-04-14
1
-1
/
+1
*
|
net: bcmgenet: cleanup for dmadesc_set()
Petri Gynther
2016-04-06
1
-1
/
+1
*
|
net: bcmgenet: cleanup for bcmgenet_xmit_frag()
Petri Gynther
2016-04-06
1
-4
/
+7
*
|
net: bcmgenet: cleanup for bcmgenet_xmit()
Petri Gynther
2016-04-06
1
-5
/
+9
|
/
*
net: bcmgenet: fix skb_len in bcmgenet_xmit_single()
Petri Gynther
2016-03-24
1
-1
/
+1
*
net: bcmgenet: fix dev->stats.tx_bytes accounting
Petri Gynther
2016-03-24
2
-4
/
+16
*
net: bcmgenet: fix dma api length mismatch
Eric Dumazet
2016-03-19
1
-2
/
+2
*
net: bcmgenet: Fix internal PHY link state
Jaedon Shin
2016-02-20
1
-2
/
+1
*
net: bcmgenet: Properly configure PHY to ignore interrupt
Florian Fainelli
2016-01-21
1
-1
/
+1
*
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
2016-01-07
1
-1
/
+1
*
phy: Add an mdio_device structure
Andrew Lunn
2016-01-07
1
-1
/
+1
*
mdio: Move allocation of interrupts into core
Andrew Lunn
2016-01-07
1
-10
/
+0
*
net: add netif_tx_napi_add()
Eric Dumazet
2015-11-18
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-03
3
-1
/
+22
|
\
|
*
net: bcmgenet: Software reset EPHY after power on
Florian Fainelli
2015-11-01
3
-1
/
+22
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-20
1
-9
/
+23
|
\
|
|
*
net: bcmgenet: Fix early link interrupt enabling
Florian Fainelli
2015-10-19
1
-9
/
+23
*
|
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-10-16
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-09-27
1
-0
/
+1
|
\
|
|
*
net: bcmgenet: Fix module autoload for OF platform driver
Luis de Bethencourt
2015-09-22
1
-0
/
+1
*
|
net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_high
Florian Fainelli
2015-09-22
1
-2
/
+1
*
|
net: bcmgenet: Implement RX coalescing control knobs
Florian Fainelli
2015-09-18
2
-3
/
+105
*
|
net: bcmgenet: Implement TX coalescing control knobs
Florian Fainelli
2015-09-18
2
-3
/
+50
|
/
*
phy: fixed_phy: Add gpio to determine link up/down.
Andrew Lunn
2015-08-31
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-28
1
-4
/
+16
|
\
|
*
net: bcmgenet: fix uncleaned dma flags
Jaedon Shin
2015-08-24
1
-0
/
+16
|
*
net: bcmgenet: Avoid sleeping in bcmgenet_timeout
Florian Fainelli
2015-08-24
1
-4
/
+0
*
|
net: bcmgenet: Add netconsole support
Florian Fainelli
2015-08-01
1
-0
/
+20
*
|
net: bcmgenet: Register link_update callback for all MoCA PHYs
Florian Fainelli
2015-07-27
1
-14
/
+23
*
|
net: bcmgenet: Remove checks on clock handles
Florian Fainelli
2015-07-27
1
-14
/
+12
*
|
net: bcmgenet: Remove init parameter from bcmgenet_mii_config
Florian Fainelli
2015-07-21
3
-6
/
+5
[next]