summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-10-13net: vxlan: make vxlan_set_mac() return drop reasonsMenglong Dong1-0/+6
2024-10-13net: vxlan: make vxlan_snoop() return drop reasonsMenglong Dong1-0/+9
2024-10-13net: vxlan: add skb drop reasons to vxlan_rcv()Menglong Dong1-0/+16
2024-10-13net: tunnel: make skb_vlan_inet_prepare() return drop reasonsMenglong Dong1-5/+8
2024-10-13net: tunnel: add pskb_inet_may_pull_reason() helperMenglong Dong1-2/+8
2024-10-13net: skb: add pskb_network_may_pull_reason() helperMenglong Dong1-1/+7
2024-10-12media: videodev2: Add flag to unconditionally enumerate pixel formatsBenjamin Gaignard1-0/+3
2024-10-12Merge tag 'pwm/duty_offset-for-6.13-rc1' into togregJonathan Cameron2-9/+185
2024-10-12iio: Convert unsigned to unsigned intAndy Shevchenko2-11/+11
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron43-55/+244
2024-10-12media: v4l2-core: add v4l2_debugfs_if_alloc/free()Hans Verkuil1-0/+48
2024-10-12media: v4l2-core: add v4l2_debugfs_root()Hans Verkuil1-0/+15
2024-10-12net: enetc: add missing static descriptor and inline keywordWei Fang1-1/+2
2024-10-12Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-0/+16
2024-10-12net: do not acquire rtnl in fib_seq_sum()Eric Dumazet1-1/+1
2024-10-12ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seqEric Dumazet1-4/+4
2024-10-12ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet2-3/+3
2024-10-12fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seqEric Dumazet1-1/+1
2024-10-12drm/i915/xe3lpd: reuse xe2lpd definitionClint Taylor1-0/+12
2024-10-11lsm: remove lsm_prop scaffoldingCasey Schaufler1-6/+0
2024-10-11netlabel,smack: use lsm_prop for audit dataCasey Schaufler1-1/+1
2024-10-11lsm: create new security_cred_getlsmprop LSM hookCasey Schaufler2-0/+7
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler2-4/+6
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler2-9/+10
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler2-5/+17
2024-10-11audit: maintain an lsm_prop in audit_contextCasey Schaufler1-0/+24
2024-10-11lsm: add lsmprop_to_secctx hookCasey Schaufler2-1/+11
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler2-4/+6
2024-10-11lsm: add the lsm_prop data structureCasey Schaufler5-0/+86
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet1-3/+2
2024-10-11drm/ttm: Fix incorrect use of kernel-doc formatThomas Hellström1-1/+1
2024-10-11ASoC: SOF: Intel: hda-mlink: expose unlocked interrupt enable routinePierre-Louis Bossart1-0/+4
2024-10-11accel/ivpu: Stop using hardcoded DRIVER_DATEJacek Lawrynowicz1-3/+0
2024-10-11phy: sun4i-usb: Fix a typoAndrew Kreimer1-1/+1
2024-10-11sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long1-1/+4
2024-10-11misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycleParker Newman1-0/+11
2024-10-11serial: qcom-geni: fix rx cancel dma status bitJohan Hovold1-1/+1
2024-10-11serial: clean up uart_infoYanteng Si1-1/+0
2024-10-11ftrace: Make ftrace_regs abstract from direct useSteven Rostedt1-3/+18
2024-10-11resource: Add resource set range and size helpersIlpo Järvinen1-0/+32
2024-10-11Merge tag 'drm-xe-next-2024-10-10' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie3-8/+106
2024-10-11thermal: core: Add user thresholds supportDaniel Lezcano2-0/+5
2024-10-10bpf: Update bpf_override_return() commentMartin Kelly1-4/+0
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-39/+54
2024-10-10Merge tag 'drm-misc-next-2024-10-09' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie8-3/+46
2024-10-10Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-2/+20
2024-10-10clocksource: Remove unused clocksource_change_ratingDr. David Alan Gilbert1-1/+0
2024-10-10fgraph: Simplify return address printing in function graph tracerMasami Hiramatsu (Google)1-13/+3
2024-10-10bpf: fix argument type in bpf_loop documentationMatteo Croce1-1/+1
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski6-4/+364