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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
143
-1092
/
+7123
2022-03-22
selftests/bpf: Fix kprobe_multi test.
Alexei Starovoitov
1
-1
/
+3
2022-03-22
Revert "rethook: x86: Add rethook x86 implementation"
Alexei Starovoitov
5
-129
/
+1
2022-03-22
Revert "arm64: rethook: Add arm64 rethook implementation"
Alexei Starovoitov
6
-121
/
+2
2022-03-22
Revert "powerpc: Add rethook support"
Alexei Starovoitov
3
-74
/
+0
2022-03-22
Revert "ARM: rethook: Add rethook arm implementation"
Alexei Starovoitov
5
-113
/
+2
2022-03-22
netdevice: add missing dm_private kdoc
Jakub Kicinski
1
-0
/
+2
2022-03-22
net: bridge: mst: prevent NULL deref in br_mst_info_size()
Eric Dumazet
1
-1
/
+1
2022-03-22
Merge branch 'selftests-forwarding-locked-bridge-port-fixes'
Paolo Abeni
1
-8
/
+4
2022-03-22
selftests: forwarding: Use same VRF for port and VLAN upper
Ido Schimmel
1
-6
/
+2
2022-03-22
selftests: forwarding: Disable learning before link up
Ido Schimmel
1
-2
/
+2
2022-03-22
bnx2x: truncate value to original sizing
Bill Wendling
1
-2
/
+4
2022-03-21
Merge branch 'net-mscc-miim-add-integrated-phy-reset-support'
Jakub Kicinski
2
-19
/
+50
2022-03-21
net: mdio: mscc-miim: add lan966x internal phy reset support
Michael Walle
1
-18
/
+49
2022-03-21
net: mdio: mscc-miim: replace magic numbers for the bus reset
Michael Walle
1
-5
/
+5
2022-03-21
dt-bindings: net: mscc-miim: add lan966x compatible
Michael Walle
1
-1
/
+1
2022-03-21
net: dsa: mv88e6xxx: Fill in STU support for all supported chips
Tobias Waldekranz
1
-0
/
+48
2022-03-21
selftests: net: change fprintf format specifiers
Guo Zhengkui
1
-3
/
+3
2022-03-21
net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5
Vladimir Oltean
1
-0
/
+1
2022-03-21
Merge branch 'net-dsa-mv88e6xxx-mst-fixes'
Jakub Kicinski
2
-1
/
+6
2022-03-21
net: dsa: mv88e6xxx: Ensure STU support in VLAN MSTI callback
Tobias Waldekranz
1
-0
/
+3
2022-03-21
net: dsa: mv88e6xxx: Require ops be implemented to claim STU support
Tobias Waldekranz
1
-1
/
+3
2022-03-21
Merge branch 'net-tls-some-optimizations-for-tls'
Jakub Kicinski
2
-41
/
+36
2022-03-21
net/tls: optimize judgement processes in tls_set_device_offload()
Ziyang Xuan
1
-31
/
+31
2022-03-21
net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()
Ziyang Xuan
1
-10
/
+5
2022-03-21
bpftool: Fix a bug in subskeleton code generation
Yonghong Song
1
-1
/
+0
2022-03-21
bpf: Fix bpf_prog_pack when PMU_SIZE is not defined
Song Liu
1
-2
/
+13
2022-03-21
bpf: Fix bpf_prog_pack for multi-node setup
Song Liu
1
-2
/
+7
2022-03-21
bpf: Fix warning for cast from restricted gfp_t in verifier
Joanne Koong
1
-2
/
+2
2022-03-21
net: Revert the softirq will run annotation in ____napi_schedule().
Sebastian Andrzej Siewior
2
-9
/
+1
2022-03-21
bpf, arm: Fix various typos in comments
Julia Lawall
1
-2
/
+2
2022-03-21
libbpf: Close fd in bpf_object__reuse_map
Hengqi Chen
1
-1
/
+1
2022-03-21
Merge branch 'devlink-locking'
David S. Miller
10
-119
/
+156
2022-03-21
devlink: hold the instance lock during eswitch_mode callbacks
Jakub Kicinski
5
-51
/
+54
2022-03-21
netdevsim: replace vfs_lock with devlink instance lock
Jakub Kicinski
2
-18
/
+20
2022-03-21
netdevsim: replace port_list_lock with devlink instance lock
Jakub Kicinski
2
-21
/
+20
2022-03-21
devlink: add explicitly locked flavor of the rate node APIs
Jakub Kicinski
2
-25
/
+65
2022-03-21
bnxt: use the devlink instance lock to protect sriov
Jakub Kicinski
4
-11
/
+4
2022-03-21
bpftool: Fix print error when show bpf map
Yafang Shao
1
-5
/
+2
2022-03-21
bpf: Fix kprobe_multi return probe backtrace
Jiri Olsa
1
-30
/
+37
2022-03-21
Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"
Jiri Olsa
2
-21
/
+1
2022-03-21
bpf: Simplify check in btf_parse_hdr()
Yuntao Wang
1
-2
/
+1
2022-03-21
selftests/bpf/test_lirc_mode2.sh: Exit with proper code
Hangbin Liu
1
-1
/
+4
2022-03-21
Merge branch 'too-short'
David S. Miller
5
-6
/
+6
2022-03-21
mISDN: fix typo "frame to short" -> "frame too short"
Tong Zhang
2
-3
/
+3
2022-03-21
i825xx: fix typo "Frame to short" -> "Frame too short"
Tong Zhang
1
-1
/
+1
2022-03-21
s390/ctcm: fix typo "length to short" -> "length too short"
Tong Zhang
1
-1
/
+1
2022-03-21
ar5523: fix typo "to short" -> "too short"
Tong Zhang
1
-1
/
+1
2022-03-21
Merge branch 'sparx5-mcast'
David S. Miller
6
-11
/
+221
2022-03-21
net: sparx5: Add mdb handlers
Casper Andersson
3
-10
/
+136
[next]