index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
natsemi
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-22
net/sonic: use dma_mapping_error() for error check
Zhang Changzhong
1
-2
/
+2
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-1
/
+1
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-6
/
+6
2022-07-01
ethernet/natsemi: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-04-27
net: remove comments that mention obsolete __SLOW_DOWN_IO
Bjorn Helgaas
1
-2
/
+0
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-12-01
net: natsemi: fix hw address initialization for jazz and xtensa
Max Filippov
2
-4
/
+8
2021-12-01
natsemi: xtensa: fix section mismatch warnings
Randy Dunlap
1
-1
/
+1
2021-11-19
natsemi: macsonic: use eth_hw_addr_set()
Jakub Kicinski
1
-10
/
+17
2021-10-18
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
2
-6
/
+11
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2021-08-09
Merge 5.14-rc5 into driver-core-next
Greg Kroah-Hartman
1
-6
/
+2
2021-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+2
2021-08-03
natsemi: sonic: stop calling netdev_boot_setup_check
Arnd Bergmann
2
-3
/
+0
2021-08-02
net: natsemi: Fix missing pci_disable_device() in probe and remove
Wang Hai
1
-6
/
+2
2021-07-28
nubus: Make struct nubus_driver::remove return void
Uwe Kleine-König
1
-3
/
+1
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-19
net: natsemi: remove leading spaces before tabs
Hui Tang
1
-3
/
+3
2021-01-06
net/sonic: Fix some resource leaks in error handling paths
Christophe JAILLET
2
-4
/
+15
2020-09-30
net: natsemi: Replace in_interrupt() usage.
Thomas Gleixner
2
-13
/
+13
2020-09-26
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
1
-1
/
+3
2020-09-22
net: natsemi: Remove set but not used variable
Zheng Yongjun
1
-2
/
+2
2020-09-14
net: natsemi: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-4
/
+4
2020-09-14
natsemi: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2
-62
/
+62
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-01
natsemi: use generic power management
Vaibhav Gupta
1
-19
/
+7
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-6
/
+6
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
3
-3
/
+3
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
3
-3
/
+3
2020-04-27
net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'
Christophe JAILLET
1
-2
/
+4
2020-02-17
net/macsonic: Remove interrupt handler wrapper
Finn Thain
1
-15
/
+4
2020-02-17
net/sonic: Start packet transmission immediately
Finn Thain
1
-6
/
+7
2020-02-17
net/sonic: Remove explicit memory barriers
Finn Thain
1
-2
/
+0
2020-02-17
net/sonic: Remove redundant netif_start_queue() call
Finn Thain
1
-1
/
+1
2020-02-17
net/sonic: Remove redundant next_tx variable
Finn Thain
2
-5
/
+4
2020-02-17
net/sonic: Refactor duplicated code
Finn Thain
5
-93
/
+44
2020-02-17
net/sonic: Remove obsolete comment
Finn Thain
1
-5
/
+0
2020-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
4
-6
/
+6
2020-01-28
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
1
-1
/
+1
2020-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-162
/
+262
2020-01-23
net/sonic: Prevent tx watchdog timeout
Finn Thain
1
-4
/
+13
2020-01-23
net/sonic: Fix CAM initialization
Finn Thain
1
-9
/
+12
2020-01-23
net/sonic: Fix command register usage
Finn Thain
1
-15
/
+3
2020-01-23
net/sonic: Quiesce SONIC before re-initializing descriptor memory
Finn Thain
2
-0
/
+28
2020-01-23
net/sonic: Fix receive buffer replenishment
Finn Thain
2
-63
/
+105
2020-01-23
net/sonic: Improve receive descriptor status flag check
Finn Thain
1
-10
/
+5
2020-01-23
net/sonic: Avoid needless receive descriptor EOL flag updates
Finn Thain
1
-6
/
+15
2020-01-23
net/sonic: Fix receive buffer handling
Finn Thain
2
-7
/
+33
2020-01-23
net/sonic: Fix interface error stats collection
Finn Thain
2
-14
/
+8
2020-01-23
net/sonic: Use MMIO accessors
Finn Thain
1
-8
/
+8
[next]