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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-01
xsk: i40e: get rid of useless struct xdp_umem_props
Magnus Karlsson
7
-36
/
+22
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
Merge branch 'bpf-bpffs-bpftool-dump-with-btf'
Daniel Borkmann
4
-37
/
+230
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-29
Merge branch 'verifier-liveness-simplification'
Alexei Starovoitov
2
-152
/
+72
2018-08-29
bpf/verifier: display non-spill stack slot types in print_verifier_state
Edward Cree
1
-7
/
+25
2018-08-29
bpf/verifier: per-register parent pointers
Edward Cree
2
-145
/
+47
2018-08-29
Merge branch 'AF_XDP-zerocopy-for-i40e'
Alexei Starovoitov
14
-108
/
+1523
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-28
Merge branch 'nfp-add-NFP5000-support'
David S. Miller
15
-236
/
+682
2018-08-28
nfp: make RTsym users handle absolute symbols correctly
Jakub Kicinski
3
-32
/
+21
2018-08-28
nfp: support access to absolute RTsyms
Jakub Kicinski
2
-9
/
+46
2018-08-28
nfp: convert all RTsym users to use new read/write helpers
Jakub Kicinski
3
-46
/
+23
2018-08-28
nfp: convert existing RTsym helpers to full target decoding
Jakub Kicinski
1
-14
/
+14
2018-08-28
nfp: pass cpp_id to nfp_cpp_map_area()
Jakub Kicinski
4
-16
/
+16
2018-08-28
nfp: add RTsym access helpers
Jakub Kicinski
2
-0
/
+171
2018-08-28
nfp: add basic errors messages to target logic
Jakub Kicinski
1
-2
/
+10
2018-08-28
nfp: save the MU locality field offset
Jakub Kicinski
3
-31
/
+38
2018-08-28
nfp: refactor the per-chip PCIe config
Jakub Kicinski
2
-13
/
+41
2018-08-28
nfp: add support for NFP5000
Jakub Kicinski
2
-1
/
+7
2018-08-28
nfp: abm: look up MAC addresses via management FW
Jakub Kicinski
1
-9
/
+25
2018-08-28
nfp: add support for indirect HWinfo lookup
Jakub Kicinski
2
-0
/
+44
2018-08-28
nfp: interpret extended FW load result codes
Jakub Kicinski
2
-3
/
+85
2018-08-28
nfp: attempt FW load from flash
Jakub Kicinski
3
-2
/
+16
2018-08-28
nfp: encapsulate NSP command arguments into structs
Jakub Kicinski
1
-69
/
+136
2018-08-28
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
17
-1199
/
+3326
2018-08-28
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
19
-48
/
+1241
2018-08-28
ixgbe: fix the return value for unsupported VF offload
Shannon Nelson
1
-1
/
+1
[next]