aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-041-1/+1
|\
| * mt7601u: use firmware_request_cache() to address cache on rebootLuis R. Rodriguez2018-03-221-1/+1
* | netdevsim: remove incorrect __net_initdata annotationsArnd Bergmann2018-04-042-2/+2
* | sfc: remove ctpio_dmabuf_start from statsBert Kenward2018-04-042-3/+0
* | net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGESTan Xiaojun2018-04-041-1/+1
* | nfp: use full 40 bits of the NSP buffer addressDirk van der Merwe2018-04-041-4/+5
* | lan78xx: Connect phy earlyAlexander Graf2018-04-041-16/+18
* | nfp: add a separate counter for packets with CHECKSUM_COMPLETEJakub Kicinski2018-04-043-9/+13
* | net: phy: marvell10g: add thermal hwmon deviceRussell King2018-04-041-2/+182
* | pptp: remove a buggy dst release in pptp_connect()Eric Dumazet2018-04-041-1/+0
* | net: dsa: mt7530: Use NULL instead of plain integerFlorian Fainelli2018-04-041-3/+3
* | net: dsa: b53: Fix sparse warnings in b53_mmap.cFlorian Fainelli2018-04-041-9/+24
* | net: systemport: Fix sparse warnings in bcm_sysport_insert_tsb()Florian Fainelli2018-04-041-5/+6
* | net: bcmgenet: Fix sparse warnings in bcmgenet_put_tx_csum()Florian Fainelli2018-04-041-5/+6
* | 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