summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * batman-adv: Fix possible side-effects in _batadv_dbgSven Eckelmann2017-03-161-2/+3
| * batman-adv: Fix unbalanced braces around else statementSven Eckelmann2017-03-161-2/+4
| * batman-adv: Reduce preprocessor checks in multicast.cSven Eckelmann2017-03-161-7/+5Star
| * batman-adv: Start new development cycleSimon Wunderlich2017-03-161-1/+1
* | Merge branch 'qed-misc-cleanups-and-fixes'David S. Miller2017-04-0617-153/+275
|\ \
| * | qed: Make OOO archipelagos into an arrayMichal Kalderon2017-04-062-78/+30Star
| * | qed: Provide iSCSI statistics to managementMintz, Yuval2017-04-063-1/+38
| * | qed: Inform qedi the number of possible CQsMintz, Yuval2017-04-064-2/+21
| * | qed: Add missing stat for new islesMintz, Yuval2017-04-061-0/+2
| * | qed: Don't close the OUT_EN during initMintz, Yuval2017-04-061-12/+0Star
| * | qed: Configure cacheline size in HWTomer Tayar2017-04-062-0/+54
| * | qed: Don't use main-ptt in unrelated flowsRahul Verma2017-04-068-61/+124
| * | qed: Warn PTT usage by wrong hw-functionMintz, Yuval2017-04-061-0/+7
|/ /
* | Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-04-0615-108/+294
|\ \
| * | rxrpc: Trace client call connectionDavid Howells2017-04-062-0/+27
| * | rxrpc: Trace changes in a call's receive window sizeDavid Howells2017-04-062-0/+29
| * | rxrpc: Trace received abortsDavid Howells2017-04-062-1/+27
| * | rxrpc: Trace protocol errors in received packetsDavid Howells2017-04-068-40/+138
| * | rxrpc: Handle temporary errors better in rxkad securityDavid Howells2017-04-061-38/+40
| * | rxrpc: Note a successfully aborted kernel operationDavid Howells2017-04-062-5/+9
| * | rxrpc: Use negative error codes in rxrpc_call structDavid Howells2017-04-0610-33/+33
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2017-04-065-133/+239
|\ \ \
| * | | fm10k: do not enqueue mailbox when host not readyNgai-Mint Kwan2017-04-061-25/+80
| * | | fm10k: disable receive queue when configuring ringNgai-Mint Kwan2017-04-061-0/+1
| * | | fm10k: update function header comment for fm10k_get_stats64Jacob Keller2017-04-061-2/+2
| * | | fm10k: allow service task to reschedule itselfJacob Keller2017-04-062-1/+13
| * | | fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller2017-04-065-57/+61
| * | | fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller2017-04-065-48/+82
| * | | fm10k: correctly check if interface is removedPhil Turnbull2017-04-061-1/+1
| |/ /
* | | Merge branch 'l2tp-auto-mtu'David S. Miller2017-04-063-4/+100
|\ \ \
| * | | L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran2017-04-061-4/+51
| * | | New kernel function to get IP overhead on a socket.R. Parameswaran2017-04-062-0/+49
|/ / /
* | | net: ethernet: wiznet: avoid format string exposureKees Cook2017-04-061-1/+2
* | | qlge: avoid format string exposure in workqueueKees Cook2017-04-061-1/+2
* | | qed: Correct MSI-x for storageMintz, Yuval2017-04-061-1/+2
* | | Merge branch 'dsa-loop-fixes'David S. Miller2017-04-061-2/+2
|\ \ \
| * | | net: dsa: loop: Initialize err in dsa_loop_vlan_dumpFlorian Fainelli2017-04-061-1/+1
| * | | net: dsa: loop: Fix uninitialized pvid variableFlorian Fainelli2017-04-061-1/+1
|/ / /
* | | net/sched: Removed unused vlan actions definitionOr Gerlitz2017-04-061-3/+0Star
* | | mlx4: trust shinfo->gso_segsEric Dumazet2017-04-061-2/+1Star
* | | qed: fix missing break in OOO_LB_TC caseColin Ian King2017-04-061-0/+1
* | | net/mlx5e: fix build error without CONFIG_SYSFSTobias Regnery2017-04-061-4/+2Star
* | | af_unix: Use designated initializersKees Cook2017-04-061-1/+1
* | | Merge branch 'ftgmac100-rework-batch-1-Link-and-Interrupts'David S. Miller2017-04-062-218/+356
|\ \ \
| * | | ftgmac100: Rework NAPI & interrupts handlingBenjamin Herrenschmidt2017-04-062-61/+90
| * | | ftgmac100: Remove useless tests in interrupt handlerBenjamin Herrenschmidt2017-04-061-8/+3Star
| * | | ftgmac100: Rework MAC reset and initBenjamin Herrenschmidt2017-04-061-39/+59
| * | | ftgmac100: Add a reset task and use it for link changesBenjamin Herrenschmidt2017-04-061-13/+74
| * | | ftgmac100: Move the bulk of inits to a separate functionBenjamin Herrenschmidt2017-04-061-29/+42
| * | | ftgmac100: Request the interrupt only after HW is resetBenjamin Herrenschmidt2017-04-061-9/+10