summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-12net: sched: cls_api: improve the error message for ID allocation failureJakub Kicinski
2024-11-12net: Implement fault injection forcing skb reallocationBreno Leitao
2024-11-12Merge branch 'net-ip-add-drop-reasons-to-input-route'Paolo Abeni
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_route_input_rcu() return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong
2024-11-12net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong
2024-11-12net: ip: make ip_route_input_mc() return drop reasonMenglong Dong
2024-11-12net: ip: make fib_validate_source() support drop reasonsMenglong Dong
2024-11-11Merge branch 'mlx5-esw-qos-refactor-and-shampo-cleanup'Jakub Kicinski
2024-11-11net/mlx5e: SHAMPO, Rework header allocation loopDragos Tatulea
2024-11-11net/mlx5e: SHAMPO, Drop info arrayDragos Tatulea
2024-11-11net/mlx5e: SHAMPO, Change frag page setup order during allocationDragos Tatulea
2024-11-11net/mlx5e: SHAMPO, Fix page_index calculation inconsistencyDragos Tatulea
2024-11-11net/mlx5e: SHAMPO, Simplify UMR allocation for headersDragos Tatulea
2024-11-11net/mlx5: Make vport QoS enablement more flexible for future extensionsCarolina Jubran
2024-11-11net/mlx5: Integrate esw_qos_vport_enable logic into rate operationsCarolina Jubran
2024-11-11net/mlx5: Generalize scheduling element operationsCarolina Jubran
2024-11-11net/mlx5: Refactor scheduling element configuration bitmasksCarolina Jubran
2024-11-11net/mlx5: Generalize max_rate and min_rate setting for nodesCarolina Jubran
2024-11-11net/mlx5: Simplify QoS normalization by removing error handlingCarolina Jubran
2024-11-11net/mlx5: E-switch, refactor eswitch mode changePatrisious Haddad
2024-11-11net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin
2024-11-11net: netconsole: selftests: Check if netdevsim is availableBreno Leitao
2024-11-11Merge branch 'net-phylink-phylink_resolve-cleanups'Jakub Kicinski
2024-11-11net: phylink: clean up phylink_resolve()Russell King (Oracle)
2024-11-11net: phylink: remove switch() statement in resolve handlingRussell King (Oracle)
2024-11-11net: phylink: move MLO_AN_PHY resolve handling to if() statementRussell King (Oracle)
2024-11-11net: phylink: move MLO_AN_FIXED resolve handling to if() statementRussell King (Oracle)
2024-11-11net: phylink: move manual flow control settingRussell King (Oracle)
2024-11-11Merge branch 'suspend-irqs-during-application-busy-periods'Jakub Kicinski
2024-11-11docs: networking: Describe irq suspensionJoe Damato
2024-11-11selftests: net: Add busy_poll_testJoe Damato
2024-11-11eventpoll: Control irq suspension for prefer_busy_pollMartin Karsten
2024-11-11eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is setMartin Karsten
2024-11-11net: Add control functions for irq suspensionMartin Karsten
2024-11-11net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten
2024-11-11bnxt_en: add unlocked version of bnxt_refclk_readVadim Fedorenko
2024-11-11Merge branch 'rtnetlink-convert-rtnl_newlink-to-per-netns-rtnl'Jakub Kicinski
2024-11-11rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...Kuniyuki Iwashima
2024-11-11rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.Kuniyuki Iwashima
2024-11-11netkit: Set IFLA_NETKIT_PEER_INFO to netkit_link_ops.peer_type.Kuniyuki Iwashima
2024-11-11vxcan: Set VXCAN_INFO_PEER to vxcan_link_ops.peer_type.Kuniyuki Iwashima
2024-11-11veth: Set VETH_INFO_PEER to veth_link_ops.peer_type.Kuniyuki Iwashima
2024-11-11rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima
2024-11-11rtnetlink: Introduce struct rtnl_nets and helpers.Kuniyuki Iwashima
2024-11-11rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima