index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
toshiba
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-4
/
+3
2025-12-01
net: ps3_gelic_net: Use napi_alloc_skb() and napi_gro_receive()
Florian Fuchs
-5
/
+10
2025-11-18
net: ps3_gelic_net: handle skb allocation failures
Florian Fuchs
-11
/
+35
2025-02-26
net: toshiba: Remove reference to PPC_IBM_CELL_BLADE
Michael Ellerman
-1
/
+1
2025-02-26
net: spider_net: Remove powerpc Cell driver
Michael Ellerman
-3216
/
+0
2024-10-08
wifi: remove iw_public_data from struct net_device
Johannes Berg
-2
/
+0
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
-1
/
+2
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-6
/
+6
2024-02-23
ps3/gelic: minor Kernel Doc corrections
Simon Horman
-3
/
+5
2024-02-23
ps3/gelic: Fix SKB allocation
Geoff Levand
-6
/
+6
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-92
/
+109
2024-01-02
net/ps3_gelic_net: Add gelic_descr structures
Geoff Levand
-92
/
+109
2023-11-21
powerpc/ps3: move udbg_shutdown_ps3gelic prototype
Arnd Bergmann
-6
/
+0
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2023-10-20
treewide: Spelling fix in comment
Kunwu Chan
-1
/
+1
2023-10-11
net: tc35815: rework network interface interrupt logic
Christian Marangi
-7
/
+3
2023-09-18
net: spider_net: Use size_add() in call to struct_size()
Gustavo A. R. Silva
-1
/
+1
2023-08-13
net: tc35815: Use pci_dev_id() to simplify the code
Zheng Zengkai
-2
/
+1
2023-03-20
net/ps3_gelic_net: Use dma_mapping_error
Geoff Levand
-11
/
+13
2023-03-20
net/ps3_gelic_net: Fix RX sk_buff length
Geoff Levand
-11
/
+13
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
-3
/
+2
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
-9
/
+9
2022-05-08
eth: switch to netif_napi_add_weight()
Jakub Kicinski
-1
/
+1
2022-05-05
net: ethernet: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
-0
/
+1
2022-04-29
eth: spider: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
-2
/
+1
2021-12-01
net: spider_net: Use non-atomic bitmap API when applicable
Christophe JAILLET
-6
/
+6
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
-1
/
+3
2021-10-18
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
-2
/
+4
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
-1
/
+2
2021-10-05
ethernet: fix up ps3_gelic_net.c for "ethernet: use eth_hw_addr_set()"
Stephen Rothwell
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
-3
/
+3
2021-08-29
net: spider_net: switch from 'pci_' to 'dma_' API
Christophe JAILLET
-12
/
+15
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
-2
/
+2
2021-03-31
net: toshiba: fix the trailing format of some block comments
Yixing Liu
-15
/
+30
2021-01-16
net: ethernet: toshiba: spider_net: Document a whole bunch of function parame...
Lee Jones
-7
/
+11
2021-01-16
net: ethernet: toshiba: ps3_gelic_net: Fix some kernel-doc misdemeanours
Lee Jones
-3
/
+5
2020-12-04
powerpc/ps3: make system bus's remove and shutdown callbacks return void
Uwe Kleine-König
-2
/
+1
2020-09-08
net: tc35815: switch from 'pci_' to 'dma_' API
Christophe JAILLET
-20
/
+28
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-15
/
+15
2020-08-03
net: spider_net: Remove a useless memset
Christophe JAILLET
-2
/
+0
2020-08-03
net: spider_net: Fix the size used in a 'dma_free_coherent()' call
Christophe JAILLET
-2
/
+2
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
-4
/
+4
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-2
/
+0
2020-05-19
net/ps3_gelic_net: Remove duplicate error message
Markus Elfring
-2
/
+0
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-1
/
+1
2020-04-30
docs: networking: convert netconsole.txt to ReST
Mauro Carvalho Chehab
-2
/
+2
2020-04-27
net: tc35815: Fix phydev supported/advertising mask
Anthony Felice
-1
/
+1
2020-02-24
toshiba: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
-4
/
+4
[next]