aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-18igb: do not re-init SR-IOV during probeStefan Assmann1-1/+1
2015-08-18igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin1-0/+1
2015-08-18igb: Fix oops caused by missing queue pairingShota Suzuki1-2/+14
2015-07-23igb: bump version to igb-5.3.0Todd Fujinaka1-2/+2
2015-07-17igb: Pull timestamp from fragment before adding it to skbAlexander Duyck1-69/+25
2015-06-26igb: bump version of igb to 5.2.18Todd Fujinaka1-1/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-05-12igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculationAlexander Duyck1-8/+3
2015-05-07igb: Fix NULL assignment to incorrect variable in igb_reset_q_vectorToshiaki Makita1-1/+1
2015-05-07igb: Fix oops on changing number of ringsToshiaki Makita1-0/+2
2015-05-04igb: simplify and clean up igb_enable_mas()Todd Fujinaka1-20/+7
2015-03-29igb: Enable TSO for stacked vlanToshiaki Makita1-0/+1
2015-03-20igb: use netif_carrier_off earlier when bringing if downTodd Fujinaka1-3/+1
2015-01-22igb: Indicate failure on vf reset for empty mac addressAlexander Graf1-2/+6
2015-01-22igb: enable auxiliary PHC functions for the i210Richard Cochran1-1/+50
2015-01-22igb: enable internal PPS for the i210Richard Cochran1-3/+15
2015-01-22igb: refactor time sync interrupt handlingRichard Cochran1-30/+19
2015-01-22igb: Clean-up page reuse codeAlexander Duyck1-19/+16
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-11fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck1-3/+3
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-23/+10
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck1-2/+1
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck1-14/+5
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki1-5/+1
2014-12-05e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki1-5/+1
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+16
2014-11-23igb: Fixes needed for surprise removal supportCarolyn Wyborny1-7/+16
2014-11-16igb: use netdev_rss_key_fill() helperEric Dumazet1-6/+3
2014-11-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck1-1/+1
2014-10-30igb: don't reuse pages with pfmemalloc flagRoman Gushchin1-1/+5
2014-10-10igb: fix race accessing page->_countEric Dumazet1-4/+3
2014-10-02igb: bump version to 5.2.15Todd Fujinaka1-1/+1
2014-10-02i40e/igb: Convert to dev_consume_skb_any()Rick Jones1-1/+1
2014-10-02igb: remove blocking phy read from inside spinlockBernhard Kaindl1-12/+0
2014-09-06igb: add flags to set eee advertisement modeTodd Fujinaka1-4/+4
2014-09-05igb: use new eth_get_headlen interfaceAlexander Duyck1-108/+1
2014-08-28igb: flush when in xmit_more mode and under descriptor pressureDavid S. Miller1-39/+39
2014-08-25net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller1-24/+12
2014-08-24igb: Support netdev_ops->ndo_xmit_flush()David S. Miller1-11/+24
2014-07-24igb: bump igb version to 5.2.13Todd Fujinaka1-2/+2
2014-07-24igb: Add message when malformed packets detected by hwCarolyn Wyborny1-0/+25
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2014-07-10igb: do a reset on SR-IOV re-init if device is downStefan Assmann1-0/+2
2014-07-10igb: Workaround for i210 Errata 25: Slow System ClockTodd Fujinaka1-0/+14
2014-07-01igb: bring link up when PHY is powered upTodd Fujinaka1-0/+2
2014-06-11igb: unhide invariant returnsTodd Fujinaka1-8/+7
2014-06-03igb: add defaults for i210 TX/RX PBSIZETodd Fujinaka1-0/+6
2014-05-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller1-1/+0
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.Sucheta Chakraborty1-7/+13
2014-05-23i40e,igb,ixgbe: remove usless return statementsStephen Hemminger1-1/+0