aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-04net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGESTan Xiaojun1-1/+1
2018-04-04nfp: use full 40 bits of the NSP buffer addressDirk van der Merwe1-4/+5
2018-04-04lan78xx: Connect phy earlyAlexander Graf1-16/+18
2018-04-04nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski3-9/+13
2018-04-04net: phy: marvell10g: add thermal hwmon deviceRussell King1-2/+182
2018-04-04pptp: remove a buggy dst release in pptp_connect()Eric Dumazet1-1/+0
2018-04-04net: dsa: mt7530: Use NULL instead of plain integerFlorian Fainelli1-3/+3
2018-04-04net: dsa: b53: Fix sparse warnings in b53_mmap.cFlorian Fainelli1-9/+24
2018-04-04net: systemport: Fix sparse warnings in bcm_sysport_insert_tsb()Florian Fainelli1-5/+6
2018-04-04net: bcmgenet: Fix sparse warnings in bcmgenet_put_tx_csum()Florian Fainelli1-5/+6
2018-04-03Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-35/+16
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds875-16446/+62322
2018-04-03fm10k: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-86/+1
2018-04-03net/mlx5e: Use pcie_bandwidth_available() to compute bandwidthTal Gilboa1-31/+1
2018-04-03net/mlx5: Report PCIe link properties with pcie_print_link_status()Tal Gilboa1-0/+4
2018-04-03net/mlx4_core: Report PCIe link properties with pcie_print_link_status()Tal Gilboa1-80/+1
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds22-9359/+10
2018-04-02Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds1-3/+5
2018-04-02net: mvneta: improve suspend/resumeJisheng Zhang1-7/+62
2018-04-02net: mvneta: split rxq/txq init and txq deinit into SW and HW partsJisheng Zhang1-19/+66
2018-04-01net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli1-1/+2
2018-04-01net: bgmac: Correctly annotate register spaceFlorian Fainelli1-3/+3
2018-04-01fix typo in command value in drivers/net/phy/mdio-bitbang.Frans Meulenbroeks1-1/+1
2018-04-01sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng1-1/+1
2018-04-01net/mlx5e: Set EQE based as default TX interrupt moderation modeTal Gilboa1-4/+4
2018-04-01ibmvnic: Disable irqs before exiting reset from closed stateJohn Allen1-10/+18
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-173/+262
2018-04-01sh_eth: kill useless check in __sh_eth_get_regs()Sergei Shtylyov1-15/+10
2018-04-01sh_eth: add sh_eth_cpu_data::no_xdfar flagSergei Shtylyov2-2/+4
2018-04-01Revert "net: usb: asix88179_178a: de-duplicate code"David S. Miller1-31/+86
2018-04-01net/mlx4_en: CHECKSUM_COMPLETE support for fragmentsEric Dumazet1-6/+4
2018-04-01mlxsw: spectrum: Don't use resource ID of 0Petr Machata1-1/+1
2018-04-01mlxsw: spectrum: Pass mlxsw_core as arg of mlxsw_sp_kvdl_resources_register()Jiri Pirko3-4/+4
2018-04-01mlxsw: Move "resources_query_enable" out of mlxsw_config_profileJiri Pirko6-12/+8
2018-04-01mlxsw: Move "used_kvd_sizes" check to mlxsw_pci_config_profileJiri Pirko3-6/+4
2018-04-01mlxsw: core: Fix arg name of MLXSW_CORE_RES_VALID and MLXSW_CORE_RES_GETJiri Pirko1-4/+4
2018-04-01mlxsw: remove kvd_hash_granularity from config profile structJiri Pirko2-4/+2
2018-04-01mlxsw: spectrum: Change KVD linear parts from list to arrayJiri Pirko1-143/+92
2018-04-01mlxsw: Constify devlink_resource_opsJiri Pirko2-4/+4
2018-04-01mlxsw: spectrum_kvdl: Fix handling of resource_size_paramJiri Pirko1-33/+14
2018-04-01mlxsw: spectrum_acl: Fix flex actions header ifndef define constructJiri Pirko1-2/+2
2018-03-31cxgb4: LLD driver changes to support TLSAtul Gupta3-15/+131
2018-03-31cxgb4: Inline TLS FW InterfaceAtul Gupta3-6/+283
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller14-115/+794
2018-03-31bnxt_en: Add ULP calls to stop and restart IRQs.Michael Chan3-17/+90
2018-03-31bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver.Michael Chan3-16/+65
2018-03-31bnxt_en: Refactor bnxt_need_reserve_rings().Michael Chan1-32/+25
2018-03-31bnxt_en: Add IRQ remapping logic.Michael Chan1-17/+42
2018-03-31bnxt_en: Change IRQ assignment for RDMA driver.Michael Chan3-3/+61
2018-03-31bnxt_en: Improve ring allocation logic.Michael Chan2-15/+21