summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun
AgeCommit message (Expand)AuthorFilesLines
2023-08-11treewide: Remove uninitialized_var() usageKees Cook2-4/+4
2023-06-09eth: sun: cassini: remove dead codeMartin Liška1-2/+2
2023-05-30cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET1-0/+2
2023-04-20niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli1-1/+1
2023-03-22ethernet: sun: add check for the mdesc_grab()Liang He2-0/+6
2022-09-28net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson1-2/+2
2022-04-15ethernet: sun: Free the coherent when failing in probingZheyu Ma1-1/+5
2021-10-17net: sun: SUNVNET_COMMON should depend on INETRandy Dunlap1-0/+1
2021-08-04NIU: fix incorrect error return, missed in previous revertPaul Jakma1-1/+2
2021-05-26ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng1-10/+24
2021-05-26Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman1-8/+2
2021-03-30sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov1-2/+0
2021-03-04sunvnet: use icmp_ndo_send helperJason A. Donenfeld1-19/+4
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
2019-01-31net: sun: cassini: Cleanup license conflictThomas Gleixner2-28/+2
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-08sun: 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 ...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-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