aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-20tun: Rename a jump label in update_filter()Markus Elfring1-3/+2
2016-08-20tun: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-8/+3
2016-08-20Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-231/+367
2016-08-19hv_netvsc: Implement batching of receive completionsHaiyang Zhang3-33/+160
2016-08-19i40evf: Open RDMA Client after resetAvinash Dayanand1-0/+2
2016-08-19i40e/i40evf: Fix indentationJeff Kirsher2-92/+96
2016-08-19i40e: Correcting mutex usage in client codeAvinash Dayanand1-0/+1
2016-08-19i40e: Remove XSTRINGIFY macro definitions and usesJoe Perches2-7/+3
2016-08-19i40e: Initialize pointer in client_release functionHarshitha Ramamurthy1-2/+2
2016-08-19i40e: Check client is open before calling client opsCatherine Sullivan1-0/+25
2016-08-19i40e: use matching format identifiersHeinrich Schuchardt1-13/+13
2016-08-19i40e: Add support for HMC resource and profile for X722Carolyn Wyborny2-0/+42
2016-08-19i40e: Fix byte ordering in ARP NS code for X722Carolyn Wyborny2-34/+42
2016-08-19i40e: refactor tail_bump checkCarolyn Wyborny2-8/+4
2016-08-19i40evf: report link speedMitch Williams3-12/+70
2016-08-19i40e: use alloc_workqueue instead of create_singlethread_workqueueJacob Keller2-2/+4
2016-08-19i40e: use configured RSS key and lookup table in i40e_vsi_config_rssJacob Keller1-4/+17
2016-08-19i40e: fix broken i40e_config_rss_aq functionJacob Keller1-34/+23
2016-08-19i40e: move i40e_vsi_config_rss below i40e_get_rss_aqJacob Keller1-27/+27
2016-08-19qed: utilize FW 8.10.10.0Yuval Mintz9-594/+933
2016-08-19Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller4-19/+15
2016-08-19net: dsa: bcm_sf2: Remove probing through old DSA bindingFlorian Fainelli1-15/+0
2016-08-19net: dsa: bcm_sf2: Use device managed helpersFlorian Fainelli1-23/+13
2016-08-19net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli1-60/+118
2016-08-19dsa: mv88e6xxx: Make mv88e6xxx_wait() timeout verboseAndrew Lunn1-0/+1
2016-08-19dsa: mv88e6xxx: Use mv88e6xx_wait in mv88e6xxx_update()Andrew Lunn1-12/+4
2016-08-19dsa: mv88e6xxx: Timeout based on iterations, not timeAndrew Lunn1-9/+6
2016-08-19net: phy: Kconfig: Remove redundant "Support for"Andrew Lunn1-35/+35
2016-08-19net: phy: Sort Makefile and KconfigAndrew Lunn2-250/+253
2016-08-19ibmvnic: Handle backing device failover and reinitializationThomas Falcon2-2/+34
2016-08-19net: hns: Add reset function support for RoCE driveroulijun4-0/+162
2016-08-19crypto: Added Chelsio Menu to the Kconfig fileHariprasad Shenai4-0/+26
2016-08-18chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai5-0/+2519
2016-08-18cxgb4: Register changes and fw defines for cryptoHariprasad Shenai2-0/+561
2016-08-18cxgb4: Add support for dynamic allocation of resources for ULDHariprasad Shenai7-50/+759
2016-08-18atm: fore200e: Do not drop const qualifierLABBE Corentin1-3/+3
2016-08-18net: bgmac: make it clear when setting interface type to RMIIRafał Miłecki1-1/+2
2016-08-18net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki3-1/+62
2016-08-18net: ethernet: nuvoton: fix spelling mistake: "aligment" -> "alignment"Colin Ian King1-1/+1
2016-08-18xen-netback: create a debugfs node for hash informationPaul Durrant3-2/+107
2016-08-18sfc: avoid division by zeroEdward Cree1-1/+0
2016-08-18qede: Fix forcing high speedsYuval Mintz1-2/+2
2016-08-18qed*: Fix pause settingYuval Mintz1-1/+1
2016-08-18ixgbe: use atomic bitwise operations when handling reset requestsEmil Tantilov2-10/+8
2016-08-18ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-18ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov2-7/+5
2016-08-18ixgbe: only check Tx queue enablement when debuggingEmil Tantilov1-1/+1
2016-08-18igb: fix error code in igb_add_ethtool_nfc_entry()Gangfeng Huang1-1/+1
2016-08-18igb: support RX flow classification by VLAN priorityGangfeng Huang4-7/+92
2016-08-18igb: support RX flow classification by ethertypeGangfeng Huang4-6/+101