summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ppp: fix race in ppp device destructionGuillaume Nault2017-11-181-0/+20
* sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-11-181-0/+32
* tun: allow positive return values on dev_get_valid_name() callJulien Gomes2017-11-181-1/+1
* ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-11-181-4/+7
* net/unix: don't show information about sockets from other namespacesAndrei Vagin2017-11-181-0/+2
* ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-11-182-2/+3
* packet: avoid panic in packet_getsockopt()Eric Dumazet2017-11-181-8/+16
* sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-11-181-1/+1
* tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-11-183-3/+9
* l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-11-181-0/+3
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-182-4/+5
* tun/tap: sanitize TUNSETSNDBUF inputCraig Gallek2017-11-182-0/+6
* ALSA: seq: Cancel pending autoload work at unbinding deviceTakashi Iwai2017-11-181-0/+3
* Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov2017-11-181-2/+14
* usb: usbtest: fix NULL pointer dereferenceAlan Stern2017-11-181-2/+3
* mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-11-181-2/+34
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-11-181-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-11-181-3/+17
* Linux 4.4.98v4.4.98Greg Kroah-Hartman2017-11-151-1/+1
* PKCS#7: fix unitialized boolean 'want'Colin Ian King2017-11-151-1/+1
* x86/oprofile/ppro: Do not use __this_cpu*() in preemptible contextBorislav Petkov2017-11-151-2/+2
* can: c_can: don't indicate triple sampling support for D_CANRichard Schütz2017-11-152-2/+0
* can: sun4i: handle overrun in RX FIFOGerhard Bertelsmann2017-11-151-2/+10
* rbd: use GFP_NOIO for parent stat and data requestsIlya Dryomov2017-11-151-2/+2
* drm/vmwgfx: Fix Ubuntu 17.10 Wayland black screen issueSinclair Yeh2017-11-151-1/+1
* Input: elan_i2c - add ELAN060C to the ACPI tableKai-Heng Feng2017-11-151-0/+1
* MIPS: AR7: Ensure that serial ports are properly set upOswald Buddenhagen2017-11-151-0/+1
* MIPS: AR7: Defer registration of GPIOJonas Gorski2017-11-152-2/+4
* tools: firmware: check for distro fallback udev cancel ruleLuis R. Rodriguez2017-11-151-2/+26
* selftests: firmware: send expected errors to /dev/nullLuis R. Rodriguez2017-11-151-2/+2
* selftests: firmware: add empty string and async testsBrian Norris2017-11-151-1/+9
* test: firmware_class: report errors properly on failureBrian Norris2017-11-151-3/+8
* MIPS: SMP: Fix deadlock & online raceMatt Redfearn2017-11-151-6/+16
* MIPS: Fix race on setting and getting cpu_online_maskMatija Glavinic Pecotic2017-11-151-3/+3
* MIPS: SMP: Use a completion event to signal CPU upMatt Redfearn2017-11-152-9/+10
* MIPS: Fix CM region target definitionsPaul Burton2017-11-151-2/+2
* MIPS: microMIPS: Fix incorrect mask in insn_table_MMGustavo A. R. Silva2017-11-151-1/+1
* ALSA: seq: Avoid invalid lockdep class warningTakashi Iwai2017-11-151-1/+2
* ALSA: seq: Fix OSS sysex delivery in OSS emulationTakashi Iwai2017-11-153-3/+32
* ARM: 8720/1: ensure dump_instr() checks addr_limitMark Rutland2017-11-151-10/+18
* KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2017-11-151-2/+2
* crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-151-6/+6
* workqueue: Fix NULL pointer dereferenceLi Bin2017-11-151-1/+2
* x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra2017-11-152-10/+25
* platform/x86: hp-wmi: Do not shadow error valuesCarlo Caione2017-11-151-10/+10
* platform/x86: hp-wmi: Fix error value for hp_wmi_tablet_stateCarlo Caione2017-11-151-1/+1
* KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers2017-11-151-11/+12
* KEYS: trusted: sanitize all key materialEric Biggers2017-11-151-28/+22
* cdc_ncm: Set NTB format again after altsetting switch for Huawei devicesEnrico Mioso2017-11-153-0/+35
* platform/x86: hp-wmi: Fix detection for dock and tablet modeCarlo Caione2017-11-151-13/+27