summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390: assume diag308 set always worksVasily Gorbik2018-04-1011-630/+16
* s390/ipl: avoid adding scpdata to cmdline during ftp/dvd bootVasily Gorbik2018-04-101-1/+1
* s390/ipl: correct ipl parmblock valid checksVasily Gorbik2018-04-101-6/+4
* s390/ipl: rely on diag308 store to get ipl infoVasily Gorbik2018-04-106-119/+17
* s390/ipl: move ipl_flags to ipl.cVasily Gorbik2018-04-102-11/+9
* s390/ipl: get rid of ipl_ssid and ipl_devnoVasily Gorbik2018-04-101-9/+8
* s390/ipl: unite diag308 and scsi boot ipl blocksVasily Gorbik2018-04-102-29/+26
* s390/ipl: ensure loadparm valid flag is setVasily Gorbik2018-04-101-0/+1
* s390/qdio: lock device while installing IRQ handlerJulian Wiedmann2018-04-101-0/+2
* s390/qdio: clear intparm during shutdownJulian Wiedmann2018-04-101-1/+3
* s390/ccwgroup: require at least one ccw deviceJulian Wiedmann2018-04-101-1/+4
* s390/zcrypt: remove unused functions and declarationsHarald Freudenberger2018-04-102-8/+0
* s390/compat: fix setup_frame32Heiko Carstens2018-04-101-1/+1
* s390/crypto: Adjust s390 aes and paes cipher prioritiesHarald Freudenberger2018-04-102-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-0953-298/+553
|\
| * vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)2018-04-091-1/+7
| * net: thunderx: rework mac addresses list to u64 arrayVadim Lomovtsev2018-04-092-24/+11
| * inetpeer: fix uninit-value in inet_getpeerEric Dumazet2018-04-091-0/+1
| * dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal2018-04-081-0/+18
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-082-14/+22
| |\
| | * kernel/bpf/syscall: fix warning defined but not usedAnders Roxell2018-04-041-12/+12
| | * bpf: sockmap, duplicates release calls may NULL sk_protJohn Fastabend2018-04-041-2/+4
| | * bpf: sockmap, free memory on sock close with cork dataJohn Fastabend2018-04-041-0/+6
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-084-14/+34
| |\ \
| | * | Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-034-14/+34
| * | | devlink: convert occ_get op to separate registrationJiri Pirko2018-04-086-106/+165
| * | | ARM: dts: ls1021a: Specify TBIPA register addressEsben Haabendal2018-04-081-1/+2
| * | | net/fsl_pq_mdio: Allow explicit speficition of TBIPA addressEsben Haabendal2018-04-082-17/+39
| * | | Merge branch 'ibmvnic-Fix-driver-reset-and-DMA-bugs'David S. Miller2018-04-082-49/+98
| |\ \ \
| | * | | ibmvnic: Do not reset CRQ for Mobility driver resetsNathan Fontenot2018-04-081-23/+32
| | * | | ibmvnic: Fix failover case for non-redundant configurationThomas Falcon2018-04-082-8/+30
| | * | | ibmvnic: Fix reset scheduler error handlingThomas Falcon2018-04-081-10/+29
| | * | | ibmvnic: Zero used TX descriptor counter on resetThomas Falcon2018-04-081-0/+1
| | * | | ibmvnic: Fix DMA mapping mistakesThomas Falcon2018-04-081-8/+6
| |/ / /
| * | | tipc: use the right skb in tipc_sk_fill_sock_diag()Cong Wang2018-04-083-6/+6
| * | | sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6Eric Dumazet2018-04-081-5/+8
| * | | net: dsa: Discard frames from unused portsAndrew Lunn2018-04-081-1/+7
| * | | sctp: do not leak kernel memory to user spaceEric Dumazet2018-04-081-1/+3
| * | | Merge branch 'net-fix-uninit-values-in-networking-stack'David S. Miller2018-04-0710-12/+20
| |\ \ \
| | * | | soreuseport: initialise timewait reuseport fieldEric Dumazet2018-04-072-0/+2
| | * | | ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet2018-04-071-5/+6
| | * | | dccp: initialize ireq->ir_markEric Dumazet2018-04-072-0/+2
| | * | | net: fix uninit-value in __hw_addr_add_ex()Eric Dumazet2018-04-071-2/+2
| | * | | net: initialize skb->peeked when cloningEric Dumazet2018-04-071-0/+1
| | * | | net: fix rtnh_ok()Eric Dumazet2018-04-071-1/+1
| | * | | netlink: fix uninit-value in netlink_sendmsgEric Dumazet2018-04-071-0/+2
| | * | | crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet2018-04-071-4/+4
| |/ / /
| * | | net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang2018-04-071-0/+1
| * | | net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal2018-04-061-2/+18
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-04-062-3/+5
| |\ \ \