aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-3/+12
2019-03-01ipv4: Add ICMPv6 support when parse route ipprotoGravatar Hangbin Liu 1-1/+1
2019-02-27net: dev: Use unsigned integer as an argument to left-shiftGravatar Andy Shevchenko 1-1/+1
2019-02-25net: avoid use IPCB in cipso_v4_errorGravatar Nazarov Sergey 1-0/+2
2019-02-25net: Add __icmp_send helper.Gravatar Nazarov Sergey 1-1/+8
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Gravatar Linus Torvalds 1-6/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-7/+32
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBGravatar Linus Walleij 1-0/+8
2019-02-22KEYS: user: Align the payload bufferGravatar Eric Biggers 1-1/+1
2019-02-21phonet: fix building with clangGravatar Arnd Bergmann 1-2/+3
2019-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-3/+9
2019-02-21net: avoid false positives in untrusted gso validationGravatar Willem de Bruijn 1-2/+12
2019-02-20Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-16/+42
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-3/+38
2019-02-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-10/+0
2019-02-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+5
2019-02-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+3
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+6
2019-02-16net: Add header for usage of fls64()Gravatar David S. Miller 1-0/+1
2019-02-16Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/...Gravatar Linus Torvalds 2-2/+16
2019-02-16efi/arm: Revert "Defer persistent reservations until after paging_init()"Gravatar Ard Biesheuvel 1-7/+0
2019-02-16arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableGravatar Ard Biesheuvel 1-3/+0
2019-02-15net: validate untrusted gso packets without csum offloadGravatar Willem de Bruijn 2-1/+10
2019-02-15net: Fix for_each_netdev_feature on Big endianGravatar Hauke Mehrtens 1-2/+21
2019-02-15keys: Fix dependency loop between construction record and auth keyGravatar David Howells 2-16/+42
2019-02-15include/linux/module.h: copy __init/__exit attrs to init/cleanup_moduleGravatar Miguel Ojeda 1-2/+2
2019-02-15Compiler Attributes: add support for __copy (gcc >= 9)Gravatar Miguel Ojeda 1-0/+14
2019-02-15Merge tag 'mmc-v5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Gravatar Linus Torvalds 1-0/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-20/+14
2019-02-14net: phy: don't use locking in phy_is_startedGravatar Heiner Kallweit 1-14/+1
2019-02-13net: fix possible overflow in __sk_mem_raise_allocated()Gravatar Eric Dumazet 1-1/+1
2019-02-13Merge tag 'kvm-arm-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Bonzini 1-3/+3
2019-02-12Rename include/{uapi => }/asm-generic/shmparam.h reallyGravatar Masahiro Yamada 1-0/+0
2019-02-12inet_diag: fix reporting cgroup classid and fallback to priorityGravatar Konstantin Khlebnikov 1-5/+11
2019-02-11perf/x86: Add check_period PMU callbackGravatar Jiri Olsa 1-0/+5
2019-02-10bpf: only adjust gso_size on bytestream protocolsGravatar Willem de Bruijn 1-0/+6
2019-02-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+7
2019-02-08net: ipv4: use a dedicated counter for icmp_v4 redirect packetsGravatar Lorenzo Bianconi 1-0/+1
2019-02-08Merge tag 'armsoc-fixes-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-13/+13
2019-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 5-8/+42
2019-02-08mmc: block: handle complete_work on separate workqueueGravatar Zachary Hays 1-0/+1
2019-02-07Merge tag 'irqchip-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Thomas Gleixner 1-1/+1
2019-02-07blktrace: Show requests without sectorGravatar Jan Kara 1-1/+7
2019-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Gravatar Linus Torvalds 1-5/+4
2019-02-07Merge tag 'sound-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-1/+6
2019-02-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-10/+6
2019-02-05ALSA: compress: Fix stop handling on compressed capture streamsGravatar Charles Keepax 1-1/+5
2019-02-05virtio: drop internal struct from UAPIGravatar Michael S. Tsirkin 1-10/+0