aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-30virtio_net: introduce device stats feature and structuresXuan Zhuo1-0/+143
2024-04-30virtio_net: introduce ability to get reply info from deviceXuan Zhuo1-7/+17
2024-04-29net: txgbe: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)1-1/+1
2024-04-29net: prestera: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)1-2/+2
2024-04-29net: mvneta: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)1-1/+2
2024-04-29net: mvpp2: use phylink_pcs_change() to report PCS link change eventsRussell King (Oracle)1-4/+5
2024-04-29net: hsr: init prune_proxy_timer soonerEric Dumazet1-1/+1
2024-04-29Merge branch 'net-dsa-microchip-use-phylink_mac_ops-for-ksz-driver'Jakub Kicinski4-48/+94
2024-04-29net: dsa: ksz_common: use separate phylink_mac_ops for ksz8830Russell King (Oracle)1-6/+20
2024-04-29net: dsa: ksz_common: sub-driver phylink opsRussell King (Oracle)4-37/+65
2024-04-29net: dsa: ksz_common: provide own phylink MAC operationsRussell King (Oracle)1-16/+26
2024-04-29net: dsa: ksz_common: remove phylink_mac_config from ksz_dev_opsRussell King (Oracle)2-6/+0
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski158-2213/+9400
2024-04-29net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814Horatiu Vultur1-1/+181
2024-04-29Merge branch 'dsa-realtek-leds'David S. Miller2-97/+273
2024-04-29net: dsa: realtek: add LED drivers for rtl8366rbLuiz Angelo Daros de Luca1-39/+265
2024-04-29net: dsa: realtek: do not assert reset on removeLuiz Angelo Daros de Luca1-5/+2
2024-04-29net: dsa: realtek: keep default LED state in rtl8366rbLuiz Angelo Daros de Luca1-67/+20
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet30-86/+77
2024-04-29bpf, docs: Clarify PC use in instruction-set.rstDave Thaler1-0/+6
2024-04-29Merge branch 'mlxsw-events-processing-performance'David S. Miller1-54/+150
2024-04-29mlxsw: pci: Use NAPI for event processingAmit Cohen1-19/+77
2024-04-29mlxsw: pci: Reorganize 'mlxsw_pci_queue' structureAmit Cohen1-38/+38
2024-04-29mlxsw: pci: Initialize dummy net devices for NAPIAmit Cohen1-0/+41
2024-04-29mlxsw: pci: Ring RDQ and CQ doorbells once per several completionsAmit Cohen1-7/+3
2024-04-29mlxsw: pci: Handle up to 64 Rx completions in taskletAmit Cohen1-2/+3
2024-04-29ipv6: use call_rcu_hurry() in fib6_info_release()Eric Dumazet1-1/+1
2024-04-29inet: use call_rcu_hurry() in inet_free_ifa()Eric Dumazet1-1/+6
2024-04-29net: give more chances to rcu in netdev_wait_allrefs_any()Eric Dumazet1-1/+2
2024-04-29net: ethernet: ti: am65-cpsw-qos: Add support to taprio for past base_timeTanmay Patil1-3/+13
2024-04-26tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski1-3/+2
2024-04-26Merge branch 'selftests-drv-net-round-some-sharp-edges'Jakub Kicinski2-24/+124
2024-04-26selftests: drv-net: validate the environmentJakub Kicinski1-0/+25