aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun
AgeCommit message (Expand)Author
2017-05-15ldmvsw: stop the clean timer at beginning of removeShannon Nelson
2017-05-15ldmvsw: unregistering netdev before disable hardwareThomas Tai
2017-04-30net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"Colin Ian King
2017-04-07net: sunhme: Use net_device_stats from struct net_deviceTobias Klauser
2017-04-07net: sunbmac: Use net_device_stats from struct net_deviceTobias Klauser
2017-03-21net: sun: sungem: rix a possible null dereferencePhilippe Reynes
2017-03-16sunvnet: xoff not needed when removing port linkShannon Nelson
2017-03-16sunvnet: count multicast packetsShannon Nelson
2017-03-16sunvnet: track port queues correctlyShannon Nelson
2017-03-16sunvnet: add stats to track ldom to ldom packets and bytesShannon Nelson
2017-03-16ldmvsw: better use of link up and down on ldom vswitchShannon Nelson
2017-03-08net: sun: sunhme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-08net: sun: sungem: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-08net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-08net: sun: cassini: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-02-14ldmvsw: disable tso and gso for bridge operationsShannon Nelson
2017-02-14ldmvsw: update and simplify version stringShannon Nelson
2017-02-14sunvnet: remove extra rcu_read_unlocksShannon Nelson
2017-02-14sunvnet: straighten up message event handling logicShannon Nelson
2017-02-14sunvnet: add memory barrier before check for tx enableShannon Nelson
2017-02-14sunvnet: update version and version printingShannon Nelson
2017-02-14sunvnet: remove unused variable in maybe_tx_wakeupSowmini Varadhan
2017-02-14sunvnet: make sunvnet common code dynamically loadableShannon Nelson
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
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-16linux: drop __bitwise__ everywhereMichael S. Tsirkin
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-18sunbmac: Fix compiler warningTushar Dave
2016-11-18sunqe: Fix compiler warningsTushar Dave
2016-10-31ldmvsw: tx queue stuck in stopped state after LDC resetAaron Young
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-18ldmvsw: Checkpatch sunvnet.c and sunvnet_common.cAaron Young
2016-03-18ldmvsw: Add ldmvsw.c driver codeAaron Young
2016-03-18ldmvsw: Make sunvnet_common compatible with ldmvswAaron Young
2016-03-18ldmvsw: Split sunvnet driver into common codeAaron Young
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-07sunvnet: perf tracepoint invocations to trace LDC state machineSowmini Varadhan
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas
2016-01-19sunvnet: Initialize network_header and transport_header in vnet_rx_one()Sowmini Varadhan
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-21sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()Sowmini Varadhan
2015-07-26niu: don't count tx error twice in case of headroom realloc failsJiri Pirko
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker