index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
certs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-09-01
i40e: fix possible compiler warning in xsk TX path
Magnus Karlsson
1
-4
/
+2
2018-09-01
bpf: add selftest for bpf's (set|get)_sockopt for SAVE_SYN
Nikita V. Shirokov
2
-4
/
+65
2018-09-01
samples/bpf: xdpsock, minor fixes
Prashant Bhole
2
-3
/
+2
2018-09-01
xsk: remove unnecessary assignment
Prashant Bhole
1
-2
/
+0
2018-09-01
bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample program
Nikita V. Shirokov
2
-0
/
+88
2018-09-01
bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockopt
Nikita V. Shirokov
1
-4
/
+21
2018-09-01
xdp: remove redundant variable 'headroom'
Colin Ian King
1
-2
/
+1
2018-08-30
xsk: include XDP meta data in AF_XDP frames
Björn Töpel
1
-6
/
+18
2018-08-30
tools/bpf: bpftool: add btf percpu map formated dump
Yonghong Song
1
-2
/
+31
2018-08-30
tools/bpf: add bpffs percpu map pretty print tests in test_btf
Yonghong Song
1
-35
/
+144
2018-08-30
bpf: add bpffs pretty print for percpu arraymap/hash/lru_hash
Yonghong Song
2
-0
/
+55
2018-08-30
bpf/verifier: display non-spill stack slot types in print_verifier_state
Edward Cree
1
-7
/
+25
2018-08-30
bpf/verifier: per-register parent pointers
Edward Cree
2
-145
/
+47
2018-08-29
samples/bpf: add -c/--copy -z/--zero-copy flags to xdpsock
Björn Töpel
1
-1
/
+11
2018-08-29
i40e: add AF_XDP zero-copy Tx support
Magnus Karlsson
4
-1
/
+186
2018-08-29
i40e: move common Tx functions to i40e_txrx_common.h
Magnus Karlsson
2
-33
/
+61
2018-08-29
i40e: add AF_XDP zero-copy Rx support
Björn Töpel
7
-11
/
+775
2018-08-29
i40e: move common Rx functions to i40e_txrx_common.h
Björn Töpel
2
-20
/
+44
2018-08-29
i40e: refactor Rx path for re-use
Björn Töpel
1
-34
/
+77
2018-08-29
i40e: added queue pair disable/enable functions
Björn Töpel
1
-0
/
+250
2018-08-29
net: add napi_if_scheduled_mark_missed
Magnus Karlsson
1
-0
/
+26
2018-08-29
xsk: expose xdp_umem_get_{data,dma} to drivers
Björn Töpel
2
-10
/
+43
2018-08-29
xdp: export xdp_rxq_info_unreg_mem_model
Björn Töpel
2
-2
/
+14
2018-08-29
xdp: implement convert_to_xdp_frame for MEM_TYPE_ZERO_COPY
Björn Töpel
2
-2
/
+42
2018-08-29
bpf: use --cgroup in test_suite if supplied
John Fastabend
1
-22
/
+31
2018-08-29
bpf: sockmap test remove shutdown() calls
John Fastabend
1
-3
/
+0
2018-08-29
bpf: remove duplicated include from syscall.c
YueHaibing
1
-1
/
+0
2018-08-29
nfp: make RTsym users handle absolute symbols correctly
Jakub Kicinski
3
-32
/
+21
2018-08-29
nfp: support access to absolute RTsyms
Jakub Kicinski
2
-9
/
+46
2018-08-29
nfp: convert all RTsym users to use new read/write helpers
Jakub Kicinski
3
-46
/
+23
2018-08-29
nfp: convert existing RTsym helpers to full target decoding
Jakub Kicinski
1
-14
/
+14
2018-08-29
nfp: pass cpp_id to nfp_cpp_map_area()
Jakub Kicinski
4
-16
/
+16
2018-08-29
nfp: add RTsym access helpers
Jakub Kicinski
2
-0
/
+171
2018-08-29
nfp: add basic errors messages to target logic
Jakub Kicinski
1
-2
/
+10
2018-08-29
nfp: save the MU locality field offset
Jakub Kicinski
3
-31
/
+38
2018-08-29
nfp: refactor the per-chip PCIe config
Jakub Kicinski
2
-13
/
+41
2018-08-29
nfp: add support for NFP5000
Jakub Kicinski
2
-1
/
+7
2018-08-29
nfp: abm: look up MAC addresses via management FW
Jakub Kicinski
1
-9
/
+25
2018-08-29
nfp: add support for indirect HWinfo lookup
Jakub Kicinski
2
-0
/
+44
2018-08-29
nfp: interpret extended FW load result codes
Jakub Kicinski
2
-3
/
+85
2018-08-29
nfp: attempt FW load from flash
Jakub Kicinski
3
-2
/
+16
2018-08-29
nfp: encapsulate NSP command arguments into structs
Jakub Kicinski
1
-69
/
+136
2018-08-28
ixgbe: fix the return value for unsupported VF offload
Shannon Nelson
1
-1
/
+1
2018-08-28
ixgbe: disallow IPsec Tx offload when in SR-IOV mode
Shannon Nelson
1
-0
/
+3
2018-08-28
ixgbevf: enable VF IPsec offload operations
Shannon Nelson
5
-21
/
+86
2018-08-28
ixgbevf: add VF IPsec offload code
Shannon Nelson
4
-0
/
+748
2018-08-28
ixgbevf: add defines for IPsec offload request
Shannon Nelson
2
-0
/
+13
2018-08-28
ixgbe: add VF IPsec offload request message handling
Shannon Nelson
3
-6
/
+35
2018-08-28
ixgbe: add VF IPsec offload enable flag
Shannon Nelson
3
-1
/
+12
2018-08-28
ixgbe: add VF IPsec management
Shannon Nelson
2
-9
/
+260
[next]