summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hns3-a-few-code-improvements'David S. Miller2018-07-0214-435/+395
|\
| * net: hns3: modify hnae_ to hnae3_Peng Li2018-07-0211-336/+343
| * net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan2018-07-023-49/+28
| * net: hns3: give default option while dependency HNS3 setHuazhong Tan2018-07-021-6/+9
| * net: hns3: remove some unused members of some structuresHuazhong Tan2018-07-024-5/+0
| * net: hns3: remove a redundant hclge_cmd_csq_doneHuazhong Tan2018-07-021-6/+6
| * net: hns3: simplify hclge_cmd_csq_cleanHuazhong Tan2018-07-021-16/+5
| * net: hns3: remove some redundant assignmentsHuazhong Tan2018-07-022-10/+0
| * net: hns3: remove useless code in hclge_cmd_sendHuazhong Tan2018-07-021-4/+2
| * net: hns3: remove unused hclge_ring_to_dma_dirHuazhong Tan2018-07-021-2/+1
|/
* atm: zatm: remove redundant pointer zatm_devColin Ian King2018-07-021-2/+0
* net: phy: realtek: add support for RTL8211CHeiner Kallweit2018-07-021-0/+17
* net sched actions: add extack messages in pedit actionRoman Mashak2018-07-021-4/+12
* TTY: isdn: Replace strncpy with memcpyGuenter Roeck2018-07-021-2/+2
* net: phy: realtek: add missing entry for RTL8211 to mdio_device_id tableHeiner Kallweit2018-07-021-0/+1
* net: expose sk wmem in sock_exceed_buf_limit tracepointYafang Shao2018-07-022-7/+29
* r8169: remove old PHY reset hackHeiner Kallweit2018-07-021-56/+1
* netdevsim: fix sa_idx out of bounds checkColin Ian King2018-07-021-1/+1
* Merge branch 'xps-symmretric-queue-selection'David S. Miller2018-07-0210-109/+505
|\
| * Documentation: Add explanation for XPS using Rx-queue(s) mapAmritha Nambiar2018-07-022-11/+61
| * net-sysfs: Add interface for Rx queue(s) map per Tx queueAmritha Nambiar2018-07-021-0/+83
| * net: Enable Tx queue selection based on Rx queuesAmritha Nambiar2018-07-022-17/+55
| * net: Record receive queue number for a connectionAmritha Nambiar2018-07-024-0/+34
| * net: sock: Change tx_queue_mapping in sock_common to unsigned shortAmritha Nambiar2018-07-021-3/+11
| * net: Use static_key for XPS mapsAmritha Nambiar2018-07-021-6/+25
| * net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar2018-07-024-80/+244
|/
* Merge branch 'mlxsw-Add-resource-scale-tests'David S. Miller2018-06-3012-4/+974
|\
| * selftests: mlxsw: Add scale test for resourcesYuval Mintz2018-06-301-0/+55
| * selftests: mlxsw: Add target for mirror-to-gretap test on spectrumPetr Machata2018-06-301-0/+13
| * selftests: mlxsw: Add scale test for mirror-to-gretapPetr Machata2018-06-301-0/+197
| * selftests: mlxsw: Add target for tc flower test on spectrumPetr Machata2018-06-301-0/+19
| * selftests: mlxsw: Add tc flower scale testPetr Machata2018-06-301-0/+134
| * selftests: mlxsw: Add target for router test on spectrumYuval Mintz2018-06-301-0/+18
| * selftests: mlxsw: Add router testArkadi Sharshevsky2018-06-301-0/+167
| * selftests: mlxsw: Add devlink KVD resource testYuval Mintz2018-06-301-0/+117
| * selftests: mlxsw: Add devlink_lib_spectrum.shPetr Machata2018-06-302-0/+120
| * selftests: forwarding: Add devlink_lib.shPetr Machata2018-06-301-0/+108
| * selftests: forwarding: lib: Parameterize NUM_NETIFS in two functionsPetr Machata2018-06-301-2/+6
| * selftests: forwarding: lib: Add check_err_fail()Petr Machata2018-06-301-0/+13
| * selftests: forwarding: Allow lib.sh sourcing from other directoriesYuval Mintz2018-06-301-2/+7
|/
* Merge branch 'nfp-flower-updates-and-netconsole'David S. Miller2018-06-308-68/+178
|\
| * nfp: flower: enabled offloading of Team LAGJohn Hurley2018-06-301-2/+3
| * nfp: flower: offload tos and tunnel flags for ipv4 udp tunnelsJohn Hurley2018-06-302-2/+11
| * nfp: flower: extract ipv4 udp tunnel ttl from routeJohn Hurley2018-06-301-1/+18
| * nfp: flower: ignore checksum actions when performing pedit actionsPieter Jansen van Vuuren2018-06-301-8/+72
| * nfp: populate bus-info on representorsJakub Kicinski2018-06-301-5/+3
| * nfp: make use of napi_consume_skb()Jakub Kicinski2018-06-301-5/+6
| * nfp: implement netpoll ndo (thus enabling netconsole)Jakub Kicinski2018-06-301-0/+18
| * nfp: fail probe if serial or interface id is missingJakub Kicinski2018-06-303-14/+28
| * nfp: expose ring stats of inactive rings via ethtoolJakub Kicinski2018-06-301-31/+19
|/