aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-19octeontx2-af: Alloc and config NPC MCAM entry at a timeSunil Goutham3-0/+94
2018-11-19octeontx2-af: Map or unmap NPC MCAM entry and counterSunil Goutham3-4/+192
2018-11-19octeontx2-af: Support for NPC MCAM countersSunil Goutham3-0/+190
2018-11-19octeontx2-af: MCAM entry installation supportSunil Goutham3-8/+228
2018-11-19octeontx2-af: NPC MCAM entry alloc/free supportSunil Goutham4-5/+588
2018-11-19octeontx2-af: Relax resource lock into mutexStanislaw Kardach4-25/+30
2018-11-19octeontx2-af: Support to get NIX HW constants from AFKiran Kumar2-0/+12
2018-11-19octeontx2-af: Support to modify min/max allowed packet lengthsSunil Goutham5-1/+220
2018-11-19octeontx2-af: Convert mbox handlers APIs to lowercaseSunil Goutham7-102/+107
2018-11-19r8169: improve chip version identificationHeiner Kallweit1-60/+59
2018-11-19r8169: simplify ocp functionsHeiner Kallweit1-51/+17
2018-11-19r8169: remove workaround for ancient gcc bugHeiner Kallweit1-3/+3
2018-11-19r8169: remove manual padding in struct ring_infoHeiner Kallweit1-1/+0
2018-11-19r8169: remove "not PCI Express" messageHeiner Kallweit1-3/+0
2018-11-19r8169: remove print_mac_versionHeiner Kallweit1-9/+0
2018-11-19r8169: use PCI_VDEVICE macroHeiner Kallweit1-14/+14
2018-11-19r8169: replace event_slow with irq_maskHeiner Kallweit1-11/+11
2018-11-19r8169: remove unused interrupt sourcesHeiner Kallweit1-4/+3
2018-11-19r8169: use dev_get_drvdata where possibleHeiner Kallweit1-10/+5
2018-11-19r8169: merge rtl_irq_enable and rtl_irq_enable_allHeiner Kallweit1-9/+4
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller90-454/+741
2018-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-144/+325
2018-11-18tuntap: fix multiqueue rxMatthew Cover1-1/+6
2018-11-18mlxsw: spectrum: Expose discard counters via ethtoolShalom Toledo2-0/+297
2018-11-18tun: use netdev_alloc_frag() in tun_napi_alloc_frags()Eric Dumazet1-8/+7
2018-11-18net: phy: icplus: allow configuring the interrupt function on IP101GRMartin Blumenstingl1-1/+80
2018-11-18net: phy: icplus: implement .did_interrupt for IP101A/GMartin Blumenstingl1-0/+16
2018-11-18net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASKMartin Blumenstingl1-2/+2
2018-11-18net: phy: icplus: use the BIT macro where possibleMartin Blumenstingl1-3/+3
2018-11-18net: phy: icplus: keep all ip101a_g functions togetherMartin Blumenstingl1-15/+15
2018-11-18tg3: optionally use eth_platform_get_mac_address() to get mac addressthesven73@gmail.com1-40/+2
2018-11-18Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-14/+5
2018-11-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-14/+39
2018-11-17net: bcmgenet: abort suspend on errorDoug Berger2-0/+9
2018-11-17net: bcmgenet: code movementDoug Berger1-30/+30
2018-11-17geneve: Initialize addr6 with memsetNathan Chancellor1-1/+3
2018-11-17net: hns3: up/down netdev in hclge module when setting mtuYunsheng Lin2-11/+3
2018-11-17net: hns3: Add mtu setting support for vfYunsheng Lin5-4/+70
2018-11-17net: hns3: Add vport alive state checking supportYunsheng Lin8-2/+195
2018-11-17net: hns3: Refactor mac mtu setting related functionsYunsheng Lin3-33/+27
2018-11-17net: hns3: Support two vlan header when setting mtuYunsheng Lin3-4/+5
2018-11-17net: fsl: Use device_type helpers to access the node typeRob Herring1-1/+1
2018-11-17atm: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-11-17net: aquantia: fix spelling mistake "specfield" -> "specified"Colin Ian King1-1/+1
2018-11-17net: aquantia: cleanup err handing in hw_atl_utils_fw_rpc_waitYueHaibing1-4/+0
2018-11-17net: phy: mdio-gpio: Fix working over slow can_sleep GPIOsMartin Schiller1-5/+5
2018-11-17cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page sizeArjun Vynipadath1-11/+0
2018-11-17tun: Adjust on-stack tun_page initialization.David S. Miller1-1/+3
2018-11-17tuntap: free XDP dropped packets in a batchJason Wang1-3/+26
2018-11-17vhost_net: mitigate page reference counting during page frag refillJason Wang1-3/+51