aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-31/+12
2022-07-13net: sunhme: output link status with a single print.Nick Bowler1-31/+12
2022-07-01ethernet/sun: fix repeated words in commentsJilin Yuan4-4/+4
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-3/+2
2022-05-18eth: sun: cassini: remove dead codeMartin Liška1-2/+2
2022-05-16niu: Silence randstruct warningsKees Cook1-10/+31
2022-05-05net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-1/+0
2022-03-17ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"Colin Ian King1-1/+1
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2022-03-09net: ethernet: sun: use min_t() to make code cleanerChangcheng Deng1-1/+1
2022-03-07ethernet: sun: Free the coherent when failing in probingZheyu Ma1-1/+5
2022-03-04net: ethernet: sun: Remove redundant codeJiapeng Chong1-16/+0
2022-02-28net: ethernet: sun: use time_is_before_jiffies() instead of open coding itWang Qing1-2/+3
2022-01-02sun/cassini: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET1-20/+6
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski1-1/+3
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski1-3/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2-2/+2
2021-10-11ethernet: sun: add missing semicolon, fix buildStephen Rothwell1-1/+1
2021-10-09ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski5-34/+48
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2-2/+2
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski4-8/+8
2021-09-28net: sun: SUNVNET_COMMON should depend on INETRandy Dunlap1-0/+1
2021-08-29niu: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-11/+3
2021-08-23net: sunhme: Remove unused macrosChristophe JAILLET1-24/+0
2021-08-02niu: read property length only if we use itMartin Kaiser1-3/+3
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann3-3/+3
2021-07-23NIU: fix incorrect error return, missed in previous revertPaul Jakma1-1/+2
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-5/+2
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+20
2021-05-21Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc") into char-misc-nextGreg Kroah-Hartman1-12/+20
2021-05-19net: sun: remove leading spaces before tabsHui Tang3-14/+14
2021-05-14sparc/vio: make remove callback return voidUwe Kleine-König2-5/+2
2021-05-13ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng1-10/+24
2021-05-13Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman1-8/+2
2021-03-18Fix a typoBhaskar Chowdhury1-2/+2
2021-03-10net: cassini: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-05sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov1-2/+0
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-14/+13
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2020-09-29net: sunbmac: Replace in_interrupt() usageSebastian Andrzej Siewior1-9/+9
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+4
2020-09-01net: sungem: Remove unneeded cast from memory allocationYueHaibing1-3/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-4/+4
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-129/+138
2020-07-17net: sungem: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-26/+27
2020-07-17net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-50/+54
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-4/+4