aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian1-0/+3
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian1-0/+3
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-8/+60
2022-10-02net: sched: cls_api: introduce tc_cls_bind_class() helperZhengchao Shao1-0/+12
2022-10-01cpumask: fix checking valid cpu rangeYury Norov1-11/+8
2022-10-01lib/find: optimize for_each() macrosYury Norov1-31/+25
2022-10-01lib/bitmap: introduce for_each_set_bit_wrap() macroYury Norov2-4/+41
2022-10-01lib/find_bit: add find_next{,_and}_bit_wrapYury Norov1-0/+46
2022-10-01cpumask: switch for_each_cpu{,_not} to use for_each_bit()Yury Norov2-9/+8
2022-10-01net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}Yury Norov1-6/+4
2022-09-30net: dsa: remove bool devlink_port_setupVladimir Oltean1-2/+0
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregister functionsJiri Pirko1-1/+5
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko1-1/+2
2022-09-30Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski5-3/+80
2022-09-30dt-bindings: clock: mediatek: add bindings for MT8365 SoCFabien Parent1-0/+373
2022-09-30clkdev: Remove never used devm_clk_release_clkdev()Andy Shevchenko1-2/+0
2022-09-30clk: Remove never used devm_of_clk_del_provider()Andy Shevchenko1-2/+2
2022-09-30of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov1-2/+2
2022-09-30dt-bindings: clk: baikal-t1: Add DDR/PCIe reset IDsSerge Semin1-0/+9
2022-09-30dt-bindings: marvell,pxa168: add clock ids for SDH AXI clocksDoug Brown1-0/+2
2022-09-30dt-bindings: marvell,pxa168: add clock id for SDH3Doug Brown1-0/+1
2022-09-30dt-bindings: marvell,pxa168: add clock ids for additional dividersDoug Brown1-0/+3
2022-09-30kunit: no longer call module_info(test, "Y") for kunit modulesJoe Fradley1-1/+0
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley1-0/+2
2022-09-30Merge branches 'acpi-scan', 'acpi-bus' and 'acpi-platform'Rafael J. Wysocki2-7/+8
2022-09-30Merge branches 'acpi-resource' and 'acpi-pm'Rafael J. Wysocki1-0/+1
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki2-6/+31
2022-09-30thermal: core: Increase maximum number of trip pointsSumeet Pawnikar1-2/+0
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski3-37/+154
2022-09-30xsk: Remove unused xsk_buff_discardMaxim Mikityanskiy1-7/+0
2022-09-30net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy1-0/+6
2022-09-30net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy1-0/+2
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy1-0/+3
2022-09-30block: add blk_rq_map_user_ioAnuj Gupta1-0/+2
2022-09-30io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta2-1/+10
2022-09-30io_uring: add io_uring_cmd_import_fixedAnuj Gupta1-0/+8
2022-09-30block: allow end_io based requests in the completion batch handlingJens Axboe1-1/+2
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-1/+6
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe8-4/+52
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe15-24/+65
2022-09-30counter: Introduce the COUNTER_COMP_ARRAY component typeWilliam Breathitt Gray1-0/+134
2022-09-30counter: Introduce the Count capture componentWilliam Breathitt Gray2-0/+5
2022-09-30counter: Introduce the Signal polarity componentWilliam Breathitt Gray2-0/+16
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2-2/+5
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert1-14/+9
2022-09-30Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2-2/+15
2022-09-30crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()Gaosheng Cui1-6/+0
2022-09-30crypto: aead - Remove unused inline functions from aeadGaosheng Cui1-25/+0
2022-09-29fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner1-4/+5
2022-09-29fs/buffer: make submit_bh & submit_bh_wbc return type as voidRitesh Harjani (IBM)1-1/+1