summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-10-01net: dsa: change dsa_ptr for a dsa_portVivien Didelot1-2/+2
2017-09-29i40e: Enable VF to negotiate number of allocated queuesAlan Brady1-0/+20
2017-09-29bpf: Add map_name to bpf_map_infoMartin KaFai Lau1-0/+1
2017-09-29bpf: Add name, load_time, uid and map_ids to bpf_prog_infoMartin KaFai Lau1-0/+2
2017-09-28arp: make arp_hdr_len() return unsigned intAlexey Dobriyan1-1/+1
2017-09-27net: mroute: Check if rule is a default ruleYotam Gigi1-0/+7
2017-09-27net: ipmr: Add MFC offload indicationYotam Gigi1-0/+2
2017-09-27ipmr: Add FIB notification access functionsYotam Gigi1-0/+15
2017-09-27ipmr: Add reference count to MFC entriesYotam Gigi1-0/+21
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann3-4/+86
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann1-3/+6
2017-09-26qed: iWARP - Add check for errors on a SYN packetMichal Kalderon1-0/+1
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+6
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2017-09-23net: Remove useless function skb_header_releaseGao Feng1-19/+0
2017-09-23Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2017-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2017-09-23Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+3
2017-09-22Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov1-0/+1
2017-09-22net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni1-0/+1
2017-09-21bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-0/+1
2017-09-20net: sk_buff rbnode reorgEric Dumazet1-8/+8
2017-09-18driver core: Fix link to device power management documentationGeert Uytterhoeven1-1/+1
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2017-09-16Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds1-297/+0
2017-09-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+56
2017-09-15sched/wait: Add swq_has_sleeper()Davidlohr Bueso1-2/+56
2017-09-15vfs: constify path argument to kernel_read_file_from_pathMimi Zohar1-1/+1
2017-09-15Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-10/+38
2017-09-15Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+3
2017-09-15Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds6-28/+13
2017-09-15Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+1393
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-9/+3
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds2-9/+13
2017-09-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen1-0/+2
2017-09-14sched/wait: Break up long wake list walkTim Chen1-0/+1
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-2/+0
2017-09-13Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-09-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-0/+29
2017-09-13Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-2/+0
2017-09-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-14/+5
2017-09-13Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+10
2017-09-13Merge tag 'f2fs-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-24/+16
2017-09-13Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds4-15/+7
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-22/+6
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidLinus Torvalds2-49/+49
2017-09-12Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-14/+1
2017-09-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+9