Merge branch 'netif_rx-part3'
Sebastian Andrzej Siewior says:
====================
net: Convert user to netif_rx(), part 3.
This is the third and last 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 micrel phy driver is patched twice within this series: the first is
is to replace netif_rx_ni() and second to move netif_rx() outside of the
IRQ-off section. It is probably simpler to keep it within this series.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/phy/micrel.c 3 additions, 3 deletionsdrivers/net/phy/micrel.c
- drivers/net/tun.c 1 addition, 1 deletiondrivers/net/tun.c
- drivers/net/vxlan/vxlan_core.c 2 additions, 2 deletionsdrivers/net/vxlan/vxlan_core.c
- drivers/s390/net/ctcm_main.c 1 addition, 1 deletiondrivers/s390/net/ctcm_main.c
- drivers/s390/net/netiucv.c 1 addition, 5 deletionsdrivers/s390/net/netiucv.c
- drivers/staging/gdm724x/gdm_lte.c 1 addition, 1 deletiondrivers/staging/gdm724x/gdm_lte.c
- drivers/staging/wlan-ng/p80211netdev.c 2 additions, 2 deletionsdrivers/staging/wlan-ng/p80211netdev.c
- include/linux/netdevice.h 0 additions, 10 deletionsinclude/linux/netdevice.h
- net/batman-adv/bridge_loop_avoidance.c 1 addition, 1 deletionnet/batman-adv/bridge_loop_avoidance.c
- net/bluetooth/6lowpan.c 1 addition, 1 deletionnet/bluetooth/6lowpan.c
- net/bluetooth/bnep/core.c 1 addition, 1 deletionnet/bluetooth/bnep/core.c
- net/phonet/af_phonet.c 4 additions, 4 deletionsnet/phonet/af_phonet.c
- net/tipc/bearer.c 1 addition, 1 deletionnet/tipc/bearer.c
Please register or sign in to comment