summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-13netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pktPhil Oester1-2/+2
2013-09-13netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubeček1-1/+1
2013-09-13net/irda/mcs7780: fix memory leaks in mcs_net_open()Alexey Khoroshilov1-17/+23
2013-09-13net/mlx4_en: Check device state when setting coalescingEugenia Emantayev1-6/+10
2013-09-13bridge: Clamp forward_delay when enabling STPHerbert Xu3-8/+26
2013-09-13resubmit bridge: fix message_age_timer calculationChris Healy1-1/+1
2013-09-13net: tulip: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-13ethernet: amd: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-13ehea: remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+3
2013-09-13bfin_mac: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2013-09-13xen-netback: count number required slots for an skb more carefullyDavid Vrabel1-30/+64
2013-09-13tg3: Expand led off fix to include 5720Nithin Sujir1-0/+1
2013-09-13net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmitDaniel Borkmann1-29/+13
2013-09-13tuntap: correctly handle error in tun_set_iff()Jason Wang1-3/+8
2013-09-13xen-netback: fix possible format string flawKees Cook1-1/+1
2013-09-13netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_replySonic Zhang1-1/+1
2013-09-13igb: Read flow control for i350 from correct EEPROM sectionFujinaka, Todd1-1/+9
2013-09-13igb: Add additional get_phy_id call for i354 devicesCarolyn Wyborny1-0/+4
2013-09-12Merge tag 'master-2013-09-09' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller8-21/+67
2013-09-12r8169: enforce RX_MULTI_EN for the 8168f.françois romieu1-0/+1
2013-09-12Bye, bye, WfW flagLinus Torvalds2-881/+1602
2013-09-12Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-10/+6
2013-09-12Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds1-2/+0
2013-09-12Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-bufLinus Torvalds2-0/+44
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds247-2889/+8796
2013-09-12lz4: fix compression/decompression signedness mismatchSergey Senozhatsky2-8/+8
2013-09-12ipc: drop ipc_lock_checkDavidlohr Bueso2-17/+0
2013-09-12ipc, shm: drop shm_lock_checkDavidlohr Bueso1-11/+0
2013-09-12ipc: drop ipc_lock_by_ptrDavidlohr Bueso3-9/+6
2013-09-12ipc, shm: guard against non-existant vma in shmdt(2)Davidlohr Bueso1-2/+1
2013-09-12ipc: document general ipc locking schemeDavidlohr Bueso1-0/+8
2013-09-12ipc,msg: drop msg_unlockDavidlohr Bueso1-3/+2
2013-09-12ipc: rename ids->rw_mutexDavidlohr Bueso7-69/+69
2013-09-12ipc,shm: shorten critical region for shmatDavidlohr Bueso1-4/+10
2013-09-12ipc,shm: cleanup do_shmat pastaDavidlohr Bueso1-14/+12
2013-09-12ipc,shm: shorten critical region for shmctlDavidlohr Bueso1-24/+25
2013-09-12ipc,shm: make shmctl_nolock locklessDavidlohr Bueso1-7/+12
2013-09-12ipc,shm: introduce shmctl_nolockDavidlohr Bueso1-18/+39
2013-09-12ipc: drop ipcctl_pre_downDavidlohr Bueso2-23/+4
2013-09-12ipc,shm: shorten critical region in shmctl_downDavidlohr Bueso1-4/+6
2013-09-12ipc,shm: introduce lockless functions to obtain the ipc objectDavidlohr Bueso1-0/+20
2013-09-12initmpfs: use initramfs if rootfstype= or root= specifiedRob Landley2-4/+15
2013-09-12initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabledRob Landley2-2/+12
2013-09-12initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley5-33/+36
2013-09-12initmpfs: move bdi setup from init_rootfs to init_ramfsRob Landley1-6/+19
2013-09-12initmpfs: replace MS_NOUSER in initramfsRob Landley1-1/+6
2013-09-12lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara7-8/+46
2013-09-12drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-12drivers/w1/w1.c: replace strict_strtol() with kstrtol()Jingoo Han1-4/+8
2013-09-12memstick: add support for legacy memorysticksMaxim Levitsky5-1/+2693