summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-13ptp: prevent possible ABBA deadlock in ptp_clock_freerun()Jeongjun Park2-0/+12
2025-08-12Merge tag 'ipsec-2025-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni4-6/+12
2025-08-12Merge branch 'net-prevent-deadlocks-and-mis-configuration-with-per-napi-threa...Paolo Abeni4-8/+27
2025-08-12net: prevent deadlocks when enabling NAPIs with mixed kthread configJakub Kicinski2-2/+11
2025-08-12net: update NAPI threaded config even for disabled NAPIsJakub Kicinski2-2/+10
2025-08-12selftests: drv-net: don't assume device has only 2 queuesJakub Kicinski1-4/+6
2025-08-12docs: Fix name for net.ipv4.udp_child_hash_entriesJordan Rife1-1/+1
2025-08-12Merge branch 'fix-broken-link-with-th1520-gmac-when-linkspeed-changes'Paolo Abeni3-6/+24
2025-08-12riscv: dts: thead: Add APB clocks for TH1520 GMACsYao Zi1-4/+6
2025-08-12net: stmmac: thead: Get and enable APB clock on initializationYao Zi1-0/+14
2025-08-12dt-bindings: net: thead,th1520-gmac: Describe APB interface clockYao Zi1-2/+4
2025-08-12net: mdiobus: release reset_gpio in mdiobus_unregister_device()Buday Csaba2-3/+1
2025-08-12net: phy: nxp-c45-tja11xx: fix the PHY ID mismatch issue when using C45Clark Wang1-10/+13
2025-08-12net: stmmac: dwc-qos: fix clk prepare/enable leak on probe failureRussell King (Oracle)1-11/+2
2025-08-12net: stmmac: rk: put the PHY clock on removeRussell King (Oracle)1-1/+5
2025-08-12ref_tracker: use %p instead of %px in debugfs dentry nameJeff Layton1-1/+1
2025-08-12net: usb: qmi_wwan: add Telit Cinterion FN990A w/audio compositionFabio Porcedda1-0/+1
2025-08-12MAINTAINERS: Remove bouncing T7XX reviewerDave Hansen1-1/+0
2025-08-12MAINTAINERS: Mark Intel PTP DFL ToD as orphanedDave Hansen1-2/+1
2025-08-12MAINTAINERS: Mark Intel WWAN IOSM driver as orphanedDave Hansen1-2/+1
2025-08-08hv_netvsc: Fix panic during namespace deletion with VFHaiyang Zhang2-1/+31
2025-08-08hamradio: ignore ops-locked netdevsStanislav Fomichev1-1/+1
2025-08-08net: lapbether: ignore ops-locked netdevsStanislav Fomichev1-1/+1
2025-08-08net: dsa: microchip: Fix KSZ8863 reset problemTristram Ha2-9/+12
2025-08-08sctp: linearize cloned gso packets in sctp_rcvXin Long1-1/+1
2025-08-08vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic1-1/+2
2025-08-08net: ti: icss-iep: Fix incorrect type for return value in extts_enable()Alok Tiwari1-1/+2
2025-08-08net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski3-1/+39
2025-08-08net: ti: icssg-prueth: Fix emac link speed handlingMD Danish Anwar1-0/+6
2025-08-08Merge branch 'there-are-some-bugfix-for-hibmcge-ethernet-driver'Jakub Kicinski3-12/+24
2025-08-08net: hibmcge: fix the np_link_fail error reporting issueJijie Shao1-2/+13
2025-08-08net: hibmcge: fix the division by zero issueJijie Shao1-1/+6
2025-08-08net: hibmcge: fix rtnl deadlock issueJijie Shao1-9/+5
2025-08-08Merge tag 'nf-25-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski8-45/+46
2025-08-08Merge branch 'xfrm: some fixes for GSO with SW crypto'Steffen Klassert2-4/+10
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds46-138/+363
2025-08-08Merge tag 's390-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-7/+60
2025-08-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
2025-08-08Merge tag 'drm-next-2025-08-08' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds31-133/+448
2025-08-08Merge tag 'fbdev-for-6.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+6
2025-08-08Merge tag 'loongarch-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds16-89/+841
2025-08-08Merge tag 'amd-drm-fixes-6.17-2025-08-07' of https://gitlab.freedesktop.org/a...Dave Airlie20-119/+321
2025-08-07Merge tag 'drm-xe-next-fixes-2025-08-06' of https://gitlab.freedesktop.org/dr...Dave Airlie10-8/+112
2025-08-07pptp: fix pptp_xmit() error pathEric Dumazet1-3/+4
2025-08-07netfilter: nft_socket: remove WARN_ON_ONCE with huge level valuePablo Neira Ayuso1-1/+1
2025-08-07netfilter: conntrack: clean up returns in nf_conntrack_log_invalid_sysctl()Dan Carpenter1-3/+3
2025-08-07netfilter: nft_set_pipapo: don't return bogus extension pointerFlorian Westphal1-6/+6
2025-08-07netfilter: ctnetlink: remove refcounting in expectation dumpersFlorian Westphal1-24/+17
2025-08-07netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal1-11/+13
2025-08-07netfilter: add back NETFILTER_XTABLES dependenciesArnd Bergmann3-0/+5