Age | Commit message (Expand) | Author | Files | Lines |
2013-09-13 | netfilter: nf_nat_proto_icmpv6:: fix wrong comparison in icmpv6_manip_pkt | Phil Oester | 1 | -2/+2 |
2013-09-13 | netfilter: nf_conntrack: use RCU safe kfree for conntrack extensions | Michal Kubeček | 1 | -1/+1 |
2013-09-13 | net/irda/mcs7780: fix memory leaks in mcs_net_open() | Alexey Khoroshilov | 1 | -17/+23 |
2013-09-13 | net/mlx4_en: Check device state when setting coalescing | Eugenia Emantayev | 1 | -6/+10 |
2013-09-13 | bridge: Clamp forward_delay when enabling STP | Herbert Xu | 3 | -8/+26 |
2013-09-13 | resubmit bridge: fix message_age_timer calculation | Chris Healy | 1 | -1/+1 |
2013-09-13 | net: tulip: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
2013-09-13 | ethernet: amd: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
2013-09-13 | ehea: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -4/+3 |
2013-09-13 | bfin_mac: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -2/+2 |
2013-09-13 | xen-netback: count number required slots for an skb more carefully | David Vrabel | 1 | -30/+64 |
2013-09-13 | tg3: Expand led off fix to include 5720 | Nithin Sujir | 1 | -0/+1 |
2013-09-13 | net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmit | Daniel Borkmann | 1 | -29/+13 |
2013-09-13 | tuntap: correctly handle error in tun_set_iff() | Jason Wang | 1 | -3/+8 |
2013-09-13 | xen-netback: fix possible format string flaw | Kees Cook | 1 | -1/+1 |
2013-09-13 | netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply | Sonic Zhang | 1 | -1/+1 |
2013-09-13 | igb: Read flow control for i350 from correct EEPROM section | Fujinaka, Todd | 1 | -1/+9 |
2013-09-13 | igb: Add additional get_phy_id call for i354 devices | Carolyn Wyborny | 1 | -0/+4 |
2013-09-12 | Merge tag 'master-2013-09-09' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 8 | -21/+67 |
2013-09-12 | r8169: enforce RX_MULTI_EN for the 8168f. | françois romieu | 1 | -0/+1 |
2013-09-12 | Bye, bye, WfW flag | Linus Torvalds | 2 | -881/+1602 |
2013-09-12 | Merge tag 'ecryptfs-3.12-rc1-crypt-ctx' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -10/+6 |
2013-09-12 | Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux... | Linus Torvalds | 1 | -2/+0 |
2013-09-12 | Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf | Linus Torvalds | 2 | -0/+44 |
2013-09-12 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 247 | -2889/+8796 |
2013-09-12 | lz4: fix compression/decompression signedness mismatch | Sergey Senozhatsky | 2 | -8/+8 |
2013-09-12 | ipc: drop ipc_lock_check | Davidlohr Bueso | 2 | -17/+0 |
2013-09-12 | ipc, shm: drop shm_lock_check | Davidlohr Bueso | 1 | -11/+0 |
2013-09-12 | ipc: drop ipc_lock_by_ptr | Davidlohr Bueso | 3 | -9/+6 |
2013-09-12 | ipc, shm: guard against non-existant vma in shmdt(2) | Davidlohr Bueso | 1 | -2/+1 |
2013-09-12 | ipc: document general ipc locking scheme | Davidlohr Bueso | 1 | -0/+8 |
2013-09-12 | ipc,msg: drop msg_unlock | Davidlohr Bueso | 1 | -3/+2 |
2013-09-12 | ipc: rename ids->rw_mutex | Davidlohr Bueso | 7 | -69/+69 |
2013-09-12 | ipc,shm: shorten critical region for shmat | Davidlohr Bueso | 1 | -4/+10 |
2013-09-12 | ipc,shm: cleanup do_shmat pasta | Davidlohr Bueso | 1 | -14/+12 |
2013-09-12 | ipc,shm: shorten critical region for shmctl | Davidlohr Bueso | 1 | -24/+25 |
2013-09-12 | ipc,shm: make shmctl_nolock lockless | Davidlohr Bueso | 1 | -7/+12 |
2013-09-12 | ipc,shm: introduce shmctl_nolock | Davidlohr Bueso | 1 | -18/+39 |
2013-09-12 | ipc: drop ipcctl_pre_down | Davidlohr Bueso | 2 | -23/+4 |
2013-09-12 | ipc,shm: shorten critical region in shmctl_down | Davidlohr Bueso | 1 | -4/+6 |
2013-09-12 | ipc,shm: introduce lockless functions to obtain the ipc object | Davidlohr Bueso | 1 | -0/+20 |
2013-09-12 | initmpfs: use initramfs if rootfstype= or root= specified | Rob Landley | 2 | -4/+15 |
2013-09-12 | initmpfs: make rootfs use tmpfs when CONFIG_TMPFS enabled | Rob Landley | 2 | -2/+12 |
2013-09-12 | initmpfs: move rootfs code from fs/ramfs/ to init/ | Rob Landley | 5 | -33/+36 |
2013-09-12 | initmpfs: move bdi setup from init_rootfs to init_ramfs | Rob Landley | 1 | -6/+19 |
2013-09-12 | initmpfs: replace MS_NOUSER in initramfs | Rob Landley | 1 | -1/+6 |
2013-09-12 | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt | Jan Kara | 7 | -8/+46 |
2013-09-12 | drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -2/+0 |
2013-09-12 | drivers/w1/w1.c: replace strict_strtol() with kstrtol() | Jingoo Han | 1 | -4/+8 |
2013-09-12 | memstick: add support for legacy memorysticks | Maxim Levitsky | 5 | -1/+2693 |