summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-19ixgbe: clean up Rx time stamping codeJakub Kicinski1-19/+2
2014-04-11ixgbe: Add bit to mark service task initializationMark Rustad1-0/+1
2014-04-01ixgbe: Fix rcu warnings induced by LERMark Rustad1-0/+1
2014-04-01ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski1-0/+1
2014-03-13ixgbe: add Linux NICS mailing list to contact infoJacob Keller1-0/+1
2014-03-03ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller1-2/+3
2014-02-28ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore1-1/+0
2014-01-18ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller1-2/+4
2014-01-15ixgbe: Check register reads for adapter removalMark Rustad1-0/+1
2014-01-15ixgbe: Use static inlines instead of macrosMark Rustad1-0/+5
2014-01-15ixgbe: Indicate removal state explicitlyMark Rustad1-0/+1
2013-12-18ixgbe: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-3/+5
2013-11-08ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend1-0/+20
2013-11-01ixgbe: Reduce memory consumption with larger page sizesAnton Blanchard1-0/+4
2013-10-29ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_allJacob Keller1-12/+36
2013-10-01ixgbe: remove marketing names from busy poll codeJacob Keller1-7/+7
2013-09-24intel: Remove extern from function prototypesJoe Perches1-88/+84
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-6/+6
2013-07-31ixgbe: fix lockdep annotation issue for ptp's work itemJacob Keller1-3/+3
2013-07-31ixgbe: fix SFF data dumps of SFP+ modulesEmil Tantilov1-1/+0
2013-07-11net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir1-1/+1
2013-06-11ixgbe: add extra stats for ndo_ll_pollEliezer Tamir1-0/+14
2013-06-11ixgbe: add support for ndo_ll_pollEliezer Tamir1-0/+120