summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2017-02-07mlxsw: add psample dependency for spectrumArnd Bergmann1-0/+1
2017-02-06net/mlx5e: fix another maybe-uninitialized false-positiveArnd Bergmann1-2/+2
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit6-11/+11
2017-02-06net/mlx4_en: fix a conditionDan Carpenter1-1/+1
2017-02-06sfc: don't rearm interrupts if busy pollingBert Kenward1-2/+2
2017-02-06mlxsw: spectrum_router: Fix typo in commentIdo Schimmel1-1/+1
2017-02-06mlxsw: spectrum_router: Don't read 'nud_state' without lockIdo Schimmel1-1/+1
2017-02-06mlxsw: spectrum_router: Remove redundant checkIdo Schimmel1-8/+4
2017-02-06mlxsw: spectrum_router: Simplify neighbour reflectionIdo Schimmel3-134/+135
2017-02-06mlxsw: spectrum_router: Remove unused variableIdo Schimmel1-2/+0
2017-02-06mlxsw: spectrum_router: Use ordered workqueue for neigh updatesIdo Schimmel1-4/+4
2017-02-06mlxsw: core: Queue work immediately instead of delaying itIdo Schimmel3-8/+8
2017-02-06mlxsw: reg: Fix HTGT register lengthElad Raz1-1/+1
2017-02-06net: mvneta: implement .set_wol and .get_wolJingju Hou1-0/+21
2017-02-05aeroflex/greth: use napi_complete_done()Eric Dumazet1-1/+1
2017-02-05ibm/emac: use napi_complete_done()Eric Dumazet1-9/+9
2017-02-05qla3xxx: add GRO supportEric Dumazet1-17/+14
2017-02-05ks8695net: add GRO supportEric Dumazet1-6/+5
2017-02-05skge: use napi_complete_done()Eric Dumazet1-5/+3
2017-02-05ep93xx_eth: add GRO supportEric Dumazet1-23/+6
2017-02-05pcnet32: use napi_complete_done()Eric Dumazet1-8/+3
2017-02-05amd8111e: add GRO supportEric Dumazet1-92/+72
2017-02-05epic100: use napi_complete_done()Eric Dumazet1-24/+7
2017-02-058139cp: use napi_complete_done()Eric Dumazet1-9/+2
2017-02-058139too: use napi_complete_done()Eric Dumazet1-6/+2
2017-02-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller14-153/+129
2017-02-03enic: Remove local ndo_busy_poll() implementation.David S. Miller2-139/+5
2017-02-03ixgbevf: get rid of custom busy polling codeEric Dumazet3-215/+0
2017-02-03ixgbe: get rid of custom busy polling codeEric Dumazet4-224/+5
2017-02-03mlxsw: spectrum: Implement TC flower offloadJiri Pirko4-3/+331
2017-02-03mlxsw: spectrum: Introduce ACL core with simple TCAM implementationJiri Pirko6-8/+1769
2017-02-03mlxsw: resources: Add ACL related resourcesJiri Pirko1-2/+18
2017-02-03mlxsw: spectrum: Introduce basic set of flexible key blocksJiri Pirko1-0/+109
2017-02-03mlxsw: core: Introduce flexible actions supportJiri Pirko3-1/+753
2017-02-03mlxsw: core: Introduce flexible keys supportJiri Pirko3-1/+714
2017-02-03mlxsw: reg: Add Policy-Engine Extended Flexible Action RegisterJiri Pirko1-3/+36
2017-02-03mlxsw: reg: Add Policy-Engine Policy Based Switching RegisterJiri Pirko1-0/+31
2017-02-03mlxsw: reg: Add Policy-Engine Rules Copy RegisterJiri Pirko1-0/+77
2017-02-03mlxsw: reg: Add Policy-Engine Port Binding TableJiri Pirko1-0/+63
2017-02-03mlxsw: reg: Add Policy-Engine TCAM Entry Register Version 2Jiri Pirko1-0/+100
2017-02-03mlxsw: reg: Add Policy-Engine TCAM Allocation RegisterJiri Pirko1-0/+106
2017-02-03mlxsw: reg: Add Policy-Engine ACL Group Table registerJiri Pirko1-0/+54
2017-02-03mlxsw: reg: Add Policy-Engine ACL RegisterJiri Pirko1-2/+45
2017-02-03mlxsw: item: Add helpers for getting pointer into payload for char buffer itemJiri Pirko1-0/+19
2017-02-03mlxsw: item: Add 8bit item helpersJiri Pirko1-2/+77
2017-02-03cxgb4: get rid of custom busy poll codeEric Dumazet4-174/+6
2017-02-03myri10ge: get rid of custom busy poll codeEric Dumazet1-193/+4
2017-02-03be2net: get rid of custom busy poll codeEric Dumazet2-147/+9
2017-02-03hns_enet: use cpumask_var_t for on-stack maskArnd Bergmann1-10/+15
2017-02-03atl1e: add GRO supportEric Dumazet1-1/+1