index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
genet
/
bcmgenet.c
Age
Commit message (
Expand
)
Author
2015-07-20
net: bcmgenet: Use correct dev_id for free_irq
Florian Fainelli
2015-07-20
net: bcmgenet: Remove excessive PHY reset
Florian Fainelli
2015-07-11
net: bcmgenet: fix accounting of packet drops vs errors
Petri Gynther
2015-06-07
net: bcmgenet: improve TX timeout
Florian Fainelli
2015-04-01
net: bcmgenet: enable MoCA link state change detection
Petri Gynther
2015-03-31
net: bcmgenet: fix the call to phy_mac_interrupt()
Petri Gynther
2015-03-31
net: bcmgenet: add UMAC_IRQ_LINK_EVENT
Petri Gynther
2015-03-31
net: bcmgenet: fix bcmgenet_open()
Petri Gynther
2015-03-31
net: bcmgenet: remove __bcmgenet_fini_dma()
Petri Gynther
2015-03-31
net: bcmgenet: add UMAC_IRQ_RXDMA_DONE and UMAC_IRQ_TXDMA_DONE
Petri Gynther
2015-03-27
net: bcmgenet: add support for multiple Rx queues
Petri Gynther
2015-03-27
net: bcmgenet: rework Rx NAPI code
Petri Gynther
2015-03-27
net: bcmgenet: rework Tx NAPI code
Petri Gynther
2015-03-27
net: bcmgenet: tweak init_umac()
Petri Gynther
2015-03-27
net: bcmgenet: simplify bcmgenet_init_dma()
Petri Gynther
2015-03-27
net: bcmgenet: modify Tx ring int_enable and int_disable vectors
Petri Gynther
2015-03-27
net: bcmgenet: remove priv->int0_mask and priv->int1_mask
Petri Gynther
2015-03-23
net: bcmgenet: power down and up GPHY during suspend/resume
Florian Fainelli
2015-03-23
net: bcmgenet: power up and down integrated GPHY when unused
Florian Fainelli
2015-03-23
net: bcmgenet: propagate errors from bcmgenet_power_down
Florian Fainelli
2015-03-15
net: bcmgenet: add support for Hardware Filter Block
Petri Gynther
2015-03-13
net: bcmgenet: add support for xmit_more
Florian Fainelli
2015-03-13
net: bcmgenet: update ring producer index and buffer count in xmit
Florian Fainelli
2015-03-13
net: bcmgenet: rewrite bcmgenet_rx_refill()
Petri Gynther
2015-03-11
net: bcmgenet: collect Rx discarded packet count
Petri Gynther
2015-03-09
net: bcmgenet: core changes for supporting multiple Rx queues
Petri Gynther
2015-03-07
net: bcmgenet: rework Rx queue init
Petri Gynther
2015-03-06
net: bcmgenet: add GENET_Q16_RX_BD_CNT and hw_params->rx_bds_per_q
Petri Gynther
2015-03-06
net: bcmgenet: adjust the call to alloc_etherdev_mqs()
Petri Gynther
2015-03-06
net: bcmgenet: set hw_params->rx_queues = 0
Petri Gynther
2015-03-04
net: bcmgenet: simplify __bcmgenet_tx_reclaim()
Petri Gynther
2015-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-01
net: bcmgenet: fix software maintained statistics
Florian Fainelli
2015-02-28
net: bcmgenet: fix throughtput regression
Jaedon Shin
2015-02-24
net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNT
Petri Gynther
2015-02-24
net: bcmgenet: precalculate TxCB->bd_addr
Petri Gynther
2015-02-24
net: bcmgenet: rework Tx queue init
Petri Gynther
2015-02-24
net: bcmgenet: bcmgenet_init_tx_ring() cleanup
Petri Gynther
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-08
net: bcmgenet: add support for new GENET PHY revision scheme
Florian Fainelli
2014-12-08
net: bcmgenet: enable driver to work without a device tree
Petri Gynther
2014-11-26
net: bcmgenet: support restarting auto-negotiation
Florian Fainelli
2014-11-26
net: bcmgenet: add EEE support
Florian Fainelli
2014-11-21
net: bcmgenet: log RX buffer allocation and RX/TX dma failures
Florian Fainelli
2014-11-11
net: bcmgenet: apply MII configuration in bcmgenet_open()
Florian Fainelli
2014-11-11
net: bcmgenet: connect and disconnect from the PHY state machine
Florian Fainelli
2014-10-20
net: ethernet: broadcom: genet: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-10
net: bcmgenet: fix off-by-one in incrementing read pointer
Florian Fainelli
2014-10-07
net: bcmgenet: fix Tx ring priority programming
Petri Gynther
2014-10-06
net: bcmgenet: improve bcmgenet_mii_setup()
Petri Gynther
[prev]
[next]