summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridgeIdo Schimmel2018-08-263-0/+33
* net_sched: remove list_head from tc_actionCong Wang2018-08-213-16/+12Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-191-2/+2
|\
| * net/mlx5e: Delete unneeded function argumentYuval Shaia2018-08-161-2/+2
* | Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-16127-4455/+10953
|\|
| * net/mlx5: Improve argument name for add flow APIEli Cohen2018-08-131-4/+4
| * net/mlx5: Reorganize the makefileSaeed Mahameed2018-08-131-17/+40
| * net/mlx5e: clock.c depends on CONFIG_PTP_1588_CLOCKMoshe Shemesh2018-08-136-6/+34
| * net/mlx5e: vxlan.c depends on CONFIG_VXLANSaeed Mahameed2018-08-133-9/+11
| * net/mlx5e: Move flow steering declarations into en/fs.hSaeed Mahameed2018-08-132-126/+129
| * net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering supportSaeed Mahameed2018-08-136-68/+68
| * net/mlx5e: Add CONFIG_MLX5_EN_RXNFC for ethtool rx nfcSaeed Mahameed2018-08-135-21/+53
| * net/mlx5e: Ethtool steering, move ethtool callbacksSaeed Mahameed2018-08-133-64/+62Star
| * net/mlx5e: Ethtool steering, l4 proto supportSaeed Mahameed2018-08-131-3/+16
| * net/mlx5e: Ethtool steering, ip6 supportSaeed Mahameed2018-08-131-0/+129
| * net/mlx5e: Ethtool steering flow parsing refactoringSaeed Mahameed2018-08-131-102/+128
| * net/mlx5e: Ethtool steering flow validation refactoringSaeed Mahameed2018-08-131-64/+100
| * mlxsw: core: remove unnecessary function mlxsw_core_driver_putYueHaibing2018-08-101-12/+0Star
| * mlxsw: remove unused arrays mlxsw_i2c_driver_name and mlxsw_pci_driver_nameColin Ian King2018-08-102-4/+0Star
| * mlxsw: spectrum_flower: use PTR_ERR_OR_ZERO()YueHaibing2018-08-091-3/+2Star
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-093-25/+15Star
| |\
| * | mlxsw: spectrum: Expose counter for all 16 TCsPetr Machata2018-08-091-5/+6
| * | mlxsw: spectrum: Include RFC-2819 counters in stats lengthPetr Machata2018-08-091-0/+1
| * | mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko2018-08-0964-2139/+131Star
| * | mlxsw: spectrum: Reset FW after flashJiri Pirko2018-08-093-5/+24
| * | mlxsw: spectrum: Update the supported firmware to version 13.1702.6Nir Dotan2018-08-091-2/+2
| * | mlxsw: spectrum_flower: Disallow usage of vlan_id key on egressNir Dotan2018-08-093-0/+17
| * | net/mlx5: Reduce command polling intervalEli Cohen2018-08-091-1/+1
| * | net/mlx5: Unexport functions that need not be exportedEli Cohen2018-08-091-2/+0Star
| * | net/mlx5: Remove unused mlx5_query_vport_admin_stateEli Cohen2018-08-091-10/+0Star
| * | net/mlx5: E-Switch, Remove unused argument when creating legacy FDBEli Cohen2018-08-091-2/+2
| * | net/mlx5: Rename modify/query_vport state related enumsEran Ben Elisha2018-08-094-16/+16
| * | net/mlx5: Use max_num_eqs for calculation of required MSIX vectorsDenis Drozdov2018-08-091-1/+3
| * | net/mlx5e: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
| * | net/mlx4/en_rx: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
| * | net/mlx4/mcg: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
| * | mellanox: fix the dport endianness in call of __inet6_lookup_established()Al Viro2018-08-061-1/+1
| * | mlxsw: spectrum: Configure MC-aware mode on mlxsw portsPetr Machata2018-08-061-0/+27
| * | mlxsw: spectrum: Fix a typoPetr Machata2018-08-061-1/+1
| * | mlxsw: reg: Add QoS Switch Traffic Class Table is Multicast-Aware RegisterPetr Machata2018-08-061-0/+37
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-051-22/+29
| |\ \
| * \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-024-3/+10
| |\ \ \
| * | | | mlxsw: spectrum_router: Handle sysctl_ip_fwd_update_priorityPetr Machata2018-08-011-1/+17
| * | | | mlxsw: spectrum: Extract work-scheduling into a new functionPetr Machata2018-08-011-15/+23
| * | | | net/mlx5e: Fix uninitialized variableGustavo A. R. Silva2018-08-011-1/+1
| * | | | mlx5: handle DMA mapping error case for XDP redirectJesper Dangaard Brouer2018-07-311-0/+3
| * | | | Merge tag 'mlx5e-updates-2018-07-27' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-07-298-239/+320
| |\ \ \ \
| | * | | | net/mlx5e: Issue direct lookup on vxlan ports by vport representorsSaeed Mahameed2018-07-281-10/+2Star
| | * | | | net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed2018-07-287-19/+19
| | * | | | net/mlx5e: Vxlan, add sync lock for add/del vxlan portSaeed Mahameed2018-07-281-3/+15