Message ID | 20220305221252.3063812-1-bigeasy@linutronix.de |
---|---|
Headers | show |
Series | net: Convert user to netif_rx(), part 2. | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Sat, 5 Mar 2022 23:12:44 +0100 you wrote: > This is the second batch of converting netif_rx_ni() caller to > netif_rx(). The change making this possible is net-next and > netif_rx_ni() is a wrapper around netif_rx(). This is a clean up in > order to remove netif_rx_ni(). > > The brcmfmac changes are slilghtly larger because the inirq parameter > can be removed. > > [...] Here is the summary with links: - [net-next,1/8] net: phy: Use netif_rx(). https://git.kernel.org/netdev/net-next/c/a3d73e15909b - [net-next,2/8] can: Use netif_rx(). https://git.kernel.org/netdev/net-next/c/00f4a0afb7ea - [net-next,3/8] mctp: serial: Use netif_rx(). https://git.kernel.org/netdev/net-next/c/b903117b4868 - [net-next,4/8] slip/plip: Use netif_rx(). https://git.kernel.org/netdev/net-next/c/e77975e02b59 - [net-next,5/8] wireless: Atheros: Use netif_rx(). https://git.kernel.org/netdev/net-next/c/1cd2ef9fcb67 - [net-next,6/8] wireless: brcmfmac: Use netif_rx(). https://git.kernel.org/netdev/net-next/c/b381728e7e28 - [net-next,7/8] wireless: Marvell: Use netif_rx(). https://git.kernel.org/netdev/net-next/c/afb6d39f3292 - [net-next,8/8] wireless: Use netif_rx(). https://git.kernel.org/netdev/net-next/c/f9834dbdd322 You are awesome, thank you!