summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fib: add missing attribute validation for tun_idJakub Kicinski2020-03-031-0/+1
* net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit2020-03-011-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-272-7/+20
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-261-1/+10
| |\
| | * Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2020-02-261-1/+10
| | |\
| | | * netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-221-1/+10
| * | | icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=nJason A. Donenfeld2020-02-251-6/+10
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-02-271-1/+1
|\ \ \
| * | | HID: core: increase HID report buffer size to 8KiBJohan Korsnes2020-02-121-1/+1
* | | | Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-261-0/+3
|\ \ \ \
| * | | | bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu2020-02-201-0/+3
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-241-0/+2
|\ \ \ \ \
| * | | | | KVM: x86: fix missing prototypesPaolo Bonzini2020-02-171-0/+2
* | | | | | Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-221-1/+1
|\ \ \ \ \ \
| * | | | | | genirq/irqdomain: Make sure all irq domain flags are distinctZenghui Yu2020-02-211-1/+1
| |/ / / / /
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-02-221-1/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche2020-02-141-1/+0
| |/ / / /
* | | | | Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-02-211-0/+2
|\ \ \ \ \
| * | | | | serdev: ttyport: restore client ops on deregistrationJohan Hovold2020-02-101-0/+2
| |/ / / /
* | | | | Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-02-212-8/+11
|\ \ \ \ \
| * | | | | USB: core: add endpoint-blacklist quirkJohan Hovold2020-02-101-0/+3
| * | | | | usb: charger: assign specific number for enum valuePeter Chen2020-02-101-8/+8
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-218-20/+104
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-191-9/+7
| |\ \ \ \ \
| | * | | | | bpf, uapi: Remove text about bpf_redirect_map() giving higher performanceToke Høiland-Jørgensen2020-02-181-9/+7
| * | | | | | Merge tag 'mlx5-fixes-2020-02-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-02-191-1/+4
| |\ \ \ \ \ \
| | * | | | | | net/mlx5: DR, Handle reformat capability over sw-steering tablesErez Shitrit2020-02-181-1/+4
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-182-1/+18
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal2020-02-172-1/+18
| * | | | | | | net: sched: correct flower port blockingJason Baron2020-02-171-0/+9
| * | | | | | | skbuff.h: fix all kernel-doc warningsRandy Dunlap2020-02-161-0/+30
| * | | | | | | net/sock.h: fix all kernel-doc warningsRandy Dunlap2020-02-161-5/+33
| * | | | | | | net: export netdev_next_lower_dev_rcu()Taehee Yoo2020-02-161-4/+3
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-02-218-268/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swapChristian Borntraeger2020-02-211-2/+2
| * | | | | | | | y2038: hide timeval/timespec/itimerval/itimerspec typesArnd Bergmann2020-02-212-10/+14
| * | | | | | | | y2038: remove unused time32 interfacesArnd Bergmann2020-02-214-219/+1
| * | | | | | | | y2038: remove ktime to/from timespec/timeval conversionArnd Bergmann2020-02-211-37/+0
* | | | | | | | | ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki2020-02-211-0/+1
|/ / / / / / / /
* | | | | | | | Merge tag 'iommu-fixes-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-02-191-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | iommu/vt-d: Fix compile warning from intel-svm.hJoerg Roedel2020-02-101-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'sound-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-02-192-5/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'asoc-fix-v5.6-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-02-181-2/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ASoC: dapm: remove snd_soc_dapm_put_enum_double_lockedTzung-Bi Shih2020-02-141-2/+0
| * | | | | | | | | ALSA: rawmidi: Avoid bit fields for state flagsTakashi Iwai2020-02-141-3/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-02-181-8/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dma-direct: improve swiotlb error reportingChristoph Hellwig2020-02-051-8/+3
* | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-151-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-01-281-0/+2
* | | | | | | | | | | Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-141-20/+6
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |