summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ipv4: avoid using shared IP generator for connected socketsEric Dumazet2022-02-031-11/+10
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-031-0/+1
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+5
* uapi: fix linux/nfc.h userspace compilation errorsDmitry V. Levin2022-01-051-2/+2
* nfc: uapi: use kernel size_t to fix user-space buildsKrzysztof Kozlowski2022-01-051-1/+1
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+26
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-141-0/+5
* HID: introduce hid_is_using_ll_driverJason Gerecke2021-12-141-0/+11
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-081-10/+4
* fs: add fget_many() and fput_many()Jens Axboe2021-12-082-1/+5
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-081-0/+2
* xen: sync include/xen/interface/io/ring.h with Xen's newest versionJuergen Gross2021-12-081-133/+124
* shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-12-083-3/+27
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-12-081-0/+1
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-12-081-0/+7
* net: ieee802154: handle iftypes as u32Alexander Aring2021-12-081-3/+4
* scsi: target: Fix ordered tag handlingMike Christie2021-11-261-2/+4
* PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macrosPali Rohár2021-11-261-0/+6
* llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet2021-11-261-1/+3
* libata: fix read log timeout valueDamien Le Moal2021-11-261-1/+1
* binder: use cred instead of task for selinux checksTodd Kjos2021-11-262-30/+30
* elfcore: correct reference to CONFIG_UMLLukas Bulwahn2021-10-271-1/+1
* libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan2021-10-091-0/+1
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-091-0/+2
* cred: allow get_cred() and put_cred() to be given NULL.NeilBrown2021-10-061-5/+9
* compiler.h: Introduce absolute_pointer macroGuenter Roeck2021-10-061-0/+2
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-09-261-1/+1
* PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko2021-09-221-2/+3
* net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2021-09-221-1/+1
* serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-09-221-0/+1
* power: supply: max17042_battery: fix typo in MAx17042_TOFFSebastian Krzyszkowiak2021-09-221-1/+1
* vmlinux.lds.h: Handle clang's module.{c,d}tor sectionsNathan Chancellor2021-08-261-0/+1
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-262-1/+2
* Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-151-0/+1
* rcu: Update documentation of rcu_read_unlock()Anna-Maria Gleixner2021-08-101-3/+1
* regulator: rt5033: Fix n_voltages settings for BUCK and LDOAxel Lin2021-08-081-2/+2
* net: llc: fix skb_over_panicPavel Skripkin2021-08-041-8/+23
* lib/string.c: add multibyte memset functionsMatthew Wilcox2021-08-041-0/+30
* sctp: move 198 addresses from unusable to private scopeXin Long2021-08-041-3/+1
* net: split out functions related to registering inflight socket filesJens Axboe2021-08-041-0/+1
* net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo2021-07-281-1/+3
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-281-1/+1
* scsi: iscsi: Add iscsi_cls_conn refcount helpersMike Christie2021-07-201-0/+2
* power: supply: ab8500: Fix an old bugLinus Walleij2021-07-201-1/+1
* random32: Fix implicit truncation warning in prandom_seed_state()Richard Fitzgerald2021-07-201-1/+1
* crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-07-201-7/+1
* inet: annotate date races around sk->sk_txhashEric Dumazet2021-06-301-3/+7
* HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam2021-06-301-2/+1
* kvm: fix previous commit for 32-bit buildsPaolo Bonzini2021-06-161-2/+2
* kvm: avoid speculation-based attacks from out-of-range memslot accessesPaolo Bonzini2021-06-161-1/+10