summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: virtio_bt: Use skb_put to set lengthSoenke Huster2022-11-021-1/+1
* isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang2022-11-021-1/+1
* mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang2022-11-021-2/+3
* net: lan966x: Fix unmapping of received frames using FDMAHoratiu Vultur2022-11-011-6/+12
* net: lan966x: Fix FDMA when MTU is changedHoratiu Vultur2022-11-012-3/+7
* net: lan966x: Adjust maximum frame size when vlan is enabled/disabledHoratiu Vultur2022-11-012-0/+21
* net: lan966x: Fix the MTU calculationHoratiu Vultur2022-11-012-1/+3
* sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET2022-11-011-2/+6
* net: tun: fix bugs for oversize packet when napi frags enabledZiyang Xuan2022-10-311-1/+2
* net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong2022-10-311-2/+2
* nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing2022-10-301-1/+6
* nfc: s3fwrn5: Fix potential memory leak in s3fwrn5_nci_send()Shang XiaoJing2022-10-301-2/+6
* nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()Shang XiaoJing2022-10-301-2/+5
* nfc: fdp: Fix potential memory leak in fdp_nci_send()Shang XiaoJing2022-10-301-1/+9
* net: ethernet: adi: adin1110: Fix notifiersAlexandru Tachici2022-10-281-9/+29
* net: emaclite: update reset_lock member documentationRadhey Shyam Pandey2022-10-281-1/+1
* net: dsa: Fix possible memory leaks in dsa_loop_init()Chen Zhongjin2022-10-281-7/+18
* Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-2737-203/+407
|\
| * net: enetc: survive memory pressure without crashingVladimir Oltean2022-10-271-0/+5
| * net/mlx5e: Fix macsec sci endianness at rx sa updateRaed Salem2022-10-271-1/+1
| * net/mlx5e: Fix wrong bitwise comparison usage in macsec_fs_rx_add_rule functionRaed Salem2022-10-271-1/+1
| * net/mlx5e: Fix macsec rx security association (SA) update/deleteRaed Salem2022-10-271-6/+6
| * net/mlx5e: Fix macsec coverity issue at rx sa updateRaed Salem2022-10-271-1/+1
| * net/mlx5: Fix crash during sync firmware resetSuresh Devarakonda2022-10-271-3/+3
| * net/mlx5: Update fw fatal reporter state on PCI handlers successful recoverRoy Novich2022-10-271-0/+4
| * net/mlx5e: TC, Fix cloned flow attr instance dests are not zeroedRoi Dayan2022-10-271-0/+4
| * net/mlx5e: TC, Reject forwarding from internal port to internal portAriel Levkovich2022-10-271-1/+11
| * net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan2022-10-271-5/+5
| * net/mlx5: ASO, Create the ASO SQ with the correct timestamp formatSaeed Mahameed2022-10-271-0/+7
| * net/mlx5e: Update restore chain id for slow path packetsPaul Blakey2022-10-272-2/+62
| * net/mlx5e: Extend SKB room check to include PTP-SQAya Levin2022-10-273-0/+21
| * net/mlx5: DR, Fix matcher disconnect error flowRongwei Liu2022-10-271-1/+2
| * net/mlx5: Wait for firmware to enable CRS before pci_restore_stateMoshe Shemesh2022-10-271-0/+17
| * net/mlx5e: Do not increment ESN when updating IPsec ESN stateHyong Youb Kim2022-10-271-3/+0
| * netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failedZhengchao Shao2022-10-271-4/+7
| * netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_regist...Zhengchao Shao2022-10-271-7/+13
| * netdevsim: fix memory leak in nsim_bus_dev_new()Zhengchao Shao2022-10-271-2/+7
| * Merge tag 'linux-can-fixes-for-6.1-20221027' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-10-273-17/+15
| |\
| | * can: rcar_canfd: fix channel specific IRQ handling for RZ/G2LBiju Das2022-10-271-11/+7
| | * can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global ...Biju Das2022-10-271-2/+4
| | * can: kvaser_usb: Fix possible completions during init_completionAnssi Hannula2022-10-272-4/+4
| * | net: broadcom: bcm4908_enet: update TX stats after actual transmissionRafał Miłecki2022-10-271-4/+8
| * | net: bcmsysport: Indicate MAC is in charge of PHY PMFlorian Fainelli2022-10-271-0/+3
| * | net: ehea: fix possible memory leak in ehea_register_port()Yang Yingliang2022-10-271-0/+1
| |/
| * net: ethernet: ave: Fix MAC to be in charge of PHY PMKunihiko Hayashi2022-10-261-0/+6
| * net: fec: limit register access on i.MX6ULJuergen Borleis2022-10-261-2/+44
| * Merge tag 'linux-can-fixes-for-6.1-20221025' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-10-262-4/+9
| |\
| | * can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in error pathDongliang Mu2022-10-251-1/+4
| | * can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error pathDongliang Mu2022-10-251-3/+5
| * | net: ipa: don't configure IDLE_INDICATION on v3.1Caleb Connolly2022-10-251-0/+3