Age | Commit message (Expand) | Author | Files | Lines |
2008-11-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+4 |
2008-11-12 | IPoIB: Fix crash in path_rec_completion() | Yossi Etigin | 1 | -1/+1 |
2008-11-12 | IPoIB: Fix hang in ipoib_flush_paths() | Yossi Etigin | 1 | -0/+1 |
2008-11-12 | IPoIB: Don't enable NAPI when it's already enabled | Yossi Etigin | 1 | -1/+2 |
2008-10-31 | drivers: replace NIPQUAD() | Harvey Harrison | 1 | -4/+4 |
2008-10-29 | net: replace %p6 with %pI6 | Harvey Harrison | 4 | -26/+26 |
2008-10-28 | infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMT | Harvey Harrison | 1 | -23/+0 |
2008-10-28 | infiniband: ipoib replace IPOIB_GID_FMT with %p6 | Harvey Harrison | 3 | -58/+45 |
2008-10-28 | infiniband: use %p6 for printing message ids | Harvey Harrison | 1 | -27/+4 |
2008-10-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 5 | -33/+55 |
2008-10-22 | IPoIB: Set netdev offload features properly for child (VLAN) interfaces | Or Gerlitz | 3 | -28/+44 |
2008-10-22 | IPoIB: Clean up ethtool support | Or Gerlitz | 1 | -1/+8 |
2008-10-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -1/+2 |
2008-10-13 | vfs: Use const for kernel parser table | Steven Whitehouse | 1 | -1/+1 |
2008-10-13 | [SCSI] libiscsi: rename host reset to target reset | Mike Christie | 1 | -1/+1 |
2008-10-13 | [SCSI] libiscsi: Support drivers initiating session removal | Mike Christie | 1 | -0/+1 |
2008-10-10 | IPoIB: Always initialize poll_timer to avoid crash on unload | Roland Dreier | 1 | -4/+3 |
2008-09-30 | IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX | Roland Dreier | 5 | -107/+118 |
2008-09-25 | IPoIB: Fix crash when path record fails after path flush | Roland Dreier | 1 | -4/+4 |
2008-09-16 | IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() | Yossi Etigin | 3 | -10/+24 |
2008-08-23 | removed unused #include <linux/version.h>'s | Adrian Bunk | 1 | -1/+0 |
2008-08-19 | IPoIB: Fix deadlock on RTNL in ipoib_stop() | Roland Dreier | 2 | -11/+18 |
2008-08-08 | IPoIB/cm: Use vmalloc() to allocate rx_rings | David J. Wilder | 1 | -5/+12 |
2008-07-30 | IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr() | Roland Dreier | 1 | -1/+1 |
2008-07-24 | IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG | Roland Dreier | 1 | -3/+4 |
2008-07-24 | IPoIB/cm: Connected mode is no longer EXPERIMENTAL | Roland Dreier | 1 | -7/+8 |
2008-07-24 | Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' an... | Roland Dreier | 1 | -1/+1 |
2008-07-22 | IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures | Or Gerlitz | 1 | -1/+1 |
2008-07-22 | IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE event | Or Gerlitz | 1 | -0/+1 |
2008-07-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 17 | -481/+727 |
2008-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 5 | -334/+380 |
2008-07-15 | netdev: Do not use TX lock to protect address lists. | David S. Miller | 1 | -2/+0 |
2008-07-15 | netdev: Add netdev->addr_list_lock protection. | David S. Miller | 1 | -0/+2 |
2008-07-14 | IPoIB: Double default RX/TX ring sizes | Eli Cohen | 1 | -2/+2 |
2008-07-14 | IPoIB/cm: Reduce connected mode TX object size | Eli Cohen | 2 | -7/+12 |
2008-07-14 | IPoIB: Use dev_set_mtu() to change mtu | Eli Cohen | 2 | -2/+2 |
2008-07-14 | IPoIB: Use rtnl lock/unlock when changing device flags | Eli Cohen | 2 | -3/+10 |
2008-07-14 | IPoIB: Get rid of ipoib_mcast_detach() wrapper | Roland Dreier | 3 | -17/+3 |
2008-07-14 | IPoIB: Only set Q_Key once: after joining broadcast group | Eli Cohen | 3 | -15/+19 |
2008-07-14 | IPoIB: Remove priv->mcast_mutex | Eli Cohen | 3 | -6/+0 |
2008-07-14 | IPoIB: Remove unused IPOIB_MCAST_STARTED code | Eli Cohen | 2 | -9/+0 |
2008-07-14 | IPoIB: Refresh paths instead of flushing them on SM change events | Moni Shoua | 4 | -30/+91 |
2008-07-14 | IPoIB: add LRO support | Vladimir Sokolovsky | 5 | -1/+127 |
2008-07-14 | IPoIB: Use multicast loopback blocking if available | Ron Livne | 1 | -1/+4 |
2008-07-14 | IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq() | Roland Dreier | 1 | -16/+47 |
2008-07-14 | IPoIB: Copy small received SKBs in connected mode | Eli Cohen | 3 | -0/+26 |
2008-07-14 | RDMA: Remove subversion $Id tags | Roland Dreier | 15 | -31/+0 |
2008-07-14 | IB/srp: Remove use of cached P_Key/GID queries | Roland Dreier | 1 | -8/+5 |
2008-07-12 | [SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools. | Mike Christie | 1 | -1/+0 |
2008-07-12 | [SCSI] libiscsi, iser, tcp: remove recv_lock | Mike Christie | 3 | -12/+16 |