summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2017-04-07ftgmac100: Move ftgmac100_alloc_rx_page() before its usersBenjamin Herrenschmidt1-31/+28
2017-04-07qed: Make OOO archipelagos into an arrayMichal Kalderon2-78/+30
2017-04-07qed: Provide iSCSI statistics to managementMintz, Yuval3-1/+38
2017-04-07qed: Inform qedi the number of possible CQsMintz, Yuval3-2/+19
2017-04-07qed: Add missing stat for new islesMintz, Yuval1-0/+2
2017-04-07qed: Don't close the OUT_EN during initMintz, Yuval1-12/+0
2017-04-07qed: Configure cacheline size in HWTomer Tayar2-0/+54
2017-04-07qed: Don't use main-ptt in unrelated flowsRahul Verma8-61/+124
2017-04-07qed: Warn PTT usage by wrong hw-functionMintz, Yuval1-0/+7
2017-04-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-133/+239
2017-04-06net: ethernet: wiznet: avoid format string exposureKees Cook1-1/+2
2017-04-06qlge: avoid format string exposure in workqueueKees Cook1-1/+2
2017-04-06qed: Correct MSI-x for storageMintz, Yuval1-1/+2
2017-04-06net: dsa: loop: Initialize err in dsa_loop_vlan_dumpFlorian Fainelli1-1/+1
2017-04-06net: dsa: loop: Fix uninitialized pvid variableFlorian Fainelli1-1/+1
2017-04-06mlx4: trust shinfo->gso_segsEric Dumazet1-2/+1
2017-04-06qed: fix missing break in OOO_LB_TC caseColin Ian King1-0/+1
2017-04-06net/mlx5e: fix build error without CONFIG_SYSFSTobias Regnery1-4/+2
2017-04-06ftgmac100: Rework NAPI & interrupts handlingBenjamin Herrenschmidt2-61/+90
2017-04-06ftgmac100: Remove useless tests in interrupt handlerBenjamin Herrenschmidt1-8/+3
2017-04-06ftgmac100: Rework MAC reset and initBenjamin Herrenschmidt1-39/+59
2017-04-06ftgmac100: Add a reset task and use it for link changesBenjamin Herrenschmidt1-13/+74
2017-04-06ftgmac100: Move the bulk of inits to a separate functionBenjamin Herrenschmidt1-29/+42
2017-04-06ftgmac100: Request the interrupt only after HW is resetBenjamin Herrenschmidt1-9/+10
2017-04-06ftgmac100: Move napi_add/del to open/closeBenjamin Herrenschmidt1-3/+5
2017-04-06ftgmac100: Split ring alloc, init and rx buffer allocBenjamin Herrenschmidt1-21/+47
2017-04-06ftgmac100: Cleanup speed/duplex tracking and fix duplex configBenjamin Herrenschmidt1-8/+44
2017-04-06ftgmac100: Remove "enabled" flagsBenjamin Herrenschmidt1-7/+0
2017-04-06ftgmac100: Reorder struct fields and commentBenjamin Herrenschmidt1-7/+12
2017-04-06ftgmac100: Remove "banner" commentsBenjamin Herrenschmidt1-42/+0
2017-04-06ftgmac100: Use netdev->irq instead of private copyBenjamin Herrenschmidt1-7/+6
2017-04-06liquidio: fix Octeon core watchdog timeout false alarmFelix Manlunas3-77/+107
2017-04-06net: usbnet: Remove unused driver_name variableFlorian Fainelli1-2/+0
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller28-74/+207
2017-04-06fm10k: do not enqueue mailbox when host not readyNgai-Mint Kwan1-25/+80
2017-04-06fm10k: disable receive queue when configuring ringNgai-Mint Kwan1-0/+1
2017-04-06fm10k: update function header comment for fm10k_get_stats64Jacob Keller1-2/+2
2017-04-06fm10k: allow service task to reschedule itselfJacob Keller2-1/+13
2017-04-06fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller5-57/+61
2017-04-06fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller5-48/+82
2017-04-06fm10k: correctly check if interface is removedPhil Turnbull1-1/+1
2017-04-06nfp: fix potential use after free on xdp progJakub Kicinski1-1/+2
2017-04-06bonding: attempt to better support longer hw addressesJarod Wilson3-67/+97
2017-04-06sfc: don't insert mc_list on low-latency firmware if it's too longEdward Cree1-2/+8
2017-04-05nfp: add support for .set_link_ksettings()Jakub Kicinski1-0/+46
2017-04-05nfp: NSP backend for link configuration operationsJakub Kicinski3-14/+179
2017-04-05nfp: add extended error messagesJakub Kicinski1-8/+29
2017-04-05nfp: turn NSP port entry into a unionJakub Kicinski1-13/+25
2017-04-05nfp: allow multi-stage NSP configurationJakub Kicinski4-31/+138
2017-04-05nfp: separate high level and low level NSP headersJakub Kicinski8-20/+22