aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: core: Change BUG to WARN in hwmon codeJiri Pirko2015-12-031-1/+1
* stmmac: ipq806x: Return error values instead of pointersStephen Boyd2015-12-031-13/+11
* mvneta: implement ethtool autonegotiation controlStas Sergeev2015-12-031-35/+74
* mvneta: consolidate autoneg enablingStas Sergeev2015-12-031-3/+13
* net: mv643xx: Use platform_register/unregister_drivers()Thierry Reding2015-12-031-12/+7
* net: mpc52xx: Use platform_register/unregister_drivers()Thierry Reding2015-12-031-13/+9
* net: bcm63xx: Use platform_register/unregister_drivers()Thierry Reding2015-12-031-20/+8
* net: bfin_mac: Use platform_register/unregister_drivers()Thierry Reding2015-12-031-7/+7
* pppox: use standard module auto-loading featureGuillaume Nault2015-12-033-2/+4
* VSOCK: Add Makefile and KconfigAsias He2015-12-033-0/+15
* VSOCK: Introduce vhost-vsock.koAsias He2015-12-032-0/+635
* ravb: add fallback compatibility stringsSimon Horman2015-12-031-0/+2
* ravb: ptp: Add CONFIG mode supportKazuya Mizuguchi2015-12-032-5/+29
* net: add driver for Netronome NFP4000/NFP6000 NIC VFsJakub Kicinski2015-12-0311-0/+4814
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2015-12-0311-203/+226
|\
| * i40e: trivial fixesJesse Brandeburg2015-12-033-20/+8
| * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evfCatherine Sullivan2015-12-032-2/+2
| * i40e/i40evf: use logical operatorMitch Williams2015-12-032-2/+2
| * i40e: fix whitespaceMitch Williams2015-12-031-2/+2
| * i40e: Remove separate functions gathering XOFF Rx statsNeerav Parikh2015-12-031-70/+7
| * i40e: remove CONFIG_I40E_VXLANJesse Brandeburg2015-12-033-20/+7
| * i40e: use priv flags to control packet splitJesse Brandeburg2015-12-032-0/+28
| * i40evf: use correct typesMitch Williams2015-12-031-1/+1
| * i40e: propagate properlyMitch Williams2015-12-032-51/+76
| * i40evf: don't use atomic allocationMitch Williams2015-12-031-6/+6
| * i40e: Fix memory leaks, sideband filter programmingKiran Patil2015-12-032-10/+19
| * i40e: Detection and recovery of TX queue hung logic moved to service_task fro...Kiran Patil2015-12-035-13/+64
| * i40evf: remove duplicate stringMitch Williams2015-12-031-1/+0
| * i40evf: set real num queuesMitch Williams2015-12-031-1/+2
| * i40evf: increase max number of queuesMitch Williams2015-12-032-4/+2
* | net/mlx5e: Add support for SR-IOV ndosSaeed Mahameed2015-12-031-1/+83
* | net/mlx5: E-Switch, Introduce get vf statisticsSaeed Mahameed2015-12-032-0/+70
* | net/mlx5: E-Switch, Introduce set vport vlan (VST mode)Saeed Mahameed2015-12-032-2/+134
* | net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport contextSaeed Mahameed2015-12-031-0/+11
* | net/mlx5: E-Switch, Introduce Vport administration functionsSaeed Mahameed2015-12-032-0/+69
* | net/mlx5: E-Switch, Add SR-IOV (FDB) supportSaeed Mahameed2015-12-034-80/+642
* | net/mlx5: E-Switch, Introduce FDB hardware capabilitiesSaeed Mahameed2015-12-031-0/+13
* | net/mlx5: Introducing E-Switch and l2 tableSaeed Mahameed2015-12-035-1/+654
* | net/mlx5e: Write vlan list into vport contextSaeed Mahameed2015-12-032-0/+53
* | net/mlx5e: Write UC/MC list and promisc mode into vport contextSaeed Mahameed2015-12-031-0/+87
* | net/mlx5: Introduce access functions to modify/query vport vlansSaeed Mahameed2015-12-031-0/+112
* | net/mlx5: Introduce access functions to modify/query vport promisc modeSaeed Mahameed2015-12-031-0/+62
* | net/mlx5: Introduce access functions to modify/query vport stateSaeed Mahameed2015-12-032-7/+56
* | net/mlx5: Introduce access functions to modify/query vport mac listsSaeed Mahameed2015-12-031-0/+119
* | net/mlx5: Update access functions to Query/Modify vport MAC addressSaeed Mahameed2015-12-032-12/+77
* | net/mlx5_core: Add base sriov supportEli Cohen2015-12-035-8/+291
* | net/mlx5_core: Modify enable/disable hca functionsEli Cohen2015-12-032-24/+23
* | alx: remove pointless assignmentJarod Wilson2015-12-031-1/+0
* | mlxsw: spectrum: Implement LAG tx enabled lower state changeJiri Pirko2015-12-031-2/+79
* | mlxsw: spectrum: Implement FDB add/remove/dump for LAGJiri Pirko2015-12-031-32/+150