summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe.h
AgeCommit message (Expand)Author
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto
2015-10-23ixgbe: Add new ndo to trust VFHiroshi Shimamoto
2015-09-23ixgbe: Limit SFP polling rateMark Rustad
2015-09-15ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck
2015-09-01ixgbe: support for ethtool set_rxfhTom Barbette
2015-09-01ixgbe: Add support for VXLAN RX offloadsMark Rustad
2015-06-09ixgbe: add support for interrupts from X550 external PHYDon Skidmore
2015-04-10ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS infoVlad Zolotarov
2015-04-10ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov
2015-04-10ixgbe: Refactor the RSS configuration codeVlad Zolotarov
2015-04-09ixgbe: Move bridge mode from flag to variableDon Skidmore
2015-03-13ixgbe: Remove IXGBE_FLAG_IN_NETPOLL since it doesn't do anythingAlexander Duyck
2015-02-05ixgbe: add Tx anti spoofing supportDon Skidmore
2015-02-05ixgbe: add VXLAN offload support for X550 devicesDon Skidmore
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran
2014-12-05ixgbe: Add X550 support function pointersDon Skidmore
2014-12-05ixgbe: add support for X550 extended RSS supportDon Skidmore
2014-12-05ixgbe: Remove tail write abstraction and add missing barrierAlexander Duyck
2014-10-02ixgbe: delete one duplicate marcro definition of IXGBE_MAX_L2A_QUEUESEthan Zhao
2014-09-18ixgbe: remove IXGBE_FLAG_MSI(X)_CAPABLE flagsJacob Keller
2014-09-18ixgbe: remove useless bd_number from adapter structEthan Zhao
2014-09-12ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck
2014-05-26ixgbe: separate the PTP suspend and stop actionsJacob Keller
2014-05-23ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACEJacob Keller
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-23ixgbe: improve mac filter handlingJacob Keller
2014-04-18ixgbe: clean up Rx time stamping codeJakub Kicinski
2014-04-11ixgbe: Add bit to mark service task initializationMark Rustad
2014-03-31ixgbe: Fix rcu warnings induced by LERMark Rustad
2014-03-31ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski
2014-03-12ixgbe: add Linux NICS mailing list to contact infoJacob Keller
2014-03-02ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller
2014-02-28ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore
2014-01-17ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller
2014-01-14ixgbe: Check register reads for adapter removalMark Rustad
2014-01-14ixgbe: Use static inlines instead of macrosMark Rustad
2014-01-14ixgbe: Indicate removal state explicitlyMark Rustad
2013-12-17ixgbe: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck
2013-11-07ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend
2013-11-01ixgbe: Reduce memory consumption with larger page sizesAnton Blanchard
2013-10-29ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_allJacob Keller
2013-10-01ixgbe: remove marketing names from busy poll codeJacob Keller
2013-09-24intel: Remove extern from function prototypesJoe Perches
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang
2013-07-31ixgbe: fix lockdep annotation issue for ptp's work itemJacob Keller
2013-07-30ixgbe: fix SFF data dumps of SFP+ modulesEmil Tantilov
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir
2013-06-10ixgbe: add extra stats for ndo_ll_pollEliezer Tamir
2013-06-10ixgbe: add support for ndo_ll_pollEliezer Tamir