summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-07-06net: qed: sanitize BE/LE data processingAlexander Lobakin1-8/+7
2020-07-06scatterlist: protect parameters of the sg_table related macrosMarek Szyprowski1-4/+4
2020-07-06net: dsa: felix: support half-duplex link modesVladimir Oltean1-0/+1
2020-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-0/+30
2020-07-04umd: Track user space drivers with struct pidEric W. Biederman1-1/+1
2020-07-04exec: Remove do_execve_fileEric W. Biederman1-1/+0
2020-07-04umh: Stop calling do_execve_fileEric W. Biederman1-1/+0
2020-07-04umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman1-1/+5
2020-07-04umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman1-1/+1
2020-07-04umd: For clarity rename umh_info umd_infoEric W. Biederman2-4/+4
2020-07-04umh: Separate the user mode driver and the user mode helper supportEric W. Biederman4-19/+31
2020-07-04umh: Remove call_usermodehelper_setup_file.Eric W. Biederman1-3/+0
2020-07-04umh: Capture the pid in umh_pipe_setupEric W. Biederman1-1/+0
2020-07-04sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-0/+28
2020-07-03Merge tag 'pci-v5.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+5
2020-07-03Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-07-03Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+7
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu1-0/+1
2020-07-01perf: Expose get/put_callchain_entry()Song Liu1-0/+2
2020-07-01of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski1-0/+3
2020-07-01of: mdio: remove the 'extern' keyword from function declarationsBartosz Golaszewski1-19/+18
2020-07-01net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski1-6/+4
2020-07-01phy: un-inline devm_mdiobus_register()Bartosz Golaszewski1-13/+2
2020-07-01net: qed: update copyright yearsAlexander Lobakin18-0/+18
2020-07-01net: qed: convert to SPDX License IdentifiersAlexander Lobakin16-448/+18
2020-07-01net: qed: correct existing SPDX tagsAlexander Lobakin2-2/+3
2020-07-01PCI: Make pcie_find_root_port() work for Root PortsMika Westerberg1-6/+5
2020-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-4/+38
2020-06-30Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov2-2/+7
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2-2/+24
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer1-2/+3
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2-0/+6
2020-06-30ethtool: Add link extended stateAmit Cohen1-0/+23
2020-06-30Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...David S. Miller1-0/+4
2020-06-29blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao1-0/+1
2020-06-28Merge tag 'timers-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2020-06-28Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+16
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-35/+83
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+236
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-8/+21
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra4-37/+83
2020-06-28sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build failPeter Zijlstra1-2/+4
2020-06-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2020-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed5-6/+62
2020-06-27net/mlx5: kTLS, Improve TLS params layout structuresTariq Toukan3-5/+11
2020-06-27net/mlx5: Avoid RDMA file inclusion in core driverParav Pandit1-1/+0
2020-06-27Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2020-06-27Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-3/+2