summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* epic100: use napi_complete_done()Eric Dumazet2017-02-051-24/+7
* 8139cp: use napi_complete_done()Eric Dumazet2017-02-051-9/+2
* 8139too: use napi_complete_done()Eric Dumazet2017-02-051-6/+2
* virtio_net: exploit napi_complete_done() return valueEric Dumazet2017-02-041-5/+6
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-02-0414-153/+129
|\
| * i40e: add interrupt rate limit verbosityAlan Brady2017-02-021-3/+10
| * i40e: refactor macro INTRL_USEC_TO_REGAlan Brady2017-02-023-3/+16
| * i40e: remove unused functionMitch Williams2017-02-022-36/+0
| * i40e: Remove FPK HyperV VF device IDJayaprakash Shanmugam2017-02-022-2/+0
| * i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck2017-02-022-40/+54
| * i40e: remove unnecessary __packedTushar Dave2017-02-021-2/+2
| * i40evf: remove unused device IDMitch Williams2017-02-021-1/+0
| * i40e: Deprecating unused macroBimmy Pujari2017-02-024-18/+3
| * i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller2017-02-022-10/+7
| * i40e: avoid O(n^2) loop when deleting all filtersJacob Keller2017-02-023-2/+3
| * i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller2017-02-023-16/+18
| * i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlanJacob Keller2017-02-021-4/+1
| * i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller2017-02-022-13/+6
| * i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller2017-02-022-6/+12
* | enic: Remove local ndo_busy_poll() implementation.David S. Miller2017-02-032-139/+5
* | ixgbevf: get rid of custom busy polling codeEric Dumazet2017-02-033-215/+0
* | ixgbe: get rid of custom busy polling codeEric Dumazet2017-02-034-224/+5
* | mlxsw: spectrum: Implement TC flower offloadJiri Pirko2017-02-034-3/+331
* | mlxsw: spectrum: Introduce ACL core with simple TCAM implementationJiri Pirko2017-02-036-8/+1769
* | mlxsw: resources: Add ACL related resourcesJiri Pirko2017-02-031-2/+18
* | mlxsw: spectrum: Introduce basic set of flexible key blocksJiri Pirko2017-02-031-0/+109
* | mlxsw: core: Introduce flexible actions supportJiri Pirko2017-02-033-1/+753
* | mlxsw: core: Introduce flexible keys supportJiri Pirko2017-02-033-1/+714
* | mlxsw: reg: Add Policy-Engine Extended Flexible Action RegisterJiri Pirko2017-02-031-3/+36
* | mlxsw: reg: Add Policy-Engine Policy Based Switching RegisterJiri Pirko2017-02-031-0/+31
* | mlxsw: reg: Add Policy-Engine Rules Copy RegisterJiri Pirko2017-02-031-0/+77
* | mlxsw: reg: Add Policy-Engine Port Binding TableJiri Pirko2017-02-031-0/+63
* | mlxsw: reg: Add Policy-Engine TCAM Entry Register Version 2Jiri Pirko2017-02-031-0/+100
* | mlxsw: reg: Add Policy-Engine TCAM Allocation RegisterJiri Pirko2017-02-031-0/+106
* | mlxsw: reg: Add Policy-Engine ACL Group Table registerJiri Pirko2017-02-031-0/+54
* | mlxsw: reg: Add Policy-Engine ACL RegisterJiri Pirko2017-02-031-2/+45
* | mlxsw: item: Add helpers for getting pointer into payload for char buffer itemJiri Pirko2017-02-031-0/+19
* | mlxsw: item: Add 8bit item helpersJiri Pirko2017-02-031-2/+77
* | bonding: Remove unnecessary returned value checkZhu Yanjun2017-02-031-6/+4
* | cxgb4: get rid of custom busy poll codeEric Dumazet2017-02-034-174/+6
* | myri10ge: get rid of custom busy poll codeEric Dumazet2017-02-031-193/+4
* | be2net: get rid of custom busy poll codeEric Dumazet2017-02-032-147/+9
* | vxlan: support fdb and learning in COLLECT_METADATA modeRoopa Prabhu2017-02-031-71/+125
* | hns_enet: use cpumask_var_t for on-stack maskArnd Bergmann2017-02-031-10/+15
* | virtio_net: remove custom busy_pollEric Dumazet2017-02-031-41/+0
* | atl1e: add GRO supportEric Dumazet2017-02-031-1/+1
* | cxgb4: Fix uld_send() for ctrl pktsArjun V2017-02-031-3/+8
* | sfc-falcon: get rid of custom busy polling codeEric Dumazet2017-02-033-169/+1
* | sfc: get rid of custom busy polling codeEric Dumazet2017-02-033-169/+1
|/
* net: dsa: mv88e6xxx: Fix typ0 when configuring 2.5GbpsAndrew Lunn2017-02-021-1/+1