summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)Author
2017-03-16ibmvnic: Free tx/rx scrq pointer array when releasing sub-crqsNathan Fontenot
2017-03-08net: ibm: emac: fix regression caused by emac_dt_phy_probe()Christian Lamparter
2017-03-07ibmvnic: Allocate number of rx/tx buffers agreed on by firmwareThomas Falcon
2017-03-07ibmvnic: Fix overflowing firmware/hardware TX queueThomas Falcon
2017-02-22net: emac: add support for device-tree based PHY discovery and setupChristian Lamparter
2017-02-19ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqsThomas Falcon
2017-02-19ibmvnic: Use common counter for capabilities checksThomas Falcon
2017-02-19ibmvnic: Handle processing of CRQ messages in a taskletThomas Falcon
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-15ibmvnic: Fix endian errors in error reporting outputThomas Falcon
2017-02-15ibmvnic: Fix endian error when requesting device capabilitiesThomas Falcon
2017-02-14ibmvnic: Fix initial MTU settingsThomas Falcon
2017-02-11ibmvnic: Call napi_disable instead of napi_enable in failure pathNathan Fontenot
2017-02-11ibmvnic: Initialize completion variables before starting workNathan Fontenot
2017-02-05ibm/emac: use napi_complete_done()Eric Dumazet
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-24ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth
2017-01-09net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-09net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-09net: ibm: emac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-09net: ibm: ehea: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17ibmveth: calculate gso_segs for large packetsThomas Falcon
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-09ibmveth: set correct gso_size and gso_typeThomas Falcon
2016-11-30ehea: Remove unnecessary memset of stats in netdev private dataTobias Klauser
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-25ibmvnic: drop duplicate header seq_file.hGeliang Tang
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-13ibmvnic: Fix size of debugfs name bufferThomas Falcon
2016-11-13ibmvnic: Unmap ibmvnic_statistics structureThomas Falcon
2016-11-09ibmvnic: Start completion queue negotiation at server-provided optimum valuesJohn Allen
2016-11-03ehea: fix operation state reportGuilherme G. Piccoli
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29ibmvnic: Fix missing brackets in init_sub_crq_irqsThomas Falcon
2016-10-29ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon
2016-10-29Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context"David S. Miller
2016-10-29ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon
2016-10-27ethernet: fix min/max MTU typosStefan Richter
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-10-18ibmvnic: Update MTU after device initializationThomas Falcon
2016-10-18ibmvnic: Fix GFP_KERNEL allocation in interrupt contextThomas Falcon
2016-10-18ibmvnic: Driver Version 1.0.1Thomas Falcon
2016-10-18ethernet/ibm: use core min/max MTU checkingJarod Wilson
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-16net/ibm/emac: add mutex to 'set multicast list'Ivan Mikhaylov
2016-09-16net/ibm/emac: add set mac addr callbackIvan Mikhaylov