Loading MAINTAINERS +7 −0 Original line number Original line Diff line number Diff line Loading @@ -1829,6 +1829,13 @@ W: http://www.chelsio.com S: Supported S: Supported F: drivers/net/cxgb4vf/ F: drivers/net/cxgb4vf/ STMMAC ETHERNET DRIVER M: Giuseppe Cavallaro <peppe.cavallaro@st.com> L: netdev@vger.kernel.org W: http://www.stlinux.com S: Supported F: drivers/net/stmmac/ CYBERPRO FB DRIVER CYBERPRO FB DRIVER M: Russell King <linux@arm.linux.org.uk> M: Russell King <linux@arm.linux.org.uk> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) Loading drivers/net/3c59x.c +4 −2 Original line number Original line Diff line number Diff line Loading @@ -699,7 +699,8 @@ DEFINE_WINDOW_IO(32) #define DEVICE_PCI(dev) NULL #define DEVICE_PCI(dev) NULL #endif #endif #define VORTEX_PCI(vp) (((vp)->gendev) ? DEVICE_PCI((vp)->gendev) : NULL) #define VORTEX_PCI(vp) \ ((struct pci_dev *) (((vp)->gendev) ? DEVICE_PCI((vp)->gendev) : NULL)) #ifdef CONFIG_EISA #ifdef CONFIG_EISA #define DEVICE_EISA(dev) (((dev)->bus == &eisa_bus_type) ? to_eisa_device((dev)) : NULL) #define DEVICE_EISA(dev) (((dev)->bus == &eisa_bus_type) ? to_eisa_device((dev)) : NULL) Loading @@ -707,7 +708,8 @@ DEFINE_WINDOW_IO(32) #define DEVICE_EISA(dev) NULL #define DEVICE_EISA(dev) NULL #endif #endif #define VORTEX_EISA(vp) (((vp)->gendev) ? DEVICE_EISA((vp)->gendev) : NULL) #define VORTEX_EISA(vp) \ ((struct eisa_device *) (((vp)->gendev) ? DEVICE_EISA((vp)->gendev) : NULL)) /* The action to take with a media selection timer tick. /* The action to take with a media selection timer tick. Note that we deviate from the 3Com order by checking 10base2 before AUI. Note that we deviate from the 3Com order by checking 10base2 before AUI. Loading drivers/net/8139cp.c +4 −6 Original line number Original line Diff line number Diff line Loading @@ -490,12 +490,10 @@ static inline unsigned int cp_rx_csum_ok (u32 status) { { unsigned int protocol = (status >> 16) & 0x3; unsigned int protocol = (status >> 16) & 0x3; if (likely((protocol == RxProtoTCP) && (!(status & TCPFail)))) if (((protocol == RxProtoTCP) && !(status & TCPFail)) || return 1; ((protocol == RxProtoUDP) && !(status & UDPFail))) else if ((protocol == RxProtoUDP) && (!(status & UDPFail))) return 1; else if ((protocol == RxProtoIP) && (!(status & IPFail))) return 1; return 1; else return 0; return 0; } } Loading drivers/net/benet/be_main.c +6 −0 Original line number Original line Diff line number Diff line Loading @@ -2458,6 +2458,12 @@ int be_load_fw(struct be_adapter *adapter, u8 *func) int status, i = 0, num_imgs = 0; int status, i = 0, num_imgs = 0; const u8 *p; const u8 *p; if (!netif_running(adapter->netdev)) { dev_err(&adapter->pdev->dev, "Firmware load not allowed (interface is down)\n"); return -EPERM; } strcpy(fw_file, func); strcpy(fw_file, func); status = request_firmware(&fw, fw_file, &adapter->pdev->dev); status = request_firmware(&fw, fw_file, &adapter->pdev->dev); Loading drivers/net/bnx2x/bnx2x_main.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -9064,7 +9064,7 @@ static int __devinit bnx2x_init_one(struct pci_dev *pdev, default: default: pr_err("Unknown board_type (%ld), aborting\n", pr_err("Unknown board_type (%ld), aborting\n", ent->driver_data); ent->driver_data); return ENODEV; return -ENODEV; } } cid_count += CNIC_CONTEXT_USE; cid_count += CNIC_CONTEXT_USE; Loading Loading
MAINTAINERS +7 −0 Original line number Original line Diff line number Diff line Loading @@ -1829,6 +1829,13 @@ W: http://www.chelsio.com S: Supported S: Supported F: drivers/net/cxgb4vf/ F: drivers/net/cxgb4vf/ STMMAC ETHERNET DRIVER M: Giuseppe Cavallaro <peppe.cavallaro@st.com> L: netdev@vger.kernel.org W: http://www.stlinux.com S: Supported F: drivers/net/stmmac/ CYBERPRO FB DRIVER CYBERPRO FB DRIVER M: Russell King <linux@arm.linux.org.uk> M: Russell King <linux@arm.linux.org.uk> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) Loading
drivers/net/3c59x.c +4 −2 Original line number Original line Diff line number Diff line Loading @@ -699,7 +699,8 @@ DEFINE_WINDOW_IO(32) #define DEVICE_PCI(dev) NULL #define DEVICE_PCI(dev) NULL #endif #endif #define VORTEX_PCI(vp) (((vp)->gendev) ? DEVICE_PCI((vp)->gendev) : NULL) #define VORTEX_PCI(vp) \ ((struct pci_dev *) (((vp)->gendev) ? DEVICE_PCI((vp)->gendev) : NULL)) #ifdef CONFIG_EISA #ifdef CONFIG_EISA #define DEVICE_EISA(dev) (((dev)->bus == &eisa_bus_type) ? to_eisa_device((dev)) : NULL) #define DEVICE_EISA(dev) (((dev)->bus == &eisa_bus_type) ? to_eisa_device((dev)) : NULL) Loading @@ -707,7 +708,8 @@ DEFINE_WINDOW_IO(32) #define DEVICE_EISA(dev) NULL #define DEVICE_EISA(dev) NULL #endif #endif #define VORTEX_EISA(vp) (((vp)->gendev) ? DEVICE_EISA((vp)->gendev) : NULL) #define VORTEX_EISA(vp) \ ((struct eisa_device *) (((vp)->gendev) ? DEVICE_EISA((vp)->gendev) : NULL)) /* The action to take with a media selection timer tick. /* The action to take with a media selection timer tick. Note that we deviate from the 3Com order by checking 10base2 before AUI. Note that we deviate from the 3Com order by checking 10base2 before AUI. Loading
drivers/net/8139cp.c +4 −6 Original line number Original line Diff line number Diff line Loading @@ -490,12 +490,10 @@ static inline unsigned int cp_rx_csum_ok (u32 status) { { unsigned int protocol = (status >> 16) & 0x3; unsigned int protocol = (status >> 16) & 0x3; if (likely((protocol == RxProtoTCP) && (!(status & TCPFail)))) if (((protocol == RxProtoTCP) && !(status & TCPFail)) || return 1; ((protocol == RxProtoUDP) && !(status & UDPFail))) else if ((protocol == RxProtoUDP) && (!(status & UDPFail))) return 1; else if ((protocol == RxProtoIP) && (!(status & IPFail))) return 1; return 1; else return 0; return 0; } } Loading
drivers/net/benet/be_main.c +6 −0 Original line number Original line Diff line number Diff line Loading @@ -2458,6 +2458,12 @@ int be_load_fw(struct be_adapter *adapter, u8 *func) int status, i = 0, num_imgs = 0; int status, i = 0, num_imgs = 0; const u8 *p; const u8 *p; if (!netif_running(adapter->netdev)) { dev_err(&adapter->pdev->dev, "Firmware load not allowed (interface is down)\n"); return -EPERM; } strcpy(fw_file, func); strcpy(fw_file, func); status = request_firmware(&fw, fw_file, &adapter->pdev->dev); status = request_firmware(&fw, fw_file, &adapter->pdev->dev); Loading
drivers/net/bnx2x/bnx2x_main.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -9064,7 +9064,7 @@ static int __devinit bnx2x_init_one(struct pci_dev *pdev, default: default: pr_err("Unknown board_type (%ld), aborting\n", pr_err("Unknown board_type (%ld), aborting\n", ent->driver_data); ent->driver_data); return ENODEV; return -ENODEV; } } cid_count += CNIC_CONTEXT_USE; cid_count += CNIC_CONTEXT_USE; Loading