summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* gro: decrease size of CBRichard Gobert2023-06-061-10/+16
* Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'Jakub Kicinski2023-06-051-2/+23
|\
| * lib/ref_tracker: add printing to memory bufferAndrzej Hajda2023-06-051-0/+8
| * lib/ref_tracker: improve printing statsAndrzej Hajda2023-06-051-2/+7
| * lib/ref_tracker: add unlocked leak print helperAndrzej Hajda2023-06-051-0/+8
* | net: pcs: xpcs: remove xpcs_create() from public viewRussell King (Oracle)2023-06-051-2/+0
* | net: pcs: Drop the TSE PCS driverMaxime Chevallier2023-06-051-17/+0
* | net: mdio: Introduce a regmap-based mdio driverMaxime Chevallier2023-06-051-0/+26
* | net: phylib: fix phy_read*_poll_timeout()Russell King (Oracle)2023-06-021-6/+10
* | ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault2023-06-022-6/+3
* | net: phy: broadcom: Add LPI counterFlorian Fainelli2023-06-011-0/+2
* | devlink: bring port new reply backJiri Pirko2023-06-011-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0116-41/+83
|\ \
| * \ Merge tag 'net-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-014-2/+6
| |\ \
| | * | tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-011-0/+1
| | * | net: mana: Fix perf regression: remove rx_cqes, tx_cqes countersHaiyang Zhang2023-05-301-2/+0
| | * | tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-291-0/+4
| | * | Merge tag 'mlx5-fixes-2023-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-05-251-0/+1
| | |\ \
| | | * | net/mlx5e: Use query_special_contexts cmd only once per mdevDragos Tatulea2023-05-241-0/+1
| * | | | fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2023-06-012-13/+3
| * | | | Merge tag 'firewire-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-06-011-1/+1
| |\ \ \ \
| | * | | | firewire: Replace zero-length array with flexible-array memberGustavo A. R. Silva2023-06-011-1/+1
| | | |_|/ | | |/| |
| * | | | Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-05-292-1/+3
| |\ \ \ \
| | * | | | tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)2023-05-231-0/+1
| | * | | | tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave2023-05-231-0/+1
| | * | | | tracing/user_events: Rename link fields for clarityBeau Belgrave2023-05-231-1/+1
| * | | | | Revert "module: error out early on concurrent load of the same module file"Linus Torvalds2023-05-291-6/+0
| | |/ / / | |/| | |
| * | | | Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-05-281-1/+8
| |\ \ \ \
| | * | | | vmlinux.lds.h: Discard .note.gnu.property sectionJosh Poimboeuf2023-05-161-1/+8
| * | | | | Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-05-282-0/+15
| |\ \ \ \ \
| | * | | | | debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra2023-05-022-0/+15
| * | | | | | Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-271-1/+8
| |\ \ \ \ \ \
| | * | | | | | x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne2023-05-241-1/+8
| * | | | | | | Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-05-261-0/+1
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'ffa-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann2023-05-261-0/+1
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | firmware: arm_ffa: Fix FFA device names for logical partitionsSudeep Holla2023-05-081-0/+1
| * | | | | | | | Merge tag 'drm-fixes-2023-05-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-05-261-1/+17
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'drm-misc-fixes-2023-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-05-261-1/+17
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | drm: fix drmm_mutex_init()Matthew Auld2023-05-221-1/+17
| | | * | | | | | | Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2023-05-12617-7590/+17882
| | | |\| | | | | |
| * | | | | | | | | module: error out early on concurrent load of the same module fileLinus Torvalds2023-05-251-0/+6
| * | | | | | | | | Merge tag 'vfs/v6.4-rc3/misc.fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-251-21/+21
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge2023-05-171-21/+21
| | | |_|_|_|_|/ / | | |/| | | | | |
* | | | | | | | | net/sched: taprio: add netlink reporting for offload statistics countersVladimir Oltean2023-05-312-8/+49
* | | | | | | | | net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean2023-05-311-1/+6
* | | | | | | | | net: Make gro complete function to return voidParav Pandit2023-05-311-1/+1
* | | | | | | | | leds: trigger: netdev: expose netdev trigger modes in linux includeChristian Marangi2023-05-311-0/+10
* | | | | | | | | leds: add API to get attached device for LED hw controlAndrew Lunn2023-05-311-0/+6
* | | | | | | | | leds: add APIs for LEDs hw controlChristian Marangi2023-05-311-0/+37
* | | | | | | | | net/sched: flower: Allow matching on layer 2 missIdo Schimmel2023-05-301-0/+2