index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx4
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-07
net/mlx4_en: Bump driver version
Tariq Toukan
3
-5
/
+4
2017-06-07
net/mlx4_core: Bump driver version
Tariq Toukan
2
-3
/
+2
2017-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-14
/
+41
2017-06-05
net/mlx4: Check if Granular QoS per VF has been enabled before updating QP qo...
Ido Shamay
2
-5
/
+17
2017-06-05
net/mlx4: Fix the check in attaching steering rules
Talat Batheesh
3
-9
/
+24
2017-05-21
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
1
-0
/
+1
2017-05-15
net/mlx4_core: Use min3 to select number of MSI-X vectors
yuval.shaia@oracle.com
1
-6
/
+4
2017-05-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-5
/
+19
2017-05-09
net/mlx4_core: Reduce harmless SRIOV error message to debug level
Jack Morgenstein
2
-4
/
+12
2017-05-09
net/mlx4_en: Avoid adding steering rules with invalid ring
Talat Batheesh
1
-0
/
+5
2017-05-09
net/mlx4_en: Change the error print to debug print
Kamal Heib
1
-1
/
+2
2017-05-09
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2
-12
/
+6
2017-04-20
net/mlx4: suppress 'may be used uninitialized' warning
Greg Thelen
1
-1
/
+1
2017-04-06
mlx4: trust shinfo->gso_segs
Eric Dumazet
1
-2
/
+1
2017-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+22
2017-03-17
net/mlx4_core: Avoid delays during VF driver device shutdown
Jack Morgenstein
2
-0
/
+22
2017-03-16
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
1
-1
/
+3
2017-03-09
mlx4: remove duplicate code in mlx4_en_process_rx_cq()
Eric Dumazet
1
-168
/
+41
2017-03-09
mlx4: make validate_loopback() more generic
Eric Dumazet
2
-19
/
+10
2017-03-09
mlx4: factorize page_address() calls
Eric Dumazet
1
-8
/
+7
2017-03-09
mlx4: do not access rx_desc from mlx4_en_process_rx_cq()
Eric Dumazet
1
-6
/
+3
2017-03-09
mlx4: add rx_alloc_pages counter in ethtool -S
Eric Dumazet
5
-6
/
+12
2017-03-09
mlx4: add page recycling in receive path
Eric Dumazet
2
-177
/
+82
2017-03-09
mlx4: use order-0 pages for RX
Eric Dumazet
2
-44
/
+33
2017-03-09
mlx4: removal of frag_sizes[]
Eric Dumazet
2
-22
/
+10
2017-03-09
mlx4: reduce rx ring page_cache size
Eric Dumazet
3
-10
/
+15
2017-03-09
mlx4: rx_headroom is a per port attribute
Eric Dumazet
2
-4
/
+4
2017-03-09
mlx4: get rid of frag_prefix_size
Eric Dumazet
2
-17
/
+13
2017-03-09
mlx4: remove order field from mlx4_en_frag_info
Eric Dumazet
2
-4
/
+4
2017-03-09
mlx4: dma_dir is a mlx4_en_priv attribute
Eric Dumazet
3
-12
/
+12
2017-02-26
net/mlx4_en: fix overflow in mlx4_en_init_timestamp()
Eric Dumazet
2
-11
/
+8
2017-02-23
net/mlx4_en: Use __skb_fill_page_desc()
Eric Dumazet
1
-4
/
+4
2017-02-23
net/mlx4_core: Use cq quota in SRIOV when creating completion EQs
Jack Morgenstein
2
-4
/
+4
2017-02-23
net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new pr...
Majd Dibbiny
1
-2
/
+0
2017-02-23
net/mlx4: Spoofcheck and zero MAC can't coexist
Eugenia Emantayev
2
-7
/
+21
2017-02-23
net/mlx4: Change ENOTSUPP to EOPNOTSUPP
Or Gerlitz
7
-9
/
+9
2017-02-20
mlx4: reduce OOM risk on arches with large pages
Eric Dumazet
1
-1
/
+2
2017-02-20
mlx4: fix potential divide by 0 in mlx4_en_auto_moderation()
Eric Dumazet
1
-10
/
+14
2017-02-17
mlx4: do not fire tasklet unless necessary
Eric Dumazet
2
-9
/
+6
2017-02-15
mlx4: do not use rwlock in fast path
Eric Dumazet
2
-18
/
+19
2017-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-14
/
+33
2017-02-07
mlx4: Invoke softirqs after napi_reschedule
Benjamin Poirier
1
-1
/
+4
2017-02-06
net/mlx4_en: fix a condition
Dan Carpenter
1
-1
/
+1
2017-02-03
mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'
Martin KaFai Lau
3
-7
/
+27
2017-02-03
mlx4: Fix memory leak after mlx4_en_update_priv()
Martin KaFai Lau
1
-6
/
+2
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-1
/
+14
2017-01-30
net/mlx4_core: Avoid command timeouts during VF driver device shutdown
Jack Morgenstein
3
-1
/
+14
2017-01-30
net/mlx4_en: Check the enabling pptx/pprx flags in SET_PORT wrapper flow
Shaker Daibes
3
-16
/
+31
2017-01-30
net/mlx4_en: Check the enabling mtu flag in SET_PORT wrapper flow
Shaker Daibes
1
-22
/
+37
2017-01-30
net/mlx4_en: Pass user MTU value to Firmware at set port command
Shaker Daibes
4
-7
/
+81
[prev]
[next]