aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-02drivers: net: xgene: Get channel number from device bindingIyappan Subramanian1-1/+14
2016-05-02qede: add implementation for internal loopback test.Sudarsana Reddy Kalluru3-4/+242
2016-05-02qede: add support for selftests.Sudarsana Reddy Kalluru1-1/+55
2016-05-02qed: add infrastructure for device self tests.Sudarsana Reddy Kalluru9-1/+254
2016-05-02net: dsa: mv88e6xxx: replace ds with ps where possibleAndrew Lunn6-494/+511
2016-05-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller16-392/+137
2016-05-01mdio_bus: Fix MDIO bus scanning in __mdiobus_register()Marek Vasut1-1/+1
2016-05-01i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck4-6/+28
2016-05-01i40evf: make use of BIT() macro to avoid signed left shiftJacob Keller1-22/+22
2016-05-01i40e: make use of BIT() macro to prevent left shift of signed valuesJacob Keller1-28/+25
2016-05-01i40e/i40evf: fix I40E_MASK signed shift overflow warningsJacob Keller2-2/+2
2016-05-01i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10Harshitha Ramamurthy2-2/+2
2016-05-01i40e: Update device ids for X722Catherine Sullivan1-0/+1
2016-05-01i40e: Drop extra copy of functionJesse Brandeburg1-18/+0
2016-05-01i40e: Use consistent type for vf_idJesse Brandeburg3-9/+10
2016-05-01i40e: PTP - avoid aggregate return warningsJesse Brandeburg1-1/+2
2016-05-01i40e: Fix uninitialized variableCatherine Sullivan1-5/+1
2016-05-01i40evf: RSS Hash Option parametersCarolyn Wyborny1-199/+2
2016-05-01i40e: Remove HMC AQ API implementationNeerav Parikh5-88/+0
2016-05-01i40e: Prevent falling to promiscuous if the VF is not trustedAnjali Singhai Jain1-0/+6
2016-05-01i40e: Limit the number of MAC and VLAN addresses that can be added for VFsAnjali Singhai Jain2-2/+26
2016-05-01of: of_mdio: Check if MDIO bus controller is availableFlorian Fainelli1-0/+4
2016-05-01i40e: Change the default for VFs to be not privilegedAnjali Singhai Jain1-10/+10
2016-04-29net/mlx5e: Enabling aRFS mechanismMaor Gottlieb4-2/+127
2016-04-29net/mlx5e: Add accelerated RFS supportMaor Gottlieb2-1/+436
2016-04-29net/mlx5e: Create aRFS flow tablesMaor Gottlieb6-14/+313
2016-04-29net/mlx5: Initializing CPU reverse mappingMaor Gottlieb2-0/+21
2016-04-29net/mlx5e: Split the main flow steering tableMaor Gottlieb4-563/+462
2016-04-29net/mlx5e: Refactor mlx5e flow steering structsMaor Gottlieb5-154/+160
2016-04-29net/mlx5: Support different attributes for priorities in namespaceMaor Gottlieb1-12/+19
2016-04-29net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb5-38/+66
2016-04-29net/mlx5: Set number of allowed levels in priorityMaor Gottlieb2-30/+33
2016-04-29net/mlx5: Introduce modify flow rule destinationMaor Gottlieb1-2/+2
2016-04-29net/mlx5e: Direct TIR per RQTariq Toukan4-138/+191
2016-04-29net/mlx5e: Call vxlan_get_rx_port() with rtnl lockMatthew Finlay1-1/+4
2016-04-29net: ethernet: enc28j60: add device tree supportMichael Heimpold1-3/+17
2016-04-29net: ethernet: enc28j60: support half-duplex SPI controllersMichael Heimpold1-5/+9
2016-04-29ppp: add rtnetlink device creation supportGuillaume Nault1-3/+112
2016-04-29ppp: define reusable device creation functionsGuillaume Nault1-88/+118
2016-04-29net: ethernet: stmmac: update MDIO support for GMAC4Alexandre TORGUE1-4/+98
2016-04-29vxlan: fix initialization with custom link parametersJiri Benc1-4/+4
2016-04-29cxgb4vf: Add support to enable logging of firmware mailbox commands for VFHariprasad Shenai4-25/+192
2016-04-29cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai4-20/+192
2016-04-29net: hns: change port-id property to reg property in dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)1-3/+3
2016-04-29net: hns: remove cpld-ctrl-reg and add cell in the cpld-syscon propertyYisen.Zhuang\(Zhuangyuzeng\)1-12/+14
2016-04-28ipvlan: Fix failure path in dev registration during link creationMahesh Bandewar1-11/+8
2016-04-28pch_gbe: replace private tx ring lock with common netif_tx_lockfrançois romieu2-10/+2
2016-04-28net/mlx5e: avoid stack overflow in mlx5e_open_channelsArnd Bergmann1-8/+10
2016-04-28tuntap: calculate rps hash only when neededJason Wang1-1/+3
2016-04-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller21-407/+947