index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx4
/
en_tx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/mlx4_en: Explicitly set no vlan tags in WQE ctrl segment when no vlan is ...
Jack Morgenstein
2015-10-27
1
-0
/
+2
*
net/mlx4_en: Add support for hardware accelerated 802.1ad vlan
Hadar Hen Zion
2015-07-27
1
-4
/
+9
*
net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated support
Hadar Hen Zion
2015-07-27
1
-1
/
+1
*
net/mlx4_en: Wake TX queues only when there's enough room
Ido Shamay
2015-06-25
1
-8
/
+11
*
net/mlx4_en: Release TX QP when destroying TX ring
Eran Ben Elisha
2015-06-25
1
-0
/
+1
*
cpumask_set_cpu_local_first => cpumask_local_spread, lament
Rusty Russell
2015-05-28
1
-3
/
+3
*
mlx4: Fix tx ring affinity_mask creation
Benjamin Poirier
2015-04-29
1
-3
/
+5
*
mlx4/mlx5: Use dma_wmb/rmb where appropriate
Alexander Duyck
2015-04-09
1
-6
/
+6
*
net/mlx4_core: Maintain a persistent memory for mlx4 device
Yishai Hadas
2015-01-25
1
-2
/
+2
*
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-13
1
-6
/
+6
*
net/mlx4_en: Doorbell is byteswapped in Little Endian archs
Amir Vadai
2014-12-22
1
-1
/
+11
*
net/mlx4: Change QP allocation scheme
Eugenia Emantayev
2014-12-11
1
-3
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-01
1
-2
/
+5
|
\
|
*
net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLAN
Or Gerlitz
2014-10-30
1
-2
/
+5
*
|
mlx4: use napi_schedule_irqoff()
Eric Dumazet
2014-10-30
1
-2
/
+2
|
/
*
net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers
Eric Dumazet
2014-10-08
1
-2
/
+3
*
net/mlx4_en: remove NETDEV_TX_BUSY
Eric Dumazet
2014-10-07
1
-24
/
+24
*
net/mlx4_en: Use the new tx_copybreak to set inline threshold
Eric Dumazet
2014-10-06
1
-1
/
+0
*
net/mlx4_en: Enable the compiler to make is_inline() inlined
Eric Dumazet
2014-10-06
1
-29
/
+38
*
net/mlx4_en: tx_info->ts_requested was not cleared
Eric Dumazet
2014-10-06
1
-0
/
+1
*
net/mlx4_en: Use local var for skb_headlen(skb)
Eric Dumazet
2014-10-06
1
-10
/
+11
*
net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)
Eric Dumazet
2014-10-06
1
-24
/
+34
*
net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...
Eric Dumazet
2014-10-06
1
-5
/
+11
*
net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()
Eric Dumazet
2014-10-06
1
-7
/
+15
*
net/mlx4_en: Use prefetch in tx path
Eric Dumazet
2014-10-06
1
-0
/
+9
*
net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb's
Eric Dumazet
2014-10-06
1
-37
/
+46
*
net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()
Eric Dumazet
2014-10-06
1
-3
/
+3
*
net/mlx4_en: Avoid calling bswap in tx fast path
Eric Dumazet
2014-10-06
1
-7
/
+10
*
net/mlx4_en: Code cleanups in tx path
Eric Dumazet
2014-10-06
1
-23
/
+26
*
mlx4: add a new xmit_more counter
Eric Dumazet
2014-10-04
1
-1
/
+3
*
mlx4: exploit skb->xmit_more to conditionally send doorbell
Eric Dumazet
2014-09-28
1
-7
/
+16
*
net/mlx4_en: Add mlx4_en_get_cqe helper
Ido Shamay
2014-09-19
1
-2
/
+2
*
mlx4_en: Convert the normal skb free path to dev_consume_skb_any()
Rick Jones
2014-09-03
1
-1
/
+1
*
net/mlx4_en: Disable blueflame using ethtool private flags
Amir Vadai
2014-07-22
1
-4
/
+9
*
net/mlx4_en: Ignore budget on TX napi polling
Amir Vadai
2014-07-08
1
-15
/
+13
*
net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...
Amir Vadai
2014-07-02
1
-6
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-12
1
-4
/
+10
|
\
|
*
net/mlx4_core: Enforce irq affinity changes immediatly
Yuval Atias
2014-05-14
1
-0
/
+6
|
*
mellanox: Logging message cleanups
Joe Perches
2014-05-08
1
-4
/
+4
*
|
IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIO
Jiri Kosina
2014-06-02
1
-1
/
+1
|
/
*
mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
2014-03-12
1
-1
/
+1
*
net/mlx4_en: Use union for BlueFlame WQE
Amir Vadai
2014-03-02
1
-1
/
+2
*
net/mlx4_en: Move queue stopped/waked counters to be per ring
Eugenia Emantayev
2014-03-02
1
-3
/
+3
*
net/mlx4_en: Pad ethernet packets smaller than 17 bytes
Eugenia Emantayev
2014-03-02
1
-1
/
+7
*
net/mlx4_en: Verify mlx4_en module parameters
Eugenia Emantayev
2014-03-02
1
-16
/
+5
*
netdevice: add queue selection fallback handler for ndo_select_queue
Daniel Borkmann
2014-02-17
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-14
1
-1
/
+2
|
\
|
*
net: core: explicitly select a txq before doing l2 forwarding
Jason Wang
2014-01-10
1
-1
/
+2
*
|
net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunneling
Or Gerlitz
2013-12-31
1
-1
/
+13
*
|
net/mlx4_en: Add NAPI support for transmit side
Eugenia Emantayev
2013-12-19
1
-7
/
+32
[next]