index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx4
/
en_rx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2020-10-12
mlx4: handle non-napi callers to napi_poll
Jonathan Lemon
1
-0
/
+3
2020-08-26
net/mlx4_en: RX, Add a prefetch command for small L1_CACHE_BYTES
Tariq Toukan
1
-1
/
+1
2020-07-27
net/mlx4: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-05-14
mlx4: Add XDP frame size and adjust max XDP MTU
Jesper Dangaard Brouer
1
-0
/
+1
2020-04-23
net/mlx4_en: use napi_complete_done() in TX completion
Eric Dumazet
1
-1
/
+1
2019-08-13
net/mlx4_en: fix a memory leak bug
Wenwen Wang
1
-1
/
+2
2019-02-12
net/mlx4_en: Force CHECKSUM_NONE for short ethernet frames
Saeed Mahameed
1
-2
/
+20
2018-12-17
net/mlx4_en: remove fallback after kzalloc_node()
Eric Dumazet
1
-5
/
+2
2018-11-08
mlx4: use __vlan_hwaccel helpers
Michał Mirosław
1
-1
/
+1
2018-10-30
net/mlx4_en: add a missing <net/ip.h> include
Eric Dumazet
1
-0
/
+1
2018-10-25
drivers: net: remove <net/busy_poll.h> inclusion when not needed
Eric Dumazet
1
-1
/
+0
2018-08-07
net/mlx4/en_rx: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-07-16
net/mlx4_en: Don't reuse RX page when XDP is set
Saeed Mahameed
1
-2
/
+6
2018-05-04
net/mlx4_en: optimizes get_fixed_ipv6_csum()
Eric Dumazet
1
-13
/
+8
2018-04-18
bpf: make mlx4 compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
1
-1
/
+1
2018-04-01
net/mlx4_en: CHECKSUM_COMPLETE support for fragments
Eric Dumazet
1
-6
/
+4
2018-03-07
net/mlx4_en: try to use high order pages for RX rings
Eric Dumazet
1
-8
/
+5
2018-02-27
net/mlx4_en: RX csum, pre-define enabled protocols for IP status masking
Tariq Toukan
1
-6
/
+7
2018-02-27
net/mlx4_en: Combine checks of end-cases in RX completion function
Tariq Toukan
1
-4
/
+1
2018-01-05
mlx4: setup xdp_rxq_info
Jesper Dangaard Brouer
1
-3
/
+10
2017-12-28
net/mlx4_en: RX csum, reorder branches
Tariq Toukan
1
-25
/
+21
2017-12-28
net/mlx4_en: RX csum, remove redundant branches and checks
Tariq Toukan
1
-3
/
+9
2017-11-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+2
2017-11-15
mm: remove __GFP_COLD
Mel Gorman
1
-3
/
+2
2017-10-11
net/mlx4_en: Replace netdev parameter with priv in XDP xmit function
Tariq Toukan
1
-1
/
+1
2017-10-10
net/mlx4_en: Increase number of default RX rings
Inbar Karmy
1
-2
/
+1
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-0
/
+1
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+1
2017-09-03
Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+4
2017-08-16
mlx4: sizeof style usage
stephen hemminger
1
-1
/
+1
2017-08-08
net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packets
Davide Caratti
1
-11
/
+18
2017-07-24
(IB, net)/mlx4: Add resource utilization support
Moshe Shemesh
1
-2
/
+4
2017-07-17
{net, IB}/mlx4: Remove gfp flags argument
Leon Romanovsky
1
-4
/
+3
2017-06-15
net/mlx4_en: Poll XDP TX completion queue in RX NAPI
Tariq Toukan
1
-3
/
+19
2017-06-15
net/mlx4_en: Improve XDP xmit function
Tariq Toukan
1
-1
/
+1
2017-06-15
net/mlx4_en: Improve receive data-path
Tariq Toukan
1
-34
/
+39
2017-06-15
net/mlx4_en: Optimized single ring steering
Saeed Mahameed
1
-11
/
+37
2017-05-09
net/mlx4_en: Change the error print to debug print
Kamal Heib
1
-1
/
+2
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
1
-13
/
+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
1
-4
/
+7
2017-03-09
mlx4: add page recycling in receive path
Eric Dumazet
1
-176
/
+82
2017-03-09
mlx4: use order-0 pages for RX
Eric Dumazet
1
-39
/
+33
2017-03-09
mlx4: removal of frag_sizes[]
Eric Dumazet
1
-14
/
+10
2017-03-09
mlx4: reduce rx ring page_cache size
Eric Dumazet
1
-7
/
+10
2017-03-09
mlx4: rx_headroom is a per port attribute
Eric Dumazet
1
-3
/
+3
2017-03-09
mlx4: get rid of frag_prefix_size
Eric Dumazet
1
-15
/
+12
[next]