summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i40e: Implement configfs for NPAR BW configurationGreg Rose2015-02-254-8/+369
* i40e: Add NPAR BW get and set functionsGreg Rose2015-02-255-1/+273
* i40e: enable packet split only when IOMMU presentMitch Williams2015-02-252-2/+7
* i40evf: allow enabling of debug prints via ethtoolAshish Shah2015-02-251-2/+4
* i40e: Add method to keep track of current rxnfc settingsCarolyn Wyborny2015-02-252-1/+12
* i40e/i40evf: Use advertised speed settings in ethtool and refactor get_settingsCatherine Sullivan2015-02-254-124/+173
* i40e/i40evf: Fix output of i40e_debug_aq() for big endian machinesPaul M Stillwell Jr2015-02-252-23/+37
* net: via-rhine: add BQL supportTino Reichardt2015-02-241-9/+20
* ipv6: remove dead debug code from ip6_tunnel.cIan Morris2015-02-241-6/+0Star
* Merge branch 'bonding-next'David S. Miller2015-02-243-7/+125
|\
| * bonding: Implement port churn-machine (AD standard 43.4.17).Mahesh Bandewar2015-02-243-7/+122
| * bonding: Verify RX LACPDU has proper dest mac-addrMahesh Bandewar2015-02-241-0/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-02-2438-1032/+2157
|\
| * i40evf: don't wait foreverMitch Williams2015-02-241-2/+13
| * i40evf: refactor resetMitch Williams2015-02-241-10/+31
| * i40evf: disable NAPI polling soonerMitch Williams2015-02-241-2/+1Star
| * i40e: Fix i40e_ndo_set_vf_spoofchkGreg Rose2015-02-241-1/+2
| * i40e/i40evf: Bump Driver VersionsSravanthi Tangeda2015-02-242-2/+2
| * i40e/i40evf: Remove unused variable an_enable and function update_link_infoCatherine Sullivan2015-02-246-38/+6Star
| * i40e: Fix the EMPR interrupt received handlingAnjali Singhai Jain2015-02-242-4/+3Star
| * i40e/i40evf: i40e_register.h updatesAnjali Singhai Jain2015-02-244-74/+50Star
| * i40e: Use #define for the VSI connection typeNeerav Parikh2015-02-242-4/+4
| * i40e/i40evf: restrict VC opcodes to their initial valuesNicholas Nunley2015-02-242-44/+40Star
| * i40e/i40evf: Refactor the receive routinesMitch Williams2015-02-246-214/+651
| * i40e: rename debugfs clear_stats optionShannon Nelson2015-02-241-5/+9
| * i40e: update Shadow RAM read/write functionsKamil Krawczyk2015-02-242-27/+71
| * igbvf: cleanup msleep() and min/max() usageJeff Kirsher2015-02-242-6/+6
| * igbvf: Fix code comments and whitespaceJeff Kirsher2015-02-249-516/+500Star
| * e1000e: initial support for i219David Ertman2015-02-249-83/+768
* | Merge branch 'bcmgenet-next'David S. Miller2015-02-242-72/+63Star
|\ \
| * | net: bcmgenet: rename bcmgenet_hw_params->bds_cnt and GENET_DEFAULT_BD_CNTPetri Gynther2015-02-242-15/+16
| * | net: bcmgenet: precalculate TxCB->bd_addrPetri Gynther2015-02-241-1/+8
| * | net: bcmgenet: rework Tx queue initPetri Gynther2015-02-241-46/+35Star
| * | net: bcmgenet: bcmgenet_init_tx_ring() cleanupPetri Gynther2015-02-241-14/+8Star
|/ /
* | Merge branch 'pktgen-next'David S. Miller2015-02-249-30/+553
|\ \ | |/ |/|
| * pktgen: Correct documentation of module name and commandBen Hutchings2015-02-241-2/+2
| * samples/pktgen: Show the results rather than just commenting where they areBen Hutchings2015-02-248-16/+8Star
| * samples/pktgen: Trap SIGINTBen Hutchings2015-02-248-0/+8
| * samples/pktgen: Use bash as interpreterBen Hutchings2015-02-248-8/+8
| * samples/pktgen: Remove setting of obsolete max_before_softirq parameterBen Hutchings2015-02-248-18/+0Star
| * samples/pktgen: Correct comments about the thread configBen Hutchings2015-02-248-8/+9
| * samples/pktgen: Delete unused function pg()Ben Hutchings2015-02-248-40/+0Star
| * samples/pktgen: Add sample scripts for pktgen facilityBen Hutchings2015-02-249-6/+584
| * pktgen: Fix grammar errors and some poor wording in documentationBen Hutchings2015-02-241-26/+30
| * pktgen: Delete the original date from documentationBen Hutchings2015-02-241-2/+0Star
|/
* Merge branch 'be2net-next'David S. Miller2015-02-233-410/+303Star
|\
| * be2net: move be_func_init() call inside be_setup()Sathya Perla2015-02-231-46/+42Star
| * be2net: refactor adapter resource cleanup sequence into be_cleanup()Kalesh AP2015-02-231-24/+16Star
| * be2net: refactor adapter resource initialzation sequence into be_resume()Kalesh AP2015-02-231-35/+21Star
| * be2net: remove code duplication relating to Lancer reset sequenceSathya Perla2015-02-232-117/+55Star