summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun
AgeCommit message (Expand)AuthorFilesLines
2020-06-03net: sun: fix missing release regions in cas_init_one().Qiushi Wu1-2/+1
2019-11-20net: sun: fix return type of ndo_start_xmit functionYueHaibing6-13/+17
2019-02-12niu: fix missing checks of niu_pci_eeprom_readKangjie Lu1-2/+8
2018-07-22net: sungem: fix rx checksum supportEric Dumazet1-10/+12
2018-05-30sunvnet: does not support GSO for sctpCathy Zhou1-1/+1
2018-05-19net: ethernet: sun: niu set correct packet size in skbRob Taglang1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-08-01sunhme: fix up GREG_STAT and GREG_IMASK register offsetsMark Cave-Ayland1-3/+3
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-13/+11
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-07-17sunvnet: add support for IPv6 checksum offloadsShannon Nelson3-13/+81
2017-07-14net: niu: fix format string overflow warning:Arnd Bergmann1-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-15sunvnet: restrict advertized checksum offloads to just IPShannon Nelson2-2/+2
2017-05-15ldmvsw: stop the clean timer at beginning of removeShannon Nelson1-1/+1
2017-05-15ldmvsw: unregistering netdev before disable hardwareThomas Tai1-1/+1
2017-05-01net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"Colin Ian King1-1/+1
2017-04-07net: sunhme: Use net_device_stats from struct net_deviceTobias Klauser2-13/+11
2017-04-07net: sunbmac: Use net_device_stats from struct net_deviceTobias Klauser2-10/+9
2017-03-22net: sun: sungem: rix a possible null dereferencePhilippe Reynes1-2/+3
2017-03-17sunvnet: xoff not needed when removing port linkShannon Nelson1-4/+0
2017-03-17sunvnet: count multicast packetsShannon Nelson1-0/+2
2017-03-17sunvnet: track port queues correctlyShannon Nelson2-13/+22
2017-03-17sunvnet: add stats to track ldom to ldom packets and bytesShannon Nelson3-1/+136
2017-03-17ldmvsw: better use of link up and down on ldom vswitchShannon Nelson3-7/+41
2017-03-09net: sun: sunhme: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+34
2017-03-09net: sun: sungem: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-41/+57
2017-03-09net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+20
2017-03-09net: 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-09net: 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-12treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal2-2/+2