summaryrefslogtreecommitdiffstats
path: root/drivers/rpmsg/mtk_rpmsg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-13octeontx2-pf: RVU representor driverGeetha sowjanya11-12/+326
2024-11-13net: page_pool: do not count normal frag allocation in statsJakub Kicinski1-1/+1
2024-11-13eth: bnxt: use page pool for head fragsJakub Kicinski2-48/+51
2024-11-13dsa: qca8k: Use nested lock to avoid splatAndrew Lunn1-1/+1
2024-11-13mptcp: fix possible integer overflow in mptcp_reset_tout_timerDmitry Kandybka1-2/+2
2024-11-12net: sched: cls_api: improve the error message for ID allocation failureJakub Kicinski1-14/+25
2024-11-12net: Implement fault injection forcing skb reallocationBreno Leitao6-0/+167
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong3-19/+25
2024-11-12net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong2-16/+25
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong5-17/+19
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong5-20/+26
2024-11-12net: ip: make ip_route_input_rcu() return drop reasonsMenglong Dong1-9/+10
2024-11-12net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong2-21/+41
2024-11-12net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong3-19/+26
2024-11-12net: ip: make ip_route_input_mc() return drop reasonMenglong Dong1-10/+11
2024-11-12net: ip: make fib_validate_source() support drop reasonsMenglong Dong5-22/+54
2024-11-12net/mlx5e: SHAMPO, Rework header allocation loopDragos Tatulea1-15/+17
2024-11-12net/mlx5e: SHAMPO, Drop info arrayDragos Tatulea3-44/+42
2024-11-12net/mlx5e: SHAMPO, Change frag page setup order during allocationDragos Tatulea1-4/+2
2024-11-12net/mlx5e: SHAMPO, Fix page_index calculation inconsistencyDragos Tatulea3-6/+5
2024-11-12net/mlx5e: SHAMPO, Simplify UMR allocation for headersDragos Tatulea2-18/+12
2024-11-12net/mlx5: Make vport QoS enablement more flexible for future extensionsCarolina Jubran5-111/+96
2024-11-12net/mlx5: Integrate esw_qos_vport_enable logic into rate operationsCarolina Jubran1-48/+39
2024-11-12net/mlx5: Generalize scheduling element operationsCarolina Jubran1-81/+76
2024-11-12net/mlx5: Refactor scheduling element configuration bitmasksCarolina Jubran1-56/+24
2024-11-12net/mlx5: Generalize max_rate and min_rate setting for nodesCarolina Jubran1-56/+13
2024-11-12net/mlx5: Simplify QoS normalization by removing error handlingCarolina Jubran1-55/+17
2024-11-12net/mlx5: E-switch, refactor eswitch mode changePatrisious Haddad2-6/+21
2024-11-12net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin2-17/+108
2024-11-12net: netconsole: selftests: Check if netdevsim is availableBreno Leitao1-1/+6
2024-11-12net: phylink: clean up phylink_resolve()Russell King (Oracle)1-19/+16
2024-11-12net: phylink: remove switch() statement in resolve handlingRussell King (Oracle)1-49/+45
2024-11-12net: phylink: move MLO_AN_PHY resolve handling to if() statementRussell King (Oracle)1-5/+3
2024-11-12net: phylink: move MLO_AN_FIXED resolve handling to if() statementRussell King (Oracle)1-5/+3
2024-11-12net: phylink: move manual flow control settingRussell King (Oracle)1-2/+3
2024-11-12docs: networking: Describe irq suspensionJoe Damato1-2/+168
2024-11-12selftests: net: Add busy_poll_testJoe Damato4-0/+521
2024-11-12eventpoll: Control irq suspension for prefer_busy_pollMartin Karsten1-1/+31
2024-11-12eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is setMartin Karsten1-1/+3
2024-11-12net: Add control functions for irq suspensionMartin Karsten2-0/+40
2024-11-12net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten8-2/+53
2024-11-12bnxt_en: add unlocked version of bnxt_refclk_readVadim Fedorenko1-11/+24
2024-11-12rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...Kuniyuki Iwashima2-3/+17
2024-11-12rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.Kuniyuki Iwashima1-3/+24
2024-11-12netkit: Set IFLA_NETKIT_PEER_INFO to netkit_link_ops.peer_type.Kuniyuki Iwashima1-9/+2
2024-11-12vxcan: Set VXCAN_INFO_PEER to vxcan_link_ops.peer_type.Kuniyuki Iwashima1-9/+3
2024-11-12veth: Set VETH_INFO_PEER to veth_link_ops.peer_type.Kuniyuki Iwashima1-14/+4
2024-11-12rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima2-4/+53
2024-11-12rtnetlink: Introduce struct rtnl_nets and helpers.Kuniyuki Iwashima1-3/+67
2024-11-12rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima5-53/+19