aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxge
Commit message (Expand)AuthorAge
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-21
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-21
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-02
* vxge: Implement 64bit statsEric Dumazet2010-08-19
* drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-17
* drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level>Joe Perches2010-07-31
* vxge: Version updateJon Mason2010-07-15
* vxge: Update copyright informationJon Mason2010-07-15
* vxge: NETIF_F_LLTX removalJon Mason2010-07-15
* vxge: Fix multicast issuesJon Mason2010-07-15
* vxge: Remove queue_state referencesJon Mason2010-07-15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-07
|\
| * vxge: show startup message with KERN_INFOWu Fengguang2010-07-07
| * vxge: fix memory leak in vxge_alloc_msix() error pathMichal Schmidt2010-06-27
* | vxge: Fix checkstack warning in vxge_probe()Prarit Bhargava2010-06-02
|/
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | vxge: Version update.Sreenivasa Honnur2010-04-08
* | vxge: Pass correct number of VFs value to pci_sriov_enable().Sreenivasa Honnur2010-04-08
* | vxge: Allow driver load for all enumerated pci functions.Sreenivasa Honnur2010-04-08
* | vxge: Fix a possible memory leak in vxge_hw_device_initialize().Sreenivasa Honnur2010-04-08
* | net: convert multicast list to list_headJiri Pirko2010-04-03
* | vxge: Version update.Sreenivasa Honnur2010-03-29
* | vxge: Set function-0 as the privilaged function for normal function.Sreenivasa Honnur2010-03-29
* | vxge: Fixed MSIX interrupt configuration.Sreenivasa Honnur2010-03-29
* | vxge: Fixed "ethtool -d" prints.Sreenivasa Honnur2010-03-29
* | vxge: Align the memory only if it is misaligned.Sreenivasa Honnur2010-03-29
* | vxge: Fix starvation of receive ring controller when blasted by short packets.Sreenivasa Honnur2010-03-29
* | vxge: Fix a receive stall due to driver being out of synch with chip.Sreenivasa Honnur2010-03-29
* | net/various: remove trailing space in messagesFrans Pop2010-03-24
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part6Jiri Pirko2010-02-26
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-11
|\
| * vxge: use pci_dma_mapping_error to test return valueDenis Kirjanov2010-01-10
| * vxge: use DMA_BIT_MASK instead of plain values.Denis Kirjanov2009-12-25
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-08
* | drivers/net/vxge/vxge-main.c: use %pM to show MAC addresshartleys2010-01-07
|/
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03
* vxge: Configure the number of transmit descriptors per packet to MAX_SKB_FRAG...Sreenivasa Honnur2009-10-28
* vxge: Version update.Sreenivasa Honnur2009-10-06
* vxge: Allow multiple functions with INTA.Sreenivasa Honnur2009-10-06
* vxge: Check if FCS stripping is disabled by the firmware.Sreenivasa Honnur2009-10-06
* vxge: Removed unused functions.Sreenivasa Honnur2009-10-06
* vxge: Fixed crash in PAE system due to wrong typecasting.Sreenivasa Honnur2009-10-06
* vxge: Removed accessing non-supported registers.Sreenivasa Honnur2009-10-06
* vxge: Update driver_config->vpath_per_dev for each function in probe.Sreenivasa Honnur2009-10-06
* vxge: Modify __vxge_hw_device_is_privilaged() to not assume function-0 as the...Sreenivasa Honnur2009-10-06
* trivial: remove unnecessary semicolonsJoe Perches2009-09-21
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-03