summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-29ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet4-6/+7
2021-12-29tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet4-8/+10
2021-12-29qlcnic: potential dereference null pointer of rx_queue->page_ringJiasheng Jiang3-5/+13
2021-12-29net: marvell: prestera: fix incorrect structure accessYevhen Orlov1-7/+12
2021-12-29net: marvell: prestera: fix incorrect return of port_findYevhen Orlov1-6/+10
2021-12-29ice: xsk: return xsk buffers back to pool when cleaning the ringMaciej Fijalkowski1-6/+6
2021-12-29ice: Use xdp_buf instead of rx_buf for xsk zero-copyMagnus Karlsson2-39/+33
2021-12-29ARM: dts: imx6qdl-wandboard: Fix Ethernet supportMartin Haaß1-0/+1
2021-12-29netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki2-2/+4
2021-12-29netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()Eric Dumazet1-2/+2
2021-12-29RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi1-1/+1
2021-12-29IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito1-1/+1
2021-12-29RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li2-7/+65
2021-12-29ASoC: meson: aiu: fifo: Add missing dma_coerce_mask_and_coherent()Martin Blumenstingl1-0/+6
2021-12-29drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_confAngeloGioacchino Del Regno1-5/+7
2021-12-29ucounts: Fix rlimit max values checkAlexey Gladkov1-6/+9
2021-12-29spi: change clk_disable_unprepare to clk_unprepareDongliang Mu1-1/+1
2021-12-29bus: sunxi-rsb: Fix shutdownJernej Skrabec1-4/+4
2021-12-29arm64: dts: allwinner: orangepi-zero-plus: fix PHY modeRobert Marko1-1/+1
2021-12-29PM: sleep: Fix error handling in dpm_prepare()Rafael J. Wysocki1-1/+1
2021-12-29NFSD: Fix READDIR buffer overflowChuck Lever2-11/+8
2021-12-29HID: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-12-29HID: holtek: fix mouse probingBenjamin Tissoires1-0/+15
2021-12-29selftests: KVM: Fix non-x86 compilingAndrew Jones2-9/+6
2021-12-29ext4: check for inconsistent extents between index and leaf blockZhang Yi1-23/+36
2021-12-29ext4: check for out-of-order index extents in ext4_valid_extent_entries()Zhang Yi1-5/+12
2021-12-29ext4: prevent partial update of the extent blocksZhang Yi1-3/+16
2021-12-29net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski1-0/+6
2021-12-29arm64: vdso32: require CROSS_COMPILE_COMPAT for gcc+bfdNick Desaulniers2-13/+7
2021-12-22Linux 5.15.11Greg Kroah-Hartman1-1/+1
2021-12-22xen/netback: don't queue unlimited number of packagesJuergen Gross1-7/+11
2021-12-22xen/netback: fix rx queue stall detectionJuergen Gross2-24/+42
2021-12-22xen/console: harden hvc_xen against event channel stormsJuergen Gross3-3/+34
2021-12-22xen/netfront: harden netfront against event channel stormsJuergen Gross1-31/+94
2021-12-22xen/blkfront: harden blkfront against event channel stormsJuergen Gross1-3/+12
2021-12-22Revert "xsk: Do not sleep in poll() when need_wakeup set"Magnus Karlsson1-2/+2
2021-12-22selftests/damon: test debugfs file reads/writes with huge countSeongJae Park4-0/+61
2021-12-22bus: ti-sysc: Fix variable set but not used warning for reinit_modulesTony Lindgren1-2/+1
2021-12-22io-wq: drop wqe lock before creating new workerJens Axboe1-0/+2
2021-12-22rcu: Mark accesses to rcu_state.n_force_qsPaul E. McKenney1-5/+5
2021-12-22io-wq: check for wq exit after adding new worker task_workJens Axboe1-6/+25
2021-12-22io-wq: remove spurious bit clear on task_work additionJens Axboe1-3/+1
2021-12-22scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select()George Kennedy1-2/+2
2021-12-22scsi: scsi_debug: Fix type in min_t to avoid stack OOBGeorge Kennedy1-15/+19
2021-12-22scsi: scsi_debug: Don't call kcalloc() if size arg is zeroGeorge Kennedy1-0/+4
2021-12-22ovl: fix warning in ovl_create_real()Miklos Szeredi3-6/+10
2021-12-22fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi1-1/+1
2021-12-22media: mxl111sf: change mutex_init() locationPavel Skripkin1-2/+14
2021-12-22USB: core: Make do_proc_control() and do_proc_bulk() killableAlan Stern1-33/+111
2021-12-22bpf: Fix extable address check.Alexei Starovoitov1-7/+42