summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck2014-12-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-23/+10
|\
| * ethernet/intel: Use napi_alloc_skbAlexander Duyck2014-12-101-2/+1
| * ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck2014-12-081-14/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-291-7/+16
| |\
| * | igb: use netdev_rss_key_fill() helperEric Dumazet2014-11-161-6/+3
| * | fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck2014-11-121-1/+1
* | | Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-081-5/+1
|\ \ \ | |_|/ |/| |
| * | e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki2014-12-051-5/+1
| |/
* / igb: Fixes needed for surprise removal supportCarolyn Wyborny2014-11-231-7/+16
|/
* igb: don't reuse pages with pfmemalloc flagRoman Gushchin2014-10-301-1/+5
* igb: fix race accessing page->_countEric Dumazet2014-10-101-4/+3
* igb: bump version to 5.2.15Todd Fujinaka2014-10-021-1/+1
* i40e/igb: Convert to dev_consume_skb_any()Rick Jones2014-10-021-1/+1
* igb: remove blocking phy read from inside spinlockBernhard Kaindl2014-10-021-12/+0
* igb: add flags to set eee advertisement modeTodd Fujinaka2014-09-061-4/+4
* igb: use new eth_get_headlen interfaceAlexander Duyck2014-09-051-108/+1
* igb: flush when in xmit_more mode and under descriptor pressureDavid S. Miller2014-08-281-39/+39
* net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller2014-08-251-24/+12
* igb: Support netdev_ops->ndo_xmit_flush()David S. Miller2014-08-241-11/+24
* igb: bump igb version to 5.2.13Todd Fujinaka2014-07-241-2/+2
* igb: Add message when malformed packets detected by hwCarolyn Wyborny2014-07-241-0/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-0/+16
|\
| * igb: do a reset on SR-IOV re-init if device is downStefan Assmann2014-07-101-0/+2
| * igb: Workaround for i210 Errata 25: Slow System ClockTodd Fujinaka2014-07-101-0/+14
* | igb: bring link up when PHY is powered upTodd Fujinaka2014-07-011-0/+2
|/
* igb: unhide invariant returnsTodd Fujinaka2014-06-111-8/+7
* igb: add defaults for i210 TX/RX PBSIZETodd Fujinaka2014-06-031-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-231-1/+0
|\
| * i40e,igb,ixgbe: remove usless return statementsStephen Hemminger2014-05-231-1/+0
* | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-7/+13
|/
* igb: Change memcpy to struct assignmentCarolyn Wyborny2014-04-241-1/+1
* igb: Cleanups to remove unneeded extern declarationCarolyn Wyborny2014-04-241-1/+0
* igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLECarolyn Wyborny2014-04-241-1/+1
* igb: Cleanups to fix static initializationCarolyn Wyborny2014-04-241-1/+1
* igb: Cleanups to fix msleep warningsCarolyn Wyborny2014-04-241-3/+3
* igb: Cleanups to fix line length warningsCarolyn Wyborny2014-04-241-3/+5
* igb: Cleanups to remove return parenthesesCarolyn Wyborny2014-04-241-3/+3
* igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny2014-04-241-0/+4
* igb: Cleanups to fix assignment in if errorCarolyn Wyborny2014-04-241-1/+2
* igb: Cleanups to change comment style on license headersCarolyn Wyborny2014-04-241-28/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-241-1/+3
|\
| * igb: fix stats for i210 rx_fifo_errorsTodd Fujinaka2014-04-181-1/+3
* | igb: Cleanups to fix incorrect indentationCarolyn Wyborny2014-04-231-6/+24
* | igb: Cleanups to fix braces location warningsCarolyn Wyborny2014-04-231-6/+4
* | igb: Cleanups for messagingCarolyn Wyborny2014-04-231-22/+12
|/
* igb: fix last_rx_timestamp usageJakub Kicinski2014-04-111-1/+3
* igb: remove open-coded skb_cow_headFrancois Romieu2014-04-111-5/+4
* INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin2014-03-311-2/+2
* igb: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-03-281-1/+2