summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix smatch splat due to missing NULL checkJohn Fastabend2011-11-021-21/+12
* ixgbe: fix disabling of Tx laser at probeEmil Tantilov2011-11-021-7/+7
* ixgbe: Fix link issues caused by a reset while interface is downEmil Tantilov2011-11-021-1/+0
* net: add skb frag size accessorsEric Dumazet2011-10-191-2/+2
* ixgbe: change the eeprom version reported by ethtoolEmil Tantilov2011-10-171-3/+4
* ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose2011-10-161-2/+8
* ixgbe: fix skb truesize underestimationEric Dumazet2011-10-131-1/+1
* ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.Amir Hanania2011-10-121-0/+17
* ixgbe: Add protection from VF invalid target DMAGreg Rose2011-10-121-1/+171
* ixgbe: bump version numberDon Skidmore2011-10-061-2/+2
* ixgbe: DCB X540 devices support max traffic class of 4John Fastabend2011-10-061-3/+18
* ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend2011-10-061-4/+8
* ixgbe: add support for new 82599 deviceEmil Tantilov2011-10-051-0/+1
* ixgbe: fix driver version initialization in firmwareJacob Keller2011-10-051-3/+5
* ixgbe: prevent link checks while resettingEmil Tantilov2011-10-051-1/+2
* ixgbe: add ECC warning for legacy interruptsDon Skidmore2011-09-281-1/+5
* ixgbe: cleanup ixgbe_setup_gpie() for X540Don Skidmore2011-09-281-2/+12
* ixgbe add thermal sensor support for x540 hardwareJacob Keller2011-09-281-18/+48
* ixgbe: update {P}FC thresholds to account for X540 and loopbackJohn Fastabend2011-09-281-7/+121
* ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov2011-09-281-42/+35
* Merge git://github.com/Jkirsher/net-nextDavid S. Miller2011-09-231-106/+35
|\
| * ixgbe: add WOL support for X540Emil Tantilov2011-09-231-2/+12
| * ixgbe: cleanup X540 interrupt enablementDon Skidmore2011-09-231-2/+2
| * ixgbe: DCB, do not call set_state() from IEEE modeJohn Fastabend2011-09-231-6/+12
| * ixgbe: Reconfigure SR-IOV InitGreg Rose2011-09-231-96/+9
* | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-2/+2
|/
* ixgbe: remove duplicate netif_tx_start_all_queuesEmil Tantilov2011-09-161-2/+0
* ixgbe: cleanup some register readsEmil Tantilov2011-09-161-9/+21
* ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck2011-09-161-14/+27
* ixgbe: Add SFP support for missed 82598 PHYAlexander Duyck2011-09-161-0/+3
* ixgbe: Add missing code for enabling overheat sensor interruptAlexander Duyck2011-09-161-0/+4
* ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck2011-09-161-17/+6
* v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeAlexander Duyck2011-09-161-4/+6
* ixgbe: remove redundant configuration of tx_sample_rateAlexander Duyck2011-09-161-9/+4
* Merge git://github.com/Jkirsher/net-nextDavid S. Miller2011-09-161-487/+288
|\
| * ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck2011-09-151-94/+97
| * ixgbe: cleanup configuration of EITRSEL and VF reset pathAlexander Duyck2011-09-151-12/+13
| * ixgbe: Update TXDCTL configuration to correctly handle WTHRESHAlexander Duyck2011-09-151-17/+18
| * ixgbe: combine PCI_VDEVICE and board declaration to same lineAlexander Duyck2011-09-151-53/+26
| * ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt typesAlexander Duyck2011-09-151-54/+34
| * ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCAAlexander Duyck2011-09-151-4/+4
| * ixgbe: cleanup allocation and freeing of IRQ affinity hintAlexander Duyck2011-09-151-40/+36
| * v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into oneAlexander Duyck2011-09-151-216/+63
| * ixgbe: Change default Tx work limit size to 256 buffersAlexander Duyck2011-09-151-4/+4
* | intel: convert to SKB paged frag API.Ian Campbell2011-08-301-2/+1
|/
* ixgbe: cleanup feature flags in ixgbe_probeDon Skidmore2011-08-291-1/+0
* ixgbe: consolidate, setup for multiple traffic classesJohn Fastabend2011-08-291-7/+23
* ixgbe: fixup remaining call sites for arbitrary TCsJohn Fastabend2011-08-291-2/+2
* ixgbe: Always tag VLAN tagged packetsAlexander Duyck2011-08-291-1/+2
* ixgbe: Add support for setting CC bit when SR-IOV is enabledAlexander Duyck2011-08-291-1/+14
OpenPOWER on IntegriCloud