summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun
Commit message (Expand)AuthorAgeFilesLines
* ldmvsw: stop the clean timer at beginning of removeShannon Nelson2017-05-151-1/+1
* ldmvsw: unregistering netdev before disable hardwareThomas Tai2017-05-151-1/+1
* net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"Colin Ian King2017-05-011-1/+1
* net: sunhme: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-13/+11Star
* net: sunbmac: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-10/+9Star
* net: sun: sungem: rix a possible null dereferencePhilippe Reynes2017-03-221-2/+3
* sunvnet: xoff not needed when removing port linkShannon Nelson2017-03-171-4/+0Star
* sunvnet: count multicast packetsShannon Nelson2017-03-171-0/+2
* sunvnet: track port queues correctlyShannon Nelson2017-03-172-13/+22
* sunvnet: add stats to track ldom to ldom packets and bytesShannon Nelson2017-03-173-1/+136
* ldmvsw: better use of link up and down on ldom vswitchShannon Nelson2017-03-173-7/+41
* net: sun: sunhme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-28/+34
* net: sun: sungem: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-41/+57
* net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-17/+20
* net: sun: cassini: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-091-46/+52
* ldmvsw: disable tso and gso for bridge operationsShannon Nelson2017-02-142-4/+4
* ldmvsw: update and simplify version stringShannon Nelson2017-02-141-10/+4Star
* sunvnet: remove extra rcu_read_unlocksShannon Nelson2017-02-141-6/+2Star
* sunvnet: straighten up message event handling logicShannon Nelson2017-02-141-49/+45Star
* sunvnet: add memory barrier before check for tx enableShannon Nelson2017-02-141-0/+1
* sunvnet: update version and version printingShannon Nelson2017-02-141-10/+4Star
* sunvnet: remove unused variable in maybe_tx_wakeupSowmini Varadhan2017-02-141-5/+1Star
* sunvnet: make sunvnet common code dynamically loadableShannon Nelson2017-02-142-2/+11
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-303-3/+3
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* linux: drop __bitwise__ everywhereMichael S. Tsirkin2016-12-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-224-10/+12
|\
| * sunbmac: Fix compiler warningTushar Dave2016-11-182-3/+4
| * sunqe: Fix compiler warningsTushar Dave2016-11-182-7/+8
* | ldmvsw: tx queue stuck in stopped state after LDC resetAaron Young2016-10-311-3/+13
* | ethernet/sun: use core min/max MTU checkingJarod Wilson2016-10-187-24/+24
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-133-3/+0Star
|/
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-121-1/+0Star
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-042-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-197-1790/+2420
|\
| * ldmvsw: Checkpatch sunvnet.c and sunvnet_common.cAaron Young2016-03-192-50/+56
| * ldmvsw: Add ldmvsw.c driver codeAaron Young2016-03-193-0/+480
| * ldmvsw: Make sunvnet_common compatible with ldmvswAaron Young2016-03-193-70/+121
| * ldmvsw: Split sunvnet driver into common codeAaron Young2016-03-195-1743/+1816
| * sunvnet: perf tracepoint invocations to trace LDC state machineSowmini Varadhan2016-02-071-2/+22
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-1/+0Star
|\ \ | |/ |/|
| * PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0Star
* | sunvnet: Initialize network_header and transport_header in vnet_rx_one()Sowmini Varadhan2016-01-191-3/+13
|/
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-3/+0Star
* sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()Sowmini Varadhan2015-09-221-6/+11
* niu: don't count tx error twice in case of headroom realloc failsJiri Pirko2015-07-271-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-251-3/+1Star
|\
| * drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1Star