summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-22199-655/+1218
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-08-214-15/+15
| |\
| | * sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus()Thomas Petazzoni2017-08-211-1/+1
| | * sparc64: remove unnecessary log messageTushar Dave2017-08-161-2/+0
| | * sparc64: Don't clibber fixed registers in __multi4.David S. Miller2017-08-161-12/+12
| | * mm: add pmd_t initializer __pmd() to work around a GCC bug.Zi Yan2017-08-111-0/+2
| * | Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-2125-70/+153
| |\ \
| | * | arc: Mask individual IRQ lines during core INTC initAlexey Brodkin2017-08-112-1/+16
| | * | ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoCVineet Gupta2017-08-043-7/+41
| | * | ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addressesAlexey Brodkin2017-08-042-2/+13
| | * | ARC: dma: implement dma_unmap_page and sg variantVineet Gupta2017-08-041-0/+45
| | * | ARCv2: SLC: Make sure busy bit is set properly for region opsAlexey Brodkin2017-08-041-0/+3
| | * | ARC: [plat-sim] Include this platform unconditionallyVineet Gupta2017-08-0412-24/+5
| | * | ARC: [plat-axs10x]: prepare dts files for enabling PAE40 on axs103Eugeniy Paltsev2017-08-044-34/+30
| | * | ARC: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-07-182-2/+0
| * | | Merge tag 'rtc-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-08-211-1/+0
| |\ \ \
| | * | | rtc: ds1307: fix regmap configHeiner Kallweit2017-08-211-1/+0
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-2131-72/+144
| |\ \ \
| | * | | ipv6: repair fib6 tree in failure caseWei Wang2017-08-211-13/+11
| | * | | net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov2017-08-211-1/+4
| | * | | tools lib bpf: improve warningEric Leblond2017-08-211-1/+2
| | * | | switchdev: documentation: minor typo fixesChris Packham2017-08-211-2/+2
| | * | | bpf, doc: also add s390x as arch to sysctl descriptionDaniel Borkmann2017-08-211-0/+1
| | * | | net: sched: fix NULL pointer dereference when action calls some targetsXin Long2017-08-191-0/+2
| | * | | rxrpc: Fix oops when discarding a preallocated service callDavid Howells2017-08-191-0/+1
| | * | | irda: do not leak initialized list.dev to userspaceColin Ian King2017-08-191-1/+1
| | * | | net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen2017-08-191-2/+2
| | * | | PCI: Allow PCI express root ports to find themselvesThierry Reding2017-08-191-5/+4
| | * | | tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-191-2/+1
| | * | | net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu2017-08-191-2/+9
| | * | | ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-191-0/+4
| | * | | sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-191-0/+2
| | * | | tipc: fix use-after-freeEric Dumazet2017-08-191-2/+4
| | * | | tun: handle register_netdevice() failures properlyEric Dumazet2017-08-191-0/+3
| | * | | datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-195-12/+15
| | * | | bpf, doc: improve sysctl knob descriptionDaniel Borkmann2017-08-181-14/+23
| | * | | netxen: fix incorrect loop counter decrementColin Ian King2017-08-181-1/+1
| | * | | nfp: fix infinite loop on umapping cleanupColin Ian King2017-08-181-2/+1
| | * | | net: sched: fix p_filter_chain check in tcf_chain_flushJiri Pirko2017-08-181-1/+1
| | * | | bpf: Update sysctl documentation to list all supported architecturesMichael Ellerman2017-08-171-2/+17
| | * | | ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-172-3/+3
| | * | | ptr_ring: use kmalloc_array()Eric Dumazet2017-08-172-5/+7
| | * | | dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet2017-08-161-2/+12
| | * | | openvswitch: fix skb_panic due to the incorrect actions attrlenLiping Zhang2017-08-163-3/+7
| | * | | net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-161-1/+9
| * | | | pids: make task_tgid_nr_ns() safeOleg Nesterov2017-08-213-32/+34
| * | | | Linux 4.13-rc6v4.13-rc6Linus Torvalds2017-08-201-1/+1
| * | | | Sanitize 'move_pages()' permission checksLinus Torvalds2017-08-201-8/+3
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-2019-68/+85
| |\ \ \ \
| | * | | | x86: Constify attribute_group structuresArvind Yadav2017-08-187-36/+36