summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 KbytesMichael Kelley2024-01-241-2/+2
* Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"Rahul Rameshbabu2024-01-241-5/+20
* Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-236-43/+16
|\
| * wifi: iwlwifi: fix a memory corruptionEmmanuel Grumbach2024-01-181-2/+2
| * wifi: ath11k: rely on mac80211 debugfs handling for vifBenjamin Berg2024-01-184-40/+13
| * wifi: p54: fix GCC format truncation warning with wiphy->fw_versionKalle Valo2024-01-111-1/+1
* | net: micrel: Fix PTP frame parsing for lan8814Horatiu Vultur2024-01-221-0/+11
* | dpll: fix register pin with unregistered parent pinArkadiusz Kubalewski2024-01-221-6/+0
* | dpll: fix userspace availability of pinsArkadiusz Kubalewski2024-01-221-2/+27
* | dpll: fix pin dump crash for rebound moduleArkadiusz Kubalewski2024-01-223-18/+69
* | dpll: fix broken error path in dpll_pin_alloc(..)Arkadiusz Kubalewski2024-01-221-3/+4
* | tun: add missing rx stats accounting in tun_xdp_actYunjian Wang2024-01-221-0/+2
* | tun: fix missing dropped counter in tun_xdp_actYunjian Wang2024-01-221-2/+6
* | idpf: distinguish vports by the dev_port attributeMichal Schmidt2024-01-211-0/+2
* | bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan2024-01-205-11/+17
* | bnxt_en: Prevent kernel warning when running offline self testMichael Chan2024-01-201-0/+3
* | bnxt_en: Fix RSS table entries calculation for P5_PLUS chipsMichael Chan2024-01-202-6/+14
* | bnxt_en: Fix memory leak in bnxt_hwrm_get_rings()Michael Chan2024-01-201-2/+3
* | bnxt_en: Wait for FLR to complete during probeMichael Chan2024-01-201-0/+5
* | Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-1927-48/+121
|\ \
| * | i40e: Include types.h to some headersTony Nguyen2024-01-182-0/+2
| * | mlxsw: spectrum_router: Register netdevice notifier before nexthopPetr Machata2024-01-181-12/+12
| * | mlxsw: spectrum_acl_tcam: Fix stack corruptionIdo Schimmel2024-01-181-0/+2
| * | mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error pathIdo Schimmel2024-01-181-2/+2
| * | mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failureAmit Cohen2024-01-181-3/+5
| * | net: netdevsim: don't try to destroy PHC on VFsJakub Kicinski2024-01-171-2/+7
| * | net: stmmac: Prevent DSA tags from breaking COERomain Gantois2024-01-171-3/+29
| * | net: sfp-bus: fix SFP mode detect from bitrateRussell King (Oracle)2024-01-171-4/+4
| * | net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probeKunwu Chan2024-01-171-0/+2
| * | net: stmmac: ethtool: Fixed calltrace caused by unbalanced disable_irq_wake c...Qiang Ma2024-01-163-2/+10
| * | net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko2024-01-141-1/+1
| * | net: stmmac: Fix ethool link settings ops for integrated PCSSneh Shah2024-01-131-4/+6
| * | net: liquidio: fix clang-specific W=1 build warningsDmitry Antipov2024-01-133-3/+6
| * | net: fill in MODULE_DESCRIPTION()s for wx_libJakub Kicinski2024-01-121-0/+1
| * | net: phy: micrel: populate .soft_reset for KSZ9131Claudiu Beznea2024-01-121-0/+1
| * | net: micrel: Fix PTP frame parsing for lan8841Horatiu Vultur2024-01-121-0/+8
| * | amt: do not use overwrapped cb areaTaehee Yoo2024-01-121-3/+3
| * | net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet framesSanjuán García, Jorge2024-01-121-2/+3
| * | virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun2024-01-121-4/+5
| * | octeontx2-af: CN10KB: Fix FIFO length calculation for RPM2Nithin Dabilpuram2024-01-121-1/+6
| * | net: qualcomm: rmnet: fix global oob in rmnet_policyLin Ma2024-01-121-1/+1
| * | wangxunx: select CONFIG_PHYLINK where neededArnd Bergmann2024-01-121-1/+1
| * | net: fill in MODULE_DESCRIPTION()s for s2ioBreno Leitao2024-01-121-0/+1
| * | net: fill in MODULE_DESCRIPTION()s for ds26522 moduleBreno Leitao2024-01-121-0/+1
| * | net: fill in MODULE_DESCRIPTION()s for SLIPBreno Leitao2024-01-122-0/+2
* | | Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-1972-439/+362
|\ \ \
| * | | i2c: stm32f7: add support for stm32mp25 socAlain Volmat2024-01-181-88/+126
| * | | i2c: stm32f7: perform I2C_ISR read once at beginning of event isrAlain Volmat2024-01-181-7/+5
| * | | i2c: stm32f7: simplify status messages in case of errorsAlain Volmat2024-01-181-7/+5
| * | | i2c: stm32f7: perform most of irq job in threaded handlerAlain Volmat2024-01-181-70/+56