summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-08net: dsa: microchip: Use regs[] to access REG_PTP_CLK_CTRLBastien Curutchet (Schneider Electric)4-9/+16
2026-01-08net: dsa: microchip: Use dynamic irq offsetBastien Curutchet (Schneider Electric)2-3/+6
2026-01-08net: dsa: microchip: Initialize IRQ's mask outside common_setup()Bastien Curutchet (Schneider Electric)1-1/+2
2026-01-07atm: idt77252: Use sb_pool_remove()Thomas Fourier1-3/+1
2026-01-07selftests/net: packetdrill: add minimal client and server testsWillem de Bruijn2-0/+59
2026-01-07tcp: clarify tcp_congestion_ops functions commentsDaniel Sedlak1-10/+19
2026-01-07net: spacemit: Remove broken flow control supportVivian Wang1-110/+0
2026-01-07net: gve: convert to use .get_rx_ring_countBreno Leitao1-3/+8
2026-01-07net: fully inline backlog_unlock_irq_restore()Eric Dumazet1-7/+6
2026-01-07net: fec: Add stop mode support on i.MX8DX/i.MX8QPFrancesco Dolcini1-0/+2
2026-01-07net: dlink: replace printk() with netdev_{info,dbg}() in rio_probe1()Yeounsu Moon1-10/+7
2026-01-07net: airoha: Use gdm port enum value whenever possibleLorenzo Bianconi1-19/+21
2026-01-07udp: udplite is unlikelyEric Dumazet4-9/+11
2026-01-07net: airoha: npu: Dump fw version during probeLorenzo Bianconi1-0/+6
2026-01-07net: libwx: remove unused rx_buffer_pgcntJiawen Wu1-13/+4
2026-01-07ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva6-70/+81
2026-01-07net: wwan: mhi: Add network support for Foxconn T99W760Slark Xiao1-1/+2
2026-01-07selftests: hw-net: rss-input-xfrm: try to enable the xfrm at the startJakub Kicinski1-6/+38
2026-01-07ipv6: preserve insertion order for same-scope addressesYumei Huang2-2/+2
2026-01-06Merge branch 'rust-net-replace-kernel-c_str-with-c-strings'Jakub Kicinski3-11/+7
2026-01-06drivers: net: replace `kernel::c_str!` with C-StringsTamir Duberstein2-7/+5
2026-01-06rust: net: replace `kernel::c_str!` with C-StringsTamir Duberstein1-4/+2
2026-01-06net: marvell: prestera: correct return type of prestera_ldr_wait_buf()Alok Tiwari1-1/+1
2026-01-06net: phy: mediatek: enable interrupts on AN7581Aleksander Jan Bajkowski1-0/+2
2026-01-06ipv4: Improve martian logsClara Engler1-4/+4
2026-01-04dt-bindings: net: mscc-miim: add microchip,lan9691-miimRobert Marko1-3/+8
2025-12-30Merge tag 'net-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds71-194/+428
2025-12-30ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RTJiayuan Chen1-1/+12
2025-12-30net: rose: fix invalid array index in rose_kill_by_device()Pwnverse1-1/+1
2025-12-30net: enetc: do not print error log if addr is 0Wei Fang1-1/+7
2025-12-30net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb...Xiaolei Wang1-1/+2
2025-12-30selftests: fib_test: Add test case for ipv4 multi nexthopsVadim Fedorenko1-1/+69
2025-12-30net: fib: restore ECMP balance from loopbackVadim Fedorenko1-16/+10
2025-12-30selftests: fib_nexthops: Add test cases for error routes deletionIdo Schimmel1-0/+15
2025-12-30ipv4: Fix reference count leak when using error routes with nexthop objectsIdo Schimmel1-3/+4
2025-12-30net: usb: sr9700: fix incorrect command used to write single registerEthan Nelson-Moore1-2/+2
2025-12-29Merge tag 'kbuild-fixes-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-140/+33
2025-12-29Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/s...Linus Torvalds26-59/+163
2025-12-29ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg1-1/+2
2025-12-29usbnet: avoid a possible crash in dql_completed()Eric Dumazet1-1/+2
2025-12-29gve: defer interrupt enabling until NAPI registrationAnkit Garg2-1/+3
2025-12-29net: stmmac: fix the crash issue for zero copy XDP_TX actionWei Fang1-2/+15
2025-12-29Merge tag 'wireless-2025-12-17' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni13-19/+41
2025-12-29octeontx2-pf: fix "UBSAN: shift-out-of-bounds error"Anshumali Gaur1-0/+8
2025-12-29Merge tag 'sched_ext-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-17/+16
2025-12-29Merge tag 'cgroup-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+16
2025-12-29Merge tag 'v6.19-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-8/+9
2025-12-29Linux 6.19-rc3v6.19-rc3Linus Torvalds1-1/+1
2025-12-28Merge tag 'usb-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds20-207/+130
2025-12-28Merge tag 'tty-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-14/+17