summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: do not update real num queues when netdev is going awayYi Zou2012-02-091-0/+4
* ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck2012-02-091-6/+6
* ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose2012-02-091-1/+1
* ixgbe: update copyright to 2012Don Skidmore2012-02-031-2/+2
* ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh2012-01-051-1/+4
* ixgbe: add support for new 82599 device.Don Skidmore2012-01-021-2/+9
* ixgbe: add support for new 82599 device idEmil Tantilov2012-01-021-0/+1
* ixgbe: fix typo'sStephen Hemminger2012-01-021-7/+7
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-1/+1
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-081-2/+6
* net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-221-1/+1
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-2/+4
* 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
OpenPOWER on IntegriCloud