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