summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-2216-112/+211
|\
| * net/mlx5: Stay in polling mode when command EQ destroy failsMoshe Shemesh2017-12-191-3/+1Star
| * net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh2017-12-191-7/+13
| * net/mlx5: Fix steering memory leakMaor Gottlieb2017-12-191-2/+14
| * net/mlx5e: Prevent possible races in VXLAN control flowGal Pressman2017-12-191-0/+4
| * net/mlx5e: Add refcount to VXLAN structureGal Pressman2017-12-192-23/+28
| * net/mlx5e: Fix possible deadlock of VXLAN lockGal Pressman2017-12-191-10/+10
| * net/mlx5: Fix error flow in CREATE_QP commandMoni Shoua2017-12-191-2/+2
| * net/mlx5: Fix misspelling in the error message and commentEugenia Emantayev2017-12-192-2/+2
| * net/mlx5e: Fix defaulting RX ring size when not neededEugenia Emantayev2017-12-194-13/+22
| * net/mlx5e: Fix features check of IPv6 trafficGal Pressman2017-12-191-1/+2
| * net/mlx5e: Fix ETS BW checkHuy Nguyen2017-12-191-3/+7
| * net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha2017-12-192-13/+13
| * Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed2017-12-193-29/+92
| * net/mlx5: FPGA, return -EINVAL if size is zeroKamal Heib2017-12-191-0/+6
| * mlxsw: spectrum_router: Remove batch neighbour deletion causing FW bugPetr Machata2017-12-191-12/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-175-28/+53
|\|
| * mlxsw: spectrum: Disable MAC learning for ovs portYuval Mintz2017-12-151-0/+18
| * net/mlx4_en: Fill all counters under one call of stats lockEran Ben Elisha2017-12-131-26/+31
| * net/mlx4_core: Fix wrong calculation of free countersEran Ben Elisha2017-12-131-1/+0Star
| * net/mlx4_en: Fix selftest for small MTUsEugenia Emantayev2017-12-132-1/+4
* | mlxsw: spectrum: handle NETIF_F_HW_TC changes correctlyJiri Pirko2017-12-063-0/+52
* | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-063-9/+4Star
* | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-3/+0Star
|/
* mlxsw: spectrum_router: Update nexthop RIF on updatePetr Machata2017-11-281-7/+21
* mlxsw: spectrum_router: Handle encap to demoted tunnelsPetr Machata2017-11-281-32/+29Star
* mlxsw: spectrum_router: Demote tunnels on VRF migrationPetr Machata2017-11-281-0/+18
* mlxsw: spectrum_router: Offload decap only for up tunnelsPetr Machata2017-11-281-1/+1
* mlxsw: spectrum: Do not try to create non-existing ports during unsplitIdo Schimmel2017-11-212-2/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-3/+2Star
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-3/+2Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-151-4/+4
|\ \
| * \ Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-6/+4Star
| |\ \
| | * | net/mlx4_core: Convert timers to use timer_setup()Kees Cook2017-10-091-6/+4Star
| * | | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-182-317/+547
| |\ \ \
* | \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1578-2503/+10193
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mlxsw: spectrum_router: Add batch neighbour deletionIdo Schimmel2017-11-141-3/+12
| * | | | mlxsw: spectrum: Update minimum firmware version to 13.1530.152Shalom Toledo2017-11-141-2/+2
| * | | | net/mlx4: Use Kconfig flag to remove support of old gen2 Mellanox devicesSlava Shwartsman2017-11-132-0/+10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-125-13/+20
| |\ \ \ \
| * \ \ \ \ Merge tag 'mlx5-updates-2017-11-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-11-107-52/+184
| |\ \ \ \ \
| | * | | | | net/mlx5e: CHECKSUM_COMPLETE offload for VLAN/QinQ packetsGal Pressman2017-11-091-3/+14
| | * | | | | net/mlx5e: Add VLAN offloads statisticsGal Pressman2017-11-095-1/+15
| | * | | | | net/mlx5e: Add 802.1ad VLAN insertion supportGal Pressman2017-11-092-0/+3
| | * | | | | net/mlx5e: Add 802.1ad VLAN filter steering rulesGal Pressman2017-11-093-13/+112
| | * | | | | net/mlx5e: Declare bitmap using kernel macroGal Pressman2017-11-091-1/+1
| | * | | | | net/mlx5e: Add rollback on add VLAN failureGal Pressman2017-11-091-1/+6
| | * | | | | net/mlx5e: Rename VLAN related variables and functionsGal Pressman2017-11-093-37/+37
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-5/+8
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | mlxsw: spectrum: Fix error return code in mlxsw_sp_port_create()Wei Yongjun2017-11-081-0/+1