aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igbvf/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: use pci_dev->revision, againSergei Shtylyov2011-02-281-2/+1
* igbvf: remove Tx hang detectionLior Levy2011-02-241-60/+0
* igbvf: add support for i350 VF deviceWilliams, Mitch A2010-12-241-0/+9
* igb[v],ixgbe: don't use flush_scheduled_work()Tejun Heo2010-12-121-3/+4
* drivers/net: use vzalloc()Eric Dumazet2010-11-271-4/+2
* igbvf: Remove some dead code in igbvfJulian Stecklina2010-11-161-4/+0
* igbvf: Update version and CopyrightGreg Rose2010-11-161-3/+4
* igbvf: fix panic on loadEmil Tantilov2010-10-281-4/+4
* vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross2010-10-211-1/+1
* igbvf: Remove unneeded pm_qos* callsGreg Rose2010-10-181-5/+0
* drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* e100/e1000*/igb*/ixgb*: Add missing read memory barrierJeff Kirsher2010-08-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-1/+1
|\
| * igbvf, ixgbevf: use dev_hw_addr_randomStefan Assmann2010-07-271-1/+1
* | pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley2010-07-191-5/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-40/+42
|\
| * igbvf: use DMA API instead of PCI DMA functionsNick Nunley2010-04-271-36/+38
| * igbvf: double increment nr_fragsKoki Sanagi2010-04-271-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-10/+1
| |\ \
| * | | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | | | PM QOS updateMark Gross2010-05-101-2/+4
| |_|/ |/| |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| |/ |/|
* | igbvf: do not modify tx_queue_len on link speed changeEmil Tantilov2010-03-261-10/+1
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-221-9/+3
* 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-281-2/+3
|\
| * igbvf: fix issue w/ mapped_as_page being left set after unmapAlexander Duyck2010-01-281-0/+1
| * net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala2010-01-231-1/+1
| * igb/igbvf: cleanup exception handling in tx_map_advAlexander Duyck2010-01-231-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-5/+5
|\ \ | |/
| * e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin2010-01-201-5/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-101-1/+2
|\ \ | |/
| * igbvf: Make igbvf error message more informativeWilliams, Mitch A2009-12-231-1/+2
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* | drivers/net/igbvf/netdev.c: use %pM to shown MAC addressH Hartley Sweeten2009-12-291-10/+3
|/
* igbvf: avoid reset storms due to mailbox issuesAlexander Duyck2009-12-111-1/+7
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-2/+2
* igbvf: remove skb_dma_map/unmap call from driversAlexander Duyck2009-12-021-14/+51
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-3/+3
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-7/+1
* drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-4/+0
* intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-8/+6
* igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson2009-08-011-0/+3
* igbvf: resolve "frees DMA memory with different size" warningsAlexander Duyck2009-07-261-3/+2
* convert some DMA_nnBIT_MASK() callersAndrew Morton2009-06-191-6/+7
* net: skb_shared_info optimizationEric Dumazet2009-06-081-3/+2