index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
1
-8
/
+8
*
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
3
-48
/
+63
*
bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
1
-9
/
+9
*
bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
1
-35
/
+37
*
bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
1
-2
/
+2
*
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
2
-22
/
+26
*
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-09-02
1
-3
/
+9
*
bpf: Support getting tunnel flags
Shmulik Ladkani
2022-09-02
1
-2
/
+6
*
bpf, net: Avoid loading module when calling bpf_setsockopt(TCP_CONGESTION)
Martin KaFai Lau
2022-08-31
1
-1
/
+1
*
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
2022-08-23
1
-47
/
+33
*
bpf, test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.re...
Shmulik Ladkani
2022-08-23
1
-1
/
+1
*
bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progs
Shmulik Ladkani
2022-08-23
1
-0
/
+3
*
flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcode
Shmulik Ladkani
2022-08-23
2
-7
/
+8
*
bpf: Add a few optnames to bpf_setsockopt
Martin KaFai Lau
2022-08-18
1
-0
/
+5
*
bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
Martin KaFai Lau
2022-08-18
3
-32
/
+29
*
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
2022-08-18
2
-22
/
+22
*
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
2022-08-18
2
-69
/
+32
*
bpf: Refactor bpf specific tcp optnames to a new function
Martin KaFai Lau
2022-08-18
1
-29
/
+50
*
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2022-08-18
2
-98
/
+32
*
bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
Martin KaFai Lau
2022-08-18
1
-7
/
+3
*
bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...
Martin KaFai Lau
2022-08-18
1
-7
/
+7
*
bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...
Martin KaFai Lau
2022-08-18
1
-6
/
+6
*
bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and cap...
Martin KaFai Lau
2022-08-18
1
-9
/
+9
*
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
2022-08-18
1
-13
/
+25
*
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-08-18
1
-3
/
+27
*
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-08-18
1
-3
/
+10
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-17
3
-12
/
+11
|
\
|
*
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
2022-08-10
1
-6
/
+6
|
*
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
2022-08-10
1
-2
/
+2
|
*
selftests/bpf: add destructive kfunc test
Artem Savkov
2022-08-10
1
-0
/
+5
|
*
net: netfilter: Remove ifdefs for code shared by BPF and ctnetlink
Kumar Kartikeya Dwivedi
2022-08-09
1
-6
/
+0
*
|
tcp: Make SYN ACK RTO tunable by BPF programs with TFO
Jie Meng
2022-08-17
2
-2
/
+3
*
|
net: sched: delete unused input parameter in qdisc_create
Zhengchao Shao
2022-08-16
1
-3
/
+3
*
|
net: sched: remove the unused return value of unregister_qdisc
Zhengchao Shao
2022-08-16
1
-2
/
+3
*
|
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-11
38
-258
/
+439
|
\
\
|
*
|
net/tls: Use RCU API to access tls_ctx->netdev
Maxim Mikityanskiy
2022-08-10
2
-10
/
+31
|
*
|
tls: rx: device: don't try to copy too much on detach
Jakub Kicinski
2022-08-10
1
-1
/
+1
|
*
|
tls: rx: device: bound the frag walk
Jakub Kicinski
2022-08-10
1
-1
/
+7
|
*
|
net_sched: cls_route: remove from list when handle is 0
Thadeu Lima de Souza Cascardo
2022-08-10
1
-1
/
+1
|
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-08-10
3
-3
/
+30
|
|
\
\
|
|
*
|
bpf: Check the validity of max_rdwr_access for sock local storage map iterator
Hou Tao
2022-08-10
1
-1
/
+1
|
|
*
|
bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator
Hou Tao
2022-08-10
1
-1
/
+19
|
|
*
|
bpf: Acquire map uref in .init_seq_private for sock local storage map iterator
Hou Tao
2022-08-10
1
-1
/
+9
|
|
*
|
bpf: Allow calling bpf_prog_test kfuncs in tracing programs
Kumar Kartikeya Dwivedi
2022-08-09
1
-0
/
+1
|
*
|
|
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
2022-08-10
1
-1
/
+3
|
*
|
|
devlink: Fix use-after-free after a failed reload
Ido Schimmel
2022-08-10
1
-2
/
+2
|
*
|
|
vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()
Peilin Ye
2022-08-10
1
-0
/
+1
|
*
|
|
vsock: Fix memory leak in vsock_connect()
Peilin Ye
2022-08-10
1
-1
/
+8
|
*
|
|
netlabel: fix typo in comment
Topi Miettinen
2022-08-10
1
-1
/
+1
|
*
|
|
Merge tag 'linux-can-fixes-for-6.0-20220810' of git://git.kernel.org/pub/scm/...
David S. Miller
2022-08-10
2
-2
/
+11
|
|
\
\
\
[next]