summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-27rust: phy: use VTABLE_DEFAULT_ERRORFUJITA Tomonori1-8/+8
2024-01-27rust: phy: use `srctree`-relative linksFUJITA Tomonori1-4/+4
2024-01-26Merge branch 'net-dsa-microchip-implement-phy-loopback'Jakub Kicinski2-131/+270
2024-01-26net: dsa: microchip: implement PHY loopback configuration for KSZ8794 and KSZ...Oleksij Rempel2-7/+70
2024-01-26net: dsa: microchip: Remove redundant optimization in ksz8_w_phy_bmcrOleksij Rempel1-67/+29
2024-01-26net: dsa: microchip: ksz8: move BMCR specific code to separate functionOleksij Rempel1-126/+240
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski101-1260/+6009
2024-01-26Merge branch 'net-phy-generic-polarity-led-support-for-qca808x'Jakub Kicinski10-19/+431
2024-01-26net: phy: at803x: add LED support for qca808xChristian Marangi1-0/+327
2024-01-26dt-bindings: net: Document QCA808x PHYsChristian Marangi1-0/+54
2024-01-26net: phy: add support for PHY LEDs polarity modesChristian Marangi2-0/+38
2024-01-26dt-bindings: net: phy: Document LED inactive high impedance modeChristian Marangi1-0/+6
2024-01-26dt-bindings: net: phy: Make LED active-low property commonChristian Marangi6-19/+6
2024-01-26bnx2x: Fix firmware version string character countsKees Cook3-12/+13
2024-01-26drivers/ptp: Convert snprintf to sysfs_emitLi Zhijian1-7/+6
2024-01-26Merge branch 'af_unix-random-improvements-for-gc'Jakub Kicinski6-70/+85
2024-01-26af_unix: Try to run GC async.Kuniyuki Iwashima5-5/+29
2024-01-26af_unix: Run GC on only one CPU.Kuniyuki Iwashima1-27/+27
2024-01-26af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima3-25/+15
2024-01-26af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima4-15/+16
2024-01-26af_unix: Annotate data-race of gc_in_progress in wait_for_unix_gc().Kuniyuki Iwashima1-1/+1
2024-01-26net: dsa: mt7530: select MEDIATEK_GE_PHY for NET_DSA_MT7530_MDIOArınç ÜNAL1-1/+1
2024-01-26selftests/bpf: Add missing line break in test_verifierTiezhu Yang1-1/+1
2024-01-26bpf, docs: Clarify definitions of various instructionsDave Thaler1-24/+27
2024-01-25bpf: Fix error checks against bpf_get_btf_vmlinux().Kui-Feng Lee2-1/+6
2024-01-25bpf: One more maintainer for libbpf and BPF selftestsEduard Zingerman1-0/+3
2024-01-25tsnep: Add link down PHY loopback supportGerhard Engleder1-1/+3
2024-01-25gve: Modify rx_buf_alloc_fail counter centrally and closer to failureAnkit Garg1-8/+11
2024-01-25Merge branch 'selftests-updates-to-fcnal-test-for-autoamted-environment'Jakub Kicinski1-6/+19
2024-01-25selftest: Show expected and actual return codes for test failures in fcnal-testDavid Ahern1-0/+1
2024-01-25selftest: Fix set of ping_group_range in fcnal-testDavid Ahern1-6/+15
2024-01-25selftest: Update PATH for nettest in fcnal-testDavid Ahern1-0/+3
2024-01-25Merge tag 'wireless-next-2024-01-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski82-1392/+4612
2024-01-25vsock/test: print type for SOCK_SEQPACKETArseniy Krasnov1-0/+2
2024-01-25Merge branch 'selftests-tc-testing-misc-changes-for-tdc'Jakub Kicinski5-4/+6
2024-01-25selftests: tc-testing: return fail if a test fails in setup/teardownPedro Tammela1-1/+1
2024-01-25selftests: tc-testing: enable all tdc testsPedro Tammela1-2/+1
2024-01-25selftests: tc-testing: adjust fq test to latest iproute2Pedro Tammela1-1/+1
2024-01-25selftests: tc-testing: check if 'jq' is available in taprio testsPedro Tammela1-0/+2
2024-01-25selftests: tc-testing: add missing netfilter configPedro Tammela1-0/+1
2024-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1036-9456/+25543
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds120-341/+928
2024-01-25Merge tag 'ovl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-51/+110
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-42/+79
2024-01-25Merge tag 'nfsd-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-13/+17
2024-01-25Merge tag 'urgent-rcu.2024.01.24a' of https://github.com/neeraju/linuxLinus Torvalds2-3/+34
2024-01-25net: dsa: mt7530: support OF-based registration of switch MDIO busArınç ÜNAL1-8/+26
2024-01-25Merge branch 'tsnep-xdp-fixes'Paolo Abeni1-2/+15
2024-01-25tsnep: Fix XDP_RING_NEED_WAKEUP for empty fill ringGerhard Engleder1-0/+13
2024-01-25tsnep: Remove FCS for XDP data pathGerhard Engleder1-2/+2