aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Merge branch 'mellanox/mlx5-next' into rdma.git for-nextJason Gunthorpe3-25/+90
2018-09-25net/mlx5: Set uid as part of DCT commandsYishai Hadas1-0/+4
2018-09-25net/mlx5: Set uid as part of SRQ commandsYishai Hadas1-3/+27
2018-09-25net/mlx5: Set uid as part of SQ commandsYishai Hadas1-2/+14
2018-09-25net/mlx5: Set uid as part of RQ commandsYishai Hadas1-2/+14
2018-09-25net/mlx5: Set uid as part of QP commandsYishai Hadas1-18/+27
2018-09-25net/mlx5: Set uid as part of CQ commandsYishai Hadas1-0/+4
2018-09-21Merge branch 'mlx5-vport-loopback' into rdma.getDoug Ledford1-1/+1
2018-09-22net/mlx5: Rename incorrect naming in IFC fileMark Bloch1-1/+1
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe53-410/+565
2018-09-05net/mlx5: Export packet reformat alloc/dealloc functionsMark Bloch2-8/+2
2018-09-05net/mlx5: Pass a namespace for packet reformat ID allocationMark Bloch3-1/+12
2018-09-05{net, RDMA}/mlx5: Rename encap to reformat packetMark Bloch8-64/+77
2018-09-05net/mlx5: Move header encap type to IFC header fileMark Bloch1-5/+0
2018-09-05net/mlx5: Break encap/decap into two separated flow table creation flagsMark Bloch2-4/+6
2018-09-05net/mlx5: Add support for more namespaces when allocating modify headerMark Bloch1-0/+5
2018-09-05net/mlx5: Export modify header alloc/dealloc functionsMark Bloch2-5/+2
2018-09-05net/mlx5: Add proper NIC TX steering flow tables supportMark Bloch2-13/+40
2018-09-05net/mlx5: Cleanup flow namespace getter switch logicMark Bloch1-18/+6
2018-09-04net/mlx5: Add memic command opcode to command checkerAriel Levkovich1-0/+4
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds53-410/+565
2018-08-25qed: fix spelling mistake "comparsion" -> "comparison"Colin Ian King1-1/+1
2018-08-25qlge: Fix netdev features configuration.Manish Chopra1-15/+8
2018-08-25net: macb: do not disable MDIO bus at open/close timeAnssi Hannula1-3/+6
2018-08-25Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"Geert Uytterhoeven1-5/+5
2018-08-25net: macb: Fix regression breaking non-MDIO fixed-link PHYsAhmad Fatoum1-10/+17
2018-08-25mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridgeIdo Schimmel3-0/+33
2018-08-24i40e: fix condition of WARN_ONCE for stat stringsJacob Keller1-1/+1
2018-08-24i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar1-7/+8
2018-08-24ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2-0/+27
2018-08-24ixgbe: Prevent unsupported configurations with XDPTony Nguyen2-2/+31
2018-08-24ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2-3/+3
2018-08-24igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai1-1/+1
2018-08-24igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai1-2/+2
2018-08-24igb: Use an advanced ctx descriptor for launchtimeJesus Sanchez-Palencia1-1/+2
2018-08-24e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen1-2/+2
2018-08-24e1000: check on netif_running() before calling e1000_up()Bo Chen1-1/+2
2018-08-24ixgb: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-3/+2
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-20/+3
2018-08-23ice: Trivial formatting fixesAnirudh Venkataramanan3-6/+8
2018-08-23ice: Change struct members from bool to u8Bruce Allan4-16/+16
2018-08-23ice: Fix potential return of uninitialized valueJesse Brandeburg1-2/+2
2018-08-23ice: Fix a few null pointer dereference issuesAnirudh Venkataramanan2-8/+11
2018-08-23ice: Update to interrupts enabled in OICRBruce Allan2-14/+3
2018-08-23ice: Set VLAN flags correctlyBrett Creeley2-25/+30
2018-08-23ice: Use order_base_2 to calculate higher power of 2Jacob Keller1-5/+2
2018-08-23ice: Fix bugs in control queue processingAnirudh Venkataramanan2-5/+26
2018-08-23ice: Clean control queues only when they are initializedPreethi Banala1-8/+16
2018-08-23ice: Report stats for allocated queues via ethtool statsJacob Keller2-13/+46
2018-08-23ice: Cleanup magic numberAnirudh Venkataramanan2-1/+2