aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-19net: sun: fix return type of ndo_start_xmit functionYueHaibing6-13/+17
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck2-2/+4
2018-07-05net: ethernet: sun: remove redundant variables adv and lpa and mii_readsColin Ian King1-16/+0
2018-06-20net: sungem: fix rx checksum supportEric Dumazet1-10/+12
2018-05-04net: ethernet: sun: niu set correct packet size in skbRob Taglang1-3/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-5/+5
2018-03-14sunvnet: does not support GSO for sctpCathy Zhou1-1/+1
2018-02-07sun: Add SPDX license tags to Sun network driversShannon Nelson11-0/+11
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds9-38/+24
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar7-0/+7
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-0/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook9-31/+24
2017-09-26ldmvsw: Remove redundant unlikely()Tobias Klauser1-1/+1
2017-09-21drivers: net: sun: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: sun: cassini: use setup_timer() helper.Allen Pais1-4/+1
2017-09-21drivers : net: niu: use setup_timer() helper.Allen Pais1-3/+1
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-07-31sunhme: 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-16sunvnet: 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-04-30net: 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-21net: sun: sungem: rix a possible null dereferencePhilippe Reynes1-2/+3
2017-03-16sunvnet: xoff not needed when removing port linkShannon Nelson1-4/+0
2017-03-16sunvnet: count multicast packetsShannon Nelson1-0/+2
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