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