summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2015-04-11ixgbe: Add GET_RSS_KEY command to VF-PF channel commands setVlad Zolotarov2-0/+22
2015-04-11ixgbe: Add a RETA query command to VF-PF channel APIVlad Zolotarov2-0/+39
2015-04-11ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS infoVlad Zolotarov4-2/+40
2015-04-11ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov3-1/+44
2015-04-11ixgbe: Refactor the RSS configuration codeVlad Zolotarov2-44/+112
2015-04-10ixgbe: Drop unnecessary call to rcu_barrierAlexander Duyck1-2/+0
2015-04-10ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_featuresAlexander Duyck1-1/+1
2015-04-10ixgbe: adds x550 specific FCoE offloadsVasu Dev3-27/+107
2015-04-10ixgbe: add support for X550 source_address_prunningDon Skidmore3-0/+77
2015-04-10ixgbe: add new bridge mode support function.Don Skidmore1-16/+34
2015-04-10ixgbe: Move bridge mode from flag to variableDon Skidmore3-19/+20
2015-04-01ptp: ixgbe: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches1-2/+2
2015-03-31ptp: ixgbe: convert to the 64 bit get/set time methods.Richard Cochran1-7/+7
2015-03-14ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anythingAlexander Duyck2-15/+4
2015-03-14ixgbe: enable relaxed ordering for SPARCJeff Kirsher2-4/+12
2015-03-14ixgbe: cleanup make ixgbe_set_ethertype_anti_spoofing_X550 staticDon Skidmore1-2/+2
2015-03-14ixgbe: Clean up type inconsistencyDon Skidmore1-2/+2
2015-03-13ixgbe: add new wrapper for X550 supportDon Skidmore9-14/+114
2015-03-09ethernet: codespell comment spelling fixesJoe Perches4-4/+4
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-02-06ixgbe: add Tx anti spoofing supportDon Skidmore4-0/+47
2015-02-06ixgbe: add VXLAN offload support for X550 devicesDon Skidmore3-2/+102
2015-02-06ixgbe: Cleanup probe to remove redundant attempt to ID PHYDon Skidmore1-3/+0
2015-02-06ixgbe: cleanup redundant default method set_rxpbaDon Skidmore1-1/+0
2015-02-06ixgbe: fix setting port VLANEmil Tantilov1-5/+8
2015-02-06ixgbe: allow multiple queues in SRIOV modeEmil Tantilov1-3/+0
2015-02-06ixgbe: cleanup sparse errors in new ixgbe_x550.c fileDon Skidmore1-30/+35
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-02-02bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu1-1/+1
2015-01-31ixgbe: Fix checksum error when using stacked vlanToshiaki Makita1-1/+1
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2015-01-03ixgbe: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-1/+1
2014-12-31net: ixgbe: convert to timecounter adjtime.Richard Cochran1-10/+1
2014-12-31time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1
2014-12-12fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck1-5/+4
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck1-2/+2
2014-12-09ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck1-14/+5
2014-12-05ixgbe: fix crash on rmmod after probe failEmil Tantilov1-2/+8
2014-12-05ixgbe: bump version numberDon Skidmore1-1/+1
2014-12-05ixgbe: Add X550 support function pointersDon Skidmore10-59/+1732
2014-12-05ixgbe: cleanup checksum to allow error resultsDon Skidmore4-53/+96
2014-12-05ixgbe: add methods for combined read and write operationsDon Skidmore3-0/+188
2014-12-05ixgbe: Add x550 SW/FW semaphore supportDon Skidmore5-29/+25
2014-12-05ixgbe: Add timeout parameter to ixgbe_host_interface_commandDon Skidmore2-13/+37
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore5-25/+107
2014-12-05ixgbe: remove CIAA/D register reads from bad VF checkEmil Tantilov1-71/+74
2014-12-05ixgbe: Look up MAC address in Open Firmware or IDPROMMartin K Petersen1-0/+35
2014-12-05ixgbe: Remove tail write abstraction and add missing barrierAlexander Duyck2-25/+20
2014-12-05ixgbe: Clean-up page reuse codeAlexander Duyck1-42/+36