summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-08-20qed: utilize FW 8.10.10.0Yuval Mintz5-131/+442
2016-08-20rhashtable: Remove GFP flag from rhashtable_walk_initHerbert Xu1-3/+11
2016-08-19bpf: add bpf_skb_change_tail helperDaniel Borkmann1-1/+42
2016-08-19net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki2-0/+4
2016-08-19flow_dissector: Get vlan priority in addition to vlan idHadar Hen Zion1-0/+1
2016-08-19qed*: Fix pause settingYuval Mintz1-3/+5
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller59-355/+743
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-85/+42
2016-08-15net: make net namespace sysctls belong to container's ownerDmitry Torokhov1-0/+4
2016-08-14net: remove type_check from dev_get_nest_level()Sabrina Dubroca1-2/+1
2016-08-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+12
2016-08-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2016-08-13cgroup: Add task_under_cgroup_hierarchy cgroup inline function to headersSargun Dhillon1-0/+23
2016-08-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2016-08-12Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2016-08-12Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+4
2016-08-12KVM: Protect device ops->create and list_add with kvm->lockChristoffer Dall1-0/+6
2016-08-12KVM: PPC: Move xics_debugfs_init out of createChristoffer Dall1-0/+6
2016-08-11bvec: avoid variable shadowing warningJohannes Berg1-1/+2
2016-08-11qed*: Add support for ethtool link_ksettings callbacks.Sudarsana Reddy Kalluru1-0/+15
2016-08-11net: sched: convert qdisc linked list to hashtableJiri Kosina1-0/+4
2016-08-10perf/core: Set cgroup in CPU contexts for new cgroup eventsDavid Carrillo-Cisneros1-0/+4
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds1-33/+15
2016-08-09genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier1-0/+2
2016-08-09qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru1-0/+8
2016-08-09Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds3-0/+38
2016-08-08bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann1-19/+33
2016-08-08unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds1-2/+2
2016-08-08sctp: Export struct sctp_info to userspacePhil Sutter1-64/+0
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe3-11/+12
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe4-15/+14
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-6/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-8/+8
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-0/+167
2016-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+9
2016-08-06Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-1/+158
2016-08-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds7-15/+20
2016-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-11/+19
2016-08-06NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust1-0/+2
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutTrond Myklebust1-1/+2
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds6-66/+5
2016-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds5-5/+39
2016-08-05Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-14/+13
2016-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-0/+2
2016-08-04mm/block: convert rw_page users to bio op useMike Christie4-14/+15
2016-08-04Include: blkdev: Removed duplicate 'struct request;' declaration.John Pittman1-1/+0
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams2-0/+2
2016-08-04block: add missing group association in bio-cloning functionsPaolo Valente1-0/+3
2016-08-04Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford1-0/+7
2016-08-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-29/+40