Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
80695946737dff4cfc1ecdefd4ebf300f132d8ee
8069594
bpf: move BPF_PROG_TYPE_FLOW_DISSECTOR documentation to a new common place
by Stanislav Fomichev
· 6 years ago
849f257
bpf: Increase MAX_NR_MAPS to 17 in test_verifier.c
by Martin KaFai Lau
· 6 years ago
5de35e3
selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.h
by Wang YanQing
· 6 years ago
79b1b30
libbpf: remove compile time warning from libbpf_util.h
by Magnus Karlsson
· 6 years ago
da70314
bpf: Document BPF_PROG_TYPE_CGROUP_SYSCTL
by Andrey Ignatov
· 6 years ago
ba02de1
selftests/bpf: fix a compilation error
by Yonghong Song
· 6 years ago
193d000
Merge branch 'bulk-cpumap-redirect'
by Alexei Starovoitov
· 6 years ago
86d2314
bpf: cpumap memory prefetchw optimizations for struct page
by Jesper Dangaard Brouer
· 6 years ago
8f0504a9
bpf: cpumap do bulk allocation of SKBs
by Jesper Dangaard Brouer
· 6 years ago
ba0509b
net: core: introduce build_skb_around
by Jesper Dangaard Brouer
· 6 years ago
7736182
bpf: cpumap use ptr_ring_consume_batched
by Jesper Dangaard Brouer
· 6 years ago
00967e8
Merge branch 'af_xdp-smp_mb-fixes'
by Alexei Starovoitov
· 6 years ago
2c5935f
libbpf: optimize barrier for XDP socket rings
by Magnus Karlsson
· 6 years ago
b7e3a28
libbpf: remove dependency on barrier.h in xsk.h
by Magnus Karlsson
· 6 years ago
a06d729
libbpf: remove likely/unlikely in xsk.h
by Magnus Karlsson
· 6 years ago
d5e63fd
libbpf: fix XDP socket ring buffer memory ordering
by Magnus Karlsson
· 6 years ago
f63666de
xsk: fix XDP socket ring buffer memory ordering
by Magnus Karlsson
· 6 years ago
d1b7725
tools/bpftool: show btf_id in map listing
by Prashant Bhole
· 6 years ago
d459b59
tools/bpftool: re-organize newline printing for map listing
by Prashant Bhole
· 6 years ago
f25377e
bpftool: Support sysctl hook
by Andrey Ignatov
· 6 years ago
e1d1dc4
libbpf: fix printf formatter for ptrdiff_t argument
by Andrii Nakryiko
· 6 years ago
0d306c3
bpf: use BPF_CAST_CALL for casting bpf call
by Prashant Bhole
· 6 years ago
725721a
bpf: allow clearing all sock_ops callback flags
by Viet Hoang Tran
· 6 years ago
809041e
selftests: bpf: add VRF test cases to lwt_ip_encap test.
by Peter Oskolkov
· 6 years ago
02a8c81
bpf: add map helper functions push, pop, peek in more BPF programs
by Alban Crequy
· 6 years ago
a5cb334
selftests/bpf: make flow dissector tests more extensible
by Stanislav Fomichev
· 6 years ago
08de198
selftests/bpf: two scale tests
by Alexei Starovoitov
· 6 years ago
3da6e7e
bpftool: Improve handling of ENOSPC on reuseport_array map dumps
by Benjamin Poirier
· 6 years ago
0478c3b
bpftool: Use print_entry_error() in case of ENOENT when dumping
by Benjamin Poirier
· 6 years ago
25df480
tools: bpftool: add a note on program statistics in man page
by Quentin Monnet
· 6 years ago
88b3eed8
tools: bpftool: fix short option name for printing version in man pages
by Quentin Monnet
· 6 years ago
9a48788
tools: bpftool: fix man page documentation for "pinmaps" keyword
by Quentin Monnet
· 6 years ago
39c9f10
tools: bpftool: reset errno for "bpftool cgroup tree"
by Quentin Monnet
· 6 years ago
031ebc1
tools: bpftool: remove blank line after btf_id when listing programs
by Quentin Monnet
· 6 years ago
43537b8
bpf: reserve flags in bpf_skb_net_shrink
by Willem de Bruijn
· 6 years ago
bfb35c2
bpf: fix whitespace for ENCAP_L2 defines in bpf.h
by Alan Maguire
· 6 years ago
bcbccad
selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnel
by Stanislav Fomichev
· 6 years ago
efb2ddc
selftests/btf: add VAR and DATASEC case for dedup tests
by Andrii Nakryiko
· 6 years ago
189cf5a
btf: add support for VAR and DATASEC in btf_dedup()
by Andrii Nakryiko
· 6 years ago
68e5ab1
kbuild: handle old pahole more gracefully when generating BTF
by Andrii Nakryiko
· 6 years ago
c342dc1
bpf: refactor "check_reg_arg" to eliminate code redundancy
by Jiong Wang
· 6 years ago
55e7f3b
bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
by Jiong Wang
· 6 years ago
3f8cafa
bpf: refactor propagate_liveness to eliminate code redundance
by Jiong Wang
· 6 years ago
1b04aee
bpf: refactor propagate_liveness to eliminate duplicated for loop
by Jiong Wang
· 6 years ago
51356ac
bpf: Fix distinct pointer types warning for ARCH=i386
by Andrey Ignatov
· 6 years ago
a43d050
Merge branch 'bpf-sysctl-hook'
by Alexei Starovoitov
· 6 years ago
7568f4c
selftests/bpf: C based test for sysctl and strtoX
by Andrey Ignatov
· 6 years ago
8549ddc
selftests/bpf: Test bpf_strtol and bpf_strtoul helpers
by Andrey Ignatov
· 6 years ago
c2d5f12
selftests/bpf: Test ARG_PTR_TO_LONG arg type
by Andrey Ignatov
· 6 years ago
99f5797
selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h
by Andrey Ignatov
· 6 years ago
b457e55
bpf: Sync bpf.h to tools/
by Andrey Ignatov
· 6 years ago
d7a4cb9
bpf: Introduce bpf_strtol and bpf_strtoul helpers
by Andrey Ignatov
· 6 years ago
57c3bb7
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
by Andrey Ignatov
· 6 years ago
9a1027e
selftests/bpf: Test file_pos field in bpf_sysctl ctx
by Andrey Ignatov
· 6 years ago
786047d
selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers
by Andrey Ignatov
· 6 years ago
11ff34f
selftests/bpf: Test sysctl_get_current_value helper
by Andrey Ignatov
· 6 years ago
6041c67
selftests/bpf: Test bpf_sysctl_get_name helper
by Andrey Ignatov
· 6 years ago
1f5fa9a
selftests/bpf: Test BPF_CGROUP_SYSCTL
by Andrey Ignatov
· 6 years ago
7007af6
selftests/bpf: Test sysctl section name
by Andrey Ignatov
· 6 years ago
063cc9f
libbpf: Support sysctl hook
by Andrey Ignatov
· 6 years ago
196398d
bpf: Sync bpf.h to tools/
by Andrey Ignatov
· 6 years ago
e1550bf
bpf: Add file_pos field to bpf_sysctl ctx
by Andrey Ignatov
· 6 years ago
4e63acd
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
by Andrey Ignatov
· 6 years ago
1d11b30
bpf: Introduce bpf_sysctl_get_current_value helper
by Andrey Ignatov
· 6 years ago
808649f
bpf: Introduce bpf_sysctl_get_name helper
by Andrey Ignatov
· 6 years ago
7b146ce
bpf: Sysctl hook
by Andrey Ignatov
· 6 years ago
b1cd609
bpf: Add base proto function for cgroup-bpf programs
by Andrey Ignatov
· 6 years ago
e0a092e
Merge branch 'smc-next'
by David S. Miller
· 6 years ago
7a62725
net/smc: improve smc_conn_create reason codes
by Karsten Graul
· 6 years ago
9aa68d2
net/smc: improve smc_listen_work reason codes
by Karsten Graul
· 6 years ago
228bae0
net/smc: code cleanup smc_listen_work
by Karsten Graul
· 6 years ago
fba7e8e
net/smc: cleanup of get vlan id
by Karsten Graul
· 6 years ago
bc36d2f
net/smc: consolidate function parameters
by Karsten Graul
· 6 years ago
5988669
net/smc: check for ip prefix and subnet
by Karsten Graul
· 6 years ago
4ada81f
net/smc: fallback to TCP after connect problems
by Karsten Graul
· 6 years ago
50717a3
net/smc: nonblocking connect rework
by Ursula Braun
· 6 years ago
6dc400a
xen-netback: add reference from xenvif to backend_info to facilitate coredump analysis
by Dongli Zhang
· 6 years ago
8af9f72
Merge branch 'sctp-skb-list'
by David S. Miller
· 6 years ago
013b96e
sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().
by David Miller
· 6 years ago
178ca04
sctp: Make sctp_enqueue_event tak an skb list.
by David Miller
· 6 years ago
5e8f641
sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_event
by David Miller
· 6 years ago
925b937
sctp: Always pass skbs on a list to sctp_ulpq_tail_event().
by David Miller
· 6 years ago
0eff105
sctp: Remove superfluous test in sctp_ulpq_reasm_drain().
by David Miller
· 6 years ago
9994677
net: sched: flower: fix filter net reference counting
by Vlad Buslov
· 6 years ago
56490b6
selftests: Add debugging options to pmtu.sh
by David Ahern
· 6 years ago
bb23581
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
947e8b5
bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUN
by Stanislav Fomichev
· 6 years ago
6b7a211
tools: add smp_* barrier variants to include infrastructure
by Daniel Borkmann
· 6 years ago
78f07ad
Merge branch 'ipv6-Refactor-nexthop-selection-helpers-during-a-fib-lookup'
by David S. Miller
· 6 years ago
0b34eb0
ipv6: Refactor __ip6_route_redirect
by David Ahern
· 6 years ago
0c59d00
ipv6: Refactor rt6_device_match
by David Ahern
· 6 years ago
d83009d
ipv6: Move fib6_multipath_select down in ip6_pol_route
by David Ahern
· 6 years ago
af52a52
ipv6: Be smarter with null_entry handling in ip6_pol_route_lookup
by David Ahern
· 6 years ago
30c15f0
ipv6: Refactor find_rr_leaf
by David Ahern
· 6 years ago
28679ed
ipv6: Refactor find_match
by David Ahern
· 6 years ago
702cea5
ipv6: Pass fib6_nh and flags to rt6_score_route
by David Ahern
· 6 years ago
cc3a86c
ipv6: Change rt6_probe to take a fib6_nh
by David Ahern
· 6 years ago
6e1809a
ipv6: Remove rt6_check_dev
by David Ahern
· 6 years ago
1ba9a89
ipv6: Only call rt6_check_neigh for nexthop with gateway
by David Ahern
· 6 years ago
62720b1
dns: remove redundant zero length namelen check
by Colin Ian King
· 6 years ago
Next »