aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun
AgeCommit message (Expand)Author
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-06-09eth: sun: cassini: remove dead codeMartin Liška
2023-05-30cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET
2023-04-20niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli
2023-03-22ethernet: sun: add check for the mdesc_grab()Liang He
2022-09-28net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson
2022-04-15ethernet: sun: Free the coherent when failing in probingZheyu Ma
2021-10-17net: sun: SUNVNET_COMMON should depend on INETRandy Dunlap
2021-08-04NIU: fix incorrect error return, missed in previous revertPaul Jakma
2021-05-26ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng
2021-05-26Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman
2021-03-30sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov
2021-03-04sunvnet: use icmp_ndo_send helperJason A. Donenfeld
2020-06-03net: sun: fix missing release regions in cas_init_one().Qiushi Wu
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-04net: ethernet: sun: remove redundant assignment to variable errColin Ian King
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-03-08net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-06net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-22net: sun: cassini: Cleanup license conflictThomas Gleixner
2019-01-16net: sungem: fix indentation, remove a tabColin Ian King
2018-12-27niu: fix missing checks of niu_pci_eeprom_readKangjie Lu
2018-12-05net: Use of_node_name_eq for node name comparisonsRob Herring
2018-09-19net: sun: fix return type of ndo_start_xmit functionYueHaibing
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-05net: ethernet: sun: remove redundant variables adv and lpa and mii_readsColin Ian King
2018-06-20net: sungem: fix rx checksum supportEric Dumazet
2018-05-04net: ethernet: sun: niu set correct packet size in skbRob Taglang
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-14sunvnet: does not support GSO for sctpCathy Zhou
2018-02-07sun: Add SPDX license tags to Sun network driversShannon Nelson
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook
2017-09-26ldmvsw: Remove redundant unlikely()Tobias Klauser
2017-09-21drivers: net: sun: use setup_timer() helper.Allen Pais
2017-09-21drivers: net: sun: cassini: use setup_timer() helper.Allen Pais
2017-09-21drivers : net: niu: use setup_timer() helper.Allen Pais
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-31sunhme: fix up GREG_STAT and GREG_IMASK register offsetsMark Cave-Ayland
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-16sunvnet: add support for IPv6 checksum offloadsShannon Nelson