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.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-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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-13
net: vxlan: make vxlan_set_mac() return drop reasons
Menglong Dong
1
-0
/
+6
2024-10-13
net: vxlan: make vxlan_snoop() return drop reasons
Menglong Dong
1
-0
/
+9
2024-10-13
net: vxlan: add skb drop reasons to vxlan_rcv()
Menglong Dong
1
-0
/
+16
2024-10-13
net: tunnel: make skb_vlan_inet_prepare() return drop reasons
Menglong Dong
1
-5
/
+8
2024-10-13
net: tunnel: add pskb_inet_may_pull_reason() helper
Menglong Dong
1
-2
/
+8
2024-10-13
net: skb: add pskb_network_may_pull_reason() helper
Menglong Dong
1
-1
/
+7
2024-10-12
media: videodev2: Add flag to unconditionally enumerate pixel formats
Benjamin Gaignard
1
-0
/
+3
2024-10-12
Merge tag 'pwm/duty_offset-for-6.13-rc1' into togreg
Jonathan Cameron
2
-9
/
+185
2024-10-12
iio: Convert unsigned to unsigned int
Andy Shevchenko
2
-11
/
+11
2024-10-12
Merge tag 'v6.12-rc2' into test2
Jonathan Cameron
43
-55
/
+244
2024-10-12
media: v4l2-core: add v4l2_debugfs_if_alloc/free()
Hans Verkuil
1
-0
/
+48
2024-10-12
media: v4l2-core: add v4l2_debugfs_root()
Hans Verkuil
1
-0
/
+15
2024-10-12
net: enetc: add missing static descriptor and inline keyword
Wei Fang
1
-1
/
+2
2024-10-12
Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-0
/
+16
2024-10-12
net: do not acquire rtnl in fib_seq_sum()
Eric Dumazet
1
-1
/
+1
2024-10-12
ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seq
Eric Dumazet
1
-4
/
+4
2024-10-12
ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seq
Eric Dumazet
2
-3
/
+3
2024-10-12
fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seq
Eric Dumazet
1
-1
/
+1
2024-10-12
drm/i915/xe3lpd: reuse xe2lpd definition
Clint Taylor
1
-0
/
+12
2024-10-11
lsm: remove lsm_prop scaffolding
Casey Schaufler
1
-6
/
+0
2024-10-11
netlabel,smack: use lsm_prop for audit data
Casey Schaufler
1
-1
/
+1
2024-10-11
lsm: create new security_cred_getlsmprop LSM hook
Casey Schaufler
2
-0
/
+7
2024-10-11
lsm: use lsm_prop in security_inode_getsecid
Casey Schaufler
2
-4
/
+6
2024-10-11
lsm: use lsm_prop in security_current_getsecid
Casey Schaufler
2
-9
/
+10
2024-10-11
lsm: use lsm_prop in security_ipc_getsecid
Casey Schaufler
2
-5
/
+17
2024-10-11
audit: maintain an lsm_prop in audit_context
Casey Schaufler
1
-0
/
+24
2024-10-11
lsm: add lsmprop_to_secctx hook
Casey Schaufler
2
-1
/
+11
2024-10-11
lsm: use lsm_prop in security_audit_rule_match
Casey Schaufler
2
-4
/
+6
2024-10-11
lsm: add the lsm_prop data structure
Casey Schaufler
5
-0
/
+86
2024-10-11
tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rx
Eric Dumazet
1
-3
/
+2
2024-10-11
drm/ttm: Fix incorrect use of kernel-doc format
Thomas Hellström
1
-1
/
+1
2024-10-11
ASoC: SOF: Intel: hda-mlink: expose unlocked interrupt enable routine
Pierre-Louis Bossart
1
-0
/
+4
2024-10-11
accel/ivpu: Stop using hardcoded DRIVER_DATE
Jacek Lawrynowicz
1
-3
/
+0
2024-10-11
phy: sun4i-usb: Fix a typo
Andrew Kreimer
1
-1
/
+1
2024-10-11
sched/core: Disable page allocation in task_tick_mm_cid()
Waiman Long
1
-1
/
+4
2024-10-11
misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle
Parker Newman
1
-0
/
+11
2024-10-11
serial: qcom-geni: fix rx cancel dma status bit
Johan Hovold
1
-1
/
+1
2024-10-11
serial: clean up uart_info
Yanteng Si
1
-1
/
+0
2024-10-11
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
1
-3
/
+18
2024-10-11
resource: Add resource set range and size helpers
Ilpo Järvinen
1
-0
/
+32
2024-10-11
Merge tag 'drm-xe-next-2024-10-10' of https://gitlab.freedesktop.org/drm/xe/k...
Dave Airlie
3
-8
/
+106
2024-10-11
thermal: core: Add user thresholds support
Daniel Lezcano
2
-0
/
+5
2024-10-10
bpf: Update bpf_override_return() comment
Martin Kelly
1
-4
/
+0
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-39
/
+54
2024-10-10
Merge tag 'drm-misc-next-2024-10-09' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
8
-3
/
+46
2024-10-10
Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-2
/
+20
2024-10-10
clocksource: Remove unused clocksource_change_rating
Dr. David Alan Gilbert
1
-1
/
+0
2024-10-10
fgraph: Simplify return address printing in function graph tracer
Masami Hiramatsu (Google)
1
-13
/
+3
2024-10-10
bpf: fix argument type in bpf_loop documentation
Matteo Croce
1
-1
/
+1
2024-10-10
Merge branch 'net-introduce-tx-h-w-shaping-api'
Jakub Kicinski
6
-4
/
+364
[prev]
[next]