summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-12procfs: fix race between symlink removals and traversalsAl Viro
2015-03-12debugfs: leave freeing a symlink body until inode evictionAl Viro
2015-03-12autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-03-12USB: serial: fix tty-device error handling at probeJohan Hovold
2015-03-12USB: serial: fix potential use-after-free after failed probeJohan Hovold
2015-03-12TTY: fix tty_wait_until_sent on 64-bit machinesJohan Hovold
2015-03-12USB: serial: fix infinite wait_until_sent timeoutJohan Hovold
2015-03-12net: irda: fix wait_until_sent poll timeoutJohan Hovold
2015-03-12mac80211: Send EAPOL frames at lowest rateJouni Malinen
2015-03-12xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado
2015-03-12xhci: Allocate correct amount of scratchpad buffersMathias Nyman
2015-03-12usb: dwc3: dwc3-omap: Fix disable IRQGeorge Cherian
2015-03-12usb: ftdi_sio: Add jtag quirk support for Cyber Cortex AV boardsMax Mansfield
2015-03-12USB: ftdi_sio: add PIDs for Actisense USB devicesMark Glover
2015-03-12USB: usbfs: don't leak kernel data in siginfoAlan Stern
2015-03-12USB: serial: cp210x: Adding Seletek device id'sMichiel vd Garde
2015-03-12KVM: MIPS: Fix trace event to save PC directlyJames Hogan
2015-03-12KVM: emulate: fix CMPXCHG8B on 32-bit hostsPaolo Bonzini
2015-03-12Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas
2015-03-12Btrfs: fix data loss in the fast fsync pathFilipe Manana
2015-03-12btrfs: fix lost return value due to variable shadowingDavid Sterba
2015-03-12mei: make device disabled on stop unconditionallyAlexander Usyskin
2015-03-12iio: ad5686: fix optional reference voltage declarationUrs Fässler
2015-03-12iio: imu: adis16400: Fix sign extensionRasmus Villemoes
2015-03-12x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski
2015-03-12target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger
2015-03-12target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger
2015-03-12target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger
2015-03-12drm/radeon: workaround for CP HW bug on CIKChristian König
2015-03-12drm/radeon: only enable kv/kb dpm interrupts once v3Alex Deucher
2015-03-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-03-12mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2015-03-12mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-12mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-12mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi
2015-03-12mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi
2015-03-12team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko
2015-03-12net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-12udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-12usb: plusb: Add support for National Instruments host-to-host cableBen Shelton
2015-03-12macvtap: make sure neighbour code can push ethernet headerEric Dumazet
2015-03-12net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas
2015-03-12team: fix possible null pointer dereference in team_handle_frameJiri Pirko
2015-03-12net: reject creation of netdev names with colonsMatthew Thode
2015-03-12ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki
2015-03-12net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck
2015-03-12ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-12ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-03-12gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-03-12rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong