summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-04-031-35/+16
|\
| * net: liquidio: clean up Makefile for simpler composite object handlingMasahiro Yamada2018-03-261-35/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-03875-16446/+62322
|\ \
| * | net: mvneta: improve suspend/resumeJisheng Zhang2018-04-021-7/+62
| * | net: mvneta: split rxq/txq init and txq deinit into SW and HW partsJisheng Zhang2018-04-021-19/+66
| * | net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli2018-04-011-1/+2
| * | net: bgmac: Correctly annotate register spaceFlorian Fainelli2018-04-011-3/+3
| * | fix typo in command value in drivers/net/phy/mdio-bitbang.Frans Meulenbroeks2018-04-011-1/+1
| * | sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng2018-04-011-1/+1
| * | net/mlx5e: Set EQE based as default TX interrupt moderation modeTal Gilboa2018-04-011-4/+4
| * | ibmvnic: Disable irqs before exiting reset from closed stateJohn Allen2018-04-011-10/+18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-0121-173/+262
| |\ \
| * | | sh_eth: kill useless check in __sh_eth_get_regs()Sergei Shtylyov2018-04-011-15/+10
| * | | sh_eth: add sh_eth_cpu_data::no_xdfar flagSergei Shtylyov2018-04-012-2/+4
| * | | Revert "net: usb: asix88179_178a: de-duplicate code"David S. Miller2018-04-011-31/+86
| * | | net/mlx4_en: CHECKSUM_COMPLETE support for fragmentsEric Dumazet2018-04-011-6/+4
| * | | mlxsw: spectrum: Don't use resource ID of 0Petr Machata2018-04-011-1/+1
| * | | mlxsw: spectrum: Pass mlxsw_core as arg of mlxsw_sp_kvdl_resources_register()Jiri Pirko2018-04-013-4/+4
| * | | mlxsw: Move "resources_query_enable" out of mlxsw_config_profileJiri Pirko2018-04-016-12/+8
| * | | mlxsw: Move "used_kvd_sizes" check to mlxsw_pci_config_profileJiri Pirko2018-04-013-6/+4
| * | | mlxsw: core: Fix arg name of MLXSW_CORE_RES_VALID and MLXSW_CORE_RES_GETJiri Pirko2018-04-011-4/+4
| * | | mlxsw: remove kvd_hash_granularity from config profile structJiri Pirko2018-04-012-4/+2
| * | | mlxsw: spectrum: Change KVD linear parts from list to arrayJiri Pirko2018-04-011-143/+92
| * | | mlxsw: Constify devlink_resource_opsJiri Pirko2018-04-012-4/+4
| * | | mlxsw: spectrum_kvdl: Fix handling of resource_size_paramJiri Pirko2018-04-011-33/+14
| * | | mlxsw: spectrum_acl: Fix flex actions header ifndef define constructJiri Pirko2018-04-011-2/+2
| * | | cxgb4: LLD driver changes to support TLSAtul Gupta2018-03-313-15/+131
| * | | cxgb4: Inline TLS FW InterfaceAtul Gupta2018-03-313-6/+283
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-3114-115/+794
| |\ \ \
| | * | | nfp: bpf: improve wrong FW response warningsJakub Kicinski2018-03-281-6/+6
| | * | | nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-286-2/+47
| | * | | nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski2018-03-285-15/+88
| | * | | nfp: bpf: expose command delay slotsJakub Kicinski2018-03-281-29/+24
| | * | | nfp: bpf: add basic support for atomic addsJakub Kicinski2018-03-286-3/+212
| | * | | nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-284-0/+17
| | * | | nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-284-0/+21
| | * | | nfp: bpf: add helper for basic map call checksJakub Kicinski2018-03-281-15/+25
| | * | | nfp: bpf: add helper for validating stack pointersJakub Kicinski2018-03-283-27/+50
| | * | | nfp: bpf: rename map_lookup_stack() to map_call_stack_common()Jakub Kicinski2018-03-281-3/+3
| | * | | nfp: bpf: detect packet reads could be cached, enable the optimisationJiong Wang2018-03-282-0/+145
| | * | | nfp: bpf: support unaligned read offsetJiong Wang2018-03-281-3/+70
| | * | | nfp: bpf: read from packet data cache for PTR_TO_PACKETJiong Wang2018-03-283-2/+88
| | * | | net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepointAlexei Starovoitov2018-03-284-33/+21
| | * | | net/mediatek: disambiguate mt76 vs mt7601u trace eventsAlexei Starovoitov2018-03-281-3/+3
| * | | | bnxt_en: Add ULP calls to stop and restart IRQs.Michael Chan2018-03-313-17/+90
| * | | | bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver.Michael Chan2018-03-313-16/+65
| * | | | bnxt_en: Refactor bnxt_need_reserve_rings().Michael Chan2018-03-311-32/+25
| * | | | bnxt_en: Add IRQ remapping logic.Michael Chan2018-03-311-17/+42
| * | | | bnxt_en: Change IRQ assignment for RDMA driver.Michael Chan2018-03-313-3/+61
| * | | | bnxt_en: Improve ring allocation logic.Michael Chan2018-03-312-15/+21