summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/natsemi
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: ethernet: natsemi: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-4/+2
* net: ethernet: natsemi: Convert to platform remove callback returning voidUwe Kleine-König2023-09-202-8/+4
* net/sonic: use dma_mapping_error() for error checkZhang Changzhong2023-03-211-2/+2
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-6/+6
* ethernet/natsemi: fix repeated words in commentsJilin Yuan2022-07-011-1/+1
* net: remove comments that mention obsolete __SLOW_DOWN_IOBjorn Helgaas2022-04-261-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-1/+1
|\
| * natsemi: xtensa: fix section mismatch warningsRandy Dunlap2021-11-301-1/+1
* | net: natsemi: fix hw address initialization for jazz and xtensaMax Filippov2021-11-302-4/+8
* | natsemi: macsonic: use eth_hw_addr_set()Jakub Kicinski2021-11-191-10/+17
|/
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-182-6/+11
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-3/+1
|\
| * Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-091-6/+2
| |\
| * | nubus: Make struct nubus_driver::remove return voidUwe Kleine-König2021-07-281-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-051-6/+2
|\ \ \ | | |/ | |/|
| * | net: natsemi: Fix missing pci_disable_device() in probe and removeWang Hai2021-08-021-6/+2
| |/
* | natsemi: sonic: stop calling netdev_boot_setup_checkArnd Bergmann2021-08-032-3/+0
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* net: natsemi: remove leading spaces before tabsHui Tang2021-05-191-3/+3
* net/sonic: Fix some resource leaks in error handling pathsChristophe JAILLET2021-01-052-4/+15
* net: natsemi: Replace in_interrupt() usage.Thomas Gleixner2020-09-292-13/+13
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-1/+3
* net: natsemi: Remove set but not used variableZheng Yongjun2020-09-211-2/+2
* net: natsemi: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-4/+4
* natsemi: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-132-62/+62
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* natsemi: use generic power managementVaibhav Gupta2020-07-011-19/+7
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-3/+3
* net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'Christophe JAILLET2020-04-271-2/+4
* net/macsonic: Remove interrupt handler wrapperFinn Thain2020-02-161-15/+4
* net/sonic: Start packet transmission immediatelyFinn Thain2020-02-161-6/+7
* net/sonic: Remove explicit memory barriersFinn Thain2020-02-161-2/+0
* net/sonic: Remove redundant netif_start_queue() callFinn Thain2020-02-161-1/+1
* net/sonic: Remove redundant next_tx variableFinn Thain2020-02-162-5/+4
* net/sonic: Refactor duplicated codeFinn Thain2020-02-165-93/+44
* net/sonic: Remove obsolete commentFinn Thain2020-02-161-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-284-6/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-262-162/+262
| |\
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-124-6/+6
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\ \ \ | |_|/ |/| |
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
| |/
* | net/sonic: Prevent tx watchdog timeoutFinn Thain2020-01-231-4/+13
* | net/sonic: Fix CAM initializationFinn Thain2020-01-231-9/+12
* | net/sonic: Fix command register usageFinn Thain2020-01-231-15/+3
* | net/sonic: Quiesce SONIC before re-initializing descriptor memoryFinn Thain2020-01-232-0/+28
* | net/sonic: Fix receive buffer replenishmentFinn Thain2020-01-232-63/+105