Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-10-26 | 9 | -5/+12 | |
|\ | ||||||
| * | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 2010-10-25 | 7 | -0/+7 | |
| * | vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos | KAMEZAWA Hiroyuki | 2010-10-25 | 1 | -0/+4 | |
| * | fs: add sync_inode_metadata | Christoph Hellwig | 2010-10-25 | 1 | -5/+1 | |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-10-26 | 64 | -711/+2394 | |
|\ \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *-------------------. \ | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ... | Roland Dreier | 2010-10-26 | 64 | -711/+2394 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | | | * | | IB/srp: Sync buffer before posting send | David Dillow | 2010-10-24 | 1 | -0/+5 | |
| | | | | | | | | | | | * | | IB/srp: Use list_first_entry() | Bart Van Assche | 2010-10-24 | 1 | -1/+1 | |
| | | | | | | | | | | | * | | IB/srp: Reduce number of BUSY conditions | Bart Van Assche | 2010-10-24 | 1 | -2/+7 | |
| | | | | | | | | | | | * | | IB/srp: Eliminate two forward declarations | David Dillow | 2010-10-24 | 1 | -73/+69 | |
| | | | | | | | | | | | * | | IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ | David Dillow | 2010-10-22 | 2 | -10/+103 | |
| | | | | | | | | | | | * | | IB/srp: Preparation for transmit ring response allocation | Bart Van Assche | 2010-10-22 | 2 | -15/+25 | |
| | | | | | | | | | | * | | | IB/qib: clean up properly if pci_set_consistent_dma_mask() fails | Jason Gunthorpe | 2010-10-26 | 1 | -1/+3 | |
| | | | | | | | | | | * | | | IB/qib: Allow driver to load if PCIe AER fails | Ralph Campbell | 2010-10-26 | 1 | -1/+3 | |
| | | | | | | | | | | * | | | IB/qib: Fix uninitialized pointer if CONFIG_PCI_MSI not set | Ralph Campbell | 2010-10-26 | 1 | -0/+1 | |
| | | | | | | | | | | * | | | IB/qib: Fix extra log level in qib_early_err() | Jason Gunthorpe | 2010-10-26 | 1 | -1/+1 | |
| | | | | | | | | | | * | | | IB/qib: Process RDMA WRITE ONLY with IMMEDIATE properly | Jason Gunthorpe | 2010-10-22 | 2 | -3/+8 | |
| | | | | | | | | | | * | | | IB/qib: Remove unnecessary casts of private_data | Joe Perches | 2010-10-06 | 1 | -2/+2 | |
| | | | | | | | | | | |/ / | ||||||
| | | | | | | | | | * | | | RDMA/nes: Turn carrier off on ifdown | Maciej Sosnowski | 2010-10-06 | 1 | -0/+1 | |
| | | | | | | | | | * | | | RDMA/nes: Report correct port state if interface is down | Chien Tung | 2010-10-06 | 1 | -1/+3 | |
| | | | | | | | | | * | | | RDMA/nes: Remove unneeded variable | Dan Carpenter | 2010-09-28 | 1 | -2/+1 | |
| | | | | | | | | | * | | | RDMA/nes: Fix cast-to-pointer warnings on 32-bit | Roland Dreier | 2010-09-27 | 1 | -6/+6 | |
| | | | | | | | | | |/ / | ||||||
| | | | | | | | | * | | | IB/mlx4: Signal node desc changes to SM by using FW to generate trap 144 | Jack Morgenstein | 2010-10-23 | 1 | -5/+23 | |
| | | | | | | | | * | | | IB/mlx4: Limit size of fast registration WRs | Eli Cohen | 2010-10-11 | 2 | -2/+2 | |
| | | | | | | | | * | | | mlx4_core: Allow log_mtts_per_seg up to 7 | Eli Cohen | 2010-09-28 | 1 | -2/+2 | |
| | | | | | | | | |/ / | ||||||
| | | | | | | | * | | | IB: Replace EXTRA_CFLAGS with ccflags-y | matt mooney | 2010-10-23 | 4 | -9/+5 | |
| | | | | | | | * | | | RDMA/iwcm: Fix hang in uninterruptible wait on cm_id destroy | Animesh K Trivedi | 2010-10-11 | 1 | -0/+4 | |
| | | | | | | | * | | | IB/umad: Make user_mad semaphore a real one | Thomas Gleixner | 2010-09-28 | 1 | -1/+1 | |
| | | | | | | | |/ / | ||||||
| | | | | | | * | | | IPoIB: Set dev_id field of net_device | Eli Cohen | 2010-10-23 | 1 | -0/+1 | |
| | | | | | | * | | | IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage) | Christoph Lameter | 2010-09-28 | 1 | -3/+11 | |
| | | | | | | |/ / | ||||||
| | | | | | * | | | IB/core: Add link layer type information to sysfs | Eli Cohen | 2010-10-25 | 1 | -0/+15 | |
| | | | | | * | | | IB/mlx4: Add VLAN support for IBoE | Eli Cohen | 2010-10-25 | 6 | -27/+191 | |
| | | | | | * | | | IB/core: Add VLAN support for IBoE | Eli Cohen | 2010-10-25 | 5 | -12/+47 | |
| | | | | | * | | | IB/mlx4: Add support for IBoE | Eli Cohen | 2010-10-25 | 5 | -108/+687 | |
| | | | | | * | | | mlx4_en: Change multicast promiscuous mode to support IBoE | Eli Cohen | 2010-10-25 | 2 | -3/+4 | |
| | | | | | * | | | mlx4_core: Update data structures and constants for IBoE | Eli Cohen | 2010-10-25 | 1 | -1/+2 | |
| | | | | | * | | | mlx4_core: Allow protocol drivers to find corresponding interfaces | Eli Cohen | 2010-10-25 | 2 | -3/+33 | |
| | | | | | * | | | IB/uverbs: Return link layer type to userspace for query port operation | Eli Cohen | 2010-10-25 | 1 | -0/+2 | |
| | | | | | * | | | IB/pack: IBoE UD packet packing support | Eli Cohen | 2010-10-14 | 3 | -30/+91 | |
| | | | | | * | | | RDMA/cm: Add RDMA CM support for IBoE devices | Eli Cohen | 2010-10-13 | 3 | -26/+333 | |
| | | | | | * | | | IB/mad: IBoE supports only QP1 (no QP0) | Eli Cohen | 2010-10-13 | 4 | -26/+78 | |
| | | | | | * | | | IPoIB: Skip IBoE ports | Eli Cohen | 2010-10-13 | 1 | -0/+2 | |
| | | | | | * | | | IB/core: Add link layer property to ports | Eli Cohen | 2010-09-27 | 1 | -0/+16 | |
| | | | | | |/ / | ||||||
| | | | | * / / | IB/ehca: Fix driver on relocatable kernel | Sonny Rao | 2010-10-06 | 1 | -3/+3 | |
| | | | | |/ / | ||||||
| | | | * | | | RDMA/cxgb4: Remove unnecessary KERN_<level> use | Joe Perches | 2010-10-26 | 1 | -2/+2 | |
| | | | * | | | RDMA/cxgb4: Use cxgb4 service for packet gl to skb | Steve Wise | 2010-10-22 | 1 | -41/+1 | |
| | | | * | | | RDMA/cxgb4: Export T4 TCP MIB | Steve Wise | 2010-10-22 | 1 | -1/+11 | |
| | | | * | | | RDMA/cxgb4: Use simple_read_from_buffer() for debugfs handlers | Steve Wise | 2010-10-11 | 1 | -25/+1 | |
| | | | * | | | RDMA/cxgb4: Add default_llseek to debugfs files | Steve Wise | 2010-10-11 | 1 | -0/+2 | |
| | | | * | | | RDMA/cxgb4: Fastreg NSMR fixes | Steve Wise | 2010-09-28 | 3 | -31/+29 |