summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-19rust: allow to use INIT_STACK_ALL_ZEROrust-fixes-6.3Andrea Righi
2023-04-19rust: fix regexp in scripts/is_rust_module.shAndrea Righi
2023-04-19bpf: Fix incorrect verifier pruning due to missing register precision taintsDaniel Borkmann
2023-04-19Merge tag 'nfsd-6.3-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-04-19Merge tag 'loongarch-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-19spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe()Li Lanzhe
2023-04-19stmmac: fix changing mac addressCorinna Vinschen
2023-04-19hamradio: drop ISA_DMA_API dependencyArnd Bergmann
2023-04-19mlxsw: pci: Fix possible crash during initializationIdo Schimmel
2023-04-19Merge branch 'skbuff-bitfields'David S. Miller
2023-04-19net: skbuff: hide nf_trace and ipvs_propertyJakub Kicinski
2023-04-19net: skbuff: push nf_trace down the bitfieldJakub Kicinski
2023-04-19net: skbuff: move alloc_cpu into a potential holeJakub Kicinski
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski
2023-04-19Merge branch 'switch-phy-leds'David S. Miller
2023-04-19Documentation: LEDs: Describe good names for network LEDsAndrew Lunn
2023-04-19arm: mvebu: dt: Add PHY LED support for 370-rd WAN portAndrew Lunn
2023-04-19dt-bindings: net: phy: Document support for LEDs nodeChristian Marangi
2023-04-19ARM: dts: qcom: ipq8064-rb3011: Add Switch LED for each portChristian Marangi
2023-04-19ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties in switch nodesChristian Marangi
2023-04-19dt-bindings: net: dsa: qca8k: add LEDs definition exampleChristian Marangi
2023-04-19dt-bindings: net: ethernet-controller: Document support for LEDs nodeChristian Marangi
2023-04-19net: phy: marvell: Implement led_blink_set()Andrew Lunn
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn
2023-04-19net: phy: marvell: Add software control of the LEDsAndrew Lunn
2023-04-19net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn
2023-04-19net: phy: Add a binding for PHY LEDsAndrew Lunn
2023-04-19leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabledAndrew Lunn
2023-04-19net: dsa: qca8k: add LEDs blink_set() supportChristian Marangi
2023-04-19net: dsa: qca8k: add LEDs basic supportChristian Marangi
2023-04-19net: dsa: qca8k: move qca8k_port_to_phy() to headerChristian Marangi
2023-04-19net: wwan: Expose secondary AT port on DATA1Jaime Breva
2023-04-19Merge branch 'mptcp-fixes'David S. Miller
2023-04-19mptcp: fix accept vs worker racePaolo Abeni
2023-04-19mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni
2023-04-19net: rpl: fix rpl header size calculationAlexander Aring
2023-04-19net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete()Seiji Nishikawa
2023-04-19Merge branch 'mlx5e-xdp-extend'David S. Miller
2023-04-19net/mlx5e: RX, Add XDP multi-buffer support in Striding RQTariq Toukan
2023-04-19net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer supportTariq Toukan
2023-04-19net/mlx5e: RX, Generalize mlx5e_fill_mxbuf()Tariq Toukan
2023-04-19net/mlx5e: RX, Take shared info fragment addition into a functionTariq Toukan
2023-04-19net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQETariq Toukan
2023-04-19net/mlx5e: XDP, Remove un-established assumptions on XDP bufferTariq Toukan
2023-04-19net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calc...Tariq Toukan
2023-04-19net/mlx5e: XDP, Let XDP checker function get the params as inputTariq Toukan
2023-04-19net/mlx5e: XDP, Improve Striding RQ check with XDPTariq Toukan
2023-04-19net/mlx5e: XDP, Add support for multi-buffer XDP redirect-inTariq Toukan
2023-04-19net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifoTariq Toukan