index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx4
/
en_rx.c
Age
Commit message (
Expand
)
Author
2024-02-06
mlx4: Address spelling errors
Simon Horman
2023-10-11
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
2023-04-13
mlx4: bpf_xdp_metadata_rx_hash add xdp rss hash type
Jesper Dangaard Brouer
2023-04-13
xdp: rss hash types representation
Jesper Dangaard Brouer
2023-03-22
xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support
Jesper Dangaard Brouer
2023-01-23
net/mlx4_en: Support RX XDP metadata
Stanislav Fomichev
2023-01-23
net/mlx4_en: Introduce wrapper for xdp_buff
Stanislav Fomichev
2022-03-14
net/mlx4_en: use kzalloc
Julia Lawall
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-09-30
net/mlx4_en: Add XDP_REDIRECT statistics
Joshua Roys
2021-09-24
net: mlx4: Add support for XDP_REDIRECT
Joshua Roys
2021-08-23
net/mellanox: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-06-24
mlx4: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-06-07
skbuff: add a parameter to __skb_frag_unref
Matteo Croce
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2020-12-24
Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-12-15
net/mlx4: Replace irq_to_desc() abuse
Thomas Gleixner
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
2020-11-20
net/mlx4_en: Remove unused performance counters
Tariq Toukan
2020-11-09
net/mlx4: Assign boolean values to a bool variable
Kaixu Xia
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-08-26
net/mlx4_en: RX, Add a prefetch command for small L1_CACHE_BYTES
Tariq Toukan
2020-07-27
net/mlx4: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-05-14
mlx4: Add XDP frame size and adjust max XDP MTU
Jesper Dangaard Brouer
2020-04-23
net/mlx4_en: use napi_complete_done() in TX completion
Eric Dumazet
2019-08-13
net/mlx4_en: fix a memory leak bug
Wenwen Wang
2019-02-12
net/mlx4_en: Force CHECKSUM_NONE for short ethernet frames
Saeed Mahameed
2018-12-17
net/mlx4_en: remove fallback after kzalloc_node()
Eric Dumazet
2018-11-08
mlx4: use __vlan_hwaccel helpers
Michał Mirosław
2018-10-30
net/mlx4_en: add a missing <net/ip.h> include
Eric Dumazet
2018-10-25
drivers: net: remove <net/busy_poll.h> inclusion when not needed
Eric Dumazet
2018-08-07
net/mlx4/en_rx: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-16
net/mlx4_en: Don't reuse RX page when XDP is set
Saeed Mahameed
2018-05-04
net/mlx4_en: optimizes get_fixed_ipv6_csum()
Eric Dumazet
2018-04-18
bpf: make mlx4 compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-01
net/mlx4_en: CHECKSUM_COMPLETE support for fragments
Eric Dumazet
2018-03-07
net/mlx4_en: try to use high order pages for RX rings
Eric Dumazet
2018-02-27
net/mlx4_en: RX csum, pre-define enabled protocols for IP status masking
Tariq Toukan
2018-02-27
net/mlx4_en: Combine checks of end-cases in RX completion function
Tariq Toukan
2018-01-05
mlx4: setup xdp_rxq_info
Jesper Dangaard Brouer
2017-12-28
net/mlx4_en: RX csum, reorder branches
Tariq Toukan
2017-12-28
net/mlx4_en: RX csum, remove redundant branches and checks
Tariq Toukan
2017-11-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-15
mm: remove __GFP_COLD
Mel Gorman
2017-10-11
net/mlx4_en: Replace netdev parameter with priv in XDP xmit function
Tariq Toukan
2017-10-10
net/mlx4_en: Increase number of default RX rings
Inbar Karmy
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
[next]