summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_main.c
AgeCommit message (Expand)Author
2018-02-03igb: Free IRQs when device is hotpluggedLyude Paul
2017-12-25igb: check memory allocation failureChristophe JAILLET
2017-11-30igb: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-21igb: close/suspend race in netif_device_detachTodd Fujinaka
2017-10-08igb: re-assign hw address pointer on reset after PCI errorGuilherme G Piccoli
2016-09-15igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich
2016-09-15igb: don't unmap NULL hw_addrJarod Wilson
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-10-05net: igb: avoid using timespecArnd Bergmann
2015-09-28igb: assume MSI-X interrupts during initializationStefan Assmann
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko
2015-08-18igb: make sure SR-IOV init uses the right number of queuesTodd Fujinaka
2015-08-18igb: Fix a memory leak in igb_probeJia-Ju Bai
2015-08-18igb: Fix a deadlock in igb_sriov_reinitJia-Ju Bai
2015-08-18igb: Teardown SR-IOV before unregister_netdev()Alex Williamson
2015-08-18igb: do not re-init SR-IOV during probeStefan Assmann
2015-08-18igb: missing rtnl_unlock in igb_sriov_reinit()Vasily Averin
2015-08-18igb: Fix oops caused by missing queue pairingShota Suzuki
2015-07-23igb: bump version to igb-5.3.0Todd Fujinaka
2015-07-17igb: Pull timestamp from fragment before adding it to skbAlexander Duyck
2015-06-26igb: bump version of igb to 5.2.18Todd Fujinaka
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-12igb: Don't use NETDEV_FRAG_PAGE_MAX_SIZE in descriptor calculationAlexander Duyck
2015-05-07igb: Fix NULL assignment to incorrect variable in igb_reset_q_vectorToshiaki Makita
2015-05-07igb: Fix oops on changing number of ringsToshiaki Makita
2015-05-04igb: simplify and clean up igb_enable_mas()Todd Fujinaka
2015-03-29igb: Enable TSO for stacked vlanToshiaki Makita
2015-03-20igb: use netif_carrier_off earlier when bringing if downTodd Fujinaka
2015-01-22igb: Indicate failure on vf reset for empty mac addressAlexander Graf
2015-01-22igb: enable auxiliary PHC functions for the i210Richard Cochran
2015-01-22igb: enable internal PPS for the i210Richard Cochran
2015-01-22igb: refactor time sync interrupt handlingRichard Cochran
2015-01-22igb: Clean-up page reuse codeAlexander Duyck
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-11fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki
2014-12-05e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-23igb: Fixes needed for surprise removal supportCarolyn Wyborny
2014-11-16igb: use netdev_rss_key_fill() helperEric Dumazet
2014-11-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck
2014-10-30igb: don't reuse pages with pfmemalloc flagRoman Gushchin
2014-10-10igb: fix race accessing page->_countEric Dumazet
2014-10-02igb: bump version to 5.2.15Todd Fujinaka
2014-10-02i40e/igb: Convert to dev_consume_skb_any()Rick Jones
2014-10-02igb: remove blocking phy read from inside spinlockBernhard Kaindl