summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-05-18net: Fix features skip in for_each_netdev_feature()Tariq Toukan1-2/+2
2022-05-15Bluetooth: Fix the creation of hdev->nameItay Iellin1-0/+3
2022-05-12tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet1-0/+1
2022-05-12hex2bin: make the function hex_to_bin constant-timeMikulas Patocka1-1/+1
2022-04-27etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook1-3/+2
2022-04-20xfrm: policy: match with both mark and mask on user interfacesXin Long1-3/+6
2022-04-20block: Add a helper to validate the block sizeXie Yongji1-0/+8
2022-04-20netdevice: add the case if dev is NULLYajun Deng1-2/+4
2022-04-12arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse1-0/+7
2022-03-16net/mlx5: Fix size field in bufferx_reg structMohammad Kabat1-2/+2
2022-03-11xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross1-1/+6
2022-03-11xen: remove gnttab_query_foreign_access()Juergen Gross1-2/+0
2022-03-11xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross1-0/+12
2022-03-11x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2-2/+2
2022-03-11arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()Mark Rutland1-0/+16
2022-03-11arm/arm64: Provide a wrapper for SMCCC 1.1 callsSteven Price1-0/+58
2022-03-11x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf1-0/+11
2022-03-08HID: add mapping for KEY_ALL_APPLICATIONSWilliam Mahon1-1/+2
2022-03-08netfilter: nf_queue: fix possible use-after-freeFlorian Westphal1-1/+1
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-0/+5
2022-02-16net: fix a memleak when uncloning an skb dst and its metadataAntoine Tenart1-1/+0
2022-02-16net: do not keep the dst cache when uncloning an skb dst and its metadataAntoine Tenart1-0/+13
2022-02-08netfilter: nat: remove l4 protocol port roversFlorian Westphal1-1/+1
2022-02-08ipv4: avoid using shared IP generator for connected socketsEric Dumazet1-11/+10
2022-02-08net: fix information leakage in /proc/net/ptypeCongyu Liu1-0/+1
2022-01-27mm: add follow_pte_pmd()Ross Zwisler1-0/+2
2022-01-27lib/timerqueue: Rely on rbtree semantics for next timerDavidlohr Bueso1-7/+6
2022-01-27rbtree: cache leftmost node internallyDavidlohr Bueso2-3/+51
2022-01-27net_sched: restore "mpu xxx" handlingKevin Bracey1-0/+5
2022-01-11bug: split BUILD_BUG stuff out into <linux/build_bug.h>Ian Abbott2-71/+85
2022-01-05uapi: fix linux/nfc.h userspace compilation errorsDmitry V. Levin1-2/+2
2022-01-05nfc: uapi: use kernel size_t to fix user-space buildsKrzysztof Kozlowski1-1/+1
2021-12-14wait: add wake_up_pollfree()Eric Biggers1-0/+26
2021-12-14HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman1-0/+5
2021-12-14HID: introduce hid_is_using_ll_driverJason Gerecke1-0/+11
2021-12-08siphash: use _unaligned version by defaultArnd Bergmann1-10/+4
2021-12-08fs: add fget_many() and fput_many()Jens Axboe2-1/+5
2021-12-08kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu1-0/+2
2021-12-08shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn3-3/+27
2021-12-08xen: sync include/xen/interface/io/ring.h with Xen's newest versionJuergen Gross1-133/+124
2021-12-08NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-0/+1
2021-12-08hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit1-0/+2
2021-12-08net: ieee802154: handle iftypes as u32Alexander Aring1-3/+4
2021-11-26scsi: target: Fix ordered tag handlingMike Christie1-2/+4
2021-11-26PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macrosPali Rohár1-0/+6
2021-11-26llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet1-1/+3
2021-11-26serial: core: Fix initializing and restoring termios speedPali Rohár1-0/+2
2021-11-26bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-0/+1
2021-11-26libata: fix read log timeout valueDamien Le Moal1-1/+1
2021-11-26binder: use cred instead of task for selinux checksTodd Kjos2-30/+30