aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-29sctp: add support for SCTP_REUSE_PORT sockoptXin Long2-0/+2
2018-06-29ila: Flush netlink command to clear xlat tableTom Herbert1-0/+1
2018-06-29bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern1-5/+23
2018-06-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+5
2018-06-28include/linux/dax.h: dax_iomap_fault() returns vm_fault_tSouptick Joarder1-1/+1
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka1-0/+4
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds12-20/+27
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner1-1/+2
2018-06-28net sched actions: fix coding style in pedit headersRoman Mashak2-2/+8
2018-06-28netem: slotting with non-uniform distributionYousuk Seung1-0/+3
2018-06-28Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-1/+3
2018-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+1
2018-06-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+3
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-1/+3
2018-06-27nfp: reject binding to shared blocksJohn Hurley1-0/+5
2018-06-26net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2-1/+3
2018-06-26block: Fix transfer when chunk sectors exceeds maxKeith Busch1-2/+2
2018-06-26net: sched: call reoffload op on block callback regJohn Hurley1-2/+4
2018-06-26net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley1-0/+15
2018-06-26net: sched: add tcf_proto_op to offload a ruleJohn Hurley2-3/+6
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-4/+7
2018-06-26ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu1-7/+31
2018-06-26bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young3-2/+37
2018-06-26tcp: add SNMP counter for zero-window dropsYafang Shao1-0/+1
2018-06-26net: Convert NAPI gro list into a small hash table.David Miller1-1/+2
2018-06-26net: Convert GRO SKB handling to list_head.David Miller8-28/+28
2018-06-26Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-1/+1
2018-06-26Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-23/+36
2018-06-25disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann2-1/+11
2018-06-25kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann2-0/+43
2018-06-25acpi: Add helper for deactivating memory regionHeikki Krogerus1-0/+3
2018-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+3
2018-06-25PM / Domains: Rename opp_node to npViresh Kumar1-2/+2
2018-06-25PM / Domains: Fix return value of of_genpd_opp_to_performance_state()Viresh Kumar1-1/+1
2018-06-24iio: buffer: fix the function signature to match implementationPhil Reid1-1/+1
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+12
2018-06-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-06-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-06-24Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+9
2018-06-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+1
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+4
2018-06-23Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+5
2018-06-23netns: get more entropy from net_hash_mix()Eric Dumazet1-6/+1
2018-06-22Merge branch 'linus' into x86/urgentThomas Gleixner665-6184/+16708
2018-06-22bdi: Fix another oops in wb_workfn()Jan Kara1-1/+1
2018-06-22rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon1-7/+11
2018-06-22irqdesc: Delete irq_desc_get_msi_desc()John Garry1-5/+0
2018-06-22genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier1-0/+1
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet1-0/+11
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang1-0/+1