aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-16sunvnet: track port queues correctlyShannon Nelson2-13/+22
2017-03-16sunvnet: add stats to track ldom to ldom packets and bytesShannon Nelson3-1/+136
2017-03-16ldmvsw: better use of link up and down on ldom vswitchShannon Nelson3-7/+41
2017-03-08net: sun: sunhme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+34
2017-03-08net: sun: sungem: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+57
2017-03-08net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+20
2017-03-08net: sun: cassini: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-46/+52
2017-02-14ldmvsw: disable tso and gso for bridge operationsShannon Nelson2-4/+4
2017-02-14ldmvsw: update and simplify version stringShannon Nelson1-10/+4
2017-02-14sunvnet: remove extra rcu_read_unlocksShannon Nelson1-6/+2
2017-02-14sunvnet: straighten up message event handling logicShannon Nelson1-49/+45
2017-02-14sunvnet: add memory barrier before check for tx enableShannon Nelson1-0/+1
2017-02-14sunvnet: update version and version printingShannon Nelson1-10/+4
2017-02-14sunvnet: remove unused variable in maybe_tx_wakeupSowmini Varadhan1-5/+1
2017-02-14sunvnet: make sunvnet common code dynamically loadableShannon Nelson2-2/+11
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet3-3/+3
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+12
2016-11-18sunbmac: Fix compiler warningTushar Dave2-3/+4
2016-11-18sunqe: Fix compiler warningsTushar Dave2-7/+8
2016-10-31ldmvsw: tx queue stuck in stopped state after LDC resetAaron Young1-3/+13
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson7-24/+24
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson3-3/+0
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-2/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-1790/+2420
2016-03-18ldmvsw: Checkpatch sunvnet.c and sunvnet_common.cAaron Young2-50/+56
2016-03-18ldmvsw: Add ldmvsw.c driver codeAaron Young3-0/+480
2016-03-18ldmvsw: Make sunvnet_common compatible with ldmvswAaron Young3-70/+121
2016-03-18ldmvsw: Split sunvnet driver into common codeAaron Young5-1743/+1816
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2016-02-07sunvnet: perf tracepoint invocations to trace LDC state machineSowmini Varadhan1-2/+22
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-19sunvnet: Initialize network_header and transport_header in vnet_rx_one()Sowmini Varadhan1-3/+13
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-3/+0
2015-09-21sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()Sowmini Varadhan1-6/+11
2015-07-26niu: don't count tx error twice in case of headroom realloc failsJiri Pirko1-3/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+1
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas1-1/+0
2015-04-08sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmbAlexander Duyck3-18/+18
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-2/+2
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2015-02-28niu: fix error handling in niu_class_to_ethflow()Dan Carpenter1-4/+2
2015-02-20sunvnet: failed trigger should not cause BUG_ON()David L Stevens1-0/+2
2015-02-11sunvnet: don't change gso data on clonesDavid L Stevens1-13/+10
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1