aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-27i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang1-1/+1
2016-10-27i40e: disable MSI-X interrupts if we cannot reserve enough vectorsGuilherme G Piccoli1-0/+1
2016-10-27i40e: Fix configure TCs after initial DCB disableDavid Ertman2-27/+5
2016-10-27ixgbe: fix panic when using macvlan with l2-fwd-offload enabledEmil Tantilov1-4/+8
2016-10-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller2-1/+3
2016-10-03i40e: avoid NULL pointer dereference and recursive errors on early PCI errorGuilherme G Piccoli1-0/+6
2016-10-03i40e: fix sideband flow director vector allocationStefan Assmann1-2/+9
2016-10-03i40e: fix MSI-X vector redistribution if hw limit is reachedStefan Assmann1-16/+22
2016-10-03i40e: check if vectors are already depleted when doing VMDq allocationStefan Assmann1-11/+16
2016-10-02fm10k: wrap long line for alloc_workqueueJacob Keller1-1/+2
2016-10-02fm10k: use generic ethtool_op_get_ts_info callbackJacob Keller1-0/+1
2016-09-27igb: restore PPS signal on igb_ptp_resetJacob Keller2-1/+5
2016-09-27igb: bump version to igb-5.4.0Todd Fujinaka1-1/+1
2016-09-27igbvf: bump version to igbvf-2.4.0Todd Fujinaka1-1/+1
2016-09-27igb: fix non static symbol warningWei Yongjun1-2/+2
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller7-70/+280
2016-09-24i40e: don't configure zero-size RSS tableMitch Williams1-0/+2
2016-09-24i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck3-84/+3
2016-09-24i40e: Split Flow Director descriptor config into separate functionAlexander Duyck1-51/+64
2016-09-24i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck4-22/+30
2016-09-24i40e: Fix Flow Director raw_buf cleanupAlexander Duyck2-8/+8
2016-09-24i40evf: enable adaptive interrupt throttlingMitch Williams1-5/+11
2016-09-24i40e: Increase minimum number of allocated VSIAkeem Abodunrin1-1/+1
2016-09-24i40e/i40evf: Changed version to 1.6.16Bimmy Pujari2-2/+2
2016-09-24i40e: removing unreachable codeHenry Tieman1-5/+1
2016-09-24i40e: check conflicting ntuple/sideband rules when re-enabling ATRJacob Keller1-3/+7
2016-09-24i40e: cleanup ATR auto_disable_flags useJacob Keller3-20/+17
2016-09-24i40e: add encap csum VF offload flagPreethi Banala2-0/+2
2016-09-24i40e: fix deleting mac filtersAlan Brady1-2/+2
2016-09-24i40e: Remove 100 Mbps SGMII support for X722Harshitha Ramamurthy1-1/+0
2016-09-24Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-45/+62
2016-09-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-40/+53
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh7-11/+28
2016-09-23ixgbe: reset before SRIOV init to avoid mailbox issuesEmil Tantilov1-1/+3
2016-09-23ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PFAlexander Duyck2-8/+11
2016-09-23ixgbe: Limit reporting of redirection table if SR-IOV is enabledAlexander Duyck1-1/+5
2016-09-23ixgbe: Allow setting multiple queues when SR-IOV is enabledAlexander Duyck1-2/+2
2016-09-23ixgbe: Use MDIO_PRTAD_NONE consistentlyMark Rustad2-3/+3
2016-09-23ixgbevf: add spinlocks for MTU change callsEmil Tantilov1-0/+4
2016-09-23ixgbe: Indicate support for pause frames in all casesMark Rustad1-0/+19
2016-09-23ixgbe: Resolve NULL reference by setting {read, write}_reg_mdiMark Rustad1-0/+2
2016-09-23ixgbe: make ixgbe_led_on/off_t_x550em staticEmil Tantilov1-2/+2
2016-09-23ixgbe: simplify the logic for setting VLAN filteringEmil Tantilov1-28/+11
2016-09-22i40evf: remove unnecessary error checking against i40e_shutdown_adminqLihong Yang1-2/+1
2016-09-22i40e: Limit TX descriptor count in cases where frag size is greater than 16KAlexander Duyck2-10/+4
2016-09-22i40evf: remove unnecessary error checking against i40evf_up_completeBimmy Pujari1-8/+3
2016-09-22i40evf: Fix link state event handlingSridhar Samudrala2-3/+11
2016-09-22i40e: avoid potential null pointer dereference when assigning lenColin Ian King1-1/+2
2016-09-22i40e: Fix for extra byte swap in tunnel setupCarolyn Wyborny1-3/+3
2016-09-22i40e: Fix to check for NULLCarolyn Wyborny1-1/+10