summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-24net/mlx5e: Fix parsing of vlan packets when updating lro headerGal Pressman1-7/+15
2016-09-24tcp: fastopen: avoid negative sk_forward_allocEric Dumazet1-0/+1
2016-09-24ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun1-0/+2
2016-09-24bnxt_en: Fix TX push operation on ARM64.Michael Chan1-2/+2
2016-09-24ipv6: release dst in ping_v6_sendmsgDave Jones1-2/+7
2016-09-24af_unix: split 'u->readlock' into two: 'iolock' and 'bindlock'Linus Torvalds2-23/+24
2016-09-24Revert "af_unix: Fix splice-bind deadlock"Linus Torvalds1-40/+26
2016-09-24bonding: Fix bonding crashMahesh Bandewar3-3/+21
2016-09-24kcm: fix a socket double freeWANG Cong1-1/+2
2016-09-24bridge: re-introduce 'fix parsing of MLDv2 reports'Davide Caratti1-1/+1
2016-09-24net: smc91x: fix SMC accessesRussell King9-26/+73
2016-09-24Revert "phy: IRQ cannot be shared"Xander Huff1-2/+4
2016-09-24net: dsa: bcm_sf2: Fix race condition while unmasking interruptsFlorian Fainelli1-1/+1
2016-09-24tun: fix transmit timestamp supportSoheil Hassas Yeganeh1-5/+1
2016-09-24sctp: fix overrun in sctp_diag_dump_one()Lance Richardson1-2/+4
2016-09-24tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2-2/+14
2016-09-24udp: fix poll() issue with zero sized packetsEric Dumazet1-6/+6
2016-09-24net sched: fix encoding to use real lengthJamal Hadi Salim1-8/+10
2016-09-24net/mlx5e: Use correct flow dissector key on flower offloadingHadar Hen Zion1-1/+1
2016-09-24net/mlx5: Added missing check of msg length in verifying its signaturePaul Blakey1-31/+54
2016-09-24net/mlx5: Fix pci error recovery flowMohamad Haj Yahia1-30/+29
2016-09-24tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet1-0/+2
2016-09-24tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-09-24net: ipv6: Do not keep IPv6 addresses when IPv6 is disabledMike Manning1-2/+2
2016-09-24net/sctp: always initialise sctp_ht_iter::start_failVegard Nossum1-0/+1
2016-09-24net/irda: handle iriap_register_lsap() allocation failureVegard Nossum1-2/+6
2016-09-24bpf: fix write helpers with regards to non-linear partsDaniel Borkmann1-52/+18
2016-09-24vti: flush x-netns xfrm cache when vti interface is removedLance Richardson1-0/+31
2016-09-24ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster1-6/+2
2016-09-24bpf: fix method of PTR_TO_PACKET reg id generationJakub Kicinski1-1/+2
2016-09-24drm/msm: protect against faults from copy_from_user() in submit ioctlRob Clark3-0/+17
2016-09-24fscrypto: require write access to mount to set encryption policyEric Biggers1-0/+6
2016-09-24MIPS: KVM: Check for pfn noslot caseJames Hogan1-1/+1
2016-09-24clocksource/drivers/sun4i: Clear interrupts after stopping timer in probe fun...Chen-Yu Tsai1-1/+8
2016-09-15Linux 4.7.4v4.7.4Greg Kroah-Hartman1-1/+1
2016-09-15cpufreq: dt: Add terminate entry for of_device_id tablesWei Yongjun1-0/+2
2016-09-15scsi: fix upper bounds check of sense key in scsi_sense_key_string()Tyrel Datwyler1-2/+3
2016-09-15ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai1-0/+14
2016-09-15ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+15
2016-09-15ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum1-0/+1
2016-09-15ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum1-0/+2
2016-09-15ALSA: hda - Enable subwoofer on Dell Inspiron 7559Kai-Heng Feng1-0/+11
2016-09-15ALSA: hda - Add headset mic quirk for Dell Inspiron 5468Shrirang Bagul1-0/+4
2016-09-15ALSA: rawmidi: Fix possible deadlock with virmidi registrationTakashi Iwai1-1/+3
2016-09-15ALSA: fireworks: accessing to user space outside spinlockTakashi Sakamoto4-25/+56
2016-09-15ALSA: firewire-tascam: accessing to user space outside spinlockTakashi Sakamoto1-22/+11
2016-09-15ALSA: usb-audio: Add sample rate inquiry quirk for B850V3 CP2114Ken Lin1-0/+1
2016-09-15fscrypto: only allow setting encryption policy on directoriesEric Biggers1-0/+2
2016-09-15fscrypto: add authorization check for setting encryption policyEric Biggers2-0/+6
2016-09-15crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă1-40/+37