index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-02
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2
-36
/
+25
2022-09-02
bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
Martin KaFai Lau
1
-7
/
+4
2022-09-02
bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-8
/
+8
2022-09-02
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
3
-40
/
+47
2022-09-02
net: Add a len argument to compat_ipv6_get_msfilter()
Martin KaFai Lau
1
-5
/
+3
2022-09-02
net: Remove unused flags argument from do_ipv6_getsockopt
Martin KaFai Lau
1
-3
/
+3
2022-09-02
bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-8
/
+8
2022-09-02
bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
3
-48
/
+63
2022-09-02
bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-9
/
+9
2022-09-02
bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
1
-35
/
+37
2022-09-02
bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-2
/
+2
2022-09-02
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2
-22
/
+26
2022-09-02
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+9
2022-09-02
bpf: Support getting tunnel flags
Shmulik Ladkani
1
-2
/
+6
2022-08-31
bpf, net: Avoid loading module when calling bpf_setsockopt(TCP_CONGESTION)
Martin KaFai Lau
1
-1
/
+1
2022-08-23
bpf: Use cgroup_{common,current}_func_proto in more hooks
Stanislav Fomichev
1
-47
/
+33
2022-08-23
bpf, test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.re...
Shmulik Ladkani
1
-1
/
+1
2022-08-23
bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progs
Shmulik Ladkani
1
-0
/
+3
2022-08-23
flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcode
Shmulik Ladkani
2
-7
/
+8
2022-08-18
bpf: Add a few optnames to bpf_setsockopt
Martin KaFai Lau
1
-0
/
+5
2022-08-18
bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
Martin KaFai Lau
3
-32
/
+29
2022-08-18
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
2
-22
/
+22
2022-08-18
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
2
-69
/
+32
2022-08-18
bpf: Refactor bpf specific tcp optnames to a new function
Martin KaFai Lau
1
-29
/
+50
2022-08-18
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2
-98
/
+32
2022-08-18
bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
Martin KaFai Lau
1
-7
/
+3
2022-08-18
bpf: net: Change do_ipv6_setsockopt() to use the sockopt's lock_sock() and ca...
Martin KaFai Lau
1
-7
/
+7
2022-08-18
bpf: net: Change do_ip_setsockopt() to use the sockopt's lock_sock() and capa...
Martin KaFai Lau
1
-6
/
+6
2022-08-18
bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and cap...
Martin KaFai Lau
1
-9
/
+9
2022-08-18
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
1
-13
/
+25
2022-08-18
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
1
-3
/
+27
2022-08-18
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+10
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-12
/
+11
2022-08-17
tcp: Make SYN ACK RTO tunable by BPF programs with TFO
Jie Meng
2
-2
/
+3
2022-08-16
net: sched: delete unused input parameter in qdisc_create
Zhengchao Shao
1
-3
/
+3
2022-08-16
net: sched: remove the unused return value of unregister_qdisc
Zhengchao Shao
1
-2
/
+3
2022-08-11
Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
38
-258
/
+439
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
3
-18
/
+31
2022-08-10
net/tls: Use RCU API to access tls_ctx->netdev
Maxim Mikityanskiy
2
-10
/
+31
2022-08-10
tls: rx: device: don't try to copy too much on detach
Jakub Kicinski
1
-1
/
+1
2022-08-10
tls: rx: device: bound the frag walk
Jakub Kicinski
1
-1
/
+7
2022-08-10
net_sched: cls_route: remove from list when handle is 0
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2022-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-3
/
+30
2022-08-10
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
1
-1
/
+3
2022-08-10
Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
11
-160
/
+465
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
1
-6
/
+6
2022-08-10
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
1
-2
/
+2
2022-08-10
bpf: Check the validity of max_rdwr_access for sock local storage map iterator
Hou Tao
1
-1
/
+1
2022-08-10
bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator
Hou Tao
1
-1
/
+19
2022-08-10
bpf: Acquire map uref in .init_seq_private for sock local storage map iterator
Hou Tao
1
-1
/
+9
[next]