aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-22dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei1-1/+3
2022-05-22hinic: Avoid some over memory allocationChristophe JAILLET1-1/+1
2022-05-22net: fec: Do proper error checking for optional clksUwe Kleine-König1-6/+10
2022-05-20hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu1-1/+4
2022-05-20amt: fix memory leak for advertisement messageTaehee Yoo1-3/+2
2022-05-20amt: fix gateway mode stuckTaehee Yoo1-2/+4
2022-05-20net: stmmac: fix out-of-bounds access in a selftestJakub Kicinski1-7/+6
2022-05-19bonding: fix missed rcu protectionHangbin Liu1-3/+12
2022-05-19NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_txDuoming Zhou2-3/+15
2022-05-19net: macb: Fix PTP one step sync supportHarini Katakam2-5/+39
2022-05-19Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds34-240/+399
2022-05-18ptp: ocp: change sysfs attr group handlingJonathan Lemon1-15/+42
2022-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-0/+1
2022-05-18Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-9/+8
2022-05-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+7
2022-05-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-40/+21
2022-05-18Fix double fget() in vhost_net_set_backend()Al Viro1-8/+7
2022-05-18vdpa/mlx5: Use consistent RQT sizeEli Cohen1-40/+21
2022-05-18net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley1-0/+5
2022-05-18igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2022-05-18nfc: pn533: Fix buggy cleanup orderLin Ma1-2/+3
2022-05-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller4-18/+35
2022-05-17net/mlx5: Drain fw_reset when removing deviceShay Drory3-3/+27
2022-05-17net/mlx5e: CT: Fix setting flow_source for smfs ct tuplesPaul Blakey1-1/+1
2022-05-17net/mlx5e: CT: Fix support for GRE tuplesPaul Blakey1-24/+32
2022-05-17net/mlx5e: Remove HW-GRO from reported featuresGal Pressman1-4/+0
2022-05-17net/mlx5e: Properly block HW GRO when XDP is enabledMaxim Mikityanskiy1-0/+12
2022-05-17net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy1-0/+7
2022-05-17net/mlx5e: Block rx-gro-hw feature in switchdev modeAya Levin1-0/+4
2022-05-17net/mlx5e: Wrap mlx5e_trap_napi_poll into rcu_read_lockMaxim Mikityanskiy1-3/+10
2022-05-17net/mlx5: DR, Ignore modify TTL on RX if device doesn't support itYevgeny Kliteynik2-21/+48
2022-05-17net/mlx5: Initialize flow steering during driver probeShay Drory3-61/+91
2022-05-17net/mlx5: DR, Fix missing flow_source when creating multi-destination FW tableMaor Dickman5-6/+14
2022-05-17net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET1-1/+2
2022-05-17Merge tag 'pci-v5.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-27/+38
2022-05-17Merge tag 'thermal-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+32
2022-05-17ice: Fix interrupt moderation settings getting clearedMichal Wilczynski2-11/+16
2022-05-17ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt1-3/+4
2022-05-17ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski1-4/+15
2022-05-17net: vmxnet3: fix possible NULL pointer dereference in vmxnet3_rq_cleanup()Zixuan Fu1-0/+4
2022-05-17net: vmxnet3: fix possible use-after-free bugs in vmxnet3_rq_alloc_rx_buf()Zixuan Fu1-0/+2
2022-05-17net: systemport: Fix an error handling path in bcm_sysport_probe()Christophe JAILLET1-2/+4
2022-05-17net: lan966x: Fix assignment of the MAC addressHoratiu Vultur1-0/+28
2022-05-16Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler"Pali Rohár1-26/+22
2022-05-16ptp: ocp: have adjtime handle negative delta_ns correctlyJonathan Lemon1-2/+3
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-0/+1
2022-05-16Merge tag 'linux-can-fixes-for-5.18-20220514' of git://git.kernel.org/pub/scm...David S. Miller3-65/+10
2022-05-15Merge tag 'driver-core-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+17
2022-05-15Merge tag 'char-misc-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+9
2022-05-15Merge tag 'tty-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-29/+43