summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb
AgeCommit message (Expand)AuthorLines
2015-01-22igb: Indicate failure on vf reset for empty mac addressAlexander Graf-2/+6
2015-01-22igb: enable auxiliary PHC functions for the i210Richard Cochran-6/+276
2015-01-22igb: enable internal PPS for the i210Richard Cochran-5/+45
2015-01-22igb: serialize access to the time sync interrupt registersRichard Cochran-3/+7
2015-01-22igb: refactor time sync interrupt handlingRichard Cochran-30/+19
2015-01-22igb: Clean-up page reuse codeAlexander Duyck-19/+16
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-2/+2
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-01-02igb: convert to CYCLECOUNTER_MASK macro.Richard Cochran-3/+2
2014-12-31igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller-0/+1
2014-12-31igb: Remove unneeded FIXMETodd Fujinaka-1/+1
2014-12-30net: igb: convert to timecounter adjtime.Richard Cochran-6/+1
2014-12-30time: move the timecounter/cyclecounter code into its own file.Richard Cochran-1/+1
2014-12-11fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck-3/+3
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-25/+24
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck-2/+1
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry-2/+14
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck-14/+5
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki-5/+1
2014-12-05e1000e / igb / PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki-5/+1
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+16
2014-11-23igb: Fixes needed for surprise removal supportCarolyn Wyborny-7/+16
2014-11-16igb: use netdev_rss_key_fill() helperEric Dumazet-6/+3
2014-11-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck-1/+1
2014-10-30igb: don't reuse pages with pfmemalloc flagRoman Gushchin-1/+5
2014-10-10igb: fix race accessing page->_countEric Dumazet-4/+3
2014-10-02igb: bump version to 5.2.15Todd Fujinaka-1/+1
2014-10-02i40e/igb: Convert to dev_consume_skb_any()Rick Jones-1/+1
2014-10-02igb: remove blocking phy read from inside spinlockBernhard Kaindl-18/+0
2014-09-06igb: add flags to set eee advertisement modeTodd Fujinaka-18/+49
2014-09-05igb: use new eth_get_headlen interfaceAlexander Duyck-108/+1
2014-08-28igb: flush when in xmit_more mode and under descriptor pressureDavid S. Miller-39/+39
2014-08-25net: Remove ndo_xmit_flush netdev operation, use signalling instead.David S. Miller-24/+12
2014-08-24igb: Support netdev_ops->ndo_xmit_flush()David S. Miller-11/+24
2014-07-24igb: bump igb version to 5.2.13Todd Fujinaka-2/+2
2014-07-24igb: Add message when malformed packets detected by hwCarolyn Wyborny-0/+26
2014-07-20igb: remove unnecessary break after returnFabian Frederick-1/+0
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+115
2014-07-13igb: remove unnecessary break after gotoFabian Frederick-1/+0
2014-07-10igb: do a reset on SR-IOV re-init if device is downStefan Assmann-0/+2
2014-07-10igb: Workaround for i210 Errata 25: Slow System ClockTodd Fujinaka-8/+113
2014-07-01igb: bring link up when PHY is powered upTodd Fujinaka-0/+2
2014-06-11igb: separate hardware setting from the set_ts_config ioctlJacob Keller-12/+38
2014-06-11igb: unhide invariant returnsTodd Fujinaka-74/+66
2014-06-06net: use ethtool_cmd_speed_set helper to set ethtool speed valueJiri Pirko-5/+7
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko-2/+2
2014-06-03igb: add defaults for i210 TX/RX PBSIZETodd Fujinaka-0/+13
2014-06-03igb: use mac loopback for i354 backplaneTodd Fujinaka-2/+2
2014-06-03igb: rename igb_ptp_enable to igb_ptp_feature_enableJacob Keller-5/+5
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller-4/+5