index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/mlx4_core: Avoid returning success in case of an error flow
Noa Osherovich
2015-11-16
1
-3
/
+5
*
net/mlx4_core: Fix sleeping while holding spinlock at rem_slave_counters
Eran Ben Elisha
2015-11-16
1
-12
/
+27
*
net/mlx5e: Use the right DMA free function on TX path
Achiad Shochat
2015-11-16
2
-32
/
+43
*
net/mlx5e: Max mtu comparison fix
Doron Tsur
2015-11-16
1
-0
/
+2
*
net/mlx5e: Added self loopback prevention
Tariq Toukan
2015-11-16
1
-0
/
+48
*
net/mlx5e: Fix inline header size calculation
Saeed Mahameed
2015-11-16
1
-2
/
+9
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2015-11-07
6
-9
/
+96
|
\
|
*
net/mlx4_en: Implement mcast loopback prevention for ETH qps
Maor Gottlieb
2015-10-22
3
-1
/
+49
|
*
net/mlx4_core: Add support for filtering multicast loopback
Maor Gottlieb
2015-10-22
3
-8
/
+47
|
*
Merge branch 'k.o/for-4.3-v1' into k.o/for-4.4
Doug Ledford
2015-10-21
1
-22
/
+0
|
|
\
*
|
\
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-11-06
3
-3
/
+3
|
\
\
\
|
*
|
|
mlx5: stop including <asm-generic/kmap_types.h>
Christoph Hellwig
2015-10-15
3
-3
/
+3
*
|
|
|
net/mlx5e: Fix LSO vlan insertion
Achiad Shochat
2015-11-03
1
-2
/
+3
*
|
|
|
net/mlx5e: Re-eanble client vlan TX acceleration
Achiad Shochat
2015-11-03
2
-2
/
+22
*
|
|
|
net/mlx5e: Return error in case mlx5e_set_features() fails
Achiad Shochat
2015-11-03
1
-1
/
+1
*
|
|
|
net/mlx5e: Don't allow more than max supported channels
Achiad Shochat
2015-11-03
3
-5
/
+9
*
|
|
|
net/mlx5_core: Use the the real irqn in eq->irqn
Achiad Shochat
2015-11-03
1
-4
/
+4
*
|
|
|
net/mlx5e: Wait for RX buffers initialization in a more proper manner
Achiad Shochat
2015-11-03
1
-2
/
+2
*
|
|
|
net/mlx5e: Avoid NULL pointer access in case of configuration failure
Achiad Shochat
2015-11-03
1
-0
/
+6
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-11-01
3
-2
/
+4
|
\
\
\
\
|
*
|
|
|
net/mlx4: Copy/set only sizeof struct mlx4_eqe bytes
Carol L Soto
2015-10-28
2
-2
/
+2
|
*
|
|
|
net/mlx4_en: Explicitly set no vlan tags in WQE ctrl segment when no vlan is ...
Jack Morgenstein
2015-10-28
1
-0
/
+2
*
|
|
|
|
mlxsw: spectrum: Make mlxsw_sp_port_switchdev_ops static
Jiri Pirko
2015-10-30
1
-1
/
+1
*
|
|
|
|
mlxsw: Put braces on all arms of branch statement
Or Gerlitz
2015-10-30
1
-1
/
+2
*
|
|
|
|
mlxsw: Put constant on the right side of comparisons
Or Gerlitz
2015-10-30
2
-3
/
+3
*
|
|
|
|
mlxsw: spectrum: Fix ageing time value
Jiri Pirko
2015-10-30
1
-1
/
+2
*
|
|
|
|
mlxsw: reg: Avoid unnecessary line wrap for mlxsw_reg_sfd_uc_unpack
Jiri Pirko
2015-10-30
1
-4
/
+3
*
|
|
|
|
mlxsw: reg: Fix desription typos of couple of SFN items
Jiri Pirko
2015-10-30
1
-3
/
+3
*
|
|
|
|
mlxsw: reg: Fix description for reg_sfd_uc_sub_port
Jiri Pirko
2015-10-30
1
-2
/
+3
*
|
|
|
|
mlxsw: spectrum: Add support for flood control
Ido Schimmel
2015-10-30
3
-37
/
+78
*
|
|
|
|
mlxsw: spectrum: Add support for VLAN ranges in flooding configuration
Ido Schimmel
2015-10-30
1
-20
/
+20
*
|
|
|
|
mlxsw: spectrum: move "bridged" bool to u8 flags
Jiri Pirko
2015-10-30
2
-5
/
+5
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-20
8
-21
/
+38
|
\
|
|
|
|
|
*
|
|
|
mlxsw: core: Fix race condition in __mlxsw_emad_transmit
Ido Schimmel
2015-10-15
1
-4
/
+9
|
*
|
|
|
mlxsw: Fix bug in __mlxsw_item_bit_array_offset
Ido Schimmel
2015-10-11
1
-1
/
+3
|
*
|
|
|
mlxsw: switchx2: changing order of exit fallbacks
Elad Raz
2015-10-11
1
-1
/
+1
|
*
|
|
|
net/mlx5e: Disable VLAN filter in promiscuous mode
Achiad Shochat
2015-10-09
1
-2
/
+14
|
*
|
|
|
net/mlx5: Fix typo in mlx5_query_port_pvlc
Jiri Pirko
2015-10-09
1
-1
/
+1
|
*
|
|
|
net/mlx4_core: Avoid failing the interrupts test
Carol L Soto
2015-10-09
1
-0
/
+4
|
*
|
|
|
net/mlx4: Remove shared_ports variable at mlx4_enable_msi_x
Carol L Soto
2015-10-08
1
-8
/
+2
|
*
|
|
|
mlxsw: fix warnings for big-endian 32-bit dma_addr_t
Arnd Bergmann
2015-10-08
1
-4
/
+4
|
|
/
/
/
*
|
|
|
mlxsw: spectrum: Add initial support for Spectrum ASIC
Jiri Pirko
2015-10-16
10
-0
/
+3374
*
|
|
|
mlxsw: reg: Add Switch Port VLAN MAC Learning register definition
Ido Schimmel
2015-10-16
1
-0
/
+67
*
|
|
|
mlxsw: reg: Add Switch Filtering Database Aging Time register definition
Jiri Pirko
2015-10-16
1
-0
/
+37
*
|
|
|
mlxsw: reg: Add Switch Virtual-Port Enabling register definition
Ido Schimmel
2015-10-16
1
-0
/
+38
*
|
|
|
mlxsw: reg: Add Switch VID to FID Allocation register definition
Ido Schimmel
2015-10-16
1
-0
/
+95
*
|
|
|
mlxsw: reg: Add Switch FID Management register definition
Ido Schimmel
2015-10-16
1
-0
/
+87
*
|
|
|
mlxsw: reg: Add shared buffer configuration registers definitions
Jiri Pirko
2015-10-16
1
-0
/
+349
*
|
|
|
mlxsw: reg: Add Switch Port VID and Switch Port VLAN Membership registers def...
Elad Raz
2015-10-16
1
-0
/
+146
*
|
|
|
mlxsw: reg: Add Switch FDB Notification register definition
Jiri Pirko
2015-10-16
1
-0
/
+101
[next]