aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-06ixgbe: bump version numberDon Skidmore1-2/+2
2011-10-06ixgbe: DCB X540 devices support max traffic class of 4John Fastabend1-3/+18
2011-10-06ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend1-4/+8
2011-10-05ixgbe: add support for new 82599 deviceEmil Tantilov1-0/+1
2011-10-05ixgbe: fix driver version initialization in firmwareJacob Keller1-3/+5
2011-10-05ixgbe: prevent link checks while resettingEmil Tantilov1-1/+2
2011-09-28ixgbe: add ECC warning for legacy interruptsDon Skidmore1-1/+5
2011-09-28ixgbe: cleanup ixgbe_setup_gpie() for X540Don Skidmore1-2/+12
2011-09-28ixgbe add thermal sensor support for x540 hardwareJacob Keller1-18/+48
2011-09-28ixgbe: update {P}FC thresholds to account for X540 and loopbackJohn Fastabend1-7/+121
2011-09-28ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov1-42/+35
2011-09-23Merge git://github.com/Jkirsher/net-nextDavid S. Miller1-106/+35
2011-09-23ixgbe: add WOL support for X540Emil Tantilov1-2/+12
2011-09-23ixgbe: cleanup X540 interrupt enablementDon Skidmore1-2/+2
2011-09-23ixgbe: DCB, do not call set_state() from IEEE modeJohn Fastabend1-6/+12
2011-09-23ixgbe: Reconfigure SR-IOV InitGreg Rose1-96/+9
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+2
2011-09-16ixgbe: remove duplicate netif_tx_start_all_queuesEmil Tantilov1-2/+0
2011-09-16ixgbe: cleanup some register readsEmil Tantilov1-9/+21
2011-09-16ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck1-14/+27
2011-09-16ixgbe: Add SFP support for missed 82598 PHYAlexander Duyck1-0/+3
2011-09-16ixgbe: Add missing code for enabling overheat sensor interruptAlexander Duyck1-0/+4
2011-09-16ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck1-17/+6
2011-09-16v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeAlexander Duyck1-4/+6
2011-09-16ixgbe: remove redundant configuration of tx_sample_rateAlexander Duyck1-9/+4
2011-09-16Merge git://github.com/Jkirsher/net-nextDavid S. Miller1-487/+288
2011-09-15ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck1-94/+97
2011-09-15ixgbe: cleanup configuration of EITRSEL and VF reset pathAlexander Duyck1-12/+13
2011-09-15ixgbe: Update TXDCTL configuration to correctly handle WTHRESHAlexander Duyck1-17/+18
2011-09-15ixgbe: combine PCI_VDEVICE and board declaration to same lineAlexander Duyck1-53/+26
2011-09-15ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt typesAlexander Duyck1-54/+34
2011-09-15ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCAAlexander Duyck1-4/+4
2011-09-15ixgbe: cleanup allocation and freeing of IRQ affinity hintAlexander Duyck1-40/+36
2011-09-15v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into oneAlexander Duyck1-216/+63
2011-09-15ixgbe: Change default Tx work limit size to 256 buffersAlexander Duyck1-4/+4
2011-08-30intel: convert to SKB paged frag API.Ian Campbell1-2/+1
2011-08-29ixgbe: cleanup feature flags in ixgbe_probeDon Skidmore1-1/+0
2011-08-29ixgbe: consolidate, setup for multiple traffic classesJohn Fastabend1-7/+23
2011-08-29ixgbe: fixup remaining call sites for arbitrary TCsJohn Fastabend1-2/+2
2011-08-29ixgbe: Always tag VLAN tagged packetsAlexander Duyck1-1/+2
2011-08-29ixgbe: Add support for setting CC bit when SR-IOV is enabledAlexander Duyck1-1/+14
2011-08-27ixgbe: convert rings from q_vector bit indexed array to linked listAlexander Duyck1-134/+58
2011-08-27ixgbe: Simplify transmit cleanup pathAlexander Duyck1-5/+5
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller1-252/+302
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2011-08-19ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ringAlexander Duyck1-44/+64
2011-08-19ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOEAlexander Duyck1-1/+1
2011-08-19ixgbe: Refactor transmit map and cleanup routinesAlexander Duyck1-210/+240
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+0
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-0/+3