| Age | Commit message (Expand) | Author | Lines |
| 2023-04-19 | hwmon: (gpio-fan) drop of_match_ptr for ID table | Krzysztof Kozlowski | -1/+1 |
| 2023-04-19 | Merge branch 'hwmon-const' into HEAD | Guenter Roeck | -3/+3 |
| 2023-04-19 | hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write | Babu Moger | -1/+3 |
| 2023-04-19 | Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne... | Greg Kroah-Hartman | -32/+103 |
| 2023-04-19 | irqchip/st: Remove stih415/stih416 and stid127 platforms support | Alain Volmat | -15/+0 |
| 2023-04-19 | Merge tag 'coresight-next-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | -0/+1 |
| 2023-04-19 | Merge tag 'icc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/djak... | Greg Kroah-Hartman | -117/+41 |
| 2023-04-19 | Merge tag 'mhi-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/man... | Greg Kroah-Hartman | -35/+54 |
| 2023-04-19 | spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe() | Li Lanzhe | -1/+1 |
| 2023-04-19 | stmmac: fix changing mac address | Corinna Vinschen | -0/+2 |
| 2023-04-19 | hamradio: drop ISA_DMA_API dependency | Arnd Bergmann | -1/+1 |
| 2023-04-19 | mlxsw: pci: Fix possible crash during initialization | Ido Schimmel | -1/+1 |
| 2023-04-19 | net: phy: marvell: Implement led_blink_set() | Andrew Lunn | -0/+36 |
| 2023-04-19 | net: phy: phy_device: Call into the PHY driver to set LED blinking | Andrew Lunn | -0/+18 |
| 2023-04-19 | net: phy: marvell: Add software control of the LEDs | Andrew Lunn | -5/+40 |
| 2023-04-19 | net: phy: phy_device: Call into the PHY driver to set LED brightness | Andrew Lunn | -3/+12 |
| 2023-04-19 | net: phy: Add a binding for PHY LEDs | Andrew Lunn | -0/+77 |
| 2023-04-19 | net: dsa: qca8k: add LEDs blink_set() support | Christian Marangi | -0/+38 |
| 2023-04-19 | net: dsa: qca8k: add LEDs basic support | Christian Marangi | -0/+331 |
| 2023-04-19 | net: dsa: qca8k: move qca8k_port_to_phy() to header | Christian Marangi | -15/+14 |
| 2023-04-19 | net: wwan: Expose secondary AT port on DATA1 | Jaime Breva | -0/+1 |
| 2023-04-19 | Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | -142/+149 |
| 2023-04-19 | wifi: mt76: mt7996: fill txd by host driver | Ryder Lee | -9/+4 |
| 2023-04-19 | wifi: mt76: set NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 on supported drivers | Felix Fietkau | -0/+4 |
| 2023-04-19 | wifi: mt76: dma: use napi_build_skb | Felix Fietkau | -1/+1 |
| 2023-04-19 | wifi: mt76: mt7615: increase eeprom size for mt7663 | Felix Fietkau | -2/+8 |
| 2023-04-19 | wifi: mt76: mt7996: enable mesh HW amsdu/de-amsdu support | Ryder Lee | -9/+27 |
| 2023-04-19 | wifi: mt76: mt7996: enable configured beacon tx rate | Ryder Lee | -6/+24 |
| 2023-04-19 | wifi: mt76: mt7996: enable BSS_CHANGED_MCAST_RATE support | Ryder Lee | -4/+18 |
| 2023-04-19 | wifi: mt76: mt7996: enable BSS_CHANGED_BASIC_RATES support | Ryder Lee | -33/+85 |
| 2023-04-19 | net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete() | Seiji Nishikawa | -1/+1 |
| 2023-04-19 | net/mlx5e: RX, Add XDP multi-buffer support in Striding RQ | Tariq Toukan | -59/+138 |
| 2023-04-19 | net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer support | Tariq Toukan | -4/+47 |
| 2023-04-19 | net/mlx5e: RX, Generalize mlx5e_fill_mxbuf() | Tariq Toukan | -5/+8 |
| 2023-04-19 | net/mlx5e: RX, Take shared info fragment addition into a function | Tariq Toukan | -25/+31 |
| 2023-04-19 | net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQE | Tariq Toukan | -9/+26 |
| 2023-04-19 | net/mlx5e: XDP, Remove un-established assumptions on XDP buffer | Tariq Toukan | -18/+22 |
| 2023-04-19 | net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calc... | Tariq Toukan | -4/+7 |
| 2023-04-19 | net/mlx5e: XDP, Let XDP checker function get the params as input | Tariq Toukan | -13/+8 |
| 2023-04-19 | net/mlx5e: XDP, Improve Striding RQ check with XDP | Tariq Toukan | -14/+9 |
| 2023-04-19 | net/mlx5e: XDP, Add support for multi-buffer XDP redirect-in | Tariq Toukan | -17/+75 |
| 2023-04-19 | net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifo | Tariq Toukan | -50/+101 |
| 2023-04-19 | net/mlx5e: XDP, Remove doubtful unlikely calls | Tariq Toukan | -5/+5 |
| 2023-04-19 | net/mlx5e: Introduce extended version for mlx5e_xmit_data | Tariq Toukan | -34/+44 |
| 2023-04-19 | net/mlx5e: Move struct mlx5e_xmit_data to datapath header | Tariq Toukan | -6/+7 |
| 2023-04-19 | net/mlx5e: Move XDP struct and enum to XDP header | Tariq Toukan | -35/+35 |
| 2023-04-19 | bonding: Fix memory leak when changing bond type to Ethernet | Ido Schimmel | -3/+4 |
| 2023-04-19 | wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtrace | Hans de Goede | -1/+4 |
| 2023-04-18 | net: ethernet: stmmac: dwmac-sti: remove stih415/stih416/stid127 | Alain Volmat | -59/+1 |
| 2023-04-18 | net: mscc: ocelot: remove incompatible prototypes | Arnd Bergmann | -3/+0 |