aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-07IB/core: Make all casts in ib_device_cap_flags enum consistentMax Gurtovoy1-2/+2
2016-06-07IB/core: Fix bit curruption in ib_device_cap_flags structureMax Gurtovoy1-1/+1
2016-06-06net_sched: keep backlog updated with qlenWANG Cong1-1/+4
2016-06-06virtio-net: Add initial MTU advice featureAaron Conole1-0/+3
2016-06-06ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni1-1/+1
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman2-5/+6
2016-06-04ACPI: bus: add stub acpi_evaluate_dsm() to linux/acpi.hKejian Yan1-0/+8
2016-06-04ACPI: bus: add stub acpi_dev_found() to linux/acpi.hKejian Yan1-0/+5
2016-06-04net: dsa: Add new binding implementationAndrew Lunn1-0/+20
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn1-1/+7
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn1-1/+8
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn1-5/+4
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn1-0/+1
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn1-2/+6
2016-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-6/+6
2016-06-04Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+4
2016-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+36
2016-06-03qed: Fix next-ptr chains for BE / 32-bitYuval Mintz1-2/+1
2016-06-03qed: Add iscsi/rdma personalitiesYuval Mintz2-2/+67
2016-06-03qed: Add common HSI for new protocolsYuval Mintz6-1/+2006
2016-06-03qed: Revisit chain implementationYuval Mintz2-220/+336
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner5-2/+17
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-0/+1
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner1-0/+5
2016-06-03Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2016-06-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2016-06-03mm: check the return value of lookup_page_ext for all call sitesYang Shi1-7/+36
2016-06-03Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor'Rafael J. Wysocki610-3878/+16002
2016-06-02qed: Utilize FW 8.10.3.0Yuval Mintz3-108/+222
2016-06-02cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas1-0/+3
2016-06-02irqchip/gic-v3: Fix copy+paste mistakes in definesAndrew Jones1-2/+2
2016-06-02irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding maskMarc Zyngier1-1/+1
2016-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-2/+4
2016-06-01udp: avoid csum_partial() for validated skbEric Dumazet1-2/+2
2016-06-01clk: Remove CLK_IS_ROOT flagStephen Boyd1-1/+1
2016-06-01Merge tag 'dma-buf-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-bufLinus Torvalds3-3/+65
2016-06-01time: Make settimeofday error checking work againJohn Stultz1-0/+3
2016-06-01FS-Cache: make check_consistency callback return intYan, Zheng1-1/+1
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-3/+18
2016-05-31sctp: sctp_diag should dump sctp socket typeXin Long1-0/+2
2016-05-31fence: add missing descriptions for fenceLuis de Bethencourt1-0/+2
2016-05-31reservation: add headerdoc commentsRob Clark1-0/+53
2016-05-31dma-buf: headerdoc fixesRob Clark1-3/+10
2016-05-31ALSA: uapi: Add three missing header files to Kbuild fileRobert P. J. Day1-0/+3
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2-5/+5
2016-05-30ACPI / Thermal / video: fix max_level incorrect valueAaron Lu1-2/+4
2016-05-29ipv6: hide ip6_encap_hlen/ip6_tnl_encap definitionsArnd Bergmann1-1/+2
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds4-110/+141
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGeorge Spelvin1-3/+24
2016-05-28Eliminate bad hash multipliers from hash_32() and hash_64()George Spelvin1-53/+34