index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
ar7
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-27
bpf, mips64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-10
/
+0
2018-01-27
bpf, sparc64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-18
/
+0
2018-01-27
bpf, ppc64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-8
/
+0
2018-01-27
bpf, s390x: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-10
/
+0
2018-01-27
bpf, arm64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-13
/
+0
2018-01-27
bpf, x86_64: remove obsolete exception handling from div/mod
Daniel Borkmann
1
-20
/
+0
2018-01-27
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
3
-17
/
+38
2018-01-27
bpf: make unknown opcode handling more robust
Daniel Borkmann
3
-105
/
+154
2018-01-27
bpf: improve dead code sanitizing
Daniel Borkmann
1
-5
/
+12
2018-01-27
bpf: xor of a/x in cbpf can be done in 32 bit alu
Daniel Borkmann
1
-2
/
+2
2018-01-26
samples/bpf: Partially fixes the bpf.o build
Mickaël Salaün
1
-1
/
+4
2018-01-26
bpf: clean up from test_tcpbpf_kern.c
Lawrence Brakmo
1
-3
/
+0
2018-01-26
bpf: Use the IS_FD_ARRAY() macro in map_update_elem()
Mickaël Salaün
1
-4
/
+1
2018-01-26
bpf: add selftest for tcpbpf
Lawrence Brakmo
8
-6
/
+480
2018-01-26
bpf: Add BPF_SOCK_OPS_STATE_CB
Lawrence Brakmo
2
-1
/
+52
2018-01-26
bpf: Add BPF_SOCK_OPS_RETRANS_CB
Lawrence Brakmo
2
-1
/
+12
2018-01-26
bpf: Add sock_ops R/W access to tclass
Lawrence Brakmo
1
-2
/
+45
2018-01-26
bpf: Add support for reading sk_state and more
Lawrence Brakmo
2
-11
/
+154
2018-01-26
bpf: Add sock_ops RTO callback
Lawrence Brakmo
2
-1
/
+14
2018-01-26
bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock
Lawrence Brakmo
3
-1
/
+61
2018-01-26
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
6
-10
/
+42
2018-01-26
bpf: Add write access to tcp_sock and sock fields
Lawrence Brakmo
3
-1
/
+58
2018-01-26
bpf: Make SOCK_OPS_GET_TCP struct independent
Lawrence Brakmo
1
-10
/
+10
2018-01-26
bpf: Make SOCK_OPS_GET_TCP size independent
Lawrence Brakmo
1
-5
/
+8
2018-01-26
bpf: Only reply field should be writeable
Lawrence Brakmo
1
-2
/
+1
2018-01-24
bpf, doc: Correct one wrong value in "Register value tracking"
Wang YanQing
1
-1
/
+1
2018-01-24
bpf: sockmap set rlimit
John Fastabend
1
-0
/
+7
2018-01-24
bpf: sockmap put client sockets in blocking mode
John Fastabend
1
-1
/
+1
2018-01-24
bpf: sockmap sample add base test without any BPF for comparison
John Fastabend
1
-5
/
+21
2018-01-24
bpf: sockmap sample, report bytes/sec
John Fastabend
1
-5
/
+42
2018-01-24
bpf: sockmap sample, use fork() for send and recv
John Fastabend
1
-16
/
+39
2018-01-24
bpf: add sendmsg option for testing BPF programs
John Fastabend
1
-3
/
+145
2018-01-24
bpf: refactor sockmap sample program update for arg parsing
John Fastabend
1
-51
/
+114
2018-01-24
selftests/bpf: make 'dubious pointer arithmetic' test useful
Alexei Starovoitov
1
-7
/
+23
2018-01-23
bpf: test_maps: cleanup sockmaps when test ends
Prashant Bhole
1
-4
/
+12
2018-01-23
selftests/bpf: fix test_dev_cgroup
Alexei Starovoitov
1
-1
/
+1
2018-01-23
selftests/bpf: speedup test_maps
Alexei Starovoitov
1
-6
/
+10
2018-01-23
tools/bpf: fix a test failure in selftests prog test_verifier
Yonghong Song
1
-0
/
+1
2018-01-23
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
Yonghong Song
1
-1
/
+1
2018-01-23
net: aquantia: make symbol hw_atl_boards static
Wei Yongjun
1
-1
/
+1
2018-01-23
net: aquantia: Fix error return code in aq_pci_probe()
Wei Yongjun
1
-1
/
+3
2018-01-23
nfp: fix error return code in nfp_pci_probe()
Wei Yongjun
1
-0
/
+1
2018-01-23
nfp: fix fw dump handling of absolute rtsym size
Carl Heymann
1
-6
/
+10
2018-01-22
tun: avoid calling xdp_rxq_info_unreg() twice
Cong Wang
1
-2
/
+0
2018-01-22
nfp: bpf: use extack support to improve debugging
Quentin Monnet
3
-18
/
+39
2018-01-22
nfp: bpf: plumb extack into functions related to XDP offload
Quentin Monnet
3
-6
/
+9
2018-01-22
net: sched: create tc_can_offload_extack() wrapper
Quentin Monnet
1
-0
/
+11
2018-01-22
net: sched: add extack support for offload via tc_cls_common_offload
Quentin Monnet
5
-12
/
+15
2018-01-22
net: sched: cls_bpf: plumb extack support in filter for hardware offload
Quentin Monnet
1
-6
/
+8
2018-01-22
net: sched: cls_u32: propagate extack support for filter offload
Quentin Monnet
1
-5
/
+5
[next]