aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar3-0/+5
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-166/+118
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-27scripts/spelling.txt: add "overwritting" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2-5/+5
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "initialiazation" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada1-3/+1
2017-02-27scripts/spelling.txt: add "partiton" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "an one" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27qed: Don't use attention PTT for configuring BWMintz, Yuval3-5/+8
2017-02-27qed: Fix race with multiple VFsMintz, Yuval2-17/+26
2017-02-26net/mlx4_en: fix overflow in mlx4_en_init_timestamp()Eric Dumazet2-11/+8
2017-02-26net: s2io: fix typo argumnet argumentLABBE Corentin1-1/+1
2017-02-26net: vxge: fix typo argumnet argumentLABBE Corentin1-1/+1
2017-02-24drivers: net: xgene: Simplify xgene_enet_setup_mss() to kill warningGeert Uytterhoeven1-10/+3
2017-02-24net: stmmac: unify registers dumps methodsLABBE Corentin9-121/+71
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-95/+41
2017-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-69/+336
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+10
2017-02-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+8
2017-02-23net/mlx4_en: Use __skb_fill_page_desc()Eric Dumazet1-4/+4
2017-02-23net/mlx4_core: Use cq quota in SRIOV when creating completion EQsJack Morgenstein2-4/+4
2017-02-23net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new probed PFsMajd Dibbiny1-2/+0
2017-02-23net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev2-7/+21
2017-02-23net/mlx4: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz7-9/+9
2017-02-23forcedeth: Remove return from a void functionZhu Yanjun1-2/+0
2017-02-23net/mlx5e: Fix wrong CQE decompressionTariq Toukan1-7/+6
2017-02-23net/mlx5e: Update MPWQE stride size when modifying CQE compress stateSaeed Mahameed4-1/+4
2017-02-23net/mlx5e: Fix broken CQE compression initializationTariq Toukan1-1/+3
2017-02-23net/mlx5e: Do not reduce LRO WQE size when not using build_skbTariq Toukan1-6/+5
2017-02-23net/mlx5e: Register/unregister vport representors on interface attach/detachSaeed Mahameed1-8/+15
2017-02-23net/mlx5e: s390 system compilation fixMohamad Haj Yahia2-0/+2
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko1-1/+1
2017-02-22qlogic: netxen: constify bin_attribute structuresBhumika Goyal1-3/+3
2017-02-22qlogic: qlcnic_sysfs: constify bin_attribute structuresBhumika Goyal1-8/+8
2017-02-22net: emac: add support for device-tree based PHY discovery and setupChristian Lamparter3-7/+252
2017-02-21bnxt_en: use eth_hw_addr_random()Tobias Klauser1-1/+1
2017-02-21net: mvpp2: enable building on 64-bit platformsThomas Petazzoni2-15/+19
2017-02-21net: mvpp2: switch to build_skb() in the RX pathThomas Petazzoni1-22/+57
2017-02-21net: mvpp2: simplify MVPP2_PRS_RI_* definitionsThomas Petazzoni1-8/+8
2017-02-21net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULTThomas Petazzoni1-1/+1
2017-02-21net: mvpp2: remove unused register definitionsThomas Petazzoni1-4/+0
2017-02-21net: mvpp2: simplify mvpp2_bm_bufs_add()Thomas Petazzoni1-3/+1
2017-02-21net: mvpp2: drop useless fields in mvpp2_bm_pool and related codeThomas Petazzoni1-15/+3
2017-02-21net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'Thomas Petazzoni1-3/+0
2017-02-21net: mvpp2: release reference to txq_cpu[] entry after unmappingThomas Petazzoni1-5/+4
2017-02-21net: mvpp2: handle too large value in mvpp2_rx_time_coal_set()Thomas Petazzoni1-2/+29