summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | scsi: qla2xxx: Fix unintialized List head crashQuinn Tran2018-07-192-0/+6
| | * | | | | | | | scsi: sg: update comment for blk_get_request()Tony Battersby2018-07-121-9/+5
| | * | | | | | | | scsi: sg: fix minor memory leak in error pathTony Battersby2018-07-121-0/+1
| | * | | | | | | | scsi: libiscsi: fix possible NULL pointer dereference in case of TMFVarun Prakash2018-07-121-6/+6
| | * | | | | | | | scsi: target: iscsi: cxgbit: fix max iso npdu calculationVarun Prakash2018-07-121-7/+9
| * | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-07-313-2/+9
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | virtio_balloon: fix another race between migration and ballooningJiang Biao2018-07-301-0/+2
| | * | | | | | | | | tools/virtio: add kmalloc_array stubMichael S. Tsirkin2018-07-271-0/+5
| | * | | | | | | | | tools/virtio: add dma barrier stubsMichael S. Tsirkin2018-07-271-2/+2
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'acpi-urgent-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-312-16/+29
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'acpi-soc'Rafael J. Wysocki2018-07-311-9/+17
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernationRafael J. Wysocki2018-07-271-9/+17
| | | |/ / / / / / / /
| | * | | | | | | | | ACPICA: AML Parser: ignore control method status in module-level codeErik Schmauss2018-07-291-7/+12
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-3047-218/+412
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov2018-07-301-1/+5
| | * | | | | | | | | | Merge tag 'linux-can-fixes-for-4.18-20180730' of ssh://gitolite.kernel.org/pu...David S. Miller2018-07-301-0/+1
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | can: ems_usb: Fix memory leak on ems_usb_disconnect()Anton Vasilyev2018-07-301-0/+1
| | * | | | | | | | | | | net/ipv6: fix metrics leakSabrina Dubroca2018-07-301-4/+14
| | * | | | | | | | | | | xen-netfront: wait xenbus state change when load module manuallyXiao Liang2018-07-301-0/+6
| | |/ / / / / / / / / /
| | * | | | | | | | | | openvswitch: meter: Fix setting meter id for new entriesJustin Pettit2018-07-291-5/+5
| | * | | | | | | | | | netlink: Do not subscribe to non-existent groupsDmitry Safonov2018-07-291-0/+1
| | * | | | | | | | | | NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev2018-07-291-1/+1
| | * | | | | | | | | | tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell2018-07-281-0/+4
| | * | | | | | | | | | Merge branch 'net-socket-Fix-potential-spectre-v1-gadgets'David S. Miller2018-07-281-1/+4
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline2018-07-281-1/+2
| | | * | | | | | | | | | net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2018-07-281-0/+2
| | |/ / / / / / / / / /
| | * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-2815-90/+225
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo2018-07-281-1/+1
| | | * | | | | | | | | | bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann2018-07-281-5/+7
| | | * | | | | | | | | | perf build: Build error in libbpf missing initializationThomas Richter2018-07-281-1/+1
| | | * | | | | | | | | | bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2018-07-272-3/+85
| | | * | | | | | | | | | xdp: add NULL pointer check in __xdp_return()Taehee Yoo2018-07-271-1/+2
| | | * | | | | | | | | | xsk: fix poll/POLLIN premature returnsBjörn Töpel2018-07-261-1/+1
| | | * | | | | | | | | | bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing2018-07-261-4/+4
| | | * | | | | | | | | | Merge branch 'bpf-annotate-kv-pair'Daniel Borkmann2018-07-257-73/+83
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau2018-07-255-44/+56
| | | | * | | | | | | | | | bpf: Replace [u]int32_t and [u]int64_t in libbpfMartin KaFai Lau2018-07-254-30/+28
| | | | * | | | | | | | | | bpf: btf: Sync uapi btf.h to toolsMartin KaFai Lau2018-07-251-1/+1
| | | |/ / / / / / / / / /
| | | * | | | | | | | | | bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-242-1/+41
| | * | | | | | | | | | | net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev2018-07-281-1/+1
| | * | | | | | | | | | | ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-07-281-2/+2
| | * | | | | | | | | | | enic: handle mtu change for vf properlyGovindarajulu Varadarajan2018-07-281-51/+27
| | * | | | | | | | | | | net: lan78xx: fix rx handling before first packet is sendStefan Wahren2018-07-281-0/+2
| | * | | | | | | | | | | nfp: flower: fix port metadata conversion bugJohn Hurley2018-07-281-1/+3
| | * | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-07-274-13/+23
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | esp6: fix memleak on error path in esp6_inputZhen Lei2018-06-271-1/+3
| | | * | | | | | | | | | | xfrm: free skb if nlsk pointer is NULLFlorian Westphal2018-06-251-4/+6
| | | * | | | | | | | | | | xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala2018-06-231-0/+3
| | | * | | | | | | | | | | xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet2018-06-191-3/+5
| | | * | | | | | | | | | | vti6: fix PMTU caching and reporting on xmitEyal Birger2018-06-071-5/+6