Age | Commit message (Expand) | Author |
2023-04-19 | rust: allow to use INIT_STACK_ALL_ZEROrust-fixes-6.3 | Andrea Righi |
2023-04-19 | rust: fix regexp in scripts/is_rust_module.sh | Andrea Righi |
2023-04-19 | bpf: Fix incorrect verifier pruning due to missing register precision taints | Daniel Borkmann |
2023-04-19 | Merge tag 'nfsd-6.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2023-04-19 | Merge tag 'loongarch-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-04-19 | spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe() | Li Lanzhe |
2023-04-19 | stmmac: fix changing mac address | Corinna Vinschen |
2023-04-19 | hamradio: drop ISA_DMA_API dependency | Arnd Bergmann |
2023-04-19 | mlxsw: pci: Fix possible crash during initialization | Ido Schimmel |
2023-04-19 | Merge branch 'skbuff-bitfields' | David S. Miller |
2023-04-19 | net: skbuff: hide nf_trace and ipvs_property | Jakub Kicinski |
2023-04-19 | net: skbuff: push nf_trace down the bitfield | Jakub Kicinski |
2023-04-19 | net: skbuff: move alloc_cpu into a potential hole | Jakub Kicinski |
2023-04-19 | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not set | Jakub Kicinski |
2023-04-19 | net: skbuff: hide wifi_acked when CONFIG_WIRELESS not set | Jakub Kicinski |
2023-04-19 | Merge branch 'switch-phy-leds' | David S. Miller |
2023-04-19 | Documentation: LEDs: Describe good names for network LEDs | Andrew Lunn |
2023-04-19 | arm: mvebu: dt: Add PHY LED support for 370-rd WAN port | Andrew Lunn |
2023-04-19 | dt-bindings: net: phy: Document support for LEDs node | Christian Marangi |
2023-04-19 | ARM: dts: qcom: ipq8064-rb3011: Add Switch LED for each port | Christian Marangi |
2023-04-19 | ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties in switch nodes | Christian Marangi |
2023-04-19 | dt-bindings: net: dsa: qca8k: add LEDs definition example | Christian Marangi |
2023-04-19 | dt-bindings: net: ethernet-controller: Document support for LEDs node | Christian Marangi |
2023-04-19 | net: phy: marvell: Implement led_blink_set() | Andrew Lunn |
2023-04-19 | net: phy: phy_device: Call into the PHY driver to set LED blinking | Andrew Lunn |
2023-04-19 | net: phy: marvell: Add software control of the LEDs | Andrew Lunn |
2023-04-19 | net: phy: phy_device: Call into the PHY driver to set LED brightness | Andrew Lunn |
2023-04-19 | net: phy: Add a binding for PHY LEDs | Andrew Lunn |
2023-04-19 | leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabled | Andrew Lunn |
2023-04-19 | net: dsa: qca8k: add LEDs blink_set() support | Christian Marangi |
2023-04-19 | net: dsa: qca8k: add LEDs basic support | Christian Marangi |
2023-04-19 | net: dsa: qca8k: move qca8k_port_to_phy() to header | Christian Marangi |
2023-04-19 | net: wwan: Expose secondary AT port on DATA1 | Jaime Breva |
2023-04-19 | Merge branch 'mptcp-fixes' | David S. Miller |
2023-04-19 | mptcp: fix accept vs worker race | Paolo Abeni |
2023-04-19 | mptcp: stops worker on unaccepted sockets at listener close | Paolo Abeni |
2023-04-19 | net: rpl: fix rpl header size calculation | Alexander Aring |
2023-04-19 | net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete() | Seiji Nishikawa |
2023-04-19 | Merge branch 'mlx5e-xdp-extend' | David S. Miller |
2023-04-19 | net/mlx5e: RX, Add XDP multi-buffer support in Striding RQ | Tariq Toukan |
2023-04-19 | net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer support | Tariq Toukan |
2023-04-19 | net/mlx5e: RX, Generalize mlx5e_fill_mxbuf() | Tariq Toukan |
2023-04-19 | net/mlx5e: RX, Take shared info fragment addition into a function | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQE | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Remove un-established assumptions on XDP buffer | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calc... | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Let XDP checker function get the params as input | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Improve Striding RQ check with XDP | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Add support for multi-buffer XDP redirect-in | Tariq Toukan |
2023-04-19 | net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifo | Tariq Toukan |