summaryrefslogtreecommitdiffstats
path: root/net/sctp/input.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-05RDMA/rxe: Remove redundant err variableMinghao Chi1-6/+2
2022-01-05RDMA/ocrdma: Remove unneeded variableMinghao Chi1-6/+2
2021-12-15IB/mthca: Use memset_startat() for clearing mpt_entryKees Cook1-2/+1
2021-12-15iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook2-3/+4
2021-12-15RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mrKees Cook1-2/+2
2021-12-15RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entryAvihai Horon1-3/+9
2021-12-15RDMA/core: Let ib_find_gid() continue search even after empty entryAvihai Horon1-1/+2
2021-12-15RDMA/core: Modify rdma_query_gid() to return accurate error codesAvihai Horon1-3/+9
2021-12-15RDMA/hns: Support direct wqe of userspaceYixing Liu6-12/+94
2021-12-14RDMA/mlx5: Add support to multiple priorities for FDB rulesMaor Gottlieb2-3/+4
2021-12-14net/mlx5: Create more priorities for FDB bypass namespaceMaor Gottlieb1-6/+29
2021-12-14net/mlx5: Refactor mlx5_get_flow_namespaceMaor Gottlieb1-12/+32
2021-12-14net/mlx5: Separate FDB namespaceMaor Gottlieb4-8/+12
2021-12-12Linux 5.16-rc5v5.16-rc5Linus Torvalds1-1/+1
2021-12-12usb: core: config: using bit mask instead of individual bitsPavel Hofman1-2/+2
2021-12-12usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman1-1/+1
2021-12-12USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman2-2/+2
2021-12-12USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman3-1/+40
2021-12-11perf python: Fix NULL vs IS_ERR_OR_NULL() checkingMiaoqian Lin1-1/+1
2021-12-11perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter1-0/+1
2021-12-11perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter1-3/+8
2021-12-11perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter1-0/+1
2021-12-11perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter1-4/+28
2021-12-11perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter1-19/+13
2021-12-11perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter1-1/+1
2021-12-11perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter1-3/+4
2021-12-11perf tools: Prevent out-of-bounds access to registersGerman Gomez2-1/+7
2021-12-11mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee1-0/+7
2021-12-11hugetlbfs: fix issue of preallocation of gigantic pages can't workZhenguo Yao1-1/+1
2021-12-11mm/memcg: relocate mod_objcg_mlstate(), get_obj_stock() and put_obj_stock()Waiman Long1-53/+53
2021-12-11mm/slub: fix endianness bug for alloc/free_traces attributesGerald Schaefer1-6/+9
2021-12-11selftests/damon: split test casesSeongJae Park7-112/+129
2021-12-11selftests/damon: test debugfs file reads/writes with huge countSeongJae Park4-0/+61
2021-12-11selftests/damon: test wrong DAMOS condition ranges inputSeongJae Park1-0/+2
2021-12-11selftests/damon: test DAMON enabling with empty target_ids caseSeongJae Park1-0/+9
2021-12-11selftests/damon: skip test if DAMON is runningSeongJae Park1-0/+9
2021-12-11mm/damon/vaddr-test: remove unnecessary variablesSeongJae Park1-8/+0
2021-12-11mm/damon/vaddr-test: split a test function having >1024 bytes frame sizeSeongJae Park1-37/+40
2021-12-11mm/damon/vaddr: remove an unnecessary warning messageSeongJae Park1-1/+0
2021-12-11mm/damon/core: remove unnecessary error messagesSeongJae Park1-9/+2
2021-12-11mm/damon/dbgfs: remove an unnecessary error messageSeongJae Park1-3/+1
2021-12-11mm/damon/core: use better timer mechanisms selection thresholdSeongJae Park1-1/+2
2021-12-11mm/damon/core: fix fake load reports due to uninterruptible sleepsSeongJae Park1-3/+3
2021-12-11timers: implement usleep_idle_range()SeongJae Park2-8/+22
2021-12-11filemap: remove PageHWPoison check from next_uptodate_page()Matthew Wilcox (Oracle)1-2/+0
2021-12-11mailmap: update email address for Guo RenGuo Ren1-0/+2
2021-12-11MAINTAINERS: update kdump maintainersDave Young1-1/+1
2021-12-11Increase default MLOCK_LIMIT to 8 MiBDrew DeVault1-3/+10
2021-12-10i2c: mpc: Use atomic read and fix break conditionChris Packham1-1/+1
2021-12-10io-wq: check for wq exit after adding new worker task_workJens Axboe1-6/+25