summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-06-1016-84/+221
|\
| *---. Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier2014-06-1016-84/+221
| |\ \ \
| | | | * mlx4_core: Fix GFP flags parameters to be gfp_tRoland Dreier2014-06-043-3/+3
| | | | * IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIOJiri Kosina2014-06-0211-47/+51
| | |_|/ | |/| |
| | | * mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMRHaggai Eran2014-05-271-0/+4
| | |/ | |/|
| | * mlx4_core: Move handling of MLX4_QP_ST_MLX to proper switch statementRoland Dreier2014-05-301-14/+14
| | * IB/mlx4: Add interface for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein2014-05-291-0/+34
| | * mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein2014-05-296-23/+85
| | * IB/mlx4: Preparation for VFs to issue/receive SMI (QP0) requests/responsesJack Morgenstein2014-05-291-14/+33
| | * mlx4_core: Fix incorrect FLAGS1 bitmap test in mlx4_QUERY_FUNC_CAPJack Morgenstein2014-05-291-1/+1
| | * mlx4_core: Fix memory leaks in SR-IOV error pathsDotan Barak2014-05-291-0/+14
| |/
* | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-0815-57/+57
|\ \
| * \ Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-041-3/+3
| |\ \
| | * | tile: net: Use irq_alloc/free_hwirqThomas Gleixner2014-05-161-3/+3
| | |/
| * | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-0314-54/+54
| |\ \
| | * | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-1814-54/+54
* | | | net: ec_bhf: Add runtime dependenciesJean Delvare2014-06-021-0/+1
* | | | net/mlx4_core: Reset RoCE VF gids when guest driver goes downJack Morgenstein2014-05-304-14/+127
* | | | emac: aggregation of v1-2 PLB errors for IER registerIvan Mikhaylov2014-05-302-16/+9
* | | | emac: add missing support of 10mbit in emac/rgmiiIvan Mikhaylov2014-05-301-0/+3
* | | | qlcnic: info leak in qlcnic_dcb_peer_app_info()Dan Carpenter2014-05-241-0/+1
|/ / /
* | | stmmac: Remove unbalanced clk_disable callHans de Goede2014-05-221-3/+1
* | | bnx2x: Convert return 0 to return rcJoe Perches2014-05-182-2/+2
* | | net/mlx4_core: Add UPDATE_QP SRIOV wrapper supportMatan Barak2014-05-164-2/+97
* | | Altera TSE: Disable Multicast filtering to workaround problemVince Bridgers2014-05-151-0/+5
* | | Altera TSE: Fix sparse errors and warningsVince Bridgers2014-05-1510-275/+367
* | | be2net: enable interrupts in EEH resumeKalesh AP2014-05-141-0/+6
* | | jme: Fix unmap loop counting error:Neil Horman2014-05-141-5/+5
* | | sfc: fix calling of free_irq with already free vectorNikolay Aleksandrov2014-05-121-6/+8
* | | net: cassini: use nested lock annotationEmil Goode2014-05-091-1/+1
* | | bnx2x: Fix UNDI driver unloadYuval Mintz2014-05-091-3/+7
* | | net: cpsw: add missing of_node_putJohan Hovold2014-05-091-0/+1
* | | net: cpsw: fix null dereference at probeJohan Hovold2014-05-091-0/+4
* | | Revert "net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver"Johan Hovold2014-05-091-12/+2
* | | Driver for Beckhoff CX5020 EtherCAT master module.Darek Marcinkiewicz2014-05-083-0/+719
* | | qlcnic: Set real_num_{tx|rx}_queues properlyShahed Shaikh2014-05-072-18/+47
* | | qlcnic: Fix panic while dumping TX queues on TX timeoutManish Chopra2014-05-071-2/+6
* | | jme: Fix DMA unmap warningNeil Horman2014-05-071-6/+47
| |/ |/|
* | net: macb: Fix race between HW and driverSoren Brinkmann2014-05-051-10/+0
* | net: macb: Remove 'unlikely' optimizationSoren Brinkmann2014-05-051-1/+1
* | net: macb: Re-enable RX interrupt only when RX is doneSoren Brinkmann2014-05-051-7/+6
* | net: macb: Clear interrupt flagsSoren Brinkmann2014-05-051-0/+10
* | net: macb: Pass same size to DMA_UNMAP as used for DMA_MAPSoren Brinkmann2014-05-051-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-05-053-29/+46
|\ \
| * | e1000e: Restrict MDIO Slow Mode workaround to relevant partsDavid Ertman2014-05-051-6/+8
| * | e1000e: Fix issue with link flap on 82579David Ertman2014-05-052-0/+13
| * | e1000e: Expand workaround for 10Mb HD throughput bugDavid Ertman2014-05-052-4/+12
| * | e1000e: Workaround for dropped packets in Gig/100 speeds on 82579David Ertman2014-05-052-19/+13
* | | net/mlx4_core: Don't issue PCIe speed/width checks for VFsEyal Perry2014-05-051-1/+2
* | | net/mlx4_core: Load the Eth driver firstOr Gerlitz2014-05-051-2/+2
OpenPOWER on IntegriCloud