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