Age | Commit message (Expand) | Author | Files | Lines |
2023-04-19 | page_pool: add DMA_ATTR_WEAK_ORDERING on all mappings |  Jakub Kicinski | 1 | -2/+3 |
2023-04-19 | rust: allow to use INIT_STACK_ALL_ZERO |  Andrea Righi | 1 | -0/+14 |
2023-04-19 | rust: fix regexp in scripts/is_rust_module.sh |  Andrea Righi | 1 | -1/+1 |
2023-04-19 | bpf: Fix incorrect verifier pruning due to missing register precision taints |  Daniel Borkmann | 1 | -0/+15 |
2023-04-19 | spi: spi-rockchip: Fix missing unwind goto in rockchip_sfc_probe() |  Li Lanzhe | 1 | -1/+1 |
2023-04-19 | stmmac: fix changing mac address |  Corinna Vinschen | 1 | -0/+2 |
2023-04-19 | hamradio: drop ISA_DMA_API dependency |  Arnd Bergmann | 1 | -1/+1 |
2023-04-19 | mlxsw: pci: Fix possible crash during initialization |  Ido Schimmel | 1 | -1/+1 |
2023-04-19 | net: skbuff: hide nf_trace and ipvs_property |  Jakub Kicinski | 1 | -0/+4 |
2023-04-19 | net: skbuff: push nf_trace down the bitfield |  Jakub Kicinski | 1 | -3/+3 |
2023-04-19 | net: skbuff: move alloc_cpu into a potential hole |  Jakub Kicinski | 1 | -1/+2 |
2023-04-19 | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not set |  Jakub Kicinski | 3 | -4/+16 |
2023-04-19 | net: skbuff: hide wifi_acked when CONFIG_WIRELESS not set |  Jakub Kicinski | 4 | -1/+16 |
2023-04-19 | Documentation: LEDs: Describe good names for network LEDs |  Andrew Lunn | 1 | -0/+30 |
2023-04-19 | arm: mvebu: dt: Add PHY LED support for 370-rd WAN port |  Andrew Lunn | 1 | -0/+12 |
2023-04-19 | dt-bindings: net: phy: Document support for LEDs node |  Christian Marangi | 1 | -0/+43 |
2023-04-19 | ARM: dts: qcom: ipq8064-rb3011: Add Switch LED for each port |  Christian Marangi | 1 | -0/+120 |
2023-04-19 | ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties in switch nodes |  Christian Marangi | 1 | -4/+0 |
2023-04-19 | dt-bindings: net: dsa: qca8k: add LEDs definition example |  Christian Marangi | 1 | -0/+22 |
2023-04-19 | dt-bindings: net: ethernet-controller: Document support for LEDs node |  Christian Marangi | 1 | -0/+35 |
2023-04-19 | net: phy: marvell: Implement led_blink_set() |  Andrew Lunn | 1 | -0/+36 |
2023-04-19 | net: phy: phy_device: Call into the PHY driver to set LED blinking |  Andrew Lunn | 2 | -0/+30 |
2023-04-19 | net: phy: marvell: Add software control of the LEDs |  Andrew Lunn | 1 | -5/+40 |
2023-04-19 | net: phy: phy_device: Call into the PHY driver to set LED brightness |  Andrew Lunn | 2 | -3/+25 |
2023-04-19 | net: phy: Add a binding for PHY LEDs |  Andrew Lunn | 3 | -0/+93 |
2023-04-19 | leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabled |  Andrew Lunn | 1 | -0/+18 |
2023-04-19 | net: dsa: qca8k: add LEDs blink_set() support |  Christian Marangi | 1 | -0/+38 |
2023-04-19 | net: dsa: qca8k: add LEDs basic support |  Christian Marangi | 6 | -0/+331 |
2023-04-19 | net: dsa: qca8k: move qca8k_port_to_phy() to header |  Christian Marangi | 2 | -15/+14 |
2023-04-19 | net: wwan: Expose secondary AT port on DATA1 |  Jaime Breva | 1 | -0/+1 |
2023-04-19 | mptcp: fix accept vs worker race |  Paolo Abeni | 3 | -33/+58 |
2023-04-19 | mptcp: stops worker on unaccepted sockets at listener close |  Paolo Abeni | 3 | -1/+78 |
2023-04-19 | net: rpl: fix rpl header size calculation |  Alexander Aring | 1 | -1/+2 |
2023-04-19 | net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete() |  Seiji Nishikawa | 1 | -1/+1 |
2023-04-19 | net/mlx5e: RX, Add XDP multi-buffer support in Striding RQ |  Tariq Toukan | 5 | -59/+138 |
2023-04-19 | net/mlx5e: RX, Prepare non-linear striding RQ for XDP multi-buffer support |  Tariq Toukan | 1 | -4/+47 |
2023-04-19 | net/mlx5e: RX, Generalize mlx5e_fill_mxbuf() |  Tariq Toukan | 1 | -5/+8 |
2023-04-19 | net/mlx5e: RX, Take shared info fragment addition into a function |  Tariq Toukan | 1 | -25/+31 |
2023-04-19 | net/mlx5e: XDP, Allow non-linear single-segment frames in XDP TX MPWQE |  Tariq Toukan | 1 | -9/+26 |
2023-04-19 | net/mlx5e: XDP, Remove un-established assumptions on XDP buffer |  Tariq Toukan | 2 | -18/+22 |
2023-04-19 | net/mlx5e: XDP, Consider large muti-buffer packets in Striding RQ params calculations |  Tariq Toukan | 1 | -4/+7 |
2023-04-19 | net/mlx5e: XDP, Let XDP checker function get the params as input |  Tariq Toukan | 1 | -13/+8 |
2023-04-19 | net/mlx5e: XDP, Improve Striding RQ check with XDP |  Tariq Toukan | 1 | -14/+9 |
2023-04-19 | net/mlx5e: XDP, Add support for multi-buffer XDP redirect-in |  Tariq Toukan | 3 | -17/+75 |
2023-04-19 | net/mlx5e: XDP, Use multiple single-entry objects in xdpi_fifo |  Tariq Toukan | 5 | -50/+101 |
2023-04-19 | net/mlx5e: XDP, Remove doubtful unlikely calls |  Tariq Toukan | 1 | -5/+5 |
2023-04-19 | net/mlx5e: Introduce extended version for mlx5e_xmit_data |  Tariq Toukan | 5 | -34/+44 |
2023-04-19 | net/mlx5e: Move struct mlx5e_xmit_data to datapath header |  Tariq Toukan | 2 | -6/+7 |
2023-04-19 | net/mlx5e: Move XDP struct and enum to XDP header |  Tariq Toukan | 2 | -35/+35 |
2023-04-19 | bonding: Fix memory leak when changing bond type to Ethernet |  Ido Schimmel | 1 | -3/+4 |