summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_main.c
Commit message (Expand)AuthorAgeFilesLines
* igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich2016-09-151-0/+7
* igb: don't unmap NULL hw_addrJarod Wilson2016-09-151-4/+6
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-6/+11
* net: igb: avoid using timespecArnd Bergmann2015-10-051-7/+8
* igb: assume MSI-X interrupts during initializationStefan Assmann2015-09-281-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-271-1/+1
|\
| * mm: make page pfmemalloc check more robustMichal Hocko2015-08-211-1/+1
* | igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka2015-08-181-2/+7
* | igb: Fix a memory leak in igb_probeJia-Ju Bai2015-08-181-0/+1
* | igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai2015-08-181-0/+1
* | igb: Teardown SR-IOV before unregister_netdev()Alex Williamson2015-08-181-4/+4
* | igb: do not re-init SR-IOV during probeStefan Assmann2015-08-181-1/+1
* | igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin2015-08-181-0/+1
* | igb: Fix oops caused by missing queue pairingShota Suzuki2015-08-181-2/+14
* | igb: bump version to igb-5.3.0Todd Fujinaka2015-07-231-2/+2
* | igb: Pull timestamp from fragment before adding it to skbAlexander Duyck2015-07-171-69/+25
|/
* igb: bump version of igb to 5.2.18Todd Fujinaka2015-06-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+3
|\
| * igb: Fix NULL assignment to incorrect variable in igb_reset_q_vectorToshiaki Makita2015-05-071-1/+1
| * igb: Fix oops on changing number of ringsToshiaki Makita2015-05-071-0/+2
* | igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculationAlexander Duyck2015-05-121-8/+3
* | igb: simplify and clean up igb_enable_mas()Todd Fujinaka2015-05-041-20/+7
|/
* igb: Enable TSO for stacked vlanToshiaki Makita2015-03-291-0/+1
* igb: use netif_carrier_off earlier when bringing if downTodd Fujinaka2015-03-201-3/+1
* igb: Indicate failure on vf reset for empty mac addressAlexander Graf2015-01-221-2/+6
* igb: enable auxiliary PHC functions for the i210Richard Cochran2015-01-221-1/+50
* igb: enable internal PPS for the i210Richard Cochran2015-01-221-3/+15
* igb: refactor time sync interrupt handlingRichard Cochran2015-01-221-30/+19
* igb: Clean-up page reuse codeAlexander Duyck2015-01-221-19/+16
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* 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
OpenPOWER on IntegriCloud