aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-23hv_netvsc: make device_remove voidStephen Hemminger2-3/+2
2016-08-23hv_netvsc: use ARRAY_SIZE() for NDIS versionsStephen Hemminger1-3/+4
2016-08-23hv_netvsc: make inline functions staticStephen Hemminger1-1/+84
2016-08-23hv_netvsc: style cleanupsStephen Hemminger3-30/+3
2016-08-23hv_netvsc: use kcallocStephen Hemminger1-2/+2
2016-08-23hv_netvsc: make RSS hash key staticStephen Hemminger2-3/+2
2016-08-23hv_netvsc: fix rtnl locking in callbackStephen Hemminger1-4/+1
2016-08-23Merge tag 'shared-for-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdmaDavid S. Miller34-1682/+1249
2016-08-23net: ethernet: ti: cpsw: add ethtool channels supportIvan Khoronzhuk1-0/+180
2016-08-23net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to internalsIvan Khoronzhuk4-19/+18
2016-08-23net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk3-105/+210
2016-08-23net: ethernet: ti: davinci_cpdma: fix locking while ctrl_stopIvan Khoronzhuk1-0/+2
2016-08-23net: ethernet: ti: davinci_cpdma: split descs num between all channelsIvan Khoronzhuk3-27/+83
2016-08-22net: mv88e6xxx: Enable PORT_CONTROL_FORWARD_UNKNOWN for DSA-tagged CPU portsJamie Lentin1-2/+2
2016-08-22dsa: mv88e6xxx: Delete ppu timer when removing moduleAndrew Lunn1-0/+13
2016-08-22net: dsa: mv88e6xxx: Fix support for DSA tagging for older switches.Andrew Lunn3-27/+31
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn4-4/+24
2016-08-22cxgb4: add support for tx max rate limitingRahul Lakkireddy3-0/+105
2016-08-22cxgb4: add support for per queue tx schedulingRahul Lakkireddy3-0/+347
2016-08-22cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy7-5/+438
2016-08-22qed: Change locking scheme for VF channelYuval Mintz1-34/+90
2016-08-22qed*: Add support for VFs over legacy PFsYuval Mintz5-20/+106
2016-08-22qed: Prevent VFs from pause floodingYuval Mintz3-0/+6
2016-08-22qed: Add support for legacy VFsYuval Mintz4-25/+104
2016-08-22net: phy: Add missing of_node_put() in xgmiitorgmii_probe()Wei Yongjun1-0/+1
2016-08-22mlx5/core: Use memdup_user() rather than duplicating its implementationMarkus Elfring1-14/+3
2016-08-21cxgb4: Simplify the return expressionWei Yongjun1-6/+1
2016-08-20net: ethernet: renesas: ravb: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-7/+9
2016-08-20net: ethernet: renesas: ravb: use phydev from struct net_devicePhilippe Reynes2-18/+12
2016-08-20ixgbe: Add support for new X557 deviceDon Skidmore4-0/+11
2016-08-20ixgbe: add device to MDIO speed settingDon Skidmore1-0/+2
2016-08-20ixgbe: Fix led interface for X557 devicesDon Skidmore2-2/+53
2016-08-20ixgbe: add support for geneve Rx offloadEmil Tantilov3-51/+134
2016-08-20ixgbevf: fix incorrect MAC address on loadEmil Tantilov1-7/+14
2016-08-20ixgbe: report correct media type for KR, KX and KX4 interfacesVeola Nazareth1-1/+3
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