aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-194/+303
2018-04-09net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev2-24/+11
2018-04-08dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal1-0/+18
2018-04-08devlink: convert occ_get op to separate registrationJiri Pirko4-83/+74
2018-04-08net/fsl_pq_mdio: Allow explicit speficition of TBIPA addressEsben Haabendal1-16/+34
2018-04-08ibmvnic: Do not reset CRQ for Mobility driver resetsNathan Fontenot1-23/+32
2018-04-08ibmvnic: Fix failover case for non-redundant configurationThomas Falcon2-8/+30
2018-04-08ibmvnic: Fix reset scheduler error handlingThomas Falcon1-10/+29
2018-04-08ibmvnic: Zero used TX descriptor counter on resetThomas Falcon1-0/+1
2018-04-08ibmvnic: Fix DMA mapping mistakesThomas Falcon1-8/+6
2018-04-07treewide: fix up files incorrectly marked executableLinus Torvalds1-0/+0
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-197/+7
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-31/+65
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+1
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2-20/+2
2018-04-06net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal1-2/+18
2018-04-06ice: Bug fixes in ethtool codeAnirudh Venkataramanan1-2/+2
2018-04-06ice: Fix error return code in ice_init_hw()Wei Yongjun1-1/+3
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap3-2/+1
2018-04-05hv_netvsc: Pass net_device parameter to revoke and teardown functionsMohammed Gamal1-19/+18
2018-04-05hv_netvsc: Ensure correct teardown message sequence orderMohammed Gamal1-6/+13
2018-04-05hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()Mohammed Gamal1-12/+34
2018-04-05hv_netvsc: Use Windows version instead of NVSP version on GPAD teardownMohammed Gamal1-2/+2
2018-04-05net: mvpp2: Fix parser entry init boundary checkMaxime Chevallier1-1/+1
2018-04-05net/mlx5: Mkey creation command adjustmentsAriel Levkovich3-3/+3
2018-04-05net/mlx5: Query device memory capabilitiesAriel Levkovich1-0/+6
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-6/+6
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2018-04-04netdevsim: remove incorrect __net_initdata annotationsArnd Bergmann2-2/+2
2018-04-04sfc: remove ctpio_dmabuf_start from statsBert Kenward2-3/+0
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