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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-19
net: remove compat_sock_common_{get,set}sockopt
Christoph Hellwig
1
-24
/
+6
2020-07-19
net: simplify cBPF setsockopt compat handling
Christoph Hellwig
2
-20
/
+33
2020-07-17
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
1
-0
/
+3
2020-07-17
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
1
-0
/
+180
2020-07-17
rtnetlink: Fix memory(net_device) leak when ->newlink fails
Weilong Chen
1
-1
/
+2
2020-07-16
Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"
Petr Machata
1
-2
/
+2
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
1
-0
/
+9
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+8
2020-07-13
devlink: Fix use-after-free when destroying health reporters
Ido Schimmel
1
-4
/
+8
2020-07-13
net: make symbol 'flush_works' static
Wei Yongjun
1
-1
/
+1
2020-07-13
net: sched: Pass qdisc reference in struct flow_block_offload
Petr Machata
1
-5
/
+7
2020-07-13
net: core: kerneldoc fixes
Andrew Lunn
1
-0
/
+1
2020-07-13
fs: Add receive_fd() wrapper for __receive_fd()
Kees Cook
1
-1
/
+1
2020-07-13
fs: Move __scm_install_fd() to __receive_fd()
Kees Cook
1
-26
/
+1
2020-07-13
net/scm: Regularize compat handling of scm_detach_fds()
Kees Cook
1
-16
/
+11
2020-07-13
net/compat: Add missing sock updates for SCM_RIGHTS
Kees Cook
1
-0
/
+21
2020-07-13
bpf: Resolve BTF IDs in vmlinux image
Jiri Olsa
1
-2
/
+7
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
7
-38
/
+94
2020-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-37
/
+93
2020-07-10
devlink: Add devlink health port reporters API
Vladyslav Tarasiuk
1
-0
/
+50
2020-07-10
devlink: Implement devlink health reporters on per-port basis
Vladyslav Tarasiuk
1
-17
/
+77
2020-07-10
devlink: Create generic devlink health reporter search function
Vladyslav Tarasiuk
1
-4
/
+14
2020-07-10
devlink: Rework devlink health reporter destructor
Vladyslav Tarasiuk
1
-13
/
+24
2020-07-10
devlink: Refactor devlink health reporter constructor
Vladyslav Tarasiuk
1
-17
/
+28
2020-07-09
devlink: Move input checks from driver to devlink
Danielle Ratson
1
-0
/
+20
2020-07-09
devlink: Add a new devlink port split ability attribute and pass to netlink
Danielle Ratson
1
-0
/
+3
2020-07-09
devlink: Add a new devlink port lanes attribute and pass to netlink
Danielle Ratson
1
-0
/
+4
2020-07-09
devlink: Replace devlink_port_attrs_set parameters with a struct
Danielle Ratson
1
-43
/
+11
2020-07-09
devlink: Move switch_port attribute of devlink_port_attrs to devlink_port
Danielle Ratson
1
-3
/
+3
2020-07-09
devlink: Move set attribute of devlink_port_attrs to devlink_port
Danielle Ratson
1
-3
/
+3
2020-07-09
Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+1
2020-07-09
inet_diag: support for wider protocol numbers
Paolo Abeni
1
-0
/
+1
2020-07-08
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
1
-1
/
+1
2020-07-08
net: Restrict receive packets queuing to housekeeping CPUs
Alex Belits
1
-1
/
+9
2020-07-08
bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook
Stanislav Fomichev
1
-0
/
+1
2020-07-07
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
1
-1
/
+1
2020-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-55
/
+292
2020-07-03
sched: consistently handle layer3 header accesses in the presence of VLANs
Toke Høiland-Jørgensen
1
-3
/
+7
2020-07-01
bpf: Fix net/core/filter build errors when INET is not enabled
Randy Dunlap
1
-0
/
+4
2020-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-33
/
+75
2020-06-30
bpf: sockmap: Require attach_bpf_fd when detaching a program
Lorenz Bauer
1
-5
/
+45
2020-06-30
bpf: sockmap: Check value of unused args to BPF_PROG_ATTACH
Lorenz Bauer
1
-0
/
+3
2020-06-30
bpf, netns: Keep attached programs in bpf_prog_array
Jakub Sitnicki
1
-9
/
+10
2020-06-30
flow_dissector: Pull BPF program assignment up to bpf-netns
Jakub Sitnicki
1
-11
/
+2
2020-06-29
net: sched: Pass root lock to Qdisc_ops.enqueue
Petr Machata
1
-2
/
+2
2020-06-29
docs: RCU: Convert rculist_nulls.txt to ReST
Mauro Carvalho Chehab
1
-2
/
+2
2020-06-28
net: explain the lockdep annotations for dev_uc_unsync()
Cong Wang
1
-0
/
+10
2020-06-28
bpf, sockmap: RCU dereferenced psock may be used outside RCU block
John Fastabend
1
-1
/
+9
2020-06-28
bpf, sockmap: RCU splat with redirect and strparser error or TLS
John Fastabend
1
-7
/
+6
2020-06-26
net: dev: add a missing kernel-doc annotation
Mauro Carvalho Chehab
1
-0
/
+1
[prev]
[next]