aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-06-05Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'Jakub Kicinski1-2/+23
2023-06-05lib/ref_tracker: add printing to memory bufferAndrzej Hajda1-0/+8
2023-06-05lib/ref_tracker: improve printing statsAndrzej Hajda1-2/+7
2023-06-05lib/ref_tracker: add unlocked leak print helperAndrzej Hajda1-0/+8
2023-06-05net: pcs: xpcs: remove xpcs_create() from public viewRussell King (Oracle)1-2/+0
2023-06-05net: pcs: Drop the TSE PCS driverMaxime Chevallier1-17/+0
2023-06-05net: mdio: Introduce a regmap-based mdio driverMaxime Chevallier1-0/+26
2023-06-02net: phylib: fix phy_read*_poll_timeout()Russell King (Oracle)1-6/+10
2023-06-01net: phy: broadcom: Add LPI counterFlorian Fainelli1-0/+2
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-37/+53
2023-06-01Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2-13/+3
2023-06-01Merge tag 'firewire-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-06-01firewire: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-05-31leds: trigger: netdev: expose netdev trigger modes in linux includeChristian Marangi1-0/+10
2023-05-31leds: add API to get attached device for LED hw controlAndrew Lunn1-0/+6
2023-05-31leds: add APIs for LEDs hw controlChristian Marangi1-0/+37
2023-05-30skbuff: bridge: Add layer 2 miss indicationIdo Schimmel1-0/+1
2023-05-29net: pcs: lynx: add lynx_pcs_create_mdiodev()Russell King (Oracle)1-0/+1
2023-05-29net: pcs: xpcs: add xpcs_create_mdiodev()Russell King (Oracle)1-0/+2
2023-05-29net: mdio: add mdio_device_get() and mdio_device_put()Russell King (Oracle)1-0/+10
2023-05-29Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-1/+3
2023-05-29Revert "module: error out early on concurrent load of the same module file"Linus Torvalds1-6/+0
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+15
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+8
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-9/+13
2023-05-26Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-05-26Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann1-0/+1
2023-05-25Merge tag 'mlx5-fixes-2023-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+1
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-5/+17
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-3/+15
2023-05-25module: error out early on concurrent load of the same module fileLinus Torvalds1-0/+6
2023-05-25Merge tag 'vfs/v6.4-rc3/misc.fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-21/+21
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-3/+15
2023-05-25Merge tag 'for-v6.4-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds1-0/+4
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+1
2023-05-24net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea1-0/+1
2023-05-24net: phylink: add function to resolve clause 73 negotiationRussell King (Oracle)1-0/+2
2023-05-24net: mdio: add clause 73 to ethtool conversion helperRussell King (Oracle)1-0/+39
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne1-1/+8
2023-05-24net: phy: avoid kernel warning dump when stopping an errored PHYRussell King (Oracle)1-2/+5
2023-05-23net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGESDavid Howells1-0/+3
2023-05-23net: Pass max frags into skb_append_pagefrags()David Howells1-1/+1
2023-05-23net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells1-0/+3
2023-05-23tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)1-0/+1
2023-05-23tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave1-0/+1
2023-05-23tracing/user_events: Rename link fields for clarityBeau Belgrave1-1/+1
2023-05-23bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commandsAndrii Nakryiko1-2/+2
2023-05-23bpf, sockmap: Improved check for empty queueJohn Fastabend1-1/+0
2023-05-23bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend1-1/+1