aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18mlxsw: pci: Return error on PCI reset timeoutNir Dotan1-2/+2
2019-01-18mlxsw: pci: Increase PCI SW reset timeoutNir Dotan1-1/+1
2019-01-18mlxsw: pci: Ring CQ's doorbell before RDQ'sIdo Schimmel2-5/+8
2019-01-08mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletionIdo Schimmel1-1/+1
2019-01-08mlxsw: spectrum_nve: Replace error code with EINVALIdo Schimmel1-2/+2
2019-01-08mlxsw: spectrum_switchdev: Avoid returning errors in commit phaseIdo Schimmel1-12/+9
2019-01-08mlxsw: spectrum: Add VXLAN dependency for spectrumIdo Schimmel1-0/+1
2019-01-08mlxsw: spectrum: Disable lag port TX before removing itJiri Pirko1-2/+5
2019-01-08mlxsw: spectrum_acl: Remove ASSERT_RTNL()s in module removal flowNir Dotan1-2/+0
2019-01-08mlxsw: spectrum_acl: Add cleanup after C-TCAM update error conditionNir Dotan1-1/+9
2018-12-24mlxsw: spectrum: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-20mlxsw: spectrum: Remove limitation regarding VID 1Ido Schimmel1-5/+0
2018-12-20mlxsw: spectrum: Switch to VID 4095 as default VIDIdo Schimmel3-21/+11
2018-12-20mlxsw: spectrum: Add an helper function to cleanup VLAN entriesIdo Schimmel1-5/+10
2018-12-20mlxsw: spectrum: Store pointer to default port VLAN in port structIdo Schimmel2-0/+2
2018-12-20mlxsw: spectrum: Allow controlling destruction of default port VLANIdo Schimmel1-4/+9
2018-12-20mlxsw: spectrum: Set PVID during port initializationIdo Schimmel1-0/+8
2018-12-20mlxsw: spectrum: Replace hard-coded default VID with a defineIdo Schimmel4-15/+20
2018-12-20mlxsw: spectrum_router: Do not force specific configuration orderIdo Schimmel3-2/+24
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-3/+30
2018-12-19mlxsw: spectrum_router: Hold a reference on RIF's netdevIdo Schimmel1-0/+3
2018-12-19mlxsw: spectrum_router: Make RIF deletion more robustIdo Schimmel3-36/+31
2018-12-19mlxsw: spectrum_router: Propagate 'struct mlxsw_sp' furtherIdo Schimmel1-22/+24
2018-12-19mlxsw: spectrum: Properly cleanup LAG uppers when removing port from LAGIdo Schimmel2-26/+24
2018-12-19mlxsw: spectrum: Remove reference count from VLAN entriesIdo Schimmel3-58/+46
2018-12-19mlxsw: spectrum: Handle VLAN device unlinkingIdo Schimmel1-0/+10
2018-12-19mlxsw: spectrum_fid: Remove unused functionIdo Schimmel2-6/+0
2018-12-19mlxsw: spectrum_router: Do not destroy RIFs based on FID's reference countIdo Schimmel3-36/+65
2018-12-19mlxsw: spectrum: Sanitize VLAN interface's uppersIdo Schimmel1-0/+45
2018-12-18mlxsw: spectrum_nve: Fix memory leak upon driver reloadIdo Schimmel1-1/+1
2018-12-18mlxsw: spectrum: Add trap for decapsulated ARP packetsIdo Schimmel2-0/+2
2018-12-18mlxsw: core: Increase timeout during firmware flash processShalom Toledo3-2/+27
2018-12-17mlxsw: spectrum: Update the supported firmware to version 13.1910.622Shalom Toledo1-2/+2
2018-12-16mlxsw: reg: Activate Bloom filterNir Dotan1-2/+2
2018-12-16mlxsw: spectrum_acl: Set master RP index on transition to eRPNir Dotan1-3/+3
2018-12-16mlxsw: spectrum_acl: Update Bloom filter on eRP transitionsNir Dotan3-0/+65
2018-12-16mlxsw: spectrum_acl: Set A-TCAM rules in Bloom filterNir Dotan1-0/+10
2018-12-16mlxsw: spectrum_acl: Add Bloom filter updateNir Dotan2-2/+60
2018-12-16mlxsw: spectrum_acl: Add Bloom filter handlingNir Dotan2-0/+219
2018-12-16mlxsw: spectrum_acl: Introduce Bloom filterNir Dotan4-1/+59
2018-12-16mlxsw: resources: Add Spectrum-2 Bloom filter resourceNir Dotan1-0/+2
2018-12-16mlxsw: reg: Add Policy Engine Algorithmic Bloom Filter Entries RegisterNir Dotan1-0/+67
2018-12-13mlxsw: spectrum_router: Veto unsupported RIF MAC addressesPetr Machata2-1/+52
2018-12-13mlxsw: spectrum: Add mlxsw_sp.mac_maskPetr Machata2-0/+10
2018-12-13mlxsw: spectrum_router: Generalize mlxsw_sp_netdevice_router_port_event()Petr Machata3-12/+30
2018-12-12mlxsw: spectrum_switchdev: Propagate extack on port VLAN eventsPetr Machata1-15/+23
2018-12-12mlxsw: spectrum_switchdev: Propagate extack on VXLAN VLAN eventsPetr Machata1-4/+8
2018-12-12net: switchdev: Add extack to switchdev_handle_port_obj_add() callbackPetr Machata1-1/+2
2018-12-11mlxsw: spectrum_router: Add Multicast routing support for Spectrum-2Nir Dotan1-1/+280
2018-12-11mlxsw: spectrum_acl: Limit priority valueNir Dotan1-2/+3