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
/
cortina
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-3
/
+2
2025-04-09
net: ethernet: cortina: Use TOE/TSO on all TCP
Linus Walleij
-8
/
+29
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-0
/
+1
2025-02-27
net: gro: decouple GRO from the NAPI layer
Alexander Lobakin
-0
/
+1
2025-02-18
net: ethernet: cortina: Switch to use hrtimer_setup()
Nam Cao
-3
/
+2
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-2
/
+2
2024-06-01
net: ethernet: cortina: Implement .set_pauseparam()
Linus Walleij
-0
/
+14
2024-06-01
net: ethernet: cortina: Use negotiated TX/RX pause
Linus Walleij
-10
/
+5
2024-06-01
net: ethernet: cortina: Rename adjust link callback
Linus Walleij
-2
/
+2
2024-05-29
net: ethernet: cortina: Restore TSO support
Linus Walleij
-4
/
+19
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+10
2024-05-10
net: ethernet: cortina: Locking fixes
Linus Walleij
-2
/
+10
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
-1
/
+1
2024-01-07
net: ethernet: cortina: Drop TSO support
Linus Walleij
-13
/
+2
2023-11-13
net: ethernet: cortina: Fix MTU max setting
Linus Walleij
-14
/
+5
2023-11-13
net: ethernet: cortina: Handle large frames
Linus Walleij
-1
/
+23
2023-11-13
net: ethernet: cortina: Fix max RX frame define
Linus Walleij
-3
/
+3
2023-09-20
net: ethernet: cortina: Convert to platform remove callback returning void
Uwe Kleine-König
-8
/
+4
2023-08-16
net: gemini: Remove redundant of_match_ptr()
Ruan Jinjie
-2
/
+2
2023-08-03
net: gemini: Do not check for 0 return after calling platform_get_irq()
Ruan Jinjie
-2
/
+2
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
-12
/
+12
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
-1
/
+1
2022-08-29
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
-12
/
+12
2022-04-29
eth: remove copies of the NAPI_POLL_WEIGHT define
Jakub Kicinski
-3
/
+1
2022-01-26
net: ethernet: cortina: permit to set mac address in DT
Corentin Labbe
-0
/
+8
2022-01-05
net: gemini: allow any RGMII interface mode
Russell King (Oracle)
-3
/
+6
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
-2
/
+6
2021-10-14
ethernet: make use of eth_hw_addr_random() where appropriate
Jakub Kicinski
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set() - casts
Jakub Kicinski
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
-1
/
+1
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
-2
/
+6
2021-06-07
net: gemini: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
-25
/
+9
2020-09-25
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
-0
/
+2
2020-09-18
net: cortina: Remove set but not used variable
Zheng Yongjun
-4
/
+2
2020-09-06
net: gemini: Clean up phy registration
Linus Walleij
-21
/
+11
2020-09-02
net: gemini: Fix another missing clk_disable_unprepare() in probe
Dan Carpenter
-17
/
+17
2020-08-19
net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...
Wang Hai
-3
/
+1
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-1
/
+4
2020-07-30
net: gemini: Fix missing clk_disable_unprepare() in error path of gemini_ethe...
Wang Hai
-1
/
+4
2020-07-13
net: ethernet: Replace HTTP links with HTTPS ones
Alexander A. Klimov
-1
/
+1
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
-2
/
+2
2020-05-06
net: cortina: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
-1
/
+2
2020-03-10
net: gemini: reject unsupported coalescing params
Jakub Kicinski
-0
/
+2
2020-03-03
net/cortina: Delete driver version from ethtool output
Leon Romanovsky
-2
/
+0
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-0
/
+2
2019-12-16
net: gemini: Fix memory leak in gmac_setup_txqs
Navid Emamdoost
-0
/
+2
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
-1
/
+1
2019-11-16
net: gemini: add missed free_netdev
Chuhong Yuan
-0
/
+1
2019-10-25
net: ethernet: Use the correct style for SPDX License Identifier
Nishad Kamdar
-1
/
+1
[next]