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
/
netronome
/
nfp
/
nfp_net_common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-29
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
1
-4
/
+4
2022-07-12
nfp: support TX VLAN ctag insert in NFDK
Diana Wang
1
-1
/
+1
2022-07-06
nfp: enable TSO by default for nfp netdev
Simon Horman
1
-4
/
+3
2022-07-04
nfp: support TX VLAN ctag insert
Diana Wang
1
-5
/
+8
2022-07-04
nfp: support RX VLAN ctag/stag strip
Diana Wang
1
-8
/
+49
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-4
/
+3
2022-07-01
nfp: support VF rate limit with NFDK
Bin Chen
1
-0
/
+1
2022-06-27
nfp: support vepa mode in HW bridge
Yinjun Zhang
1
-1
/
+70
2022-06-13
nfp: support 48-bit DMA addressing for NFP3800
Yinjun Zhang
1
-0
/
+9
2022-05-12
nfp: VF rate limit support
Bin Chen
1
-0
/
+1
2022-05-09
nfp: vendor neutral strings for chip and Corigne in strings for driver
Yu Xiao
1
-1
/
+1
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
1
-1
/
+1
2022-05-02
nfp: support VxLAN inner TSO with GSO_PARTIAL offload
Fei Qin
1
-2
/
+6
2022-03-21
nfp: add support for NFDK data path
Jakub Kicinski
1
-0
/
+40
2022-03-21
nfp: choose data path based on version
Jakub Kicinski
1
-4
/
+18
2022-03-21
nfp: add per-data path feature mask
Jakub Kicinski
1
-0
/
+3
2022-03-21
nfp: use TX ring pointer write back
Jakub Kicinski
1
-1
/
+8
2022-03-21
nfp: use callbacks for slow path ring related functions
Jakub Kicinski
1
-3
/
+4
2022-03-21
nfp: move the fast path code to separate files
Jakub Kicinski
1
-1985
/
+8
2022-03-21
nfp: calculate ring masks without conditionals
Jakub Kicinski
1
-4
/
+4
2022-03-11
nfp: parametrize QCP offset/size using dev_info
Jakub Kicinski
1
-0
/
+7
2022-03-11
nfp: introduce dev_info static chip data
Jakub Kicinski
1
-1
/
+4
2022-03-10
nfp: xsk: fix a warning when allocating rx rings
Yinjun Zhang
1
-4
/
+5
2022-03-07
nfp: xsk: avoid newline at the end of message in NL_SET_ERR_MSG_MOD
Guo Zhengkui
1
-1
/
+1
2022-03-04
nfp: xsk: add AF_XDP zero-copy Rx and Tx support
Niklas Söderlund
1
-13
/
+85
2022-03-04
nfp: xsk: add configuration check for XSK socket chunk size
Niklas Söderlund
1
-4
/
+38
2022-03-04
nfp: xsk: add an array of xsk buffer pools to each data path
Niklas Söderlund
1
-2
/
+17
2022-03-04
nfp: wrap napi add/del logic
Jakub Kicinski
1
-16
/
+22
2022-03-04
nfp: expose common functions to be used for AF_XDP
Niklas Söderlund
1
-8
/
+8
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
1
-1
/
+1
2021-10-29
nfp: fix potential deadlock when canceling dim work
Yinjun Zhang
1
-4
/
+0
2021-10-29
nfp: fix NULL pointer access when scheduling dim work
Yinjun Zhang
1
-2
/
+2
2021-08-04
nfp: use netif_set_real_num_queues()
Jakub Kicinski
1
-8
/
+3
2021-07-26
nfp: add support for coalesce adaptive feature
Yinjun Zhang
1
-4
/
+127
2021-07-22
nfp: fix return statement in nfp_net_parse_meta()
Niklas Söderlund
1
-1
/
+1
2021-06-24
nfp: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
1
-2
/
+0
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-4
/
+4
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-2
/
+2
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+0
2020-12-09
xdp: Remove the xdp_attachment_flags_ok() callback
Toke Høiland-Jørgensen
1
-6
/
+0
2020-12-01
xsk: Propagate napi_id to XDP socket Rx path
Björn Töpel
1
-1
/
+1
2020-09-14
nfp: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-4
/
+3
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-25
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-4
/
+0
2020-07-14
nfp: convert to new udp_tunnel_nic infra
Jakub Kicinski
1
-92
/
+34
2020-06-28
net: nfp: fix nfp_net_tx()'s return type
Luc Van Oostenryck
1
-1
/
+1
2020-05-14
nfp: Add XDP frame size to netronome driver
Jesper Dangaard Brouer
1
-0
/
+6
2019-12-19
nfp: tls: implement the stream sync RX resync
Jakub Kicinski
1
-2
/
+9
[next]