index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-08
net, xdp: Add missing xdp_features description
Lorenzo Bianconi
1
-0
/
+1
2023-02-03
netdev-genl: create a simple family for netdev stuff
Jakub Kicinski
1
-0
/
+3
2023-02-03
bpf: Drop always true do_idr_lock parameter to bpf_map_free_id
Tobias Klauser
1
-1
/
+1
2023-02-02
bpf: Add __bpf_kfunc tag for marking kernel functions as kfuncs
David Vernet
1
-0
/
+8
2023-01-30
s390/bpf: Implement arch_prepare_bpf_trampoline()
Ilya Leoshkevich
1
-0
/
+4
2023-01-28
bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
Ilya Leoshkevich
2
-5
/
+14
2023-01-28
bpf: Change BPF_MAX_TRAMP_LINKS to enum
Ilya Leoshkevich
1
-1
/
+3
2023-01-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-15
/
+83
2023-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-14
/
+16
2023-01-27
net: skbuff: drop the linux/hrtimer.h include
Jakub Kicinski
1
-1
/
+0
2023-01-27
net: skbuff: drop the linux/splice.h include
Jakub Kicinski
1
-1
/
+0
2023-01-27
net: skbuff: drop the linux/sched.h include
Jakub Kicinski
1
-1
/
+0
2023-01-27
net: skbuff: drop the linux/sched/clock.h include
Jakub Kicinski
1
-1
/
+0
2023-01-27
net: add missing includes of linux/sched/clock.h
Jakub Kicinski
1
-0
/
+1
2023-01-27
net: skbuff: drop the linux/textsearch.h include
Jakub Kicinski
1
-1
/
+1
2023-01-27
net: skbuff: drop the linux/net.h include
Jakub Kicinski
1
-1
/
+0
2023-01-27
net: add missing includes of linux/net.h
Jakub Kicinski
1
-0
/
+1
2023-01-27
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
1
-72
/
+87
2023-01-27
xfrm: extend add state callback to set failure reason
Leon Romanovsky
1
-1
/
+1
2023-01-27
xfrm: extend add policy callback to set failure reason
Leon Romanovsky
1
-1
/
+1
2023-01-26
net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...
Vladimir Oltean
2
-11
/
+42
2023-01-25
bpf/selftests: Verify struct_ops prog sleepable behavior
David Vernet
1
-0
/
+1
2023-01-25
bpf: Pass const struct bpf_prog * to .check_member
David Vernet
1
-1
/
+2
2023-01-25
virtchnl: i40e/iavf: rename iwarp to rdma
Jesse Brandeburg
1
-28
/
+37
2023-01-25
virtchnl: do structure hardening
Jesse Brandeburg
1
-16
/
+32
2023-01-25
virtchnl: update header and increase header clarity
Jesse Brandeburg
1
-15
/
+18
2023-01-25
virtchnl: remove unused structure declaration
Jesse Brandeburg
1
-13
/
+0
2023-01-25
net/smc: De-tangle ism and smc device initialization
Stefan Raspl
1
-1
/
+0
2023-01-25
s390/ism: Consolidate SMC-D-related code
Stefan Raspl
1
-0
/
+2
2023-01-25
net/smc: Separate SMC-D and ISM APIs
Stefan Raspl
1
-0
/
+7
2023-01-25
net/ism: Add new API for client registration
Stefan Raspl
1
-0
/
+67
2023-01-25
s390/ism: Introduce struct ism_dmb
Stefan Raspl
1
-0
/
+23
2023-01-25
bpf: Allow trusted args to walk struct when checking BTF IDs
David Vernet
1
-0
/
+4
2023-01-25
bpf: Enable annotating trusted nested pointers
David Vernet
1
-0
/
+4
2023-01-25
netlink: fix spelling mistake in dump size assert
Jakub Kicinski
1
-1
/
+1
2023-01-24
Merge tag 'wireless-next-2023-01-23' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2
-1
/
+26
2023-01-23
bpf: Support consuming XDP HW metadata from fext programs
Toke Høiland-Jørgensen
1
-0
/
+14
2023-01-23
bpf: XDP metadata RX kfuncs
Stanislav Fomichev
2
-1
/
+24
2023-01-23
bpf: Introduce device-bound XDP programs
Stanislav Fomichev
1
-4
/
+20
2023-01-23
bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
Stanislav Fomichev
1
-4
/
+4
2023-01-23
net: ethtool: add helpers for MM fragment size translation
Vladimir Oltean
1
-0
/
+42
2023-01-23
net: ethtool: add helpers for aggregate statistics
Vladimir Oltean
1
-40
/
+60
2023-01-23
net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)
Vladimir Oltean
1
-0
/
+9
2023-01-23
net: ethtool: add support for MAC Merge layer
Vladimir Oltean
1
-0
/
+99
2023-01-21
Merge tag 'usb-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-8
/
+10
2023-01-21
ptp_qoriq: fix latency in ptp_qoriq_adjtime() operation
Nikhil Gupta
1
-0
/
+1
2023-01-21
net: mdio: Remove support for building C45 muxed addresses
Andrew Lunn
1
-18
/
+0
2023-01-21
bpf: Invalidate slices on destruction of dynptrs on stack
Kumar Kartikeya Dwivedi
1
-1
/
+4
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-15
/
+15
2023-01-20
Merge tag 'soc-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/so...
Linus Torvalds
2
-6
/
+6
[next]