aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-17ixgbe: fix dates on header of ixgbe_model.hJohn Fastabend1-1/+1
2016-02-17ixgbe: use u32 instead of __u32 in model headerJohn Fastabend1-9/+9
2016-02-17i40e: use eth_platform_get_mac_address()Sowmini Varadhan1-18/+1
2016-02-17i40e: add priv flag for automatic rule evictionAnjali Singhai Jain5-2/+21
2016-02-17i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devicesAnjali Singhai1-1/+14
2016-02-17i40e/i40evf: bump version to 1.4.12/1.4.8Jesse Brandeburg2-2/+2
2016-02-17i40e: avoid large memcpy by assigning structJacob Keller1-3/+5
2016-02-17i40e: count allocation errorsJesse Brandeburg1-0/+2
2016-02-17i40e: drop unused functionJesse Brandeburg2-17/+0
2016-02-17i40e: negate PHY int mask bitsShannon Nelson1-8/+8
2016-02-17i40e: APIs to Add/remove port mirroring rulesKiran Patil2-0/+174
2016-02-17i40e: fix: do not sleep in netdev_opsJesse Brandeburg1-1/+10
2016-02-17i40e: allocate memory saferJesse Brandeburg1-2/+2
2016-02-17i40e: do TSO only if CHECKSUM_PARTIAL is setShannon Nelson2-0/+6
2016-02-17i40e: fix bug in dma syncJesse Brandeburg2-8/+8
2016-02-17i40e: trivial: fix missing spaceJesse Brandeburg1-1/+1
2016-02-17i40e: trivial: drop duplicate definitionJesse Brandeburg1-2/+0
2016-02-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller15-43/+138
2016-02-17net: ixgbe: abort with cls u32 divisor groups greater than 1John Fastabend2-0/+32
2016-02-17net: ixgbe: add support for tc_u32 offloadJohn Fastabend3-30/+213
2016-02-17net: ixgbe: add minimal parser details for ixgbeJohn Fastabend1-0/+112
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend4-11/+16
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend5-9/+33
2016-02-16i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7Catherine Sullivan2-2/+2
2016-02-16i40e: trivial: remove unnecessary local varJesse Brandeburg1-3/+2
2016-02-16i40e: remove VF device IDs from PFJesse Brandeburg2-12/+0
2016-02-16i40e: add netdev info to VSI dumpShannon Nelson1-8/+16
2016-02-16i40evf: enable bus master after resetMitch Williams1-0/+1
2016-02-16i40e: add a little more to an NVM update debug messageShannon Nelson1-2/+3
2016-02-16i40e: refactor DCB functionJesse Brandeburg1-4/+11
2016-02-16i40e: add 20G speed for Tx bandwidth calculationsMitch Williams1-0/+3
2016-02-16i40e: add counter for arq overflowsMitch Williams3-0/+3
2016-02-16i40e: fix write-back-on-itr to work with legacy itrAnjali Singhai Jain2-6/+15
2016-02-16i40e: Store lan_vsi_idx and lan_vsi_id in the right sizePandi Maharajan1-2/+2
2016-02-16i40e: Bump AQ minor version to 1.5 for new FW featuresShannon Nelson2-2/+2
2016-02-16i40e: AQ thermal sensor control structShannon Nelson2-0/+34
2016-02-16i40e: AQ Add VXLAN-GPE tunnel typeShannon Nelson2-0/+6
2016-02-16i40e: AQ Add set_switch_configShannon Nelson2-2/+28
2016-02-16i40e: AQ Shared resource flagsShannon Nelson2-0/+10
2016-02-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-439/+637
2016-02-16fm10k: don't reinitialize RSS flow table when RXFH configuredKeller, Jacob E1-2/+8
2016-02-15igb: Add workaround for VLAN tag stripping on 82576Alexander Duyck2-12/+16
2016-02-15igb: Enable use of "bridge fdb add" to set unicast table entriesAlexander Duyck1-9/+30
2016-02-15igb: Drop unnecessary checks in transmit pathAlexander Duyck1-10/+0
2016-02-15igb: Add support for VLAN promiscuous with SR-IOV and NTUPLEAlexander Duyck2-72/+242
2016-02-15igb: Clean-up configuration of VF port VLANsAlexander Duyck1-71/+110
2016-02-15igb: Merge VLVF configuration into igb_vfta_setAlexander Duyck3-92/+135
2016-02-15igb: Always enable VLAN 0 even if 8021q is not loadedAlexander Duyck1-2/+3
2016-02-15igb: Do not factor VLANs into RLPML calculationAlexander Duyck2-42/+2
2016-02-15igb: Allow asymmetric configuration of MTU versus Rx frame sizeAlexander Duyck2-68/+42