summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-07-03net: cdc_ncm: Reduce memory use when kernel memory lowJim Baxter1-0/+3
2017-07-03qed: iWARP CM add error handlingKalderon, Michal1-0/+9
2017-07-03qed: iWARP implement disconnect flowsKalderon, Michal1-0/+2
2017-07-03qed: iWARP CM add active side connectKalderon, Michal1-0/+26
2017-07-03qed: iWARP CM add passive side connectKalderon, Michal2-1/+27
2017-07-03qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal1-0/+52
2017-07-03qed: Add iWARP support in ll2 connectionsKalderon, Michal1-0/+1
2017-07-03qed: Rename some ll2 related definesKalderon, Michal1-1/+1
2017-07-03qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal2-0/+54
2017-07-03qed: Introduce iWARP personalityKalderon, Michal1-1/+1
2017-07-03platform: Accept const propertiesJan Kiszka1-1/+1
2017-07-03vfs: Add iomap_seek_hole and iomap_seek_data helpersAndreas Gruenbacher1-0/+4
2017-07-03vfs: Add page_cache_seek_hole_data helperAndreas Gruenbacher1-0/+2
2017-07-03Merge branch 'pci/pm' into nextBjorn Helgaas1-0/+5
2017-07-03Merge branch 'pci/msi' into nextBjorn Helgaas1-2/+2
2017-07-03moduleparam: fix doc: hwparam_irq configures an IRQSylvain 'ythier' Hitier1-1/+1
2017-07-03PCI: Add pci_assign_irq() function and have pci_fixup_irqs() use itMatthew Minter1-0/+1
2017-07-03PCI: Add IRQ mapping function pointers to pci_host_bridge structMatthew Minter1-0/+2
2017-07-03PCI: Remove pci_scan_root_bus_msi()Lorenzo Pieralisi1-4/+0
2017-07-02locking/refcount: Remove the half-implemented refcount_sub() APIKees Cook1-6/+0
2017-07-02bpf: BPF support for sock_opsLawrence Brakmo3-0/+28
2017-07-02Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-32/+1
2017-07-02Merge tag 'mlx5-fixes-2017-06-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-0/+1
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long1-3/+3
2017-07-01sctp: remove the typedef sctp_inithdr_tXin Long1-3/+3
2017-07-01sctp: remove the typedef sctp_data_chunk_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_datahdr_tXin Long1-3/+3
2017-07-01sctp: remove the typedef sctp_param_action_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_param_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long1-22/+22
2017-07-01sctp: remove the typedef sctp_cid_action_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_cid_tXin Long1-2/+2
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long1-17/+17
2017-07-01sctp: remove the typedef sctp_sctphdr_tXin Long1-2/+2
2017-07-01libnvdimm, acpi, nfit: Add bus level dsm mask for pass thru.Jerry Hoemann1-0/+1
2017-07-01net: convert netpoll_info.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-07-01net: convert in_device.refcnt from atomic_t to refcount_tReshetova, Elena1-5/+6
2017-07-01net: convert ip_mc_list.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-5/+5
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-30hashtable: remove repeated phrase from a commentJakub Kicinski1-1/+0
2017-06-30task_struct: Allow randomized layoutKees Cook3-1/+31
2017-06-30randstruct: Mark various structs for randomizationKees Cook28-42/+43
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-3/+6
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-6/+6
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini3-4/+48
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani1-1/+1
2017-06-30ieee80211: update public action codesPeter Oh1-1/+34