aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2012-01-05ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() callNeerav Parikh
2012-01-02ixgbe: add support for new 82599 device.Don Skidmore
2012-01-02ixgbe: add support for new 82599 device idEmil Tantilov
2012-01-02ixgbe: fix typo'sStephen Hemminger
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko
2011-11-22net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-02ixgbe: fix smatch splat due to missing NULL checkJohn Fastabend
2011-11-02ixgbe: fix disabling of Tx laser at probeEmil Tantilov
2011-11-02ixgbe: Fix link issues caused by a reset while interface is downEmil Tantilov
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-17ixgbe: change the eeprom version reported by ethtoolEmil Tantilov
2011-10-16ixgbe: Add new netdev op to turn spoof checking on or off per VFGreg Rose
2011-10-13ixgbe: fix skb truesize underestimationEric Dumazet
2011-10-12ixgbe: Add FCoE DDP allocation failure counters to ethtool stats.Amir Hanania
2011-10-12ixgbe: Add protection from VF invalid target DMAGreg Rose
2011-10-06ixgbe: bump version numberDon Skidmore
2011-10-06ixgbe: DCB X540 devices support max traffic class of 4John Fastabend
2011-10-06ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend
2011-10-05ixgbe: add support for new 82599 deviceEmil Tantilov
2011-10-05ixgbe: fix driver version initialization in firmwareJacob Keller
2011-10-05ixgbe: prevent link checks while resettingEmil Tantilov
2011-09-28ixgbe: add ECC warning for legacy interruptsDon Skidmore
2011-09-28ixgbe: cleanup ixgbe_setup_gpie() for X540Don Skidmore
2011-09-28ixgbe add thermal sensor support for x540 hardwareJacob Keller
2011-09-28ixgbe: update {P}FC thresholds to account for X540 and loopbackJohn Fastabend
2011-09-28ixgbe: Cleanup q_vector interrupt throttle rate logicEmil Tantilov
2011-09-23Merge git://github.com/Jkirsher/net-nextDavid S. Miller
2011-09-23ixgbe: add WOL support for X540Emil Tantilov
2011-09-23ixgbe: cleanup X540 interrupt enablementDon Skidmore
2011-09-23ixgbe: DCB, do not call set_state() from IEEE modeJohn Fastabend
2011-09-23ixgbe: Reconfigure SR-IOV InitGreg Rose
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-16ixgbe: remove duplicate netif_tx_start_all_queuesEmil Tantilov
2011-09-16ixgbe: cleanup some register readsEmil Tantilov
2011-09-16ixgbe: Make better use of memory allocations in one-buffer mode w/ RSCAlexander Duyck
2011-09-16ixgbe: Add SFP support for missed 82598 PHYAlexander Duyck
2011-09-16ixgbe: Add missing code for enabling overheat sensor interruptAlexander Duyck
2011-09-16ixgbe: make ixgbe_up and ixgbe_up_complete void functionsAlexander Duyck
2011-09-16v2 ixgbe: Update packet buffer reservation to correct fdir headroom sizeAlexander Duyck
2011-09-16ixgbe: remove redundant configuration of tx_sample_rateAlexander Duyck
2011-09-16Merge git://github.com/Jkirsher/net-nextDavid S. Miller
2011-09-15ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck
2011-09-15ixgbe: cleanup configuration of EITRSEL and VF reset pathAlexander Duyck
2011-09-15ixgbe: Update TXDCTL configuration to correctly handle WTHRESHAlexander Duyck
2011-09-15ixgbe: combine PCI_VDEVICE and board declaration to same lineAlexander Duyck
2011-09-15ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt typesAlexander Duyck
2011-09-15ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCAAlexander Duyck
2011-09-15ixgbe: cleanup allocation and freeing of IRQ affinity hintAlexander Duyck