Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2044e4ef0be29f0154b078a956a3d8331315298a
2044e4e
selftests/bpf: Better verification in test_tcpbpf
by Andrey Ignatov
· 7 years ago
c65267e
selftests/bpf: Switch test_tcpbpf_user to cgroup_helpers
by Andrey Ignatov
· 7 years ago
04c1341
selftests/bpf: Fix const'ness in cgroup_helpers
by Andrey Ignatov
· 7 years ago
060a7fc
bpf: Sync bpf.h to tools/
by Andrey Ignatov
· 7 years ago
f333ee0
bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CB
by Andrey Ignatov
· 7 years ago
2d3feca
bpf: btf: print map dump and lookup with btf info
by Okash Khawaja
· 7 years ago
b12d6ec
bpf: btf: add btf print functionality
by Okash Khawaja
· 7 years ago
92b5712
bpf: btf: export btf types and name by offset from lib
by Okash Khawaja
· 7 years ago
db42a21
tools: include reallocarray feature test in FEATURE_TESTS_BASIC
by Jakub Kicinski
· 7 years ago
d23b27c
samples/bpf: xdp_redirect_cpu handle parsing of double VLAN tagged packets
by Jesper Dangaard Brouer
· 7 years ago
ee15f7c
Merge branch 'bpf-xdp-driver-and-hw'
by Daniel Borkmann
· 7 years ago
5f42840
nfp: add support for simultaneous driver and hw XDP
by Jakub Kicinski
· 7 years ago
99dadb6
selftests/bpf: add test for multiple programs
by Jakub Kicinski
· 7 years ago
799e173
netdevsim: add support for simultaneous driver and hw XDP
by Jakub Kicinski
· 7 years ago
a25717d
xdp: support simultaneous driver and hw XDP attachment
by Jakub Kicinski
· 7 years ago
0529662
xdp: factor out common program/flags handling from drivers
by Jakub Kicinski
· 7 years ago
6b86758
xdp: don't make drivers report attachment mode
by Jakub Kicinski
· 7 years ago
4f91da2
xdp: add per mode attributes for attached programs
by Jakub Kicinski
· 7 years ago
9c48b1d
Merge branch 'bpf-arm-jit-improvements'
by Daniel Borkmann
· 7 years ago
b18bea2
ARM: net: bpf: improve 64-bit ALU implementation
by Russell King
· 7 years ago
c5eae69
ARM: net: bpf: improve 64-bit store implementation
by Russell King
· 7 years ago
077513b
ARM: net: bpf: improve 64-bit sign-extended immediate load
by Russell King
· 7 years ago
f9ff501
ARM: net: bpf: improve 64-bit load immediate implementation
by Russell King
· 7 years ago
6fd0666
Merge branch 'bpf-arm-jit-improvements'
by Daniel Borkmann
· 7 years ago
8c9602d
ARM: net: bpf: use double-word load/stores where available
by Russell King
· 7 years ago
bef8968
ARM: net: bpf: always use odd/even register pair
by Russell King
· 7 years ago
b504522
ARM: net: bpf: avoid reloading 'array'
by Russell King
· 7 years ago
aaffd2f5
ARM: net: bpf: avoid reloading 'index'
by Russell King
· 7 years ago
2b6958e
ARM: net: bpf: use ldr instructions with shifted rm register
by Russell King
· 7 years ago
828e2b9
ARM: net: bpf: use immediate forms of instructions where possible
by Russell King
· 7 years ago
1ca3b17
ARM: net: bpf: imm12 constant conversion
by Russell King
· 7 years ago
96cced4
ARM: net: bpf: access eBPF scratch space using ARM FP register
by Russell King
· 7 years ago
a6eccac
ARM: net: bpf: 64-bit accessor functions for BPF registers
by Russell King
· 7 years ago
7a98702
ARM: net: bpf: provide accessor functions for BPF registers
by Russell King
· 7 years ago
47b9c3bf
ARM: net: bpf: remove is_on_stack() and sstk/dstk
by Russell King
· 7 years ago
1c35ba1
ARM: net: bpf: use negative numbers for stacked registers
by Russell King
· 7 years ago
a8ef95a
ARM: net: bpf: provide load/store ops with negative immediates
by Russell King
· 7 years ago
d449ceb
ARM: net: bpf: enumerate the JIT scratch stack layout
by Russell King
· 7 years ago
b103cbe
Merge branch 'bpf-helper-man-install'
by Daniel Borkmann
· 7 years ago
86f7d85
tools: bpf: build and install man page for eBPF helpers from bpftool/
by Quentin Monnet
· 7 years ago
9b8ca37
tools: bpf: synchronise BPF UAPI header with tools
by Quentin Monnet
· 7 years ago
2bae79d
bpf: fix documentation for eBPF helpers
by Quentin Monnet
· 7 years ago
671dffa
Merge branch 'bpf-bpftool-improved-prog-load'
by Daniel Borkmann
· 7 years ago
3ff5a4d
tools: bpftool: allow reuse of maps with bpftool prog load
by Jakub Kicinski
· 7 years ago
26736eb
tools: libbpf: allow map reuse
by Jakub Kicinski
· 7 years ago
531b014
tools: bpf: make use of reallocarray
by Jakub Kicinski
· 7 years ago
8d13406
tools: libbpf: move library error code into a separate file
by Jakub Kicinski
· 7 years ago
c840684
tools: bpftool: reimplement bpf_prog_load() for prog load
by Jakub Kicinski
· 7 years ago
07f2d4e
tools: libbpf: add extended attributes version of bpf_object__open()
by Jakub Kicinski
· 7 years ago
f83fb22
tools: libbpf: recognize offload neutral maps
by Jakub Kicinski
· 7 years ago
49f2cba
tools: bpftool: allow users to specify program type for prog load
by Jakub Kicinski
· 7 years ago
b60df2a
tools: libbpf: expose the prog type guessing from section name logic
by Jakub Kicinski
· 7 years ago
ba6dd67
tools: bpftool: add support for loading programs for offload
by Jakub Kicinski
· 7 years ago
8d1fc3d
tools: bpftool: refactor argument parsing for prog load
by Jakub Kicinski
· 7 years ago
219f860
selftests/bpf: add Error: prefix in check_extack helper
by Jakub Kicinski
· 7 years ago
7479efc
selftests/bpf: remove duplicated word from test offloads
by Jakub Kicinski
· 7 years ago
d90c936
Merge branch 'bpf-nfp-mul-div-support'
by Daniel Borkmann
· 7 years ago
9fb410a
nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.h
by Jiong Wang
· 7 years ago
2a952b0
nfp: bpf: support u32 divide using reciprocal_div.h
by Jiong Wang
· 7 years ago
d3d23fd
nfp: bpf: support u16 and u32 multiplications
by Jiong Wang
· 7 years ago
33b9431
nfp: bpf: copy range info for all operands of all ALU operations
by Jiong Wang
· 7 years ago
662c547
nfp: bpf: rename umin/umax to umin_src/umax_src
by Jiong Wang
· 7 years ago
06ae482
lib: reciprocal_div: implement the improved algorithm on the paper mentioned
by Jiong Wang
· 7 years ago
02000b5
bpftool: add bash completion for cgroup tree command
by Roman Gushchin
· 7 years ago
7d31a0a
bpftool: document cgroup tree command
by Roman Gushchin
· 7 years ago
2058b38
bpftool: introduce cgroup tree command
by Roman Gushchin
· 7 years ago
ab8565a
Merge branch 'IP-listification-follow-ups'
by David S. Miller
· 7 years ago
d8269e2
net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()
by Edward Cree
· 7 years ago
efe6aac
net: ipv4: fix list processing on L3 slave devices
by Edward Cree
· 7 years ago
2cc0608
net: core: filter: mark expected switch fall-through
by Gustavo A. R. Silva
· 7 years ago
3cc87d0
net: decnet: dn_nsp_in: mark expected switch fall-through
by Gustavo A. R. Silva
· 7 years ago
c53e0c7
tipc: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 7 years ago
dfecc75
cxgb4: Fix the condition to check if the card is T5
by Ganesh Goudar
· 7 years ago
4ed88df
net: ethernet: sun: remove redundant variables adv and lpa and mii_reads
by Colin Ian King
· 7 years ago
2727eac
Merge branch 'net-ethernet-Miscellaneous-Kconfig-and-Makefile-cleanups'
by David S. Miller
· 7 years ago
eec8bb1
net: ethernet: sfc: Make subdir logic consistent with other vendors
by Geert Uytterhoeven
· 7 years ago
0df5f81
net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbols
by Geert Uytterhoeven
· 7 years ago
118e969
net: ethernet: Make NET_VENDOR_AURORA default to yes
by Geert Uytterhoeven
· 7 years ago
8e15268
qlogic: netxen: remove various redundant variables
by Colin Ian King
· 7 years ago
2e41c38
Merge branch 'devlink-Add-configuration-parameters-support'
by David S. Miller
· 7 years ago
6354b95
bnxt_en: Add bnxt_en initial params table and register it.
by Vasundhara Volam
· 7 years ago
f567bcd
devlink: Add enable_sriov boolean generic parameter
by Vasundhara Volam
· 7 years ago
dfb3c08
mlx4: Add support for devlink reload and load driverinit values
by Moshe Shemesh
· 7 years ago
bd1b51d
mlx4: Add mlx4 initial parameters table and register it
by Moshe Shemesh
· 7 years ago
036467c
devlink: Add generic parameters internal_err_reset and max_macs
by Moshe Shemesh
· 7 years ago
ea601e1
devlink: Add devlink notifications support for params
by Moshe Shemesh
· 7 years ago
ec01aeb
devlink: Add support for get/set driverinit value
by Moshe Shemesh
· 7 years ago
e3b7ca1
devlink: Add param set command
by Moshe Shemesh
· 7 years ago
45f05de
devlink: Add param get command
by Moshe Shemesh
· 7 years ago
eabaef1
devlink: Add devlink_param register and unregister
by Moshe Shemesh
· 7 years ago
827ad90
net/hamradio/6pack: remove redundant variable channel
by Colin Ian King
· 7 years ago
b67030b
fjes: use currently unused variable my_epid and max_epid
by Colin Ian King
· 7 years ago
2f9be18
net: tehuti: remove redundant pointer skb
by Colin Ian King
· 7 years ago
e0515b0
net: socionext: remove redundant pointer ndev
by Colin Ian King
· 7 years ago
dfbd074
net: aquantia: Make some functions static
by Wei Yongjun
· 7 years ago
e7550b0
net: dsa: vsc73xx: Make some functions static
by Wei Yongjun
· 7 years ago
896e863
net: dsa: fix spelling mistake "waitting" -> "waiting"
by Colin Ian King
· 7 years ago
6312fe7
net: limit each hash list length to MAX_GRO_SKBS
by Li RongQing
· 7 years ago
6fcf9b1
r8169: fix runtime suspend
by Heiner Kallweit
· 7 years ago
a4ca8b7
net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()
by Edward Cree
· 7 years ago
Next »