summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-02-271-1/+1
* net/mlx5e: Don't overwrite pedit action when multiple pedit usedTonghao Zhang2019-02-271-10/+15
* ipv6: propagate genlmsg_reply return codeLi RongQing2019-02-271-3/+1
* batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet2019-02-271-0/+2
* isdn: avm: Fix string plus integer warning from ClangNathan Chancellor2019-02-271-1/+1
* net/mlx5e: Fix wrong (zero) TX drop counter indication for representorTariq Toukan2019-02-271-0/+1
* mlxsw: spectrum_switchdev: Do not treat static FDB entries as stickyIdo Schimmel2019-02-271-6/+6
* bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov2019-02-271-1/+4
* leds: lp5523: fix a missing check of return value of lp55xx_readKangjie Lu2019-02-271-1/+3
* hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in...Cheng-Min Ao2019-02-271-1/+1
* atm: he: fix sign-extension overflow on large shiftColin Ian King2019-02-271-1/+1
* drm/meson: add missing of_node_putJulia Lawall2019-02-271-2/+7
* always clear the X2APIC_ENABLE bit for PV guestTalons Lee2019-02-271-4/+1
* scsi: qedi: Add ep_state for login completion on un-reachable targetsManish Rangankar2019-02-272-0/+4
* scsi: ufs: Fix system suspend statusStanley Chu2019-02-271-0/+2
* isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai2019-02-271-1/+5
* net: stmmac: Fix PCI module removal leakJose Abreu2019-02-271-0/+10
* bpf: correctly set initial window on active Fast Open senderYuchung Cheng2019-02-271-1/+1
* MIPS: jazz: fix 64bit buildThomas Bogendoerfer2019-02-271-2/+3
* scsi: isci: initialize shost fully before calling scsi_add_host()Logan Gunthorpe2019-02-271-7/+7
* scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_paramYueHaibing2019-02-271-0/+2
* netfilter: nf_tables: fix leaking object reference countTaehee Yoo2019-02-271-0/+2
* MIPS: ath79: Enable OF serial ports in the default configAlban Bedel2019-02-271-0/+1
* net: hns: Fix use after free identified by SLUB debugYonglong Liu2019-02-271-4/+2
* qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin2019-02-271-0/+4
* qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page countDenis Bolotin2019-02-271-0/+31
* xen/pvcalls: remove set but not used variable 'intf'YueHaibing2019-02-271-2/+0
* mfd: mc13xxx: Fix a missing check of a register-read failureKangjie Lu2019-02-271-1/+3
* mfd: tps65218: Use devm_regmap_add_irq_chip and clean up error path in probe()Keerthy2019-02-271-21/+3
* mfd: wm5110: Add missing ASRC rate registerCharles Keepax2019-02-271-0/+2
* mfd: qcom_rpm: write fw_version to CTRL_REGJonathan Marek2019-02-271-0/+4
* mfd: bd9571mwv: Add volatile register to make DVFS workDien Pham2019-02-271-0/+1
* mfd: ab8500-core: Return zero in get_register_interruptible()Dan Carpenter2019-02-271-1/+1
* mfd: mt6397: Do not call irq_domain_remove if PMIC unsupportedNicolas Boichat2019-02-271-2/+1
* mfd: db8500-prcmu: Fix some section annotationsNathan Chancellor2019-02-271-2/+2
* mfd: twl-core: Fix section annotations on {,un}protect_pm_masterNathan Chancellor2019-02-271-2/+2
* pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini2019-02-271-3/+4
* mfd: ti_am335x_tscadc: Use PLATFORM_DEVID_AUTO while registering mfd cellsVignesh R2019-02-271-2/+3
* KEYS: allow reaching the keys quotas exactlyEric Biggers2019-02-271-2/+2
* proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko2019-02-271-4/+0
* numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell2019-02-271-3/+3
* ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng2019-02-271-1/+2
* libceph: handle an empty authorize replyIlya Dryomov2019-02-271-6/+9
* mac80211: Free mpath object when rhashtable insertion failsHerbert Xu2019-02-271-8/+9
* mac80211: Restore vif beacon interval if start ap failsRakesh Pillai2019-02-271-1/+5
* MIPS: eBPF: Always return sign extended 32b valuesPaul Burton2019-02-271-3/+6
* tracing: Fix number of entries in trace headerQuentin Perret2019-02-271-0/+2
* ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instructionMathieu Desnoyers2019-02-271-1/+1
* Linux 4.14.103v4.14.103Greg Kroah-Hartman2019-02-231-1/+1
* ax25: fix possible use-after-freeEric Dumazet2019-02-233-13/+22