summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-13net: ptp: add helper for one-step P2P clocksChristian Eggers1-0/+73
2023-01-13net: dsa: microchip: ptp: enable interrupt for timestampingArun Ramadoss5-2/+259
2023-01-13net: dsa: microchip: ptp: manipulating absolute time using ptp hw clockChristian Eggers2-1/+62
2023-01-13net: dsa: microchip: ptp: add 4 bytes in tail tag when ptp enabledArun Ramadoss5-9/+145
2023-01-13net: dsa: microchip: ptp: Initial hardware time stamping supportChristian Eggers4-0/+118
2023-01-13net: dsa: microchip: ptp: add the posix clock supportChristian Eggers7-1/+374
2023-01-13macsec: dump IFLA_MACSEC_OFFLOAD attribute as part of macsec dumpEmeel Hakim1-2/+9
2023-01-13macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelinkEmeel Hakim1-54/+60
2023-01-13net: remove redundant config PCI dependency for some network driver configsLukas Bulwahn3-4/+4
2023-01-13net: ngbe: Add ngbe mdio bus driver.Mengyuan Lou9-14/+397
2023-01-13net: thunderbolt: Add tracepointsMika Westerberg4-1/+176
2023-01-13net: thunderbolt: Add debugging when sending/receiving control packetsMika Westerberg1-1/+26
2023-01-13net: thunderbolt: Move into own directoryMika Westerberg6-16/+18
2023-01-13u64_stat: Remove the obsolete fetch_irq() variants.Thomas Gleixner1-12/+0
2023-01-12r8152: add vendor/device ID pair for Microsoft DevkitAndre Przywara1-0/+1
2023-01-12test/vsock: vsock_perf utilityArseniy Krasnov3-1/+463
2023-01-12test/vsock: add big message testArseniy Krasnov1-0/+69
2023-01-12test/vsock: rework message bounds testArseniy Krasnov5-15/+157
2023-01-12vsock: return errors other than -ENOMEM to socketBobby Eshleman1-1/+2
2023-01-12net: ethernet: mtk_wed: get rid of queue lock for rx queueLorenzo Bianconi1-4/+0
2023-01-12net: stmmac: add aux timestamps fifo clearance waitNoor Azura Ahmad Tarmizi1-1/+4
2023-01-12devlink: keep the instance mutex alive until references are goneJakub Kicinski2-4/+15
2023-01-12bnxt: make sure we return pages to the poolJakub Kicinski1-2/+2
2023-01-12net: hns3: fix wrong use of rss size during VF rss configJie Wang1-1/+1
2023-01-12r8169: disable ASPM in case of tx timeoutHeiner Kallweit1-1/+13
2023-01-11s390: update defconfigsHeiko Carstens3-6/+9
2023-01-11dt-bindings: net: convert mdio-mux-meson-g12a.txt to dt-schemaNeil Armstrong2-48/+80
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2023-01-11KVM: s390: interrupt: use READ_ONCE() before cmpxchg()Heiko Carstens1-4/+8
2023-01-11s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()Heiko Carstens1-1/+1
2023-01-11s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens2-55/+77
2023-01-11spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski1-2/+0
2023-01-11spi: spidev: fix a race condition when accessing spidev->spiBartosz Golaszewski1-16/+18
2023-01-11ipv6: raw: Deduct extension header length in rawv6_push_pending_framesHerbert Xu1-0/+4
2023-01-11drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHYPiergiorgio Beruto4-0/+186
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto4-0/+246
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto3-0/+202
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto6-2/+48
2023-01-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto9-1/+551
2023-01-11net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()Clément Léger1-0/+3
2023-01-11net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create()YueHaibing1-3/+3
2023-01-11net/mlx5: remove redundant ret variablezhang songyi1-4/+1
2023-01-11net/mlx5e: Replace 0-length array with flexible arrayKees Cook1-1/+1
2023-01-11net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-01-11net/mlx5: Prevent high-rate FW commands from populating all slotsTariq Toukan2-1/+30
2023-01-11net/mlx5: Introduce and use opcode getter in command interfaceTariq Toukan1-46/+42
2023-01-11net/mlx5: Enable management PF initializationShay Drory4-1/+20
2023-01-11net/mlx5e: Add hairpin debugfs filesGal Pressman1-0/+117
2023-01-11net/mlx5e: Add flow steering debugfs directoryGal Pressman5-7/+35
2023-01-11net/mlx5e: Add hairpin params structureGal Pressman1-15/+37