index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itself
Martin KaFai Lau
2022-09-29
2
-1
/
+28
*
bpf: Refactor bpf_setsockopt(TCP_CONGESTION) handling into another function
Martin KaFai Lau
2022-09-29
1
-17
/
+28
*
bpf: Move the "cdg" tcp-cc check to the common sol_tcp_sockopt()
Martin KaFai Lau
2022-09-29
1
-6
/
+7
*
skmsg: Schedule psock work if the cached skb exists on the psock
Liu Jian
2022-09-26
1
-4
/
+8
*
net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
Liu Jian
2022-09-26
1
-1
/
+2
*
net: netfilter: add bpf_ct_set_nat_info kfunc helper
Lorenzo Bianconi
2022-09-21
1
-1
/
+46
*
bpf: Move nf_conn extern declarations to filter.h
Daniel Xu
2022-09-20
1
-0
/
+1
*
bpf: Rename nfct_bsa to nfct_btf_struct_access
Daniel Xu
2022-09-20
2
-11
/
+11
*
bpf: Add support for writing to nf_conn:mark
Daniel Xu
2022-09-10
3
-1
/
+120
*
bpf: Use 0 instead of NOT_INIT for btf_struct_access() writes
Daniel Xu
2022-09-10
1
-1
/
+1
*
bpf: Invoke cgroup/connect{4,6} programs for unprivileged ICMP ping
YiFei Zhu
2022-09-09
2
-0
/
+31
*
selftests/bpf: Add tests for kfunc returning a memory pointer
Benjamin Tissoires
2022-09-07
1
-0
/
+36
*
selftests/bpf: add test for accessing ctx from syscall program type
Benjamin Tissoires
2022-09-07
1
-0
/
+1
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
11
-604
/
+575
|
\
|
*
bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
Martin KaFai Lau
2022-09-02
3
-33
/
+27
|
*
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2022-09-02
2
-20
/
+14
|
*
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-09-02
2
-33
/
+45
|
*
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-02
2
-36
/
+25
|
*
bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
Martin KaFai Lau
2022-09-02
1
-7
/
+4
|
*
bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
1
-8
/
+8
|
*
bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
3
-40
/
+47
|
*
net: Add a len argument to compat_ipv6_get_msfilter()
Martin KaFai Lau
2022-09-02
1
-5
/
+3
|
*
net: Remove unused flags argument from do_ipv6_getsockopt
Martin KaFai Lau
2022-09-02
1
-3
/
+3
|
*
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
*
|
netlink: Bounds-check struct nlmsgerr creation
Kees Cook
2022-09-05
2
-6
/
+10
[next]