summaryrefslogtreecommitdiff
path: root/drivers/net/igb/igb_main.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13igb: restrict WoL for 82576 ET2 Quad Port Server AdapterStefan Assmann1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24igb: only use vlan_gro_receive if vlans are registeredAlexander Duyck1-1/+1
2010-03-24igb: do not modify tx_queue_len on link speed changeEmil Tantilov1-9/+1
2010-03-24igb: count Rx FIFO errors correctlyMitch Williams1-5/+5
2010-03-20igb: Add support for 82576 ET2 Quad Port Server AdapterCarolyn Wyborny1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-23net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-8/+4
2010-02-18igb: update tx DMA mapping error handlingNick Nunley1-5/+3
2010-02-18igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectorsNick Nunley1-7/+3
2010-02-18igb: remove unused vmolr valueNick Nunley1-4/+0
2010-02-18igb: minor type cleanupsNick Nunley1-6/+6
2010-02-18igb: move gso_segs into buffer_info structureNick Nunley1-1/+2
2010-02-18igb: inline igb_maybe_stop_txNick Nunley1-1/+1
2010-02-18igb: only read phy specific stats if in internal phy modeNick Nunley1-3/+8
2010-02-18igb: only support SRRCTL_DROP_EN when using multiple queuesNick Nunley1-0/+3
2010-02-18igb: cap interrupts at 20K per queue when in itr mode 3Nick Nunley1-0/+4
2010-02-18igb: remove adaptive IFS from driverNick Nunley1-8/+2
2010-02-18igb: Allocate rings seperately instead of as a blockAlexander Duyck1-56/+57
2010-02-18igb: call pci_save_state after pci_restore_stateNick Nunley1-0/+2
2010-02-18igb: Power down link when interface is downNick Nunley1-8/+31
2010-02-18igb: Report link status in ethtool when interface is downNick Nunley1-1/+1
2010-02-18igb: remove unecessary q_vector declarations and remove itr_shiftAlexander Duyck1-12/+13
2010-02-13igb: support for VF configuration toolsWilliams, Mitch A1-11/+119
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-4/+4
2010-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-15/+5
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-04igb: make certain to reassign legacy interrupt vectors after resetAlexander Duyck1-15/+5
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-01-26net: use helpers to access uc list V2Jiri Pirko1-3/+4
2010-01-23net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala1-1/+1
2010-01-23igb/igbvf: cleanup exception handling in tx_map_advAlexander Duyck1-1/+1
2010-01-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-7/+2
2010-01-08igb: add support for device reset interruptAlexander Duyck1-0/+9
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-24igb: correctly offset 82575 flow control watermarks by 16 bytesAlexander Duyck1-7/+2
2009-12-12igb: fix handling of mailbox collisions between PF/VFAlexander Duyck1-9/+13
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-3/+2
2009-12-03igb: remove use of skb_dma_map from driverAlexander Duyck1-16/+53
2009-11-20igb: Add full support for 82580 devicesAlexander Duyck1-3/+128
2009-11-19drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-4/+4
2009-11-14igb: only recycle page if it is on our numa nodeAlexander Duyck1-1/+3
2009-11-14igb: check for packets on all tx rings when link is downAlexander Duyck1-11/+12
2009-11-14igb: Rework how netdev->stats is handledAlexander Duyck1-20/+20
2009-11-14igb: when number of CPUs > 4 combine tx/rx queues to allow more queuesAlexander Duyck1-9/+22
2009-11-14igb: move timesync init into a seperate functionAlexander Duyck1-50/+65
2009-10-28igb: cleanup whitespace issues in igb_main.cAlexander Duyck1-22/+19
2009-10-28igb: open up SCTP checksum offloads to all MACs 82576 and newerAlexander Duyck1-1/+1
2009-10-28igb: limit minimum mtu to 68 to keep ip bound to interfaceAlexander Duyck1-2/+1
2009-10-28igb: add pci_dev in few spots to clean up use of dev_err/info/warnAlexander Duyck1-12/+12