index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx4
/
en_tx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-06
mlx4: Address spelling errors
Simon Horman
1
-1
/
+1
2023-04-13
mlx4: use READ_ONCE/WRITE_ONCE for ring indexes
Jakub Kicinski
1
-3
/
+5
2023-02-20
net/mlx4_en: Introduce flexible array to silence overflow warning
Kees Cook
1
-11
/
+11
2022-12-08
net/mlx4: small optimization in mlx4_en_xmit()
Eric Dumazet
1
-5
/
+5
2022-12-08
net/mlx4: rename two constants
Eric Dumazet
1
-4
/
+6
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-2
/
+2
2022-05-16
mlx4: support BIG TCP packets
Eric Dumazet
1
-9
/
+38
2022-03-10
net/mlx4: Delete useless moduleparam include
Leon Romanovsky
1
-1
/
+0
2021-10-04
net/mlx4_en: avoid one cache line miss to ring doorbell
Eric Dumazet
1
-2
/
+2
2021-08-23
net/mellanox: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-7
/
+7
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+33
2020-12-09
net/mlx4_en: Handle TX error CQE
Moshe Shemesh
1
-7
/
+33
2020-11-20
net/mlx4_en: Remove unused performance counters
Tariq Toukan
1
-13
/
+0
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2020-10-12
mlx4: handle non-napi callers to napi_poll
Jonathan Lemon
1
-1
/
+1
2020-09-25
drivers/net/ethernet: clean up unused assignments
Jesse Brandeburg
1
-1
/
+1
2020-09-12
net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it any...
Luo Jiaxing
1
-1
/
+0
2020-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+13
2020-04-23
net/mlx4_en: use napi_complete_done() in TX completion
Eric Dumazet
1
-10
/
+10
2020-04-18
net/mlx4_en: avoid indirect call in TX completion
Eric Dumazet
1
-1
/
+13
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-3
/
+1
2019-04-01
drivers: mellanox: use netdev_xmit_more() helper
Florian Westphal
1
-1
/
+1
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
1
-4
/
+3
2018-12-17
net/mlx4_en: remove fallback after kzalloc_node()
Eric Dumazet
1
-5
/
+2
2018-11-03
net/mlx4_en: use __netdev_tx_sent_queue()
Eric Dumazet
1
-2
/
+4
2018-07-09
net: allow fallback function to pass netdev
Alexander Duyck
1
-2
/
+2
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
1
-1
/
+2
2018-04-29
mlx4: Don't bother using skb_tx_hash in mlx4_en_select_queue
Alexander Duyck
1
-1
/
+1
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-16
/
+32
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-6
/
+6
2017-10-11
net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaion
Tariq Toukan
1
-14
/
+24
2017-10-11
net/mlx4_en: Obsolete call to generic write_desc in XDP xmit flow
Tariq Toukan
1
-5
/
+12
2017-10-11
net/mlx4_en: Replace netdev parameter with priv in XDP xmit function
Tariq Toukan
1
-2
/
+1
2017-10-09
net/mlx4_en: Use __force to fix a sparse warning in TX datapath
Tariq Toukan
1
-1
/
+1
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2017-08-16
mlx4: sizeof style usage
stephen hemminger
1
-1
/
+1
2017-07-24
(IB, net)/mlx4: Add resource utilization support
Moshe Shemesh
1
-1
/
+2
2017-07-17
{net, IB}/mlx4: Remove gfp flags argument
Leon Romanovsky
1
-1
/
+1
2017-06-29
net/mlx4_en: Do not allocate redundant TX queues when TC is disabled
Inbar Karmy
1
-5
/
+1
2017-06-15
net/mlx4_en: Refactor mlx4_en_free_tx_desc
Tariq Toukan
1
-29
/
+16
2017-06-15
net/mlx4_en: Replace TXBB_SIZE multiplications with shift operations
Tariq Toukan
1
-12
/
+14
2017-06-15
net/mlx4_en: Poll XDP TX completion queue in RX NAPI
Tariq Toukan
1
-2
/
+3
2017-06-15
net/mlx4_en: Improve XDP xmit function
Tariq Toukan
1
-40
/
+19
2017-06-15
net/mlx4_en: Improve stack xmit function
Tariq Toukan
1
-64
/
+87
2017-06-15
net/mlx4_en: Improve transmit CQ polling
Tariq Toukan
1
-6
/
+7
2017-06-15
net/mlx4_en: Remove unused argument in TX datapath function
Tariq Toukan
1
-6
/
+4
2017-05-08
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-6
/
+3
2017-04-06
mlx4: trust shinfo->gso_segs
Eric Dumazet
1
-2
/
+1
2017-03-09
mlx4: reduce rx ring page_cache size
Eric Dumazet
1
-2
/
+0
2017-03-09
mlx4: dma_dir is a mlx4_en_priv attribute
Eric Dumazet
1
-1
/
+1
[next]