summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-01e1000e: change usleep_range to udelay in PHY mdic accessVitaly Lifshits1-4/+4
2024-05-01net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341Marek Behún1-2/+2
2024-05-01inet: introduce dst_rtable() helperEric Dumazet23-70/+64
2024-05-01cxgb4: Properly lock TX queue for the selftest.Sebastian Andrzej Siewior1-3/+3
2024-05-01rxrpc: Fix using alignmask being zero for __page_frag_alloc_align()Yunsheng Lin3-7/+7
2024-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+53
2024-04-30Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-4/+53
2024-04-30i40e: Add and use helper to reconfigure TC for given VSIIvan Vecera1-8/+24
2024-04-30i40e: Add helper to access main VEBIvan Vecera3-16/+31
2024-04-30i40e: Consolidate checks whether given VSI is mainIvan Vecera3-17/+16
2024-04-30i40e: Add helper to access main VSIIvan Vecera9-83/+116
2024-04-30i40e: Refactor argument of i40e_detect_recover_hung()Ivan Vecera3-6/+8
2024-04-30i40e: Refactor argument of several client notification functionsIvan Vecera3-19/+17
2024-04-30i40e: Remove flags field from i40e_vebIvan Vecera3-11/+7
2024-04-30Merge tag 'for-v6.9-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2-1/+3
2024-04-30Merge tag 'platform-drivers-x86-v6.9-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2024-04-30Merge tag 'pinctrl-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds9-96/+100
2024-04-30Merge branch 'selftests-net-page_poll-allocation-error-injection'Jakub Kicinski10-7/+214
2024-04-30selftests: drv-net-hw: add test for memory allocation failures with page poolJakub Kicinski3-0/+134
2024-04-30selftests: drv-net: support generating iperf3 loadJakub Kicinski2-0/+42
2024-04-30selftests: net: py: avoid all ports < 10kJakub Kicinski1-1/+1
2024-04-30selftests: net: py: extract tool logicJakub Kicinski1-3/+9
2024-04-30selftests: drv-net-hw: support using Python from net hw testsJakub Kicinski4-3/+26
2024-04-30net: page_pool: support error injectionJakub Kicinski1-0/+2
2024-04-30selftests: netfilter: avoid test timeouts on debug kernelsFlorian Westphal4-3/+10
2024-04-30net: sfp-bus: constify link_modes to sfp_select_interface()Russell King (Oracle)2-3/+3
2024-04-30net: sfp: allow use 2500base-X for 2500base-T modulesRussell King (Oracle)1-1/+2
2024-04-30net: phylink: add debug print for empty posssible_interfacesRussell King (Oracle)1-0/+3
2024-04-30net: dsa: realtek: provide own phylink MAC operationsRussell King (Oracle)4-18/+46
2024-04-30net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being usedArınç ÜNAL1-1/+2
2024-04-30Merge branch 'net-smc-smc-intra-os-shortcut-with-loopback-ism'Paolo Abeni12-28/+721
2024-04-30net/smc: implement DMB-merged operations of loopback-ismWen Gu2-15/+108
2024-04-30net/smc: adapt cursor update when sndbuf and peer DMB are mergedWen Gu1-2/+34
2024-04-30net/smc: {at|de}tach sndbuf to peer DMB if supportedWen Gu3-1/+77
2024-04-30net/smc: add operations to merge sndbuf with peer DMBWen Gu3-0/+47
2024-04-30net/smc: register loopback-ism into SMC-D device listWen Gu3-16/+35
2024-04-30net/smc: ignore loopback-ism when dumping SMC-D devicesWen Gu2-0/+7
2024-04-30net/smc: mark optional smcd_ops and check for support when calledWen Gu2-7/+16
2024-04-30net/smc: implement DMB-related operations of loopback-ismWen Gu2-3/+139
2024-04-30net/smc: implement ID-related operations of loopback-ismWen Gu2-5/+60
2024-04-30net/smc: introduce loopback-ism for SMC intra-OS shortcutWen Gu5-1/+223
2024-04-30net/smc: decouple ism_client from SMC-D DMB registrationWen Gu3-8/+5
2024-04-30sctp: prefer struct_size over open coded arithmeticErick Archer1-3/+4
2024-04-30Merge branch 'virtio-net-support-device-stats'Paolo Abeni7-61/+1284
2024-04-30virtio-net: support queue statXuan Zhuo1-21/+371
2024-04-30netdev: add queue statsXuan Zhuo5-2/+190
2024-04-30virtio_net: add the total stats fieldXuan Zhuo1-12/+69
2024-04-30virtio_net: device stats helpers support driver statsXuan Zhuo1-75/+82
2024-04-30virtio_net: support device statsXuan Zhuo1-4/+472
2024-04-30virtio_net: remove "_queue" from ethtool -SXuan Zhuo1-2/+2