summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/netiucv: improve endianness handlingHans Wippel2017-04-071-1/+1
* s390/ctcm: improve endianness handlingHans Wippel2017-04-072-7/+7
* s390/qeth: improve endianness handlingHans Wippel2017-04-074-31/+32
* s390/qeth: Remove unused codeJulian Wiedmann2017-04-076-32/+0
* s390/qeth: remove unused return valueJulian Wiedmann2017-04-072-11/+3
* s390/qeth: fix up ssqd tracingJulian Wiedmann2017-04-071-2/+3
* s390/qeth: use QDIO_*_QFMT definesJulian Wiedmann2017-04-071-6/+4
* i40e: close client on remove and shutdownMitch Williams2017-04-071-0/+10
* i40e: register existing client on probeMitch Williams2017-04-071-0/+6
* i40e: remove client instance on driver unloadMitch Williams2017-04-071-0/+3
* i40e/i40evf: Add capability exchange for outer checksumPreethi Banala2017-04-076-56/+74
* ftgmac100: Work around HW bug in runt frame detectionBenjamin Herrenschmidt2017-04-071-10/+25
* ftgmac100: Remove rx descriptor accessorsBenjamin Herrenschmidt2017-04-072-115/+53
* ftgmac100: Add missing barrier in ftgmac100_rx_packet()Benjamin Herrenschmidt2017-04-071-0/+3
* ftgmac100: Directly receive into sk_buffsBenjamin Herrenschmidt2017-04-071-86/+56
* ftgmac100: Simplify rx pointer handling in the rx pathBenjamin Herrenschmidt2017-04-071-68/+24
* ftgmac100: Simplify rx packets error handlingBenjamin Herrenschmidt2017-04-071-36/+25
* ftgmac100: Cleanup rx checksum handlingBenjamin Herrenschmidt2017-04-071-38/+25
* ftgmac100: Use a scratch buffer for failed RX allocationsBenjamin Herrenschmidt2017-04-071-4/+38
* ftgmac100: Drop support for fragmented receiveBenjamin Herrenschmidt2017-04-071-19/+18
* ftgmac100: Move ftgmac100_alloc_rx_page() before its usersBenjamin Herrenschmidt2017-04-071-31/+28
* qed: Make OOO archipelagos into an arrayMichal Kalderon2017-04-062-78/+30
* qed: Provide iSCSI statistics to managementMintz, Yuval2017-04-063-1/+38
* qed: Inform qedi the number of possible CQsMintz, Yuval2017-04-063-2/+19
* 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/+0
* 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 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
* | 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
* | 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
* | mlx4: trust shinfo->gso_segsEric Dumazet2017-04-061-2/+1
* | 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/+2
* | ftgmac100: Rework NAPI & interrupts handlingBenjamin Herrenschmidt2017-04-062-61/+90
* | ftgmac100: Remove useless tests in interrupt handlerBenjamin Herrenschmidt2017-04-061-8/+3
* | 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