summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-023-4/+4
|\
| * net: phy: dp83848: Fix TypoAndrew F. Davis2017-03-241-1/+1
| * net: fec: Fix typo in error msg and commentPeter Meerwald-Stadler2017-03-241-2/+2
| * treewide: Fix typos in printkMasanari Iida2017-03-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-02827-31533/+79566
|\ \
| * | net: thunderx: Optimize page recycling for XDPSunil Goutham2017-05-022-7/+51
| * | net: thunderx: Support for XDP header adjustmentSunil Goutham2017-05-022-17/+55
| * | net: thunderx: Add support for XDP_TXSunil Goutham2017-05-023-27/+160
| * | net: thunderx: Add support for XDP_DROPSunil Goutham2017-05-023-25/+79
| * | net: thunderx: Add basic XDP supportSunil Goutham2017-05-025-19/+199
| * | net: thunderx: Cleanup receive buffer allocationSunil Goutham2017-05-021-9/+9
| * | net: thunderx: Optimize CQE_TX handlingSunil Goutham2017-05-022-28/+21
| * | net: thunderx: Optimize RBDR descriptor handlingSunil Goutham2017-05-022-13/+5
| * | net: thunderx: Support for page recyclingSunil Goutham2017-05-024-20/+119
| * | qed*: Fix issues in the ptp filter config implementation.sudarsana.kalluru@cavium.com2017-05-022-37/+81
| * | qede: Fix concurrency issue in PTP Tx path processing.sudarsana.kalluru@cavium.com2017-05-022-2/+7
| * | stmmac: Add support for SIMATIC IOT2000 platformJan Kiszka2017-05-021-1/+25
| * | net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li2017-05-024-4/+4
| * | net: dsa: mv88e6xxx: add VTU support for 88E6390Vivien Didelot2017-05-013-0/+146
| * | net: dsa: mv88e6xxx: support the VTU Page bitVivien Didelot2017-05-012-0/+8
| * | net: dsa: mv88e6xxx: simplify VTU entry getterVivien Didelot2017-05-011-38/+24
| * | net: dsa: mv88e6xxx: make VTU helpers staticVivien Didelot2017-05-012-48/+24
| * | net: dsa: mv88e6xxx: add VTU Load/Purge operationVivien Didelot2017-05-014-57/+103
| * | net: dsa: mv88e6xxx: add VTU GetNext operationVivien Didelot2017-05-014-48/+99
| * | net: dsa: mv88e6xxx: load STU entry with VTU entryVivien Didelot2017-05-011-104/+4
| * | net: dsa: mv88e6xxx: get STU entry on VTU GetNextVivien Didelot2017-05-013-1/+25
| * | net: dsa: mv88e6xxx: move STU GetNext operationVivien Didelot2017-05-013-13/+23
| * | net: dsa: mv88e6xxx: move VTU Data accessorsVivien Didelot2017-05-013-81/+72
| * | net: dsa: mv88e6xxx: move generic VTU GetNextVivien Didelot2017-05-013-29/+33
| * | net: dsa: mv88e6xxx: move VTU VID accessorsVivien Didelot2017-05-013-34/+56
| * | net: dsa: mv88e6xxx: move VTU SID accessorsVivien Didelot2017-05-013-13/+37
| * | net: dsa: mv88e6xxx: move VTU FID accessorsVivien Didelot2017-05-013-5/+31
| * | net: dsa: mv88e6xxx: move VTU flushVivien Didelot2017-05-013-16/+26
| * | net: dsa: mv88e6xxx: move VTU Operation accessorsVivien Didelot2017-05-014-29/+47
| * | net: dsa: mv88e6xxx: split VTU entry data memberVivien Didelot2017-05-012-11/+13
| * | net: dsa: mv88e6xxx: add max VID to infoVivien Didelot2017-05-012-20/+31
| * | mlxsw: spectrum_router: Simplify VRF enslavementIdo Schimmel2017-05-013-131/+63
| * | Merge tag 'mlx5-updates-2017-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-05-0113-262/+1073
| |\ \
| | * | net/mlx5: E-Switch, Avoid redundant memory allocationEli Cohen2017-04-302-19/+10
| | * | net/mlx5e: Disable HW LRO when PCI is slower than link on striding RQEran Ben Elisha2017-04-301-7/+14
| | * | net/mlx5e: Use u8 as ownership type in mlx5e_get_cqe()Tariq Toukan2017-04-301-2/+2
| | * | net/mlx5e: Use prefetchw when a write is to followTariq Toukan2017-04-301-1/+1
| | * | net/mlx5e: Optimize poll ICOSQ completion queueTariq Toukan2017-04-301-29/+33
| | * | net/mlx5e: Act on delay probe time updatesHadar Hen Zion2017-04-301-0/+39
| | * | net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion2017-04-306-2/+151
| | * | net/mlx5e: Add support to neighbour update flowHadar Hen Zion2017-04-305-43/+434
| | * | net/mlx5e: Add neighbour hash table to the representorsHadar Hen Zion2017-04-302-8/+129
| | * | net/mlx5e: Read neigh parameters with proper lockingHadar Hen Zion2017-04-301-6/+14
| | * | net/mlx5e: Use flag to properly monitor a flow rule offloading stateHadar Hen Zion2017-04-301-1/+7
| | * | net/mlx5e: Remove output device parameter from create encap header helpers de...Hadar Hen Zion2017-04-301-15/+14