summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-07ftgmac100: Simplify rx pointer handling in the rx pathBenjamin Herrenschmidt1-68/+24
2017-04-07ftgmac100: Simplify rx packets error handlingBenjamin Herrenschmidt1-36/+25
2017-04-07ftgmac100: Cleanup rx checksum handlingBenjamin Herrenschmidt1-38/+25
2017-04-07ftgmac100: Use a scratch buffer for failed RX allocationsBenjamin Herrenschmidt1-4/+38
2017-04-07ftgmac100: Drop support for fragmented receiveBenjamin Herrenschmidt1-19/+18
2017-04-07ftgmac100: Move ftgmac100_alloc_rx_page() before its usersBenjamin Herrenschmidt1-31/+28
2017-04-07Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-m...David S. Miller15-238/+413
2017-04-07Merge branch 'qed-misc-cleanups-and-fixes'David S. Miller17-153/+275
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, Yuval4-2/+21
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-07Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller15-108/+294
2017-04-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-133/+239
2017-04-06Merge branch 'l2tp-auto-mtu'David S. Miller3-4/+100
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-06Merge branch 'dsa-loop-fixes'David S. Miller1-2/+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-06Merge branch 'ftgmac100-rework-batch-1-Link-and-Interrupts'David S. Miller2-218/+356
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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller551-3798/+7439