aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto_user.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-19virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li1-2/+3
2013-11-19aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2013-11-19kernel/bounds: avoid circular dependencies in generated headersKirill A. Shutemov1-1/+1
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg19-433/+377
2013-11-19genetlink: pass family to functions using groupsJohannes Berg18-87/+133
2013-11-19genetlink: add and use genl_set_err()Johannes Berg3-7/+21
2013-11-19genetlink: remove family pointer from genl_multicast_groupJohannes Berg2-22/+18
2013-11-19genetlink: remove genl_unregister_mc_group()Johannes Berg2-25/+0
2013-11-19hsr: don't call genl_unregister_mc_group()Johannes Berg1-2/+0
2013-11-19quota/genetlink: use proper genetlink multicast APIsJohannes Berg3-4/+24
2013-11-19drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2-4/+22
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg22-53/+47
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-11-19atm: idt77252: fix dev refcnt leakYing Xue1-1/+1
2013-11-19xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-11-19netlink: fix documentation typo in netlink_set_err()Johannes Berg1-1/+1
2013-11-19blk-mq: ensure that we set REQ_IO_STAT so diskstats workJens Axboe2-4/+11
2013-11-19md/raid5: Use conf->device_lock protect changing of multi-thread resources.majianpeng1-24/+39
2013-11-19md/raid5: Before freeing old multi-thread worker, it should flush them.majianpeng1-0/+3
2013-11-19md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE.majianpeng1-1/+1
2013-11-19UAPI: include <asm/byteorder.h> in linux/raid/md_p.hAurelien Jarno1-0/+1
2013-11-19raid1: Rewrite the implementation of iobarrier.majianpeng2-13/+129
2013-11-19raid1: Add some macros to make code clearly.majianpeng1-4/+4
2013-11-19raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array when reconfiguring the array.majianpeng1-5/+6
2013-11-19raid1: Add a field array_frozen to indicate whether raid in freeze state.majianpeng2-8/+8
2013-11-19md: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-11-19md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_writes.NeilBrown1-19/+49
2013-11-19md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.NeilBrown3-31/+34
2013-11-19md: fix some places where mddev_lock return value is not checked.NeilBrown1-5/+13
2013-11-19raid5: Retry R5_ReadNoMerge flag when hit a read error.Bian Yu1-0/+3
2013-11-19raid5: relieve lock contention in get_active_stripe()Shaohua Li2-1/+8
2013-11-18seq_file: always clear m->count when we free m->bufAl Viro1-1/+2
2013-11-18sparc64: merge fixStephen Rothwell1-2/+0
2013-11-18sparc64: fix build regessionKirill A. Shutemov1-1/+0
2013-11-18be2net: Delete secondary unicast MAC addresses during be_closeAjit Khaparde1-0/+5
2013-11-18be2net: Fix unconditional enabling of Rx interface optionsAjit Khaparde3-4/+16
2013-11-18net, virtio_net: replace the magic valueZhi Yong Wu1-2/+2
2013-11-18ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa1-15/+19
2013-11-18bnx2x: Prevent "timeout waiting for state X"Dmitry Kravkov3-11/+4
2013-11-18bnx2x: prevent CFC attentionDmitry Kravkov1-1/+1
2013-11-18bnx2x: Prevent panic during DMAE timeoutDmitry Kravkov2-0/+19
2013-11-18bnx2x: Clean the sp rtnl task upon unloadDmitry Kravkov1-0/+4
2013-11-18ipv6: Fix inet6_init() cleanup orderVlad Yasevich1-2/+2
2013-11-18watchdog: w83627hf: Use helper functions to access superio registersGuenter Roeck1-56/+76
2013-11-18watchdog: w83627hf: Enable watchdog device only if not already enabledGuenter Roeck1-1/+3
2013-11-18watchdog: w83627hf: Enable watchdog only onceGuenter Roeck1-18/+17
2013-11-18watchdog: w83627hf: Convert to watchdog infrastructureGuenter Roeck2-168/+48
2013-11-18genetlink: rename shadowed variableJohannes Berg1-5/+5
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa8-38/+17
2013-11-18net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=nFabio Estevam1-1/+1