index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
bpf: Add redirect_neigh helper as redirect drop-in
Daniel Borkmann
2
-0
/
+19
2020-09-30
bpf, net: Rework cookie generator as per-cpu one
Daniel Borkmann
3
-2
/
+65
2020-09-30
bpf: Add classid helper only based on skb->sk
Daniel Borkmann
1
-0
/
+10
2020-09-29
bpf: Support attaching freplace programs to multiple attach points
Toke Høiland-Jørgensen
2
-2
/
+9
2020-09-29
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
1
-6
/
+9
2020-09-28
bpf: Add bpf_seq_printf_btf helper
Alan Maguire
2
-0
/
+11
2020-09-28
bpf: Add bpf_snprintf_btf helper
Alan Maguire
3
-4
/
+73
2020-09-28
bpf: Move to generic BTF show support, apply it to seq files/strings
Alan Maguire
1
-0
/
+36
2020-09-28
bpf: Provide function to get vmlinux BTF information
Alan Maguire
1
-0
/
+2
2020-09-28
bpf: verifier: refactor check_attach_btf_id()
Toke Høiland-Jørgensen
2
-5
/
+27
2020-09-28
bpf: change logging calls from verbose() to bpf_log() and use log pointer
Toke Høiland-Jørgensen
2
-3
/
+4
2020-09-28
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
2
-0
/
+10
2020-09-25
bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULL
John Fastabend
1
-2
/
+16
2020-09-25
bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-1
/
+1
2020-09-25
bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
1
-2
/
+2
2020-09-25
bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMON
Martin KaFai Lau
2
-2
/
+1
2020-09-25
bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...
Martin KaFai Lau
1
-4
/
+4
2020-09-25
bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
Martin KaFai Lau
1
-0
/
+1
2020-09-23
Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/...
Alexei Starovoitov
1
-0
/
+4
2020-09-23
net: bridge: mcast: add support for blocked port groups
Nikolay Aleksandrov
1
-0
/
+1
2020-09-23
net: bridge: mcast: handle port group filter modes
Nikolay Aleksandrov
1
-0
/
+1
2020-09-23
net: bridge: mcast: add rt_protocol field to the port group struct
Nikolay Aleksandrov
1
-0
/
+1
2020-09-23
net: bridge: mdb: add support for add/del/dump of entries with source
Nikolay Aleksandrov
1
-0
/
+2
2020-09-23
net: bridge: mdb: add support to extend add/del commands
Nikolay Aleksandrov
1
-0
/
+12
2020-09-23
net: bridge: mcast: rename br_ip's u member to dst
Nikolay Aleksandrov
1
-1
/
+1
2020-09-23
net: bridge: add src field to br_ip
Nikolay Aleksandrov
1
-0
/
+6
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
7
-59
/
+89
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
38
-65
/
+199
2020-09-22
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
11
-9
/
+21
2020-09-22
Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-0
/
+5
2020-09-21
net: phy: bcm7xxx: Add an entry for BCM72113
Florian Fainelli
1
-0
/
+1
2020-09-21
bpf: Use a table to drive helper arg type checks
Lorenz Bauer
1
-0
/
+1
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
1
-8
/
+10
2020-09-21
btf: Add BTF_ID_LIST_SINGLE macro
Lorenz Bauer
1
-0
/
+8
2020-09-21
btf: Make btf_set_contains take a const pointer
Lorenz Bauer
1
-1
/
+1
2020-09-21
Merge tag 'linux-can-next-for-5.10-20200921' of git://git.kernel.org/pub/scm/...
David S. Miller
3
-4
/
+7
2020-09-21
Merge tag 'mac80211-next-for-net-next-2020-09-21' of git://git.kernel.org/pub...
David S. Miller
4
-87
/
+331
2020-09-21
dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
Jan Kara
1
-9
/
+8
2020-09-21
can: rx-offload: can_rx_offload_add_manual(): add new initialization function
Marc Kleine-Budde
1
-0
/
+3
2020-09-21
can: dev: can_put_echo_skb(): propagate error in case of errors
Marc Kleine-Budde
1
-2
/
+2
2020-09-21
can: include: fix spelling mistakes
Marc Kleine-Budde
2
-2
/
+2
2020-09-20
net: dsa: tag_8021q: add VLANs to the master interface too
Vladimir Oltean
1
-0
/
+2
2020-09-20
Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+4
2020-09-20
Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+20
2020-09-20
net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant
Henry Ptasinski
1
-3
/
+5
2020-09-20
Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+1
2020-09-20
dm: Call proper helper to determine dax support
Jan Kara
1
-2
/
+20
2020-09-19
ethtool: Add 100base-FX link mode entries
Dan Murphy
1
-0
/
+2
2020-09-19
stackleak: let stack_erasing_sysctl take a kernel pointer buffer
Tobias Klauser
1
-1
/
+1
[next]