summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: hns: fix port not available after testing loopbackKejian Yan2016-10-034-14/+7
* net: hns: delete repeat read fbd num after whileDaode Huang2016-10-031-13/+2
* net: hns: add fini_process for v2 napi processDaode Huang2016-10-031-7/+38
* net: hns: bug fix about setting coalsecs-usecs to 0Daode Huang2016-10-032-0/+20
* net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng2016-10-031-5/+18
* IB/hns: Add support of ACPI to the Hisilicon RoCE driverSalil2016-08-255-34/+136
* net: hns: Add support of ACPI to HNS driver RoCE Reset functionSalil2016-08-256-41/+92
* IB/hns: Fix return value check in hns_roce_get_cfg()Wei Yongjun2016-08-221-2/+2
* MAINTAINERS: Add maintainers for Hisilicon RoCE driveroulijun2016-08-221-0/+8
* IB/hns: Kconfig and Makefile for RoCE moduleoulijun2016-08-224-0/+20
* IB/hns: Add driver files for hns RoCE driveroulijun2016-08-2218-0/+10324
* devicetree: bindings: IB: Add binding document for Hisilicon RoCEoulijun2016-08-221-0/+107
* Revert "l2tp: Refactor the codes with existing macros instead of literal number"David S. Miller2016-08-221-4/+4
* cxgb4: Simplify the return expressionWei Yongjun2016-08-221-6/+1
* l2tp: Refactor the codes with existing macros instead of literal numberGao Feng2016-08-221-4/+4
* net: ethernet: renesas: ravb: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-08-211-7/+9
* net: ethernet: renesas: ravb: use phydev from struct net_devicePhilippe Reynes2016-08-212-18/+12
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-08-217-61/+217
|\
| * ixgbe: Add support for new X557 deviceDon Skidmore2016-08-214-0/+11
| * ixgbe: add device to MDIO speed settingDon Skidmore2016-08-211-0/+2
| * ixgbe: Fix led interface for X557 devicesDon Skidmore2016-08-212-2/+53
| * ixgbe: add support for geneve Rx offloadEmil Tantilov2016-08-213-51/+134
| * ixgbevf: fix incorrect MAC address on loadEmil Tantilov2016-08-211-7/+14
| * ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth2016-08-211-1/+3
|/
* Merge branch 'tun-cleanups'David S. Miller2016-08-211-11/+5
|\
| * tun: Rename a jump label in update_filter()Markus Elfring2016-08-211-3/+2
| * tun: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-211-8/+3
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-08-2113-231/+367
|\
| * i40evf: Open RDMA Client after resetAvinash Dayanand2016-08-201-0/+2
| * i40e/i40evf: Fix indentationJeff Kirsher2016-08-202-92/+96
| * i40e: Correcting mutex usage in client codeAvinash Dayanand2016-08-201-0/+1
| * i40e: Remove XSTRINGIFY macro definitions and usesJoe Perches2016-08-202-7/+3
| * i40e: Initialize pointer in client_release functionHarshitha Ramamurthy2016-08-201-2/+2
| * i40e: Check client is open before calling client opsCatherine Sullivan2016-08-201-0/+25
| * i40e: use matching format identifiersHeinrich Schuchardt2016-08-201-13/+13
| * i40e: Add support for HMC resource and profile for X722Carolyn Wyborny2016-08-202-0/+42
| * i40e: Fix byte ordering in ARP NS code for X722Carolyn Wyborny2016-08-202-34/+42
| * i40e: refactor tail_bump checkCarolyn Wyborny2016-08-202-8/+4
| * i40evf: report link speedMitch Williams2016-08-203-12/+70
| * i40e: use alloc_workqueue instead of create_singlethread_workqueueJacob Keller2016-08-202-2/+4
| * i40e: use configured RSS key and lookup table in i40e_vsi_config_rssJacob Keller2016-08-201-4/+17
| * i40e: fix broken i40e_config_rss_aq functionJacob Keller2016-08-201-34/+23
| * i40e: move i40e_vsi_config_rss below i40e_get_rss_aqJacob Keller2016-08-201-27/+27
* | samples/bpf: Add tunnel set/get tests.William Tu2016-08-204-0/+327
* | hv_netvsc: Implement batching of receive completionsHaiyang Zhang2016-08-203-33/+160
|/
* net/irda: remove pointless assignment/checkVegard Nossum2016-08-201-3/+0
* qed: utilize FW 8.10.10.0Yuval Mintz2016-08-2014-725/+1375
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-08-204-19/+15
|\
| * ixgbe: use atomic bitwise operations when handling reset requestsEmil Tantilov2016-08-192-10/+8
| * ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov2016-08-191-1/+1