summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-16i2c: dev: Force case user pointers in compat_i2cdev_ioctl()Andy Shevchenko1-1/+1
2022-04-16net: lan966x: Make sure to release ptp interruptHoratiu Vultur1-0/+3
2022-04-16ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2-7/+8
2022-04-16Merge branch 'l3mdev-fix-ip-tunnel-case-after-recent-l3mdev-change'Jakub Kicinski5-10/+18
2022-04-16net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern4-9/+17
2022-04-16l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...David Ahern1-1/+1
2022-04-16Merge branch 'net-sched-two-fixes-for-cls_u32'Jakub Kicinski1-10/+14
2022-04-16net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet1-4/+4
2022-04-16net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet1-6/+10
2022-04-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski4-7/+27
2022-04-16i2c: dev: check return value when calling dev_set_name()Andy Shevchenko1-5/+10
2022-04-16i2c: qcom-geni: Use dev_err_probe() for GPI DMA errorBjorn Andersson1-4/+2
2022-04-16i2c: imx: Implement errata ERR007805 or e7805 bus frequency limitMarek Vasut1-0/+33
2022-04-16i2c: pasemi: Wait for write xfers to finishMartin PoviĊĦer1-0/+6
2022-04-15dm: fix bio length of empty flushShin'ichiro Kawasaki1-0/+1
2022-04-15Merge tag 'block-5.18-2022-04-15' of git://git.kernel.dk/linux-blockLinus Torvalds10-22/+48
2022-04-15Merge tag 'io_uring-5.18-2022-04-14' of git://git.kernel.dk/linux-blockLinus Torvalds3-41/+59
2022-04-15Merge tag 'linux-kselftest-fixes-5.18-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-8/+17
2022-04-15Merge tag 'perf-tools-fixes-for-v5.18-2022-04-14' of git://git.kernel.org/pub...Linus Torvalds7-45/+176
2022-04-15Documentation/ABI: sysfs-fs-erofs: Fix Sphinx errorsHans de Goede1-2/+3
2022-04-15erofs: fix use-after-free of on-stack io[]Hongyu Jin2-9/+5
2022-04-15Merge tag 'nvme-5.18-2022-04-15' of git://git.infradead.org/nvme into block-5.18Jens Axboe3-8/+33
2022-04-15block: don't print I/O error warning for dead disksChristoph Hellwig1-1/+2
2022-04-15block/compat_ioctl: fix range check in BLKGETSIZEKhazhismel Kumykov1-1/+1
2022-04-15powerpc: Update MAINTAINERS for ibmvnic and VASSukadev Bhattiprolu1-2/+0
2022-04-15net: restore alpha order to Ethernet devices in configStephen Hemminger1-13/+13
2022-04-15openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio1-1/+1
2022-04-15ip6_gre: Fix skb_under_panic in __gre6_xmit()Peilin Ye1-3/+6
2022-04-15ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()Peilin Ye1-2/+3
2022-04-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller4-3/+10
2022-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-9/+7
2022-04-15net/packet: fix packet_sock xmit return value checkingHangbin Liu1-4/+9
2022-04-15net/smc: Fix sock leak when release after smc_shutdown()Tony Lu1-1/+3
2022-04-15rxrpc: Restore removed timer deletionDavid Howells1-0/+2
2022-04-15net: phy: LAN937x: added PHY_POLL_CABLE_TEST flagArun Ramadoss1-0/+1
2022-04-15serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren1-2/+2
2022-04-15serial: imx: fix overrun interrupts in DMA modeJohan Hovold1-1/+1
2022-04-15serial: amba-pl011: do not time out prematurely when draining tx fifoLino Sanfilippo1-2/+7
2022-04-15ALSA: hda/hdmi: add HDMI codec VID for Raptorlake-PKai Vehmanen1-0/+1
2022-04-15ALSA: hda/hdmi: fix warning about PCM count when used with SOFKai Vehmanen1-2/+4
2022-04-15sound/oss/dmasound: fix 'dmasound_setup' defined but not usedMiles Chen1-1/+1
2022-04-15tty: n_gsm: fix incorrect UA handlingDaniel Starke1-1/+0
2022-04-15tty: n_gsm: fix reset fifo race conditionDaniel Starke1-0/+8
2022-04-15tty: n_gsm: fix missing tty wakeup in convergence layer type 2Daniel Starke1-0/+1
2022-04-15tty: n_gsm: fix wrong signal octets encoding in MSCDaniel Starke1-13/+5
2022-04-15tty: n_gsm: fix wrong command frame length field encodingDaniel Starke1-12/+11
2022-04-15tty: n_gsm: fix wrong command retry handlingDaniel Starke1-3/+3
2022-04-15tty: n_gsm: fix missing explicit ldisc flushDaniel Starke1-0/+1
2022-04-15tty: n_gsm: fix wrong DLCI release orderDaniel Starke1-2/+2
2022-04-15tty: n_gsm: fix insufficient txframe sizeDaniel Starke1-1/+3