Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1acc60b6a41bd4e43c3cb10e5395a5c812e158f5
1acc60b
bpf: add verifier tests for BPF_PROG_TYPE_SK_MSG
by John Fastabend
· 7 years ago
82a8616
bpf: add map tests for BPF_PROG_TYPE_SK_MSG
by John Fastabend
· 7 years ago
015632b
bpf: sk_msg program helper bpf_sk_msg_pull_data
by John Fastabend
· 7 years ago
91843d5
bpf: sockmap, add msg_cork_bytes() helper
by John Fastabend
· 7 years ago
2a10031
bpf: sockmap, add bpf_msg_apply_bytes() helper
by John Fastabend
· 7 years ago
4f738ad
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
by John Fastabend
· 7 years ago
8c05dbf
net: generalize sk_alloc_sg to work with scatterlist rings
by John Fastabend
· 7 years ago
312fc2b
net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG
by John Fastabend
· 7 years ago
ffa3566
sockmap: convert refcnt to an atomic refcnt
by John Fastabend
· 7 years ago
2c3682f
sock: make static tls function alloc_sg generic sock helper
by John Fastabend
· 7 years ago
318df9f
Merge branch 'bpf-tools-build-improvements'
by Daniel Borkmann
· 7 years ago
cc5b340
tools: bpf: remove feature detection output
by Jakub Kicinski
· 7 years ago
8050ea4
tools: bpf: cleanup PHONY target
by Jakub Kicinski
· 7 years ago
d5fc73d
tools: bpftool: fix potential format truncation
by Jakub Kicinski
· 7 years ago
90126e3
tools: bpftool: fix dependency file path
by Jakub Kicinski
· 7 years ago
68de5ef
Merge branch 'bpf-stackmap-build-id'
by Daniel Borkmann
· 7 years ago
81f77fd
bpf: add selftest for stackmap with BPF_F_STACK_BUILD_ID
by Song Liu
· 7 years ago
615755a
bpf: extend stackmap to save binary_build_id+offset instead of address
by Song Liu
· 7 years ago
6d8cb04
bpf: comment why dots in filenames under BPF virtual FS are not allowed
by Quentin Monnet
· 7 years ago
75a141a
Merge branch 'bpf-tools-makefile-improvements'
by Daniel Borkmann
· 7 years ago
ef8ba83b
tools: bpf: silence make by not deleting intermediate file
by Jiri Benc
· 7 years ago
a50b7f8
tools: bpf: respect quiet/verbose build
by Jiri Benc
· 7 years ago
58416c3
tools: bpf: call descend in Makefile
by Jiri Benc
· 7 years ago
6c07100
tools: bpf: make install should build first
by Jiri Benc
· 7 years ago
fde68c5
tools: bpf: consistent make bpf_install
by Jiri Benc
· 7 years ago
5a8997f
tools: bpf: respect output directory during build
by Jiri Benc
· 7 years ago
72ab55e
tools: bpftool: silence 'missing initializer' warnings
by Jiri Benc
· 7 years ago
12ef9bd
Merge branch 'bpf-perf-sample-addr'
by Daniel Borkmann
· 7 years ago
12fe122
samples/bpf: add example to test reading address
by Teng Qin
· 7 years ago
95da0cd
bpf: add support to read sample address in bpf program
by Teng Qin
· 7 years ago
a366e30
ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREE
by Eric Dumazet
· 7 years ago
3f6be0e
Merge branch 'RDS-zerocopy-code-enhancements'
by David S. Miller
· 7 years ago
9426bbc
rds: use list structure to track information for zerocopy completion notification
by Sowmini Varadhan
· 7 years ago
d40a126b
rds: refactor zcopy code into rds_message_zcopy_from_user
by Sowmini Varadhan
· 7 years ago
c33b3b9
cxgb3: remove VLA usage
by Gustavo A. R. Silva
· 7 years ago
334e641
sock: Fix SO_ZEROCOPY switch case
by Jesus Sanchez-Palencia
· 7 years ago
92dbb332a
Merge branch 'mvpp2-ucast-filter'
by David S. Miller
· 7 years ago
10fea26
net: mvpp2: Add support for unicast filtering
by Maxime Chevallier
· 7 years ago
ce2a27c
net: mvpp2: Simplify MAC filtering function parameters
by Maxime Chevallier
· 7 years ago
dff58a0
selftests: forwarding: fix flags passed to first drop rule in gact_drop_and_ok_test
by Jiri Pirko
· 7 years ago
0c17db0
selftests: forwarding: fix "ok" action test
by Jiri Pirko
· 7 years ago
bb5441f
net: cdc_eem: clean up bind error path
by Johan Hovold
· 7 years ago
4f06717
net: kalmia: clean up bind error path
by Johan Hovold
· 7 years ago
bcde6b7
Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
by David S. Miller
· 7 years ago
d1f1b9c
selftests: net: Introduce first PMTU test
by Stefano Brivio
· 7 years ago
d8c13f22
net/mlx4_en: try to use high order pages for RX rings
by Eric Dumazet
· 7 years ago
7d99429
enic: fix boolreturn.cocci warnings
by Fengguang Wu
· 7 years ago
b1312b8
net: dsa: mv88e6xxx: fix boolreturn.cocci warnings
by Fengguang Wu
· 7 years ago
630b21a
net: phy: mdio-mux: slience probe defer error
by Jerome Brunet
· 7 years ago
1ec54cb
net: unpollute priv_flags space
by Paolo Abeni
· 7 years ago
b2b1949
Merge branch 'net-phy-remove-phy_error-from-phy_disable_interrupts'
by David S. Miller
· 7 years ago
70a55c3
net: phy: use phy_disable_interrupts in phy_stop
by Heiner Kallweit
· 7 years ago
4fff2d3
net: phy: remove phy_error from phy_disable_interrupts
by Heiner Kallweit
· 7 years ago
4d1e46a
selftests/net: fix in_netns.sh script
by Prashant Bhole
· 7 years ago
6e61e10
net: mvpp2: mvpp2_check_hw_buf_num() can be static
by kbuild test robot
· 7 years ago
9a21ac9
ipv6: ndisc: use true and false for boolean values
by Gustavo A. R. Silva
· 7 years ago
22936c3
dt-bindings: net: dsa: marvell: describe compatibility string
by Brandon Streiff
· 7 years ago
c9efb15
tipc: bcast: use true and false for boolean values
by Gustavo A. R. Silva
· 7 years ago
3eac60d
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
b5b2f33
Merge branch 'lan743x-driver'
by David S. Miller
· 7 years ago
e8cf7c2
lan743x: Update MAINTAINERS to include lan743x driver
by Bryan Whitehead
· 7 years ago
23f0703
lan743x: Add main source files for new lan743x driver
by Bryan Whitehead
· 7 years ago
1c02e37
Merge branch 'sctp-add-support-for-some-msg_control-options-from-RFC6458'
by David S. Miller
· 7 years ago
4910280
sctp: add support for snd flag SCTP_SENDALL process in sendmsg
by Xin Long
· 7 years ago
2c0dbaa
sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg
by Xin Long
· 7 years ago
ed63afb
sctp: add support for PR-SCTP Information for sendmsg
by Xin Long
· 7 years ago
5c3d0fd
ravb: remove erroneous comment
by Niklas Söderlund
· 7 years ago
30855ff
net: Make account struct net to memcg
by Kirill Tkhai
· 7 years ago
e810bf5
net/mlx5: Flow steering cmd interface should get the fte when deleting
by Aviad Yehezkel
· 7 years ago
3346c48
{net,IB}/mlx5: Add flow steering helpers
by Boris Pismenny
· 7 years ago
d2ec6a3
net/mlx5: Embed mlx5_flow_act into fs_fte
by Matan Barak
· 7 years ago
5f41837
net/mlx5: Add empty egress namespace to flow steering core
by Aviad Yehezkel
· 7 years ago
af76c50
net/mlx5: Add shim layer between fs and cmd
by Matan Barak
· 7 years ago
a9db0ec
{net,IB}/mlx5: Add has_tag to mlx5_flow_act
by Matan Barak
· 7 years ago
075572d
IB/mlx5: Pass mlx5_flow_act struct instead of multiple arguments
by Boris Pismenny
· 7 years ago
04e8717
net/mlx5: FPGA and IPSec initialization to be before flow steering
by Matan Barak
· 7 years ago
1c9a10e
net/mlx5e: Removed not need synchronize_rcu
by Aviad Yehezkel
· 7 years ago
dc7debec
net/mlx5e: Fixed sleeping inside atomic context
by Aviad Yehezkel
· 7 years ago
ef927a9
net/mlx5e: Wait for FPGA command responses with a timeout
by Aviad Yehezkel
· 7 years ago
46f3ee4
net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabled
by Aviad Yehezkel
· 7 years ago
c33251a
IB/mlx5: Removed not used parameters
by Aviad Yehezkel
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
ce38061
Merge tag 'please-pull-ia64_misc' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 7 years ago
48e362d
ia64/err-inject: fix spelling mistake: "capapbilities" -> "capabilities"
by Colin Ian King
· 7 years ago
69c90702
ia64/err-inject: Use get_user_pages_fast()
by Davidlohr Bueso
· 7 years ago
339d541
ia64: doc: tweak whitespace for 'console=' parameter
by Sergei Trofimovich
· 7 years ago
2879b65
ia64: Convert remaining atomic operations
by Matthew Wilcox
· 7 years ago
bd5edbe
ia64: convert unwcheck.py to python3
by Corentin Labbe
· 7 years ago
094b58e
Merge tag 'linux-kselftest-4.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
by Linus Torvalds
· 7 years ago
5470461
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
ef3f6c2
Merge branch 'mvpp2-jumbo-frames-support'
by David S. Miller
· 7 years ago
576193f
net: mvpp2: jumbo frames support
by Stefan Chulski
· 7 years ago
381c567
net: mvpp2: enable UDP/TCP checksum over IPv6
by Antoine Tenart
· 7 years ago
93ff130
net: mvpp2: use a data size of 10kB for Tx FIFO on port 0
by Yan Markman
· 7 years ago
effbf5f
net: mvpp2: update the BM buffer free/destroy logic
by Stefan Chulski
· 7 years ago
01d0493
net: mvpp2: use the same buffer pool for all ports
by Stefan Chulski
· 7 years ago
8eb1a85
net: core: dst: Add kernel-doc for 'net' parameter
by Jonathan Neuschäfer
· 7 years ago
4c1342d
net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistency
by Jonathan Neuschäfer
· 7 years ago
76b1297
net: core: dst_cache: Fix a typo in a comment
by Jonathan Neuschäfer
· 7 years ago
0a6f2f0
igb: Fix a test with HWTSTAMP_TX_ON
by Christophe JAILLET
· 7 years ago
Next »