summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-291-2/+6
* sctp: add support for SCTP_REUSE_PORT sockoptXin Long2018-06-292-0/+2
* ila: Flush netlink command to clear xlat tableTom Herbert2018-06-291-0/+1
* netfilter: check if the socket netns is correct.Flavio Leitner2018-06-281-1/+2
* net sched actions: fix coding style in pedit headersRoman Mashak2018-06-282-2/+8
* netem: slotting with non-uniform distributionYousuk Seung2018-06-281-0/+3
* net: sched: call reoffload op on block callback regJohn Hurley2018-06-261-2/+4
* net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+15
* net: sched: add tcf_proto_op to offload a ruleJohn Hurley2018-06-262-3/+6
* net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-4/+7
* ptp: support DPAA FMan 1588 timer in ptp_qoriqYangbo Lu2018-06-261-7/+31
* tcp: add SNMP counter for zero-window dropsYafang Shao2018-06-261-0/+1
* net: Convert NAPI gro list into a small hash table.David Miller2018-06-261-1/+2
* net: Convert GRO SKB handling to list_head.David Miller2018-06-268-28/+28
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-2613-23/+36
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-251-1/+3
| |\
| * \ Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-06-241-11/+12
| |\ \
| | * | rseq: Avoid infinite recursion when delivering SIGSEGVWill Deacon2018-06-221-7/+11
| | * | rseq/cleanup: Do not abort rseq c.s. in child on fork()Mathieu Desnoyers2018-06-211-4/+1
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-241-1/+1
| |\ \ \
| | * | | kernel.h: Fix a typo in commentWei Wang2018-06-211-1/+1
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-241-0/+1
| |\ \ \ \
| | * | | | Merge branch 'linus' into x86/urgentThomas Gleixner2018-06-22665-6184/+16708
| | |\| | |
| | * | | | x86/platform/UV: Add adjustable set memory block size functionmike.travis@hpe.com2018-06-211-0/+1
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-06-243-2/+9
| |\ \ \ \ \
| | * | | | | locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)2018-06-221-1/+1
| | * | | | | locking/refcounts: Implement refcount_dec_and_lock_irqsave()Anna-Maria Gleixner2018-06-121-1/+3
| | * | | | | atomic: Add irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner2018-06-121-0/+5
| * | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-06-242-5/+1
| |\ \ \ \ \ \
| | * | | | | | irqdesc: Delete irq_desc_get_msi_desc()John Garry2018-06-221-5/+0
| | * | | | | | genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debugMarc Zyngier2018-06-221-0/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-242-1/+4
| |\ \ \ \ \ \
| | * | | | | | bdi: Fix another oops in wb_workfn()Jan Kara2018-06-221-1/+1
| | * | | | | | nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes2018-06-201-0/+3
| * | | | | | | Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-231-1/+5
| |\ \ \ \ \ \ \
| | * | | | | | | xen: share start flags between PV and PVHRoger Pau Monne2018-06-191-1/+5
| * | | | | | | | Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-221-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | pNFS/flexfiles: Don't tie up all the rpciod threads in resendsTrond Myklebust2018-06-191-0/+2
| * | | | | | | | | Merge tag 'acpi-4.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-06-221-2/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | * | | | | | | | ACPI / processor: Finish making acpi_processor_ppc_has_changed() voidBrian Norris2018-06-201-2/+1
* | | | | | | | | | netns: get more entropy from net_hash_mix()Eric Dumazet2018-06-231-6/+1
* | | | | | | | | | tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet2018-06-221-0/+11
* | | | | | | | | | tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang2018-06-221-0/+1
* | | | | | | | | | rhashtable: clean up dereference of ->future_tbl.NeilBrown2018-06-221-1/+1
* | | | | | | | | | rhashtable: simplify INIT_RHT_NULLS_HEAD()NeilBrown2018-06-221-1/+1
* | | | | | | | | | rhashtable: remove nulls_base and related code.NeilBrown2018-06-222-32/+3
* | | | | | | | | | rhashtable: split rhashtable.hNeilBrown2018-06-2210-133/+149
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | bpf: enforce correct alignment for instructionsEric Dumazet2018-06-211-1/+3
|/ / / / / / / /
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-211-5/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | RDMA/core: Save kernel caller name when creating CQ using ib_create_cq()Bharat Potnuri2018-06-181-5/+8