Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
608114e441ad3a4fa1fced4d6d00653a34765eee
608114e
tools: sync linux/bpf.h
by Lorenz Bauer
· 6 years ago
2f18336
bpf: move BPF_F_QUERY_EFFECTIVE after map flags
by Lorenz Bauer
· 6 years ago
96b3b6c
bpf: allow zero-initializing hash map seed
by Lorenz Bauer
· 6 years ago
2349944
bpf: libbpf: retry map creation without the name
by Stanislav Fomichev
· 6 years ago
592ee43
bpf: fix null pointer dereference on pointer offload
by Colin Ian King
· 6 years ago
29a9c10
bpftool: make libbfd optional
by Stanislav Fomichev
· 6 years ago
ae9435f
Merge branch 'socket-lookup-cg_sock'
by Alexei Starovoitov
· 6 years ago
9108e3a
selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addr
by Andrey Ignatov
· 6 years ago
6c49e65
bpf: Support socket lookup in CGROUP_SOCK_ADDR progs
by Andrey Ignatov
· 6 years ago
cac6cc2
bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
by Andrey Ignatov
· 6 years ago
ac8acec
bpf: Remove unused variable in nsim_bpf
by Nathan Chancellor
· 6 years ago
a83d6e7
bpf: libbpf: Fix bpf_program__next() API
by Martin KaFai Lau
· 6 years ago
5c86d21
selftests/bpf: Fix uninitialized duration warning
by Joe Stringer
· 6 years ago
407be8d
Merge branch 'narrow-loads'
by Alexei Starovoitov
· 6 years ago
e760547
selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addr
by Andrey Ignatov
· 6 years ago
6c2afb6
selftests/bpf: Test narrow loads with off > 0 in test_verifier
by Andrey Ignatov
· 6 years ago
46f53a6
bpf: Allow narrow loads with offset > 0
by Andrey Ignatov
· 6 years ago
f2cbf95
Merge branch 'bpftool-flow-dissector'
by Alexei Starovoitov
· 6 years ago
092f089
bpftool: support loading flow dissector
by Stanislav Fomichev
· 6 years ago
3767a94
bpftool: add pinmaps argument to the load/loadall
by Stanislav Fomichev
· 6 years ago
7738099
bpftool: add loadall command
by Stanislav Fomichev
· 6 years ago
33a2c75
libbpf: add internal pin_name
by Stanislav Fomichev
· 6 years ago
fd734c5
libbpf: bpf_program__pin: add special case for instances.nr == 1
by Stanislav Fomichev
· 6 years ago
0c19a9f
libbpf: cleanup after partial failure in bpf_object__pin
by Stanislav Fomichev
· 6 years ago
108d50a
selftests/bpf: rename flow dissector section to flow_dissector
by Stanislav Fomichev
· 6 years ago
0157edc
Merge branch 'device-ops-as-cb'
by Alexei Starovoitov
· 6 years ago
16a8cb5c
bpf: do not pass netdev to translate() and prepare() offload callbacks
by Quentin Monnet
· 6 years ago
a40a263
bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()
by Quentin Monnet
· 6 years ago
eb91194
bpf: pass destroy() as a callback and remove its ndo_bpf subcommand
by Quentin Monnet
· 6 years ago
b07ade2
bpf: pass translate() as a callback and remove its ndo_bpf subcommand
by Quentin Monnet
· 6 years ago
00db12c
bpf: call verifier_prep from its callback in struct bpf_offload_dev
by Quentin Monnet
· 6 years ago
6dc18fa
bpf: call finalize() from its callback in struct bpf_offload_dev
by Quentin Monnet
· 6 years ago
341b3e7
bpf: call verify_insn from its callback in struct bpf_offload_dev
by Quentin Monnet
· 6 years ago
1385d75
bpf: pass a struct with offload callbacks to bpf_offload_dev_create()
by Quentin Monnet
· 6 years ago
1da6f57
nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c
by Quentin Monnet
· 6 years ago
c8123ea
bpf: Extend the sk_lookup() helper to XDP hookpoint.
by Nitin Hande
· 6 years ago
bf598a8
bpftool: Improve handling of ENOENT on map dumps
by David Ahern
· 6 years ago
435f90a
selftests/bpf: add a test case for sock_ops perf-event notification
by Sowmini Varadhan
· 6 years ago
a5a3a82
bpf: add perf event notificaton support for sock_ops
by Sowmini Varadhan
· 6 years ago
185067a
Merge branch 'bpf-max-pkt-offset'
by Daniel Borkmann
· 6 years ago
cf599f5
nfp: bpf: relax prog rejection through max_pkt_offset
by Jiong Wang
· 6 years ago
e647815
bpf: let verifier to calculate and record max_pkt_offset
by Jiong Wang
· 6 years ago
bce6a14
bpf_load: add map name to load_maps error message
by Shannon Nelson
· 6 years ago
8302b9b
tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps
by Quentin Monnet
· 6 years ago
f96afa7
selftests/bpf: enable (uncomment) all tests in test_libbpf.sh
by Quentin Monnet
· 6 years ago
f601a85
net: hns3: Remove set but not used variable 'reset_level'
by YueHaibing
· 6 years ago
75790a7
Merge branch 'nfp-more-set-actions-and-notifier-refactor'
by David S. Miller
· 6 years ago
0c665e2
nfp: flower: use the common netdev notifier
by Jakub Kicinski
· 6 years ago
3e33359
nfp: register a notifier handler in a central location for the device
by Jakub Kicinski
· 6 years ago
659bb40
nfp: flower: make nfp_fl_lag_changels_event() void
by Jakub Kicinski
· 6 years ago
a558c982
nfp: flower: don't try to nack device unregister events
by Jakub Kicinski
· 6 years ago
e50bfdf
nfp: flower: remove unnecessary iteration over devices
by Jakub Kicinski
· 6 years ago
4234d62
nfp: flower: add ipv6 set flow label and hop limit offload
by Pieter Jansen van Vuuren
· 6 years ago
a3c6b06
nfp: flower: add ipv4 set ttl and tos offload
by Pieter Jansen van Vuuren
· 6 years ago
6a02d1f
Merge branch 'hns3-next'
by David S. Miller
· 6 years ago
8b0195a
net: hns3: fix for cmd queue memory not freed problem during reset
by Huazhong Tan
· 6 years ago
65e41e7
net: hns3: add error handler for hclge_reset()
by Huazhong Tan
· 6 years ago
f403a84
net: hns3: call roce's reset notify callback when resetting
by Huazhong Tan
· 6 years ago
35d93a3
net: hns3: adjust the process of PF reset
by Huazhong Tan
· 6 years ago
0742ed7
net: hns3: move some reset information from hnae3_handle into hclge_dev/hclgevf_dev
by Huazhong Tan
· 6 years ago
7cea834
net: hns3: ignore new coming low-level reset while doing high-level reset
by Huazhong Tan
· 6 years ago
257e4f2
net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting
by Huazhong Tan
· 6 years ago
8df0fa9
net: hns3: enable/disable ring in the enet while doing UP/DOWN
by Huazhong Tan
· 6 years ago
7edff53
net: hns3: adjust the location of clearing the table when doing reset
by Huazhong Tan
· 6 years ago
4d60291
net: hns3: provide some interface & information for the client
by Huazhong Tan
· 6 years ago
720bd58
net: hns3: add set_default_reset_request in the hnae3_ae_ops
by Huazhong Tan
· 6 years ago
814da63
net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of enet
by Huazhong Tan
· 6 years ago
7c588c7
Merge branch 'net-systemport-Unmap-queues-upon-DSA-unregister-event'
by David S. Miller
· 6 years ago
da106a1
net: systemport: Unmap queues upon DSA unregister event
by Florian Fainelli
· 6 years ago
25c4407
net: systemport: Simplify queue mapping logic
by Florian Fainelli
· 6 years ago
c04a17d
net: dsa: bcm_sf2: Turn on PHY to allow successful registration
by Florian Fainelli
· 6 years ago
5882d52
Merge branch 'net-dsa-bcm_sf2-Store-rules-in-lists'
by David S. Miller
· 6 years ago
80f8dea
net: systemport: Restore Broadcom tag match filters upon resume
by Florian Fainelli
· 6 years ago
1c60c7f
net: dsa: bcm_sf2: Get rid of unmarshalling functions
by Florian Fainelli
· 6 years ago
1c0130f
net: dsa: bcm_sf2: Restore CFP rules during system resume
by Florian Fainelli
· 6 years ago
ce24b08
net: dsa: bcm_sf2: Split rule handling from HW operation
by Florian Fainelli
· 6 years ago
ae7a5af
net: dsa: bcm_sf2: Keep copy of inserted rules
by Florian Fainelli
· 6 years ago
95772ec
Merge branch 'net-More-extack-messages'
by David S. Miller
· 6 years ago
68d57f3
rtnetlink: Add more extack messages to rtnl_newlink
by David Ahern
· 6 years ago
d7e774f
net: Add extack argument to ip_fib_metrics_init
by David Ahern
· 6 years ago
d0522f1
net: Add extack argument to rtnl_create_link
by David Ahern
· 6 years ago
0b215b9
ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()
by Eric Dumazet
· 6 years ago
5e1abdc
net: skbuff.h: remove unnecessary unlikely()
by Yangtao Li
· 6 years ago
a8d6219
ISDN: eicon: Remove driver
by Olof Johansson
· 6 years ago
8053e5b9
Merge tag 'trace-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
4581aa9
Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 6 years ago
a13511d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
6282e91
ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
by Ard Biesheuvel
· 6 years ago
a422757
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
7131193
net: alx: make alx_drv_name static
by Rasmus Villemoes
· 6 years ago
97adadd
net: bpfilter: fix iptables failure if bpfilter_umh is disabled
by Taehee Yoo
· 6 years ago
c34c128
sock_diag: fix autoloading of the raw_diag module
by Andrei Vagin
· 6 years ago
d016b4a
net: core: netpoll: Enable netconsole IPv6 link local address
by Matwey V. Kornilov
· 6 years ago
e22d0bf
ipv6: properly check return value in inet6_dump_all()
by Alexey Kodanev
· 6 years ago
5e1acb4
rtnetlink: restore handling of dumpit return value in rtnl_dump_all()
by Alexey Kodanev
· 6 years ago
6915ed8
net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS
by Jeff Barnhill
· 6 years ago
163c8d5
compiler: remove __no_sanitize_address_or_inline again
by Martin Schwidefsky
· 6 years ago
ee474b8
tracing/kprobes: Fix strpbrk() argument order
by Masami Hiramatsu
· 6 years ago
ea53abf
bonding/802.3ad: fix link_failure_count tracking
by Jarod Wilson
· 6 years ago
0432e83
net: phy: realtek: fix RTL8201F sysfs name
by Holger Hoffstätte
· 6 years ago
Next »