aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-14mlxsw: spectrum: Change ipv6 unregistered mc tableNogah Frankel1-1/+0
2017-02-10mlxsw: spectrum: Add an option to flood mc by mc_router_portNogah Frankel1-0/+6
2017-02-10mlxsw: spectrum: Separate bc and mc floodsNogah Frankel1-6/+17
2017-02-08mlxsw: spectrum_router: Flush resources when RIF is deletedIdo Schimmel1-0/+6
2017-02-06mlxsw: spectrum_router: Simplify neighbour reflectionIdo Schimmel1-2/+0
2017-02-03mlxsw: spectrum: Implement TC flower offloadJiri Pirko1-1/+14
2017-02-03mlxsw: spectrum: Introduce ACL core with simple TCAM implementationJiri Pirko1-5/+12
2017-01-24mlxsw: spectrum: Add packet sample offloading supportYotam Gigi1-0/+111
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-01-12mlxsw: spectrum: Fix memory leak at skb reallocationArkadi Sharshevsky1-0/+1
2017-01-09mlxsw: spectrum: Change ENOTSUPP to EOPNOTSUPPYotam Gigi1-4/+4
2017-01-09mlxsw: spectrum: Fix order of commands in port remove functionYotam Gigi1-1/+1
2017-01-09mlxsw: spectrum: Make the add_matchall_tc_entry symmetricYotam Gigi1-43/+48
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+1
2016-12-17mlxsw: spectrum: Mark split ports as suchIdo Schimmel1-1/+1
2016-11-25mlxsw: spectrum: Add policers for trap groupsNogah Frankel1-2/+72
2016-11-25mlxsw: Create a different trap group list for each deviceNogah Frankel1-28/+58
2016-11-25mlxsw: spectrum: Add BGP trapNogah Frankel1-0/+1
2016-11-25mlxsw: Change trap groups settingNogah Frankel1-9/+38
2016-11-25mlxsw: core: Change emad trap group settingsNogah Frankel1-0/+9
2016-11-25mlxsw: Add option to choose trap groupNogah Frankel1-4/+4
2016-11-25mlxsw: Change trap set functionNogah Frankel1-23/+23
2016-11-25mlxsw: spectrum: Use generic listener struct for eventsNogah Frankel1-65/+12
2016-11-25mlxsw: spectrum: Use generic listener struct for rx trapsNogah Frankel1-57/+38
2016-11-25mlxsw: spectrum: Remove unused trapsNogah Frankel1-6/+1
2016-11-24net: Add net-device param to the get offloaded stats ndoOr Gerlitz1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2016-11-13mlxsw: spectrum: Fix refcount bug on span entriesYotam Gigi1-1/+3
2016-11-05mlxsw: Remove unused including <generated/utsrelease.h>Wei Yongjun1-1/+0
2016-10-30mlxsw: core: Add "eth" prefix to mlxsw_core_port_setElad Raz1-2/+3
2016-10-30mlxsw: Make devlink port instances independent of spectrum/switchx2 port instancesJiri Pirko1-17/+36
2016-10-30mlxsw: reg: Add eth prefix to PTYS pack and unpackElad Raz1-8/+9
2016-10-30mlxsw: spectrum: Move port used check outside port remove functionJiri Pirko1-7/+15
2016-10-30mlxsw: core: Zero payload buffers for couple of registersElad Raz1-1/+1
2016-10-28mlxsw: spectrum: Set physical device for port netdeviceJiri Pirko1-0/+1
2016-10-28mlxsw: Move PCI id table definitions into driver modulesJiri Pirko1-3/+22
2016-10-23mlxsw: Convert resources into arrayJiri Pirko1-20/+18
2016-10-23mlxsw: item: Make char *buf arg constant for gettersJiri Pirko1-2/+2
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-0/+3
2016-10-18mlxsw: Flip to the new dev walk APIDavid Ahern1-14/+23
2016-10-14net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror'Shmulik Ladkani1-1/+3
2016-10-04mlxsw: spectrum: Fix misuse of hard_header_lenYotam Gigi1-1/+1
2016-09-24mlxsw: spectrum: remove redundant check if err is zeroColin Ian King1-1/+1
2016-09-21mlxsw: spectrum: Implement max rif resourceNogah Frankel1-7/+6
2016-09-21mlxsw: pci: Add some miscellaneous resourcesNogah Frankel1-6/+0
2016-09-21mlxsw: profile: Add KVD resources to profile configNogah Frankel1-3/+4
2016-09-21mlxsw: spectrum: lag resources- use resources data instead of constsNogah Frankel1-8/+33
2016-09-21mlxsw: spectrum: Make offloads stats functions staticOr Gerlitz1-4/+4
2016-09-20mlxsw: spectrum: Fix sparse warningsIdo Schimmel1-4/+8
2016-09-18mlxsw: spectrum: Implement offload stats ndo and expose HW stats by defaultNogah Frankel1-7/+122