summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_infoLeon Romanovsky2021-12-221-1/+4
* net: sched: lock action when translating it to flow_action infraVlad Buslov2021-12-221-1/+1
* aio: fix use-after-free due to missing POLLFREE handlingEric Biggers2021-12-141-1/+1
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+26
* bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-141-1/+1
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-141-0/+5
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-12-081-1/+1
* ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-082-2/+2
* net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-081-6/+13
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-081-10/+4
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-081-0/+2
* of: clk: Make <linux/of_clk.h> self-containedGeert Uytterhoeven2021-12-081-0/+3
* xen: sync include/xen/interface/io/ring.h with Xen's newest versionJuergen Gross2021-12-011-135/+158
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-12-011-0/+1
* shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-12-012-1/+16
* net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-12-012-0/+2
* net: ieee802154: handle iftypes as u32Alexander Aring2021-12-011-3/+4
* ALSA: hda: hdac_ext_stream: fix potential locking issuesPierre-Louis Bossart2021-11-261-0/+2
* tlb: mmu_gather: add tlb_flush_*_range APIsPeter Zijlstra (Intel)2021-11-261-15/+40
* net: virtio_net_hdr_to_skb: count transport header in UFOJonathan Davies2021-11-261-1/+6
* RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky2021-11-261-1/+1
* f2fs: fix up f2fs_lookup tracepointsGao Xiang2021-11-261-6/+6
* scsi: target: Fix ordered tag handlingMike Christie2021-11-261-2/+4
* PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier2021-11-211-0/+2
* PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macrosPali Rohár2021-11-171-0/+6
* net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann2021-11-171-0/+1
* bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2021-11-171-1/+15
* llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet2021-11-171-1/+3
* rpmsg: Fix rpmsg_create_ept return when RPMSG config is not definedArnaud Pouliquen2021-11-171-1/+1
* task_stack: Fix end_of_stack() for architectures with upwards-growing stackHelge Deller2021-11-171-0/+4
* net: annotate data-race in neigh_output()Eric Dumazet2021-11-171-3/+8
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-171-0/+4
* serial: core: Fix initializing and restoring termios speedPali Rohár2021-11-171-0/+2
* net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-11-171-2/+3
* bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-11-171-0/+1
* libata: fix read log timeout valueDamien Le Moal2021-11-171-1/+1
* binder: use cred instead of task for getsecidTodd Kjos2021-11-171-0/+5
* binder: use cred instead of task for selinux checksTodd Kjos2021-11-172-28/+28
* Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman2021-11-061-2/+0
* net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan2021-11-021-7/+2
* elfcore: correct reference to CONFIG_UMLLukas Bulwahn2021-10-271-1/+1
* net/mlx5e: Mutually exclude RX-FCS and RX-port-timestampAya Levin2021-10-201-2/+8
* sched: Always inline is_percpu_thread()Peter Zijlstra2021-10-171-1/+1
* net: prevent user from passing illegal stab size王贇2021-10-171-0/+1
* libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan2021-10-091-0/+1
* net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean2021-10-091-0/+3
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-061-0/+2
* net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-10-062-2/+2
* compiler.h: Introduce absolute_pointer macroGuenter Roeck2021-09-301-0/+2
* erofs: fix up erofs_lookup tracepointGao Xiang2021-09-301-3/+3