| Commit message (Expand) | Author | Age | Files | Lines |
* | net/sonic: use dma_mapping_error() for error check | Zhang Changzhong | 2023-03-21 | 1 | -2/+2 |
* | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 2022-09-28 | 1 | -1/+1 |
* | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-08-31 | 2 | -6/+6 |
* | ethernet/natsemi: fix repeated words in comments | Jilin Yuan | 2022-07-01 | 1 | -1/+1 |
* | net: remove comments that mention obsolete __SLOW_DOWN_IO | Bjorn Helgaas | 2022-04-26 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-02 | 1 | -1/+1 |
|\ |
|
| * | natsemi: xtensa: fix section mismatch warnings | Randy Dunlap | 2021-11-30 | 1 | -1/+1 |
* | | net: natsemi: fix hw address initialization for jazz and xtensa | Max Filippov | 2021-11-30 | 2 | -4/+8 |
* | | natsemi: macsonic: use eth_hw_addr_set() | Jakub Kicinski | 2021-11-19 | 1 | -10/+17 |
|/ |
|
* | ethernet: use eth_hw_addr_set() in unmaintained drivers | Jakub Kicinski | 2021-10-18 | 2 | -6/+11 |
* | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-09-01 | 1 | -3/+1 |
|\ |
|
| * | Merge 5.14-rc5 into driver-core-next | Greg Kroah-Hartman | 2021-08-09 | 1 | -6/+2 |
| |\ |
|
| * | | nubus: Make struct nubus_driver::remove return void | Uwe Kleine-König | 2021-07-28 | 1 | -3/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-08-05 | 1 | -6/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | net: natsemi: Fix missing pci_disable_device() in probe and remove | Wang Hai | 2021-08-02 | 1 | -6/+2 |
| |/ |
|
* | | natsemi: sonic: stop calling netdev_boot_setup_check | Arnd Bergmann | 2021-08-03 | 2 | -3/+0 |
* | | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 2021-07-27 | 1 | -1/+1 |
|/ |
|
* | net: natsemi: remove leading spaces before tabs | Hui Tang | 2021-05-19 | 1 | -3/+3 |
* | net/sonic: Fix some resource leaks in error handling paths | Christophe JAILLET | 2021-01-05 | 2 | -4/+15 |
* | net: natsemi: Replace in_interrupt() usage. | Thomas Gleixner | 2020-09-29 | 2 | -13/+13 |
* | drivers/net/ethernet: clean up mis-targeted comments | Jesse Brandeburg | 2020-09-25 | 1 | -1/+3 |
* | net: natsemi: Remove set but not used variable | Zheng Yongjun | 2020-09-21 | 1 | -2/+2 |
* | net: natsemi: convert tasklets to use new tasklet_setup() API | Allen Pais | 2020-09-14 | 1 | -4/+4 |
* | natsemi: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2020-09-13 | 2 | -62/+62 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | natsemi: use generic power management | Vaibhav Gupta | 2020-07-01 | 1 | -19/+7 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -6/+6 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 3 | -3/+3 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 3 | -3/+3 |
* | net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()' | Christophe JAILLET | 2020-04-27 | 1 | -2/+4 |
* | net/macsonic: Remove interrupt handler wrapper | Finn Thain | 2020-02-16 | 1 | -15/+4 |
* | net/sonic: Start packet transmission immediately | Finn Thain | 2020-02-16 | 1 | -6/+7 |
* | net/sonic: Remove explicit memory barriers | Finn Thain | 2020-02-16 | 1 | -2/+0 |
* | net/sonic: Remove redundant netif_start_queue() call | Finn Thain | 2020-02-16 | 1 | -1/+1 |
* | net/sonic: Remove redundant next_tx variable | Finn Thain | 2020-02-16 | 2 | -5/+4 |
* | net/sonic: Refactor duplicated code | Finn Thain | 2020-02-16 | 5 | -93/+44 |
* | net/sonic: Remove obsolete comment | Finn Thain | 2020-02-16 | 1 | -5/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-01-28 | 4 | -6/+6 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-26 | 2 | -162/+262 |
| |\ |
|
| * | | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2019-12-12 | 4 | -6/+6 |
* | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 2020-01-27 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 1 | -1/+1 |
| |/ |
|
* | | net/sonic: Prevent tx watchdog timeout | Finn Thain | 2020-01-23 | 1 | -4/+13 |
* | | net/sonic: Fix CAM initialization | Finn Thain | 2020-01-23 | 1 | -9/+12 |
* | | net/sonic: Fix command register usage | Finn Thain | 2020-01-23 | 1 | -15/+3 |
* | | net/sonic: Quiesce SONIC before re-initializing descriptor memory | Finn Thain | 2020-01-23 | 2 | -0/+28 |
* | | net/sonic: Fix receive buffer replenishment | Finn Thain | 2020-01-23 | 2 | -63/+105 |
* | | net/sonic: Improve receive descriptor status flag check | Finn Thain | 2020-01-23 | 1 | -10/+5 |
* | | net/sonic: Avoid needless receive descriptor EOL flag updates | Finn Thain | 2020-01-23 | 1 | -6/+15 |
* | | net/sonic: Fix receive buffer handling | Finn Thain | 2020-01-23 | 2 | -7/+33 |