aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-05-28virtio_net: Extend virtio to use VF datapath when availableSridhar Samudrala2-1/+38
2018-05-28virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bitSridhar Samudrala1-1/+1
2018-05-28net: Introduce net_failover driverSridhar Samudrala3-0/+849
2018-05-28netvsc: refactor notifier/event handling code to use the failover frameworkSridhar Samudrala3-165/+60
2018-05-28vrf: add CRC32c offload to device featuresDavide Caratti1-1/+1
2018-05-28net: stmmac: Use mutex instead of spinlockThierry Reding3-24/+21
2018-05-28bnx2x: Collect the device debug information during Tx timeout.Sudarsana Reddy Kalluru1-1/+6
2018-05-28x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig2-6/+4
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-90/+133
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-26net: remove sock_no_pollChristoph Hellwig1-1/+0
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha8-100/+136
2018-05-25ixgbe: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-46/+1
2018-05-25cxgb4: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-74/+1
2018-05-25bnxt_en: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-18/+1
2018-05-25bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-17/+6
2018-05-25net/mlx5e: Introducing new statistics rwlockShalom Lagziel5-9/+27
2018-05-25net/mlx5e: Move phy link down events counter out of SW statsSaeed Mahameed2-18/+22
2018-05-25net/mlx5: Use order-0 allocations for all WQ typesTariq Toukan8-90/+111
2018-05-25net/mlx5i: Use compilation flag in IPOIB headerTariq Toukan1-0/+3
2018-05-25net/mlx5e: TX, Use actual WQE size for SQ edge fillTariq Toukan5-92/+178
2018-05-25net/mlx5e: Use WQ API functions instead of direct fields accessTariq Toukan5-38/+60
2018-05-25net/mlx5e: Split offloaded eswitch TC rules for port mirroringChris Mi3-21/+108
2018-05-25net/mlx5e: Parse mirroring action for offloaded TC eswitch flowsChris Mi3-21/+43
2018-05-25net/mlx5: E-switch, Create a second level FDB flow tableChris Mi3-5/+32
2018-05-25net/mlx5: E-Switch, Reorganize and rename fdb flow tablesChris Mi3-24/+25
2018-05-25net: dsa: dsa_loop: Make dynamic debugging helpfulFlorian Fainelli1-14/+17
2018-05-25Merge tag 'mlx5e-updates-2018-05-19' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller11-80/+860
2018-05-258139too: Remove unnecessary netif_napi_del()Bo Chen1-2/+0
2018-05-25ibmvnic: Fix partial success login retriesThomas Falcon1-1/+6
2018-05-25qed*: Support drop action classificationManish Chopra5-15/+37
2018-05-25qede: Support flow classification to the VFs.Manish Chopra1-4/+30
2018-05-25qed*: Support other classification modes.Manish Chopra2-2/+31
2018-05-25qede: Validate unsupported configurationsManish Chopra1-0/+73
2018-05-25qede: Refactor ethtool rx classification flow.Manish Chopra1-182/+330
2018-05-25cxgb4/cxgb4vf: Notify link changes to OS-dependent codeArjun Vynipadath6-6/+64
2018-05-25cxgb4: clean up init_oneGanesh Goudar2-21/+28
2018-05-25cxgb4/cxgb4vf: link management changes for new SFPGanesh Goudar3-18/+85
2018-05-25net: fec: remove stale commentYueHaibing1-6/+0
2018-05-25sfc: stop the TX queue before pushing new buffersMartin Habets1-8/+25
2018-05-25mlx4_core: allocate ICM memory in page size chunksQing Huang1-7/+9
2018-05-25wcn36xx: Add support for Factory Test Mode (FTM)Eyal Ilsar9-0/+332
2018-05-25ath10k: DFS Host ConfirmationSriram R5-10/+273
2018-05-25ath: add support to get the detected radar specificationsSriram R5-5/+10
2018-05-25wcn36xx: improve debug and error messages for SMDDaniel Mack1-4/+10
2018-05-25wcn36xx: simplify wcn36xx_smd_open()Daniel Mack1-9/+3
2018-05-25wcn36xx: drain pending indicator messages on shutdownDaniel Mack1-0/+6
2018-05-25wcn36xx: set PREASSOC and IDLE stated when BSS info changesDaniel Mack1-0/+4
2018-05-25wcn36xx: consider CTRL_EOP bit when looking for valid descriptorsDaniel Mack1-1/+3
2018-05-25wcn36xx: only handle packets when ED or DONE bit is setDaniel Mack1-4/+16