Commit Graph

79 Commits (d862b13bc8cbab9692fbe0ef44c40d0488b81af1)

Author SHA1 Message Date
Joe Perches 75f5e1c6f6 drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level> 15 years ago
Jon Mason 6ce28c6f55 vxge: Version update 15 years ago
Jon Mason 926bd900b1 vxge: Update copyright information 15 years ago
Jon Mason 98f45da247 vxge: NETIF_F_LLTX removal 15 years ago
Jon Mason 7adf7d1b0d vxge: Fix multicast issues 15 years ago
Jon Mason d03848e057 vxge: Remove queue_state references 15 years ago
Wu Fengguang 7074b16cc6 vxge: show startup message with KERN_INFO 15 years ago
Michal Schmidt cc413d9097 vxge: fix memory leak in vxge_alloc_msix() error path 15 years ago
Prarit Bhargava 7dad171c39 vxge: Fix checkstack warning in vxge_probe() 15 years ago
Joe Perches a4b770972b drivers/net: Remove unnecessary returns from void function()s 15 years ago
Sreenivasa Honnur 0a5bff744a vxge: Version update. 15 years ago
Sreenivasa Honnur cb27ec6064 vxge: Pass correct number of VFs value to pci_sriov_enable(). 15 years ago
Sreenivasa Honnur 9002397e29 vxge: Allow driver load for all enumerated pci functions. 15 years ago
Sreenivasa Honnur aaffbd9f77 vxge: Fix a possible memory leak in vxge_hw_device_initialize(). 15 years ago
Jiri Pirko 22bedad3ce net: convert multicast list to list_head 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Sreenivasa Honnur b8ba796808 vxge: Version update. 15 years ago
Sreenivasa Honnur 1dc47a9b1b vxge: Set function-0 as the privilaged function for normal function. 15 years ago
Sreenivasa Honnur b59c94571a vxge: Fixed MSIX interrupt configuration. 15 years ago
Sreenivasa Honnur 4c5f3b210f vxge: Fixed "ethtool -d" prints. 15 years ago
Sreenivasa Honnur 47231f7fb4 vxge: Align the memory only if it is misaligned. 15 years ago
Sreenivasa Honnur 3363276f1c vxge: Fix starvation of receive ring controller when blasted by short packets. 15 years ago
Sreenivasa Honnur 18dec74c16 vxge: Fix a receive stall due to driver being out of synch with chip. 15 years ago
Frans Pop 2381a55c88 net/various: remove trailing space in messages 15 years ago
Jiri Pirko 567ec874d1 net: convert multiple drivers to use netdev_for_each_mc_addr, part6 15 years ago
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