Commit Graph

52 Commits (d7b855c2dcc89587f36338bd383203322efb9903)

Author SHA1 Message Date
Jiri Pirko 4cd24eaf0c net: use netdev_mc_count and netdev_mc_empty when appropriate 15 years ago
Denis Kirjanov fa15e99b6b vxge: use pci_dma_mapping_error to test return value 15 years ago
Alexey Dobriyan a3aa18842a drivers/net/: use DEFINE_PCI_DEVICE_TABLE() 15 years ago
hartleys bf54e73691 drivers/net/vxge/vxge-main.c: use %pM to show MAC address 15 years ago
Denis Kirjanov b3837ceca0 vxge: use DMA_BIT_MASK instead of plain values. 15 years ago
Joe Perches 8e95a2026f drivers/net: Move && and || to end of previous line 15 years ago
Sreenivasa Honnur 5beefb4f77 vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAGS + 1. 16 years ago
Sreenivasa Honnur bd32cafc47 vxge: Version update. 16 years ago
Sreenivasa Honnur eb5f10c21b vxge: Allow multiple functions with INTA. 16 years ago
Sreenivasa Honnur fa41fd1003 vxge: Check if FCS stripping is disabled by the firmware. 16 years ago
Sreenivasa Honnur f0dfebafcc vxge: Removed unused functions. 16 years ago
Sreenivasa Honnur a4a987d822 vxge: Fixed crash in PAE system due to wrong typecasting. 16 years ago
Sreenivasa Honnur 0f8f7d58eb vxge: Removed accessing non-supported registers. 16 years ago
Sreenivasa Honnur 657205bdd7 vxge: Update driver_config->vpath_per_dev for each function in probe. 16 years ago
Sreenivasa Honnur 92cdd7c377 vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the privileged function: Resubmit#1 16 years ago
Joe Perches a419aef8b8 trivial: remove unnecessary semicolons 16 years ago
Eric Dumazet 451f144398 drivers: Kill now superfluous ->last_rx stores 16 years ago
Stephen Hemminger 61357325f3 netdev: convert bulk of drivers to netdev_tx_t 16 years ago
Benjamin LaHaise cc104e52b4 vxge: Version update 16 years ago
Benjamin LaHaise ea11bbe0c9 vxge: prefetch skb->data 16 years ago
Benjamin LaHaise 3f23e436d2 vxge: prefetch RxD descriptors 16 years ago
Benjamin LaHaise ff1b974cf3 vxge: improve tx performance by using mmiowb() instead of wmb() 16 years ago
Benjamin LaHaise ff67df55f6 vxge: fix pktgen hangs (don't abuse skb->cb[]) 16 years ago
Benjamin LaHaise 4403b37188 vxge: don't drop frame on tx queue full 16 years ago
Dean Nelson e33b992d15 vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failure 16 years ago
Sreenivasa Honnur a73e76e23c vxge: Version update 16 years ago
Sreenivasa Honnur 0a25bdc696 vxge: Printing the function's configured mode of operation 16 years ago
Sreenivasa Honnur 22fa125ee2 vxge: Disable fcs stripping. 16 years ago
Sreenivasa Honnur a5d165b571 vxge: Fixes in isr routine 16 years ago
Sreenivasa Honnur 6052ae1676 vxge: Removed the code to bounds check the mss value 16 years ago
Sreenivasa Honnur 3255da416d vxge: Corrected Register map entry for xmac_link registers 16 years ago
Sreenivasa Honnur bd9ee6808b vxge: check for card status before continuing in device close 16 years ago
Sreenivasa Honnur 914d0d714f vxge: Fixed memory leak by freeing memory allocated for device_config 16 years ago
Sreenivasa Honnur 7975d1eed7 vxge: Removed ioremap of unused bar addresses and their references 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Sivakumar Subramani 5dbc901172 vxge: Enable SRIOV support in the driver. 16 years ago
Figo.zhang 50d36a93dc vxge: No need for check vfree() pointer. 16 years ago
Eric Dumazet 28679751a9 net: dont update dev->trans_start in 10GB drivers 16 years ago
roel kluin d77dd8d27e Neterion: *FIFO1_DMA_ERR set twice, should 2nd be *FIFO2_DMA_ERR? 16 years ago
David S. Miller a4fe91ee71 Revert "vxge: use max() instead of VXGE_HW_SET_LEVEL" 16 years ago
Alexander Beregalov 011983048a vxge: use max() instead of VXGE_HW_SET_LEVEL 16 years ago
Alexander Beregalov 4e204c1000 vxge: fix possible NULL dereference in vxge-traffic.c 16 years ago
Alexander Beregalov 2b05e0021b vxge: should include tcp.h 16 years ago
Ramkrishna Vepa f1782852ad Neterion: New driver: Kconfig and Makefile 16 years ago
Ramkrishna Vepa 5f548a3281 Neterion: New driver: Driver version 16 years ago
Ramkrishna Vepa d26078fe72 Neterion: New driver: Ethtool related 16 years ago
Ramkrishna Vepa 703da5a1a2 Neterion: New driver: Main entry points 16 years ago
Ramkrishna Vepa 113241321d Neterion: New driver: Traffic & alarm handler 16 years ago
Ramkrishna Vepa 40a3a9156d Neterion: New driver: Hardware init & configuration 16 years ago
Ramkrishna Vepa 66d97fedea Neterion: New driver: register set - vxge-reg.h 16 years ago