summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* thunderbolt: Add support for XDomain propertiesMika Westerberg2017-10-022-1/+671
* thunderbolt: Remove __packed from ICM message structuresMika Westerberg2017-10-021-14/+14
* byteorder: Move {cpu_to_be32, be32_to_cpu}_array() from Thunderbolt to coreMika Westerberg2017-10-021-14/+0
* mlxsw: spectrum_router: Drop a redundant conditionPetr Machata2017-10-021-1/+1
* mlxsw: spectrum_router: Fix a typoPetr Machata2017-10-021-1/+1
* mlxsw: spectrum: fix uninitialized value in errColin Ian King2017-10-011-3/+1
* bcm63xx_enet: remove unneeded includeJonas Gorski2017-10-011-1/+0
* bcm63xx_enet: drop unneeded NULL phy_clk checkJonas Gorski2017-10-011-5/+2
* bcm63xx_enet: use managed functions for clock/ioremapJonas Gorski2017-10-011-42/+12
* bcm63xx_enet: do not rely on probe orderJonas Gorski2017-10-011-7/+2
* bcm63xx_enet: do not write to random DMA channel on BCM6345Jonas Gorski2017-10-011-1/+2
* bcm63xx_enet: correct clock usageJonas Gorski2017-10-011-8/+23
* net: hns3: fix null pointer dereference before null checkColin Ian King2017-10-011-1/+3
* hv_netvsc: report stop_queue and wake_queueSimon Xiao2017-10-013-2/+14
* ibmvnic: Set state UPMick Tarsel2017-10-011-0/+2
* Revert "net: dsa: bcm_sf2: Defer port enabling to calling port_enable"Florian Fainelli2017-10-011-3/+6
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-0111-155/+274
|\
| * i40e: refactor FW version checkingMitch Williams2017-09-294-5/+23
| * i40e: Enable VF to negotiate number of allocated queuesAlan Brady2017-09-293-0/+77
| * i40evf: fix ring to vector mappingAlan Brady2017-09-291-38/+10
| * i40e: shutdown all IRQs and disable MSI-X when suspendedJacob Keller2017-09-292-2/+68
| * i40e: prevent service task from running while we're suspendedJacob Keller2017-09-291-0/+8
| * i40e: don't clear suspended state until we finish resumingJacob Keller2017-09-291-6/+13
| * i40e: use newer generic PM support instead of legacy PM callbacksJacob Keller2017-09-291-37/+17
| * i40e: use separate state bit for miscellaneous IRQ setupJacob Keller2017-09-292-25/+15
| * i40evf: lower message levelMitch Williams2017-09-291-1/+1
| * i40e: fix for flow director counters not wrapping as expectedMariusz Stachura2017-09-291-12/+23
| * i40e: relax warning message in case of version mismatchMariusz Stachura2017-09-291-2/+1
| * i40e: simplify member variable accessesSudheer Mogilappagari2017-09-291-10/+11
| * i40e: Fix link down message when interface is brought upSudheer Mogilappagari2017-09-291-2/+1
| * i40e: Fix unqualified module message while bringing link upSudheer Mogilappagari2017-09-291-9/+0
| * i40e/i40evf: rename bytes_per_int to bytes_per_usecJacob Keller2017-09-292-12/+12
* | mkiss: remove redundant check on len being zeroColin Ian King2017-09-301-1/+2
|/
* net: hns3: Add DCB support when interacting with network stackYunsheng Lin2017-09-281-15/+87
* net: hns3: Setting for fc_mode and dcb enable flag in TM moduleYunsheng Lin2017-09-281-4/+30
* net: hns3: Add dcb netlink interface for the support of DCB featureYunsheng Lin2017-09-284-0/+117
* net: hns3: Add hclge_dcb module for the support of DCB featureYunsheng Lin2017-09-287-6/+375
* net: hns3: Add some interface for the support of DCB featureYunsheng Lin2017-09-284-5/+55
* net: hns3: Add tc-based TM support for sriov enabled portYunsheng Lin2017-09-281-18/+31
* net: hns3: Add support for port shaper setting in TM moduleYunsheng Lin2017-09-282-0/+36
* net: hns3: Add support for PFC setting in TM moduleYunsheng Lin2017-09-282-5/+68
* net: hns3: Add support for dynamically buffer reallocationYunsheng Lin2017-09-283-70/+87
* net: hns3: Support for dynamically assigning tx buffer to TCYunsheng Lin2017-09-282-10/+55
* arp: make arp_hdr_len() return unsigned intAlexey Dobriyan2017-09-281-1/+2
* net-next/hinic: Fix a case of Tx Queue is Stopped foreverAviad Krawczyk2017-09-281-2/+12
* net-next/hinic: Set Rxq irq to specific cpu for NUMAAviad Krawczyk2017-09-281-9/+9
* cxgb4: make function ch_flower_stats_cb, fixes warningColin Ian King2017-09-281-1/+1
* mlxsw: spectrum: router: Don't ignore IPMR notificationsYotam Gigi2017-09-271-1/+2
* mlxsw: spectrum: Notify multicast router on RIF MTU changesYotam Gigi2017-09-271-0/+11
* mlxsw: spectrum_router: Add multicast routes notification handling functionalityYotam Gigi2017-09-271-2/+185