summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun
AgeCommit message (Expand)AuthorLines
2022-09-22net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson-2/+2
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+12
2022-07-13net: sunhme: output link status with a single print.Nick Bowler-31/+12
2022-07-01ethernet/sun: fix repeated words in commentsJilin Yuan-4/+4
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-3/+2
2022-05-18eth: sun: cassini: remove dead codeMartin Liška-2/+2
2022-05-16niu: Silence randstruct warningsKees Cook-10/+31
2022-05-05net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy-1/+0
2022-03-17ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"Colin Ian King-1/+1
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+5
2022-03-09net: ethernet: sun: use min_t() to make code cleanerChangcheng Deng-1/+1
2022-03-07ethernet: sun: Free the coherent when failing in probingZheyu Ma-1/+5
2022-03-04net: ethernet: sun: Remove redundant codeJiapeng Chong-16/+0
2022-02-28net: ethernet: sun: use time_is_before_jiffies() instead of open coding itWang Qing-2/+3
2022-01-02sun/cassini: Use dma_set_mask_and_coherent() and simplify codeChristophe JAILLET-20/+6
2021-10-18ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski-1/+3
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski-3/+1
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski-2/+2
2021-10-11ethernet: sun: add missing semicolon, fix buildStephen Rothwell-1/+1
2021-10-09ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski-34/+48
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski-2/+2
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski-8/+8
2021-09-28net: sun: SUNVNET_COMMON should depend on INETRandy Dunlap-0/+1
2021-08-29niu: switch from 'pci_' to 'dma_' APIChristophe JAILLET-11/+3
2021-08-23net: sunhme: Remove unused macrosChristophe JAILLET-24/+0
2021-08-02niu: read property length only if we use itMartin Kaiser-3/+3
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-3/+3
2021-07-23NIU: fix incorrect error return, missed in previous revertPaul Jakma-1/+2
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+2
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+20
2021-05-21Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...Greg Kroah-Hartman-12/+20
2021-05-19net: sun: remove leading spaces before tabsHui Tang-14/+14
2021-05-14sparc/vio: make remove callback return voidUwe Kleine-König-5/+2
2021-05-13ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng-10/+24
2021-05-13Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman-8/+2
2021-03-18Fix a typoBhaskar Chowdhury-2/+2
2021-03-10net: cassini: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2021-03-05sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov-2/+0
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-14/+13
2020-10-12Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-09-29net: sunbmac: Replace in_interrupt() usageSebastian Andrzej Siewior-9/+9
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2020-09-01net: sungem: Remove unneeded cast from memory allocationYueHaibing-3/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-4/+4
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-129/+138
2020-07-17net: sungem: switch from 'pci_' to 'dma_' APIChristophe JAILLET-26/+27
2020-07-17net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET-50/+54