summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-13ixgbe: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+2
2016-08-21ixgbe: add support for geneve Rx offloadEmil Tantilov1-1/+3
2016-08-19ixgbe: use atomic bitwise operations when handling reset requestsEmil Tantilov1-1/+1
2016-07-22ixgbe: cleanup crosstalk fixDon Skidmore1-2/+0
2016-05-04ixgbe: Disable DCB and FCoE for X550EM_x and x550em_aUsha Ketineni1-0/+1
2016-05-04ixgbe: check EEPROM for WOL support for X540 and aboveEmil Tantilov1-2/+2
2016-05-04ixgbe: Match on multiple headers for cls_u32 offloadsAmritha Nambiar1-1/+1
2016-04-25ixgbe: use BIT() macroJacob Keller1-34/+34
2016-04-25ixgbe: Add work around for empty SFP+ cage crosstalkDon Skidmore1-0/+2
2016-04-25ixgbe: make 'action' field in struct ixgbe_fdir_filter a u64 valueSridhar Samudrala1-1/+1
2016-04-25ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov1-3/+0
2016-04-08ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-0/+3
2016-04-04ixgbe: Make all unchanging ops structures constMark Rustad1-6/+6
2016-04-04ixgbe: on recv increment rx.ring->stats.yieldsPavel Tikhomirov1-1/+1
2016-03-30ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-0/+2
2016-03-30ixgbe: Store VXLAN port number in network orderAlexander Duyck1-5/+3
2016-02-17net: ixgbe: abort with cls u32 divisor groups greater than 1John Fastabend1-0/+1
2016-02-17net: ixgbe: add support for tc_u32 offloadJohn Fastabend1-0/+6
2015-12-30ixgbe: fix RSS limit for X550Emil Tantilov1-1/+1
2015-12-12ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck1-0/+1
2015-12-12ixgbe: Add support for VLAN promiscuous with SR-IOVAlexander Duyck1-0/+1
2015-12-03ixgbe: Save VF info and take referencesMark Rustad1-0/+1
2015-12-03ixgbe: Update PTP to support X550EM_x devicesMark Rustad1-4/+34
2015-12-03ixgbe: Refactor MAC address configuration codeAlexander Duyck1-3/+4
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto1-0/+7
2015-10-23ixgbe: Add new ndo to trust VFHiroshi Shimamoto1-0/+1
2015-09-24ixgbe: Limit SFP polling rateMark Rustad1-0/+2
2015-09-16ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck1-2/+1
2015-09-02ixgbe: support for ethtool set_rxfhTom Barbette1-0/+1
2015-09-02ixgbe: Add support for VXLAN RX offloadsMark Rustad1-0/+6
2015-06-10ixgbe: add support for interrupts from X550 external PHYDon Skidmore1-0/+1
2015-04-11ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS infoVlad Zolotarov1-0/+1
2015-04-11ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov1-0/+1
2015-04-11ixgbe: Refactor the RSS configuration codeVlad Zolotarov1-0/+9
2015-04-10ixgbe: Move bridge mode from flag to variableDon Skidmore1-1/+2
2015-03-14ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anythingAlexander Duyck1-1/+0
2015-02-06ixgbe: add Tx anti spoofing supportDon Skidmore1-0/+2
2015-02-06ixgbe: add VXLAN offload support for X550 devicesDon Skidmore1-0/+1
2014-12-31time: move the timecounter/cyclecounter code into its own file.Richard Cochran1-1/+1
2014-12-05ixgbe: Add X550 support function pointersDon Skidmore1-0/+4
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore1-10/+26
2014-12-05ixgbe: Remove tail write abstraction and add missing barrierAlexander Duyck1-5/+0
2014-10-02ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao1-1/+0
2014-09-18ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller1-2/+0
2014-09-18ixgbe: remove useless bd_number from adapter structEthan Zhao1-2/+0
2014-09-12ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck1-72/+40
2014-05-27ixgbe: separate the PTP suspend and stop actionsJacob Keller1-0/+1
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller1-1/+1
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+2
2014-04-23ixgbe: improve mac filter handlingJacob Keller1-1/+17