summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge/vxge-main.c
Commit message (Expand)AuthorAgeFilesLines
* vxge: make functions local and remove dead codestephen hemminger2010-10-241-26/+38
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-1/+1
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* vxge: Implement 64bit statsEric Dumazet2010-08-191-15/+7
* drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-171-5/+5
* drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level>Joe Perches2010-07-301-16/+11
* vxge: Update copyright informationJon Mason2010-07-151-3/+3
* vxge: NETIF_F_LLTX removalJon Mason2010-07-151-114/+35
* vxge: Fix multicast issuesJon Mason2010-07-151-124/+146
* vxge: Remove queue_state referencesJon Mason2010-07-151-77/+41
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-11/+22
|\
| * vxge: show startup message with KERN_INFOWu Fengguang2010-07-071-2/+2
| * vxge: fix memory leak in vxge_alloc_msix() error pathMichal Schmidt2010-06-261-9/+20
* | vxge: Fix checkstack warning in vxge_probe()Prarit Bhargava2010-06-021-42/+51
|/
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | vxge: Pass correct number of VFs value to pci_sriov_enable().Sreenivasa Honnur2010-04-081-10/+54
* | vxge: Allow driver load for all enumerated pci functions.Sreenivasa Honnur2010-04-081-2/+4
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | vxge: Fixed MSIX interrupt configuration.Sreenivasa Honnur2010-03-291-96/+67
* | vxge: Fix starvation of receive ring controller when blasted by short packets.Sreenivasa Honnur2010-03-291-1/+1
* | net/various: remove trailing space in messagesFrans Pop2010-03-241-1/+1
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-261-3/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-4/+4
|\
| * vxge: use pci_dma_mapping_error to test return valueDenis Kirjanov2010-01-101-1/+1
| * vxge: use DMA_BIT_MASK instead of plain values.Denis Kirjanov2009-12-251-3/+3
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* | drivers/net/vxge/vxge-main.c: use %pM to show MAC addresshartleys2010-01-071-4/+2
|/
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-3/+3
* vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAG...Sreenivasa Honnur2009-10-281-2/+3
* vxge: Allow multiple functions with INTA.Sreenivasa Honnur2009-10-061-56/+36
* vxge: Check if FCS stripping is disabled by the firmware.Sreenivasa Honnur2009-10-061-0/+9
* vxge: Update driver_config->vpath_per_dev for each function in probe.Sreenivasa Honnur2009-10-061-1/+2
* trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-2/+0
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* vxge: prefetch skb->dataBenjamin LaHaise2009-08-051-1/+5
* vxge: prefetch RxD descriptorsBenjamin LaHaise2009-08-051-0/+1
* vxge: fix pktgen hangs (don't abuse skb->cb[])Benjamin LaHaise2009-08-051-25/+28
* vxge: don't drop frame on tx queue fullBenjamin LaHaise2009-08-051-0/+6
* vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-011-0/+3
* vxge: Printing the function's configured mode of operationSreenivasa Honnur2009-07-051-0/+21
* vxge: Disable fcs stripping.Sreenivasa Honnur2009-07-051-4/+6
* vxge: Fixes in isr routineSreenivasa Honnur2009-07-051-10/+12
* vxge: Removed the code to bounds check the mss valueSreenivasa Honnur2009-07-051-5/+0
* vxge: check for card status before continuing in device closeSreenivasa Honnur2009-07-051-0/+3
* vxge: Fixed memory leak by freeing memory allocated for device_configSreenivasa Honnur2009-07-051-0/+1
OpenPOWER on IntegriCloud