summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-09ixgbe: do not update real num queues when netdev is going awayYi Zou1-0/+4
2012-02-09ixgbe: Fix broken dependency on MAX_SKB_FRAGS being related to page sizeAlexander Duyck1-6/+6
2012-02-09ixgbe: Fix case of Tx Hang in PF with 32 VFsGreg Rose1-1/+1
2012-02-03ixgbe: update copyright to 2012Don Skidmore1-2/+2
2012-01-05ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh1-1/+4
2012-01-02ixgbe: add support for new 82599 device.Don Skidmore1-2/+9
2012-01-02ixgbe: add support for new 82599 device idEmil Tantilov1-0/+1
2012-01-02ixgbe: fix typo'sStephen Hemminger1-7/+7
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-1/+1
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-2/+6
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet1-1/+1
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+4
2011-11-02ixgbe: fix smatch splat due to missing NULL checkJohn Fastabend1-21/+12
2011-11-02ixgbe: fix disabling of Tx laser at probeEmil Tantilov1-7/+7
2011-11-02ixgbe: Fix link issues caused by a reset while interface is downEmil Tantilov1-1/+0
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-17ixgbe: change the eeprom version reported by ethtoolEmil Tantilov1-3/+4
2011-10-16ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose1-2/+8
2011-10-13ixgbe: fix skb truesize underestimationEric Dumazet1-1/+1
2011-10-12ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.Amir Hanania1-0/+17
2011-10-12ixgbe: Add protection from VF invalid target DMAGreg Rose1-1/+171
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