summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-16net: fix sk_mem_reclaim_partial()Eric Dumazet2-7/+8
2017-03-16ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2-1/+4
2017-03-16net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov1-2/+3
2017-03-16sch_dsmark: update backlog as wellWANG Cong1-0/+3
2017-03-16sch_htb: update backlog as wellWANG Cong1-1/+4
2017-03-16route: do not cache fib route info on local routes with oifChris Friesen1-0/+12
2017-03-16decnet: Do not build routes to devices without decnet private data.David S. Miller1-1/+8
2017-03-16lib/vsprintf.c: improve sanity check in vsnprintf()Rasmus Villemoes1-1/+1
2017-03-16irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2017-03-16Fix missing sanity check in /dev/sgAl Viro1-0/+4
2017-03-16packet: Do not call fanout_release from atomic contextsAnoob Soman1-8/+20
2017-03-16packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman1-0/+1
2017-03-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-03-16net: xilinx_emaclite: fix receive buffer overflowAnssi Hannula1-3/+7
2017-03-16siano: make it work again with CONFIG_VMAP_STACKMauro Carvalho Chehab1-4/+13
2017-03-16packet: fix races in fanout_add()Eric Dumazet1-12/+14
2017-03-16futex: Move futex_init() to core_initcallYang Yang1-1/+1
2017-03-16net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2-0/+6
2017-03-16net/sock: Add sock_efree() functionBen Hutchings2-0/+6
2017-03-16l2tp: do not use udp_ioctl()Eric Dumazet2-1/+27
2017-03-16xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky1-2/+2
2017-03-16scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed sendSteffen Maier1-4/+4
2017-03-16ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-03-16btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney1-2/+4
2017-03-16ALSA: seq: Fix race at creating a queueTakashi Iwai1-13/+20
2017-03-16catc: Use heap buffer for memory size testBen Hutchings1-7/+18
2017-03-16catc: Combine failure cleanup code in catc_probe()Ben Hutchings1-16/+17
2017-03-16rtl8150: Use heap buffers for all register accessBen Hutchings1-7/+27
2017-03-16ALSA: seq: Don't handle loop timeout at snd_seq_pool_done()Takashi Iwai1-8/+1
2017-03-16mac80211: Fix adding of mesh vendor IEsThorsten Horstmann1-1/+1
2017-03-16netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2-0/+8
2017-03-16mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko1-0/+5
2017-03-16USB: serial: pl2303: add ATEN device IDMarcel J.E. Mol2-0/+2
2017-03-16ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-03-16can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp1-7/+16
2017-03-16parisc: Don't use BITS_PER_LONG in userspace-exported swab.h headerHelge Deller3-5/+10
2017-03-16sysctl: fix proc_doulongvec_ms_jiffies_minmax()Eric Dumazet1-0/+1
2017-03-16USB: Add quirk for WORLDE easykey.25 MIDI keyboardLukáš Lalinský1-0/+4
2017-03-16mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-3/+16
2017-03-16USB: serial: option: add device ID for HP lt2523 (Novatel E371)Bjørn Mork1-0/+1
2017-03-16crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto1-0/+1
2017-03-16platform/x86: intel_mid_powerbtn: Set IRQ_ONESHOTAndy Shevchenko1-1/+1
2017-03-16powerpc: Ignore reserved field in DCSR and PVR reads and writesAnton Blanchard1-3/+3
2017-03-16powerpc/ptrace: Preserve previous fprs/vsrs on short regset writeDave Martin1-0/+7
2017-03-16nbd: only set MSG_MORE when we have more to sendJosef Bacik1-4/+2
2017-03-16nbd: fix use-after-free of rq/bio in the xmit pathJens Axboe1-9/+23
2017-03-16ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-1/+3
2017-03-16can: ti_hecc: add missing prepare and unprepare of the clockYegor Yefremov1-4/+12
2017-03-16ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger1-2/+23
2017-03-16net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein1-18/+20