summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2017-04-06i40e: register existing client on probeMitch Williams
2017-04-06i40e: remove client instance on driver unloadMitch Williams
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala
2017-04-06ftgmac100: Work around HW bug in runt frame detectionBenjamin Herrenschmidt
2017-04-06ftgmac100: Remove rx descriptor accessorsBenjamin Herrenschmidt
2017-04-06ftgmac100: Add missing barrier in ftgmac100_rx_packet()Benjamin Herrenschmidt
2017-04-06ftgmac100: Directly receive into sk_buffsBenjamin Herrenschmidt
2017-04-06ftgmac100: Simplify rx pointer handling in the rx pathBenjamin Herrenschmidt
2017-04-06ftgmac100: Simplify rx packets error handlingBenjamin Herrenschmidt
2017-04-06ftgmac100: Cleanup rx checksum handlingBenjamin Herrenschmidt
2017-04-06ftgmac100: Use a scratch buffer for failed RX allocationsBenjamin Herrenschmidt
2017-04-06ftgmac100: Drop support for fragmented receiveBenjamin Herrenschmidt
2017-04-06ftgmac100: Move ftgmac100_alloc_rx_page() before its usersBenjamin Herrenschmidt
2017-04-07net/mlx5e: Set default RX moderation parameters on driver loadSaeed Mahameed
2017-04-07net/mlx5e: Reuse alloc cq code for all CQs allocationEran Ben Elisha
2017-04-07net/mlx5e: Show board id in ethtool driver informationInbar Karmy
2017-04-07net/mlx5e: Change FW sub_minor display to 4 zeros paddingEran Ben Elisha
2017-04-07net/mlx5e: Make mlx5e_modify_rqs_vsd a static functionGuy Ergas
2017-04-07net/mlx5e: Add support for RXFCS feature flagGuy Ergas
2017-04-07net/mlx5: Update the list of the PCI supported devicesMajd Dibbiny
2017-04-06qed: Make OOO archipelagos into an arrayMichal Kalderon
2017-04-06qed: Provide iSCSI statistics to managementMintz, Yuval
2017-04-06qed: Inform qedi the number of possible CQsMintz, Yuval
2017-04-06qed: Add missing stat for new islesMintz, Yuval
2017-04-06qed: Don't close the OUT_EN during initMintz, Yuval
2017-04-06qed: Configure cacheline size in HWTomer Tayar
2017-04-06qed: Don't use main-ptt in unrelated flowsRahul Verma
2017-04-06qed: Warn PTT usage by wrong hw-functionMintz, Yuval
2017-04-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2017-04-06net: ethernet: wiznet: avoid format string exposureKees Cook
2017-04-06qlge: avoid format string exposure in workqueueKees Cook
2017-04-06qed: Correct MSI-x for storageMintz, Yuval
2017-04-06net: dsa: loop: Initialize err in dsa_loop_vlan_dumpFlorian Fainelli
2017-04-06net: dsa: loop: Fix uninitialized pvid variableFlorian Fainelli
2017-04-06mlx4: trust shinfo->gso_segsEric Dumazet
2017-04-06qed: fix missing break in OOO_LB_TC caseColin Ian King
2017-04-06net/mlx5e: fix build error without CONFIG_SYSFSTobias Regnery
2017-04-06ftgmac100: Rework NAPI & interrupts handlingBenjamin Herrenschmidt
2017-04-06ftgmac100: Remove useless tests in interrupt handlerBenjamin Herrenschmidt
2017-04-06ftgmac100: Rework MAC reset and initBenjamin Herrenschmidt
2017-04-06ftgmac100: Add a reset task and use it for link changesBenjamin Herrenschmidt
2017-04-06ftgmac100: Move the bulk of inits to a separate functionBenjamin Herrenschmidt
2017-04-06ftgmac100: Request the interrupt only after HW is resetBenjamin Herrenschmidt
2017-04-06ftgmac100: Move napi_add/del to open/closeBenjamin Herrenschmidt
2017-04-06ftgmac100: Split ring alloc, init and rx buffer allocBenjamin Herrenschmidt
2017-04-06ftgmac100: Cleanup speed/duplex tracking and fix duplex configBenjamin Herrenschmidt
2017-04-06ftgmac100: Remove "enabled" flagsBenjamin Herrenschmidt
2017-04-06ftgmac100: Reorder struct fields and commentBenjamin Herrenschmidt
2017-04-06ftgmac100: Remove "banner" commentsBenjamin Herrenschmidt
2017-04-06ftgmac100: Use netdev->irq instead of private copyBenjamin Herrenschmidt