aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-06qed: Provide iSCSI statistics to managementMintz, Yuval3-1/+38
2017-04-06qed: Inform qedi the number of possible CQsMintz, Yuval4-2/+21
2017-04-06qed: Add missing stat for new islesMintz, Yuval1-0/+2
2017-04-06qed: Don't close the OUT_EN during initMintz, Yuval1-12/+0
2017-04-06qed: Configure cacheline size in HWTomer Tayar2-0/+54
2017-04-06qed: Don't use main-ptt in unrelated flowsRahul Verma8-61/+124
2017-04-06qed: Warn PTT usage by wrong hw-functionMintz, Yuval1-0/+7
2017-04-06L2TP:Adjust intf MTU, add underlay L3, L2 hdrs.R. Parameswaran1-4/+51
2017-04-06New kernel function to get IP overhead on a socket.R. Parameswaran2-0/+49
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-06net/sched: Removed unused vlan actions definitionOr Gerlitz1-3/+0
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-06af_unix: Use designated initializersKees Cook1-1/+1
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-06selftests/bpf: fix merge conflictAlexei Starovoitov1-5/+0
2017-04-06rxrpc: Trace client call connectionDavid Howells2-0/+27
2017-04-06rxrpc: Trace changes in a call's receive window sizeDavid Howells2-0/+29
2017-04-06rxrpc: Trace received abortsDavid Howells2-1/+27
2017-04-06rxrpc: Trace protocol errors in received packetsDavid Howells8-40/+138
2017-04-06rxrpc: Handle temporary errors better in rxkad securityDavid Howells1-38/+40
2017-04-06rxrpc: Note a successfully aborted kernel operationDavid Howells2-5/+9
2017-04-06rxrpc: Use negative error codes in rxrpc_call structDavid Howells10-33/+33
2017-04-05fm10k: do not enqueue mailbox when host not readyNgai-Mint Kwan1-25/+80
2017-04-05fm10k: disable receive queue when configuring ringNgai-Mint Kwan1-0/+1
2017-04-05fm10k: update function header comment for fm10k_get_stats64Jacob Keller1-2/+2
2017-04-05fm10k: allow service task to reschedule itselfJacob Keller2-1/+13
2017-04-05fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller5-57/+61
2017-04-05fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller5-48/+82
2017-04-05fm10k: correctly check if interface is removedPhil Turnbull1-1/+1
2017-04-05nfp: fix potential use after free on xdp progJakub Kicinski1-1/+2