summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2016-05-17ixgbe: Fix VLAN features errorAlexander Duyck1-4/+4
2016-05-17ixgbe: use correct mask when enabling sriovEmil Tantilov1-2/+2
2016-05-05Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller5-183/+362
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-05-04ixgbe: Disable DCB and FCoE for X550EM_x and x550em_aUsha Ketineni3-42/+71
2016-05-04ixgbe: Revise populating few registers and macro definitionsPreethi Banala2-20/+8
2016-05-04ixgbe: Return 64 bit stats valuesPreethi Banala1-3/+6
2016-05-04ixgbe: Remove duplicate and unused device ID definitionsPreethi Banala1-6/+2
2016-05-04ixgbe: check EEPROM for WOL support for X540 and aboveEmil Tantilov2-28/+25
2016-05-04ixgbe: add WoL support for some 82599 subdevice IDsEmil Tantilov2-3/+11
2016-05-04ixgbe: Match on multiple headers for cls_u32 offloadsAmritha Nambiar3-68/+156
2016-05-04ixgbe: Add support for redirect action to cls_u32 offloadsSridhar Samudrala1-13/+83
2016-04-25ixgbe: use msleep for long delaysArnd Bergmann1-1/+1
2016-04-25ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck1-45/+88
2016-04-25ixgbe: resolve shift of negative value warningJacob Keller1-2/+2
2016-04-25ixgbe: use BIT() macroJacob Keller17-195/+195
2016-04-25ixgbe: Add work around for empty SFP+ cage crosstalkDon Skidmore3-0/+42
2016-04-25ixgbe: Use correct FC setup function for x550em_aMark Rustad1-2/+2
2016-04-25ixgbe: Add register wait for slow linksMark Rustad2-0/+22
2016-04-25ixgbe: make 'action' field in struct ixgbe_fdir_filter a u64 valueSridhar Samudrala1-1/+1
2016-04-25ixgbe: fix default mac->ops.setup_link for X550EMEmil Tantilov1-2/+2
2016-04-25ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov2-26/+2
2016-04-25ixgbe: consolidate the configuration of spoof checkingEmil Tantilov4-73/+42
2016-04-21ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lockHannes Frederic Sowa1-0/+2
2016-04-08ixgbe: Bump version numberMark Rustad1-1/+1
2016-04-08ixgbe: Add KR backplane support for x550em_aMark Rustad3-4/+18
2016-04-08ixgbe: Add support for SGMII backplane interfaceMark Rustad3-0/+69
2016-04-08ixgbe: Add support for SFPs with retimerMark Rustad4-2/+144
2016-04-08ixgbe: Introduce function to control MDIO speedMark Rustad1-6/+21
2016-04-08ixgbe: Read and parse NW_MNG_IF_SEL registerMark Rustad2-5/+37
2016-04-08ixgbe: Read and set instance idMark Rustad2-0/+13
2016-04-08ixgbe: Use new methods for PHY accessMark Rustad1-3/+64
2016-04-08ixgbe: Add support for x550em_a 10G MAC typeMark Rustad11-9/+311
2016-04-08ixgbe: Use method pointer to access IOSF devicesMark Rustad2-14/+20
2016-04-08ixgbe: Add definitions for x550em_a 10G MACMark Rustad1-4/+18
2016-04-08ixgbe: Add support for single-port X550 deviceMark Rustad3-0/+4
2016-04-08ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logicAlexander Duyck1-3/+7
2016-04-08ixgbe: Take manageability semaphore for firmware commandsMark Rustad1-11/+19
2016-04-08ixgbe: Clean up interface for firmware commandsMark Rustad3-28/+28
2016-04-08ixgbe: Correct length check for round upMark Rustad1-1/+1
2016-04-08ixgbe: Change the lan_id and func fields to a u8 to avoid castsMark Rustad3-4/+4
2016-04-08ixgbe: Delete some unused register definitionsMark Rustad1-8/+0
2016-04-05ixgbe: Add support for toggling VLAN filtering flag via ethtoolAlexander Duyck1-13/+14
2016-04-05ixgbe: Extend cls_u32 offload to support UDP headersAmritha Nambiar2-9/+18
2016-04-05ixgbe: Place SWFW semaphore in known valid state at probeDon Skidmore7-0/+30
2016-04-05ixgbe: add a callback to set the maximum transmit bitrateRostislav Pehlivanov3-1/+33
2016-04-05ixgbe: Fix flow control for Xeon D KR backplaneMark Rustad7-7/+98
2016-04-05ixgbe: Add support for generic Tx checksumsAlexander Duyck1-104/+58
2016-04-04ixgbe: use eth_platform_get_mac_address()Sowmini Varadhan1-33/+2