summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* igc: Add support for multiple in-flight TX timestampsVinicius Costa Gomes2023-08-246-63/+192
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-2482-231/+358
|\
| * Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-2439-127/+148
| |\
| | * bonding: fix macvlan over alb bond supportHangbin Liu2023-08-241-3/+3
| | * ibmveth: Use dcbf rather than dcbflMichael Ellerman2023-08-231-1/+1
| | * i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov2023-08-231-2/+3
| | * igc: Fix the typo in the PTM Control macroSasha Neftin2023-08-221-1/+1
| | * igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani2023-08-221-12/+12
| | * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-08-225-33/+14
| | |\
| | | * ice: Fix NULL pointer deref during VF resetPetr Oros2023-08-211-7/+8
| | | * Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros2023-08-214-25/+4
| | | * ice: fix receive buffer size miscalculationJesse Brandeburg2023-08-211-1/+2
| | * | bnx2x: new flag for track HW resource allocationThinh Tran2023-08-224-28/+44
| | * | sfc: allocate a big enough SKB for loopback selftest packetEdward Cree2023-08-223-3/+3
| | * | Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-221-0/+1
| | |\ \
| | | * | wifi: iwlwifi: mvm: add dependency for PTP clockRandy Dunlap2023-08-151-0/+1
| | * | | leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'Marek Behún2023-08-221-4/+4
| | * | | net: ethernet: mtk_eth_soc: fix NULL pointer on hw resetDaniel Golle2023-08-221-2/+10
| | * | | tg3: Use slab_build_skb() when neededKees Cook2023-08-211-1/+4
| | | |/ | | |/|
| | * | ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-201-1/+1
| | * | net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-202-10/+2
| | * | net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie2023-08-201-1/+1
| | * | net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie2023-08-201-1/+1
| | * | net: phy: Fix deadlocking in phy_error() invocationSerge Semin2023-08-191-4/+7
| | * | net: sfp: handle 100G/25G active optical cables in sfp_parse_supportJosua Mayer2023-08-191-0/+10
| | * | net: mdio: mdio-bitbang: Fix C45 read/write protocolSerge Semin2023-08-191-2/+2
| | * | net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL2023-08-192-0/+6
| | * | mlxsw: Fix the size of 'VIRT_ROUTER_MSB'Amit Cohen2023-08-183-5/+5
| | * | mlxsw: reg: Fix SSPR register layoutIdo Schimmel2023-08-181-9/+0
| | * | mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTCDanielle Ratson2023-08-181-2/+6
| | * | ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()Lu Wei2023-08-181-1/+2
| | * | net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean2023-08-181-0/+3
| | * | octeontx2-af: SDP: fix receive link configHariprasad Kelam2023-08-181-1/+2
| * | | Merge tag 'acpi-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-08-231-1/+5
| |\ \ \
| | * | | ACPI: resource: Fix IRQ override quirk for PCSpecialist Elimina Pro 16 MHans de Goede2023-08-211-1/+5
| * | | | Merge tag 'platform-drivers-x86-v6.5-5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-08-233-0/+13
| |\ \ \ \
| | * | | | platform/mellanox: Fix mlxbf-tmfifo not handling all virtio CONSOLE notificat...Shih-Yi Chen2023-08-231-0/+1
| | * | | | platform/x86: ideapad-laptop: Add support for new hotkeys found on ThinkBook ...André Apitzsch2023-08-211-0/+5
| | * | | | platform/x86: lenovo-ymc: Add Lenovo Yoga 7 14ACN6 to ec_trigger_quirk_dmi_tableSwapnil Devesh2023-08-211-0/+7
| * | | | | Merge tag 'devicetree-fixes-for-6.5-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-224-27/+15
| |\ \ \ \ \
| | * | | | | of/platform: increase refcount of fwnodePeng Fan2023-08-211-2/+2
| | * | | | | of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring2023-08-211-22/+9
| | * | | | | of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring2023-08-211-2/+2
| | * | | | | mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_bufferRik van Riel2023-08-181-1/+2
| * | | | | | Merge tag 'v6.5-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-08-211-2/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Revert "crypto: caam - adjust RNG timing to support more devices"Herbert Xu2023-08-181-2/+2
| * | | | | | Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-08-207-20/+68
| |\ \ \ \ \ \
| | * | | | | | serial: core: Fix serial core port id, including multiport devicesTony Lindgren2023-08-112-1/+28
| | * | | | | | serial: 8250: drop lockdep annotation from serial8250_clear_IER()Jiri Slaby (SUSE)2023-08-111-3/+0
| | * | | | | | tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang2023-08-111-1/+2