aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/switchx2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28mlxsw: Remove 56G speed supportAmit Cohen1-6/+0
2019-07-01mlxsw: core: Add support for using SKB control bufferPetr Machata1-0/+2
2019-04-04mlxsw: Remove ndo_get_port_parent_id implementationJiri Pirko1-13/+0
2019-04-04mlxsw: Pass switch ID through devlink_port_attrs_set()Jiri Pirko1-1/+2
2019-03-28mlxsw: Remove ndo_get_phys_port_name implementationJiri Pirko1-11/+0
2019-03-28mlxsw: Implement ndo_get_devlink_portJiri Pirko1-0/+11
2019-03-24mlxsw: Move devlink_port_attrs_set() call before registerJiri Pirko1-2/+3
2019-02-06mlxsw: Implement ndo_get_port_parent_id()Florian Fainelli1-24/+13
2018-08-09mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko1-35/+2
2018-05-19mlxsw: use devlink helper to generate physical port nameJiri Pirko1-6/+3
2018-05-19devlink: introduce devlink_port_attrs_setJiri Pirko1-1/+1
2018-04-01mlxsw: Move "resources_query_enable" out of mlxsw_config_profileJiri Pirko1-1/+0
2018-03-22mlxsw: spectrum: Add support for auto-negotiation disable modeTal Bar1-4/+4
2017-08-11mlxsw: make mlxsw_config_profile constBhumika Goyal1-1/+1
2017-03-24mlxsw: Query maximum number of ports from firmwareIdo Schimmel1-3/+4
2017-02-08net: mellanox: switchx2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+30
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-01-12mlxsw: switchx2: Fix memory leak at skb reallocationArkadi Sharshevsky1-0/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-2/+1
2016-11-25mlxsw: Create a different trap group list for each deviceNogah Frankel1-4/+4
2016-11-25mlxsw: Change trap groups settingNogah Frankel1-3/+21
2016-11-25mlxsw: core: Change emad trap group settingsNogah Frankel1-0/+9
2016-11-25mlxsw: Add option to choose trap groupNogah Frankel1-2/+2
2016-11-25mlxsw: Change trap set functionNogah Frankel1-2/+3
2016-11-25mlxsw: switchx2: Use generic listener struct for eventsNogah Frankel1-66/+12
2016-11-25mlxsw: switchx2: Use generic listener struct for rx trapsNogah Frankel1-100/+27
2016-11-05mlxsw: Remove unused including <generated/utsrelease.h>Wei Yongjun1-1/+0
2016-10-30mlxsw: switchx2: Add IB port supportElad Raz1-19/+210
2016-10-30mlxsw: switchx2: Add eth prefix to port create and removeElad Raz1-11/+11
2016-10-30mlxsw: core: Add "eth" prefix to mlxsw_core_port_setElad Raz1-2/+2
2016-10-30mlxsw: switchx2: Add Infiniband switch partitionElad Raz1-1/+5
2016-10-30mlxsw: Make devlink port instances independent of spectrum/switchx2 port instancesJiri Pirko1-15/+34
2016-10-30mlxsw: reg: Add eth prefix to PTYS pack and unpackElad Raz1-8/+10
2016-10-30mlxsw: switchx2: Fix port speed configurationElad Raz1-7/+23
2016-10-30mlxsw: switchx2: Add support for physical port namesElad Raz1-5/+27
2016-10-30mlxsw: switchx2: Move port used check outside port remove functionJiri Pirko1-4/+10
2016-10-30mlxsw: switchx2: Check if port is usable before calling port createJiri Pirko1-21/+11
2016-10-30mlxsw: core: Zero payload buffers for couple of registersElad Raz1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-10-28mlxsw: switchx2: Set physical device for port netdeviceJiri Pirko1-0/+1
2016-10-28mlxsw: Move PCI id table definitions into driver modulesJiri Pirko1-4/+30
2016-10-23mlxsw: item: Make char *buf arg constant for gettersJiri Pirko1-1/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-0/+3
2016-10-20mlxsw: switchx2: Fix ethernet port initializationElad Raz1-0/+1
2016-10-04mlxsw: switchx2: Fix misuse of hard_header_lenYotam Gigi1-1/+1
2016-09-21mlxsw: spectrum: lag resources- use resources data instead of constsNogah Frankel1-4/+0
2016-07-24mlxsw: pci: Add resources query implementation.Nogah Frankel1-0/+1
2016-06-17mlxsw: switchx2: Don't count internal TX header bytes to statsNogah Frankel1-1/+4
2016-04-08mlxsw: Do not pass around driver_priv directlyJiri Pirko1-4/+4
2016-04-08mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit*Jiri Pirko1-2/+2