| Commit message (Expand) | Author | Files | Lines |
2014-12-19 | Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l... | Al Viro | 1 | -0/+3 |
2014-12-19 | Bluetooth: hidp_connection_add() unsafe use of l2cap_pi() | Al Viro | 1 | -1/+2 |
2014-12-19 | Bluetooth: 6lowpan: Do not free skb when packet is dropped | Jukka Rissanen | 1 | -1/+0 |
2014-12-19 | KVM: PPC: E500: Compile fix in this_cpu_write | Alexander Graf | 1 | -1/+1 |
2014-12-18 | mnt: Fix a memory stomp in umount | Eric W. Biederman | 1 | -0/+2 |
2014-12-18 | be2net: Fix incorrect setting of tunnel offload flag in netdev features | Sriharsha Basavapatna | 1 | -0/+2 |
2014-12-18 | bnx2x: fix typos in "configure" | Jiri Benc | 2 | -4/+4 |
2014-12-18 | xen-netback: support frontends without feature-rx-notify again | David Vrabel | 4 | -18/+29 |
2014-12-18 | sparc32: destroy_context() and switch_mm() needs to disable interrupts. | Andreas Larsson | 1 | -4/+7 |
2014-12-18 | MAINTAINERS: changes for wireless | John W. Linville | 1 | -11/+8 |
2014-12-18 | cxgb4: Fix decoding QSA module for ethtool get settings | Hariprasad Shenai | 2 | -2/+2 |
2014-12-18 | geneve: Fix races between socket add and release. | Jesse Gross | 1 | -6/+7 |
2014-12-18 | geneve: Remove socket and offload handlers at destruction. | Jesse Gross | 1 | -0/+17 |
2014-12-18 | netlink: Don't reorder loads/stores before marking mmap netlink frame as avai... | Thomas Graf | 1 | -1/+1 |
2014-12-18 | netlink: Always copy on mmap TX. | David Miller | 1 | -36/+16 |
2014-12-18 | KVM: move APIC types to arch/x86/ | Paolo Bonzini | 3 | -27/+27 |
2014-12-18 | Ceph: remove left-over reject file | Linus Torvalds | 1 | -10/+0 |
2014-12-17 | KVM: PPC: Book3S: Enable in-kernel XICS emulation by default | Anton Blanchard | 1 | -0/+1 |
2014-12-17 | Bluetooth: Fix bug with filter in service discovery optimization | Marcel Holtmann | 1 | -5/+9 |
2014-12-17 | mmu_gather: fix over-eager tlb_flush_mmu_free() calling | Linus Torvalds | 1 | -3/+3 |
2014-12-17 | x86: mm: fix VM_FAULT_RETRY handling | Linus Torvalds | 1 | -1/+1 |
2014-12-17 | ceph: fix setting empty extended attribute | Yan, Zheng | 1 | -2/+5 |
2014-12-17 | ceph: fix mksnap crash | Yan, Zheng | 1 | -1/+3 |
2014-12-17 | ceph: do_sync is never initialized | Dan Carpenter | 1 | -1/+1 |
2014-12-17 | libceph: fixup includes in pagelist.h | Ilya Dryomov | 1 | -1/+3 |
2014-12-17 | ceph: support inline data feature | Yan, Zheng | 1 | -1/+2 |
2014-12-17 | ceph: flush inline version | Yan, Zheng | 3 | -4/+23 |
2014-12-17 | ceph: convert inline data to normal data before data write | Yan, Zheng | 3 | -3/+161 |
2014-12-17 | ceph: sync read inline data | Yan, Zheng | 2 | -13/+116 |
2014-12-17 | ceph: fetch inline data when getting Fcr cap refs | Yan, Zheng | 3 | -18/+63 |
2014-12-17 | ceph: use getattr request to fetch inline data | Yan, Zheng | 4 | -10/+34 |
2014-12-17 | ceph: add inline data to pagecache | Yan, Zheng | 6 | -1/+85 |
2014-12-17 | ceph: parse inline data in MClientReply and MClientCaps | Yan, Zheng | 3 | -11/+36 |
2014-12-17 | libceph: specify position of extent operation | Yan, Zheng | 4 | -20/+19 |
2014-12-17 | libceph: add CREATE osd operation support | Yan, Zheng | 1 | -20/+22 |
2014-12-17 | libceph: add SETXATTR/CMPXATTR osd operations support | Yan, Zheng | 2 | -0/+57 |
2014-12-17 | rbd: don't treat CEPH_OSD_OP_DELETE as extent op | Ilya Dryomov | 1 | -2/+6 |
2014-12-17 | ceph: remove unused stringification macros | Ilya Dryomov | 1 | -3/+0 |
2014-12-17 | libceph: require cephx message signature by default | Yan, Zheng | 2 | -0/+14 |
2014-12-17 | ceph: introduce global empty snap context | Yan, Zheng | 3 | -3/+35 |
2014-12-17 | ceph: message versioning fixes | John Spray | 1 | -2/+5 |
2014-12-17 | libceph: update ceph_msg_header structure | John Spray | 1 | -1/+2 |
2014-12-17 | libceph: message signature support | Yan, Zheng | 8 | -4/+162 |
2014-12-17 | libceph: store session key in cephx authorizer | Yan, Zheng | 2 | -7/+12 |
2014-12-17 | ceph, rbd: delete unnecessary checks before two function calls | SF Markus Elfring | 4 | -14/+7 |
2014-12-17 | ceph: introduce a new inode flag indicating if cached dentries are ordered | Yan, Zheng | 3 | -19/+55 |
2014-12-17 | libceph: nuke ceph_kvfree() | Ilya Dryomov | 5 | -14/+4 |
2014-12-17 | ceph: fix file lock interruption | Yan, Zheng | 4 | -12/+67 |
2014-12-17 | mac80211: free management frame keys when removing station | Johannes Berg | 1 | -1/+1 |
2014-12-17 | KVM: PPC: Book3S HV: Improve H_CONFER implementation | Sam Bobroff | 4 | -2/+74 |