index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx4
/
en_rx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/mlx4_en: Force CHECKSUM_NONE for short ethernet frames
Saeed Mahameed
2019-02-12
1
-2
/
+20
*
net/mlx4_en: remove fallback after kzalloc_node()
Eric Dumazet
2018-12-17
1
-5
/
+2
*
mlx4: use __vlan_hwaccel helpers
Michał Mirosław
2018-11-08
1
-1
/
+1
*
net/mlx4_en: add a missing <net/ip.h> include
Eric Dumazet
2018-10-30
1
-0
/
+1
*
drivers: net: remove <net/busy_poll.h> inclusion when not needed
Eric Dumazet
2018-10-25
1
-1
/
+0
*
net/mlx4/en_rx: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-08-07
1
-0
/
+2
*
net/mlx4_en: Don't reuse RX page when XDP is set
Saeed Mahameed
2018-07-16
1
-2
/
+6
*
net/mlx4_en: optimizes get_fixed_ipv6_csum()
Eric Dumazet
2018-05-04
1
-13
/
+8
*
bpf: make mlx4 compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-1
/
+1
*
net/mlx4_en: CHECKSUM_COMPLETE support for fragments
Eric Dumazet
2018-04-01
1
-6
/
+4
*
net/mlx4_en: try to use high order pages for RX rings
Eric Dumazet
2018-03-07
1
-8
/
+5
*
net/mlx4_en: RX csum, pre-define enabled protocols for IP status masking
Tariq Toukan
2018-02-27
1
-6
/
+7
*
net/mlx4_en: Combine checks of end-cases in RX completion function
Tariq Toukan
2018-02-27
1
-4
/
+1
*
mlx4: setup xdp_rxq_info
Jesper Dangaard Brouer
2018-01-05
1
-3
/
+10
*
net/mlx4_en: RX csum, reorder branches
Tariq Toukan
2017-12-28
1
-25
/
+21
*
net/mlx4_en: RX csum, remove redundant branches and checks
Tariq Toukan
2017-12-28
1
-3
/
+9
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-15
1
-3
/
+2
|
\
|
*
mm: remove __GFP_COLD
Mel Gorman
2017-11-15
1
-3
/
+2
*
|
net/mlx4_en: Replace netdev parameter with priv in XDP xmit function
Tariq Toukan
2017-10-11
1
-1
/
+1
*
|
net/mlx4_en: Increase number of default RX rings
Inbar Karmy
2017-10-10
1
-2
/
+1
*
|
bpf: add meta pointer for direct access
Daniel Borkmann
2017-09-26
1
-0
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-09-06
1
-1
/
+1
|
\
|
*
mlx4: sizeof style usage
stephen hemminger
2017-08-16
1
-1
/
+1
*
|
Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-09-03
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
(IB, net)/mlx4: Add resource utilization support
Moshe Shemesh
2017-07-24
1
-2
/
+4
*
|
net/mlx4_en: don't set CHECKSUM_COMPLETE on SCTP packets
Davide Caratti
2017-08-08
1
-11
/
+18
|
/
*
{net, IB}/mlx4: Remove gfp flags argument
Leon Romanovsky
2017-07-17
1
-4
/
+3
*
net/mlx4_en: Poll XDP TX completion queue in RX NAPI
Tariq Toukan
2017-06-15
1
-3
/
+19
*
net/mlx4_en: Improve XDP xmit function
Tariq Toukan
2017-06-15
1
-1
/
+1
*
net/mlx4_en: Improve receive data-path
Tariq Toukan
2017-06-15
1
-34
/
+39
*
net/mlx4_en: Optimized single ring steering
Saeed Mahameed
2017-06-15
1
-11
/
+37
*
net/mlx4_en: Change the error print to debug print
Kamal Heib
2017-05-09
1
-1
/
+2
*
mlx4: remove duplicate code in mlx4_en_process_rx_cq()
Eric Dumazet
2017-03-09
1
-168
/
+41
*
mlx4: make validate_loopback() more generic
Eric Dumazet
2017-03-09
1
-13
/
+10
*
mlx4: factorize page_address() calls
Eric Dumazet
2017-03-09
1
-8
/
+7
*
mlx4: do not access rx_desc from mlx4_en_process_rx_cq()
Eric Dumazet
2017-03-09
1
-6
/
+3
*
mlx4: add rx_alloc_pages counter in ethtool -S
Eric Dumazet
2017-03-09
1
-4
/
+7
*
mlx4: add page recycling in receive path
Eric Dumazet
2017-03-09
1
-176
/
+82
*
mlx4: use order-0 pages for RX
Eric Dumazet
2017-03-09
1
-39
/
+33
*
mlx4: removal of frag_sizes[]
Eric Dumazet
2017-03-09
1
-14
/
+10
*
mlx4: reduce rx ring page_cache size
Eric Dumazet
2017-03-09
1
-7
/
+10
*
mlx4: rx_headroom is a per port attribute
Eric Dumazet
2017-03-09
1
-3
/
+3
*
mlx4: get rid of frag_prefix_size
Eric Dumazet
2017-03-09
1
-15
/
+12
*
mlx4: remove order field from mlx4_en_frag_info
Eric Dumazet
2017-03-09
1
-3
/
+3
*
mlx4: dma_dir is a mlx4_en_priv attribute
Eric Dumazet
2017-03-09
1
-8
/
+8
*
net/mlx4_en: Use __skb_fill_page_desc()
Eric Dumazet
2017-02-23
1
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-07
1
-1
/
+4
|
\
|
*
mlx4: Invoke softirqs after napi_reschedule
Benjamin Poirier
2017-02-07
1
-1
/
+4
*
|
bpf: add initial bpf tracepoints
Daniel Borkmann
2017-01-25
1
-0
/
+3
*
|
mlx4: support __GFP_MEMALLOC for rx
Eric Dumazet
2017-01-19
1
-1
/
+2
|
/
[next]