Loading drivers/net/arm/w90p910_ether.c +0 −1 Original line number Diff line number Diff line Loading @@ -743,7 +743,6 @@ static void netdev_rx(struct net_device *dev) return; } skb->dev = dev; skb_reserve(skb, 2); skb_put(skb, length); skb_copy_to_linear_data(skb, data, length); Loading drivers/net/atl1c/atl1c_main.c +0 −1 Original line number Diff line number Diff line Loading @@ -1817,7 +1817,6 @@ static void atl1c_clean_rx_irq(struct atl1c_adapter *adapter, u8 que, atl1c_clean_rfd(rfd_ring, rrs, rfd_num); skb_put(skb, length - ETH_FCS_LEN); skb->protocol = eth_type_trans(skb, netdev); skb->dev = netdev; atl1c_rx_checksum(adapter, skb, rrs); if (unlikely(adapter->vlgrp) && rrs->word3 & RRS_VLAN_INS) { u16 vlan; Loading drivers/net/atl1e/atl1e_main.c +0 −1 Original line number Diff line number Diff line Loading @@ -1428,7 +1428,6 @@ static void atl1e_clean_rx_irq(struct atl1e_adapter *adapter, u8 que, "Memory squeeze, deferring packet\n"); goto skip_pkt; } skb->dev = netdev; memcpy(skb->data, (u8 *)(prrs + 1), packet_size); skb_put(skb, packet_size); skb->protocol = eth_type_trans(skb, netdev); Loading drivers/net/atlx/atl2.c +0 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,6 @@ static void atl2_intr_rx(struct atl2_adapter *adapter) netdev->stats.rx_dropped++; break; } skb->dev = netdev; memcpy(skb->data, rxd->packet, rx_size); skb_put(skb, rx_size); skb->protocol = eth_type_trans(skb, netdev); Loading drivers/net/bcm63xx_enet.c +0 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,6 @@ static int bcm_enet_receive_queue(struct net_device *dev, int budget) } skb_put(skb, len); skb->dev = dev; skb->protocol = eth_type_trans(skb, dev); priv->stats.rx_packets++; priv->stats.rx_bytes += len; Loading Loading
drivers/net/arm/w90p910_ether.c +0 −1 Original line number Diff line number Diff line Loading @@ -743,7 +743,6 @@ static void netdev_rx(struct net_device *dev) return; } skb->dev = dev; skb_reserve(skb, 2); skb_put(skb, length); skb_copy_to_linear_data(skb, data, length); Loading
drivers/net/atl1c/atl1c_main.c +0 −1 Original line number Diff line number Diff line Loading @@ -1817,7 +1817,6 @@ static void atl1c_clean_rx_irq(struct atl1c_adapter *adapter, u8 que, atl1c_clean_rfd(rfd_ring, rrs, rfd_num); skb_put(skb, length - ETH_FCS_LEN); skb->protocol = eth_type_trans(skb, netdev); skb->dev = netdev; atl1c_rx_checksum(adapter, skb, rrs); if (unlikely(adapter->vlgrp) && rrs->word3 & RRS_VLAN_INS) { u16 vlan; Loading
drivers/net/atl1e/atl1e_main.c +0 −1 Original line number Diff line number Diff line Loading @@ -1428,7 +1428,6 @@ static void atl1e_clean_rx_irq(struct atl1e_adapter *adapter, u8 que, "Memory squeeze, deferring packet\n"); goto skip_pkt; } skb->dev = netdev; memcpy(skb->data, (u8 *)(prrs + 1), packet_size); skb_put(skb, packet_size); skb->protocol = eth_type_trans(skb, netdev); Loading
drivers/net/atlx/atl2.c +0 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,6 @@ static void atl2_intr_rx(struct atl2_adapter *adapter) netdev->stats.rx_dropped++; break; } skb->dev = netdev; memcpy(skb->data, rxd->packet, rx_size); skb_put(skb, rx_size); skb->protocol = eth_type_trans(skb, netdev); Loading
drivers/net/bcm63xx_enet.c +0 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,6 @@ static int bcm_enet_receive_queue(struct net_device *dev, int budget) } skb_put(skb, len); skb->dev = dev; skb->protocol = eth_type_trans(skb, dev); priv->stats.rx_packets++; priv->stats.rx_bytes += len; Loading