summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-25i40e: Implement configfs for NPAR BW configurationGreg Rose4-8/+369
2015-02-25i40e: Add NPAR BW get and set functionsGreg Rose5-1/+273
2015-02-25i40e: enable packet split only when IOMMU presentMitch Williams2-2/+7
2015-02-25i40evf: allow enabling of debug prints via ethtoolAshish Shah1-2/+4
2015-02-25i40e: Add method to keep track of current rxnfc settingsCarolyn Wyborny2-1/+12
2015-02-25i40e/i40evf: Use advertised speed settings in ethtool and refactor get_settingsCatherine Sullivan4-124/+173
2015-02-25i40e/i40evf: Fix output of i40e_debug_aq() for big endian machinesPaul M Stillwell Jr2-23/+37
2015-02-25net: via-rhine: add BQL supportTino Reichardt1-9/+20
2015-02-25ipv6: remove dead debug code from ip6_tunnel.cIan Morris1-6/+0
2015-02-25Merge branch 'bonding-next'David S. Miller3-7/+125
2015-02-25bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar3-7/+122
2015-02-25bonding: Verify RX LACPDU has proper dest mac-addrMahesh Bandewar1-0/+3
2015-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller38-1032/+2157
2015-02-24Merge branch 'bcmgenet-next'David S. Miller2-72/+63
2015-02-24net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNTPetri Gynther2-15/+16
2015-02-24net: bcmgenet: precalculate TxCB->bd_addrPetri Gynther1-1/+8
2015-02-24net: bcmgenet: rework Tx queue initPetri Gynther1-46/+35
2015-02-24net: bcmgenet: bcmgenet_init_tx_ring() cleanupPetri Gynther1-14/+8
2015-02-24Merge branch 'pktgen-next'David S. Miller9-30/+553
2015-02-24pktgen: Correct documentation of module name and commandBen Hutchings1-2/+2
2015-02-24samples/pktgen: Show the results rather than just commenting where they areBen Hutchings8-16/+8
2015-02-24samples/pktgen: Trap SIGINTBen Hutchings8-0/+8
2015-02-24samples/pktgen: Use bash as interpreterBen Hutchings8-8/+8
2015-02-24samples/pktgen: Remove setting of obsolete max_before_softirq parameterBen Hutchings8-18/+0
2015-02-24samples/pktgen: Correct comments about the thread configBen Hutchings8-8/+9
2015-02-24samples/pktgen: Delete unused function pg()Ben Hutchings8-40/+0
2015-02-24samples/pktgen: Add sample scripts for pktgen facilityBen Hutchings9-6/+584
2015-02-24pktgen: Fix grammar errors and some poor wording in documentationBen Hutchings1-26/+30
2015-02-24pktgen: Delete the original date from documentationBen Hutchings1-2/+0
2015-02-24i40evf: don't wait foreverMitch Williams1-2/+13
2015-02-24i40evf: refactor resetMitch Williams1-10/+31
2015-02-24i40evf: disable NAPI polling soonerMitch Williams1-2/+1
2015-02-24i40e: Fix i40e_ndo_set_vf_spoofchkGreg Rose1-1/+2
2015-02-24i40e/i40evf: Bump Driver VersionsSravanthi Tangeda2-2/+2
2015-02-24i40e/i40evf: Remove unused variable an_enable and function update_link_infoCatherine Sullivan6-38/+6
2015-02-24i40e: Fix the EMPR interrupt received handlingAnjali Singhai Jain2-4/+3
2015-02-24i40e/i40evf: i40e_register.h updatesAnjali Singhai Jain4-74/+50
2015-02-24i40e: Use #define for the VSI connection typeNeerav Parikh2-4/+4
2015-02-24i40e/i40evf: restrict VC opcodes to their initial valuesNicholas Nunley2-44/+40
2015-02-24i40e/i40evf: Refactor the receive routinesMitch Williams6-214/+651
2015-02-24i40e: rename debugfs clear_stats optionShannon Nelson1-5/+9
2015-02-24i40e: update Shadow RAM read/write functionsKamil Krawczyk2-27/+71
2015-02-24igbvf: cleanup msleep() and min/max() usageJeff Kirsher2-6/+6
2015-02-24igbvf: Fix code comments and whitespaceJeff Kirsher9-516/+500
2015-02-24e1000e: initial support for i219David Ertman9-83/+768
2015-02-23Merge branch 'be2net-next'David S. Miller3-410/+303
2015-02-23be2net: move be_func_init() call inside be_setup()Sathya Perla1-46/+42
2015-02-23be2net: refactor adapter resource cleanup sequence into be_cleanup()Kalesh AP1-24/+16
2015-02-23be2net: refactor adapter resource initialzation sequence into be_resume()Kalesh AP1-35/+21
2015-02-23be2net: remove code duplication relating to Lancer reset sequenceSathya Perla2-117/+55