summaryrefslogtreecommitdiffstats
path: root/net/lapb (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-17net/mlx5: Fix compilation warning for 32-bit platformParav Pandit1-3/+3
2020-12-17mptcp: clear use_ack and use_map when dropping other suboptionsGeliang Tang1-0/+2
2020-12-17devlink: use _BITUL() macro instead of BIT() in the UAPI headerTobias Klauser1-1/+1
2020-12-17net: korina: fix return valueVincent Stehlé1-1/+1
2020-12-16net/smc: fix access to parent of an ib deviceKarsten Graul1-13/+23
2020-12-16ethtool: fix error paths in ethnl_set_channels()Ivan Vecera1-2/+4
2020-12-16nfc: s3fwrn5: Remove unused NCI prop commandsBongsu Jeon2-47/+0
2020-12-16nfc: s3fwrn5: Remove the delay for NFC sleepBongsu Jeon1-1/+2
2020-12-16phy: fix kdoc warningJakub Kicinski1-1/+2
2020-12-16tipc: do sanity check payload of a netlink messageHoang Le1-5/+7
2020-12-16use __netdev_notify_peers in hypervLijun Pan1-7/+4
2020-12-16use __netdev_notify_peers in ibmvnicLijun Pan1-6/+3
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan2-2/+21
2020-12-16net: allwinner: Fix some resources leak in the error handling path of the pro...Christophe JAILLET1-2/+5
2020-12-16ethtool: fix string set id checkMichal Kubecek1-1/+1
2020-12-16net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Christophe JAILLET1-1/+7
2020-12-16net/connector: Add const qualifier to cb_idGeoff Levand4-12/+12
2020-12-16net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET1-1/+3
2020-12-16dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei1-1/+1
2020-12-16net: dsa: qca: ar9331: fix sleeping function called from invalid context bugOleksij Rempel1-9/+24
2020-12-16i40e, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-16ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-16lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck1-20/+23
2020-12-15mm: cleanup kstrto*() usageAlexey Dobriyan2-18/+18
2020-12-15mm: fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2020-12-15mm: slub: convert sysfs sprintf family to sysfs_emit/sysfs_emit_atJoe Perches1-73/+77
2020-12-15mm: shmem: convert shmem_enabled_show to use sysfs_emit_atJoe Perches1-9/+12
2020-12-15mm:backing-dev: use sysfs_emit in macro defining functionsJoe Perches1-4/+4
2020-12-15mm: huge_memory: convert remaining use of sprintf to sysfs_emit and neateningJoe Perches1-21/+31
2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches5-46/+52
2020-12-15mm: fix kernel-doc markupsMauro Carvalho Chehab3-22/+24
2020-12-15zram: break the strict dependency from lzoRui Salvaterra3-2/+44
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim3-2/+6
2020-12-15zram: support page writebackMinchan Kim2-4/+22
2020-12-15mm/process_vm_access: remove redundant initialization of iov_rColin Ian King1-1/+1
2020-12-15mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin1-7/+4
2020-12-15mm/zswap: move to use crypto_acomp API for hardware accelerationBarry Song1-46/+137
2020-12-15mm/zswap: fix passing zero to 'PTR_ERR' warningYueHaibing1-1/+1
2020-12-15mm/zswap: make struct kernel_param_ops definitions constJoe Perches1-3/+3
2020-12-15userfaultfd/selftests: hint the test runner on required privilegePeter Xu1-1/+2
2020-12-15userfaultfd/selftests: fix retval check for userfaultfd_open()Peter Xu1-4/+4
2020-12-15userfaultfd/selftests: always dump something in modesPeter Xu1-0/+2
2020-12-15userfaultfd: selftests: make __{s,u}64 format specifiers portableAxel Rasmussen1-46/+35
2020-12-15userfaultfd: add user-mode only option to unprivileged_userfaultfd sysctl knobLokesh Gidra2-7/+18
2020-12-15userfaultfd: add UFFD_USER_MODE_ONLYLokesh Gidra2-1/+18
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_ZEROVlastimil Babka4-28/+2
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka3-17/+5
2020-12-15kernel/power: allow hibernation with page_poison sanity checkingVlastimil Babka5-6/+14
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka4-54/+52
2020-12-15mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/fre...Vlastimil Babka3-64/+46