- 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
- 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
- 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
- e48f129 [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereference by Neil Horman · 13 years ago
- 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
- 5581be3 IPoIB: convert to SKB paged frag API. by Ian Campbell · 13 years ago
- cf383eb IB: nes: convert to SKB paged frag API. by Ian Campbell · 13 years ago
- 70b1052 IB: amso1100: convert to SKB paged frag API. by Ian Campbell · 13 years ago
- afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
- 80b43de Merge branches 'ipoib' and 'iser' into for-next by Roland Dreier · 13 years ago
- 200ae1a IB/iser: Support iSCSI PDU padding by Or Gerlitz · 13 years ago
- 0ace64b IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long) by Or Gerlitz · 13 years ago
- 22cfb0b IPoIB: Fix possible NULL dereference in ipoib_start_xmit() by Bernd Schubert · 13 years ago
- af3dcd2 mlx4: Fix infiniband Kconfig dependencies. by David S. Miller · 13 years ago
- f7917c0 chelsio: Move the Chelsio drivers by Jeff Kirsher · 14 years ago
- 91d41fd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
- 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
- 1235218 iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi by Nicholas Bellinger · 13 years ago
- ece236c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
- 4460207 Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 'srp' into for-next by Roland Dreier · 13 years ago
- e67306a IB/qib: Defer HCA error events to tasklet by Mike Marciniszyn · 13 years ago
- 7033c4a nes: do vlan cleanup by Jiri Pirko · 13 years ago
- 3cbe182 RDMA/cxgb4: Use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
- c37791349c IB/mlx4: Support PMA counters for IBoE by Or Gerlitz · 13 years ago
- cfcde11 IB/mlx4: Use flow counters on IBoE ports by Or Gerlitz · 13 years ago
- 6aea213 IB/pma: Add include file for IBA performance counters definitions by Or Gerlitz · 13 years ago
- 6451c71 IB/mlx4: Generate GID change events in IBoE code by Or Gerlitz · 13 years ago
- 761d90e IB/core: Add GID change event by Or Gerlitz · 13 years ago
- 2efdd6a RDMA/cma: Don't allow IPoIB port space for IBoE by Moni Shoua · 13 years ago
- 10e1b54 RDMA: Allow for NULL .modify_device() and .modify_port() methods by Bart Van Assche · 13 years ago
- e800bd0 IB/qib: Update active link width by Mitko Haralanov · 13 years ago
- 4356d0b IB/qib: Fix potential deadlock with link down interrupt by Ram Vepa · 13 years ago
- 2df4f75 IB/qib: Add sysfs interface to read free contexts by Ram Vepa · 13 years ago
- 9b89925 IB/mthca: Remove unnecessary read of PCI_CAP_ID_EXP by Jon Mason · 13 years ago
- ac0cae4 IB/qib: Remove double define by Edwin van Vliet · 13 years ago
- 7f27cda IB/qib: Remove unnecessary read of PCI_CAP_ID_EXP by Jon Mason · 13 years ago
- 5763181 IB/ipath: Convert old cpumask api into new one by Motohiro KOSAKI · 13 years ago
- 0cd85e6 IB/qib: Convert old cpumask api into new one by Motohiro KOSAKI · 13 years ago
- 0c9361f RDMA/cma: Avoid assigning an IS_ERR value to cm_id pointer in CMA id object by Jack Morgenstein · 13 years ago
- 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
- cdb73db IB/mthca: Stop returning separate error and status from FW commands by Goldwyn Rodrigues · 13 years ago
- 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
- fd1b6c4 IB/srp: Avoid duplicate devices from LUN scan by Bart Van Assche · 13 years ago
- e12fe68 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
- b2bc478 RDMA: Check for NULL mode in .devnode methods by Goldwyn Rodrigues · 13 years ago
- c7d74b0 Merge branches 'cxgb4' and 'qib' into for-next by Roland Dreier · 13 years ago
- 3126448 IB/qib: Ensure that LOS and DFE are being turned off by Mitko Haralanov · 13 years ago
- 8da7e7a RDMA/cxgb4: Couple of abort fixes by Steve Wise · 13 years ago
- 301c2c3 RDMA/cxgb4: Don't truncate MR lengths by Steve Wise · 13 years ago
- 2ff7d09 RDMA/cxgb4: Don't exceed hw IQ depth limit for user CQs by Steve Wise · 13 years ago
- c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 13 years ago
- a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
- 4c171ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
- 8dc4abd Merge branches 'cma', 'cxgb3', 'cxgb4', 'misc', 'nes', 'netlink', 'srp' and 'uverbs' into for-next by Roland Dreier · 13 years ago
- 83e9502 RDMA/cma: Save PID of ID's owner by Nir Muchtar · 14 years ago
- 753f618 RDMA/cma: Add support for netlink statistics export by Nir Muchtar · 14 years ago
- b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 15 years ago
- 550e5ca RDMA/cma: Export enum cma_state in <rdma/rdma_cm.h> by Nir Muchtar · 13 years ago
- 52f81db RDMA/nes: Add a check for strict_strtoul() by Liu Yuan · 14 years ago
- 8078386 RDMA/cxgb3: Don't post zero-byte read if endpoint is going away by Steve Wise · 13 years ago
- c337374 RDMA/cxgb4: Use completion objects for event blocking by Steve Wise · 13 years ago
- 737b94e IB/srp: Fix integer -> pointer cast warnings by Roland Dreier · 13 years ago
- c3af098 IB: Add devnode methods to cm_class and umad_class by Roland Dreier · 13 years ago
- c8367c4 IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP required by Ira Weiny · 13 years ago
- 71c29bd IB/uverbs: Add devnode method to set path/mode by Roland Dreier · 13 years ago
- 04ea2f8 RDMA/ucma: Add .nodename/.mode to tell userspace where to create device node by Roland Dreier · 13 years ago
- 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
- 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
- b2cbae2 RDMA: Add netlink infrastructure by Roland Dreier · 13 years ago
- fd75c78 RDMA: Add error handling to ib_core_init() by Nir Muchtar · 13 years ago
- 880102e Merge remote branch 'origin/master' into merge by Benjamin Herrenschmidt · 13 years ago
- 4c844066 Merge branch 'merge' into next by Benjamin Herrenschmidt · 13 years ago
- 1df9fad1 Merge branches 'cma', 'cxgb4' and 'qib' into for-next by Roland Dreier · 13 years ago
- 1c65335 IB/qib: Use pci_dev->revision by Sergei Shtylyov · 13 years ago
- 5fc3590 infiniband: Remove rt->rt_src usage in addr4_resolve() by David S. Miller · 13 years ago
- d0c49bf RDMA/iwcm: Get rid of enum iw_cm_event_status by Roland Dreier · 13 years ago
- ec03d67 IB/ipath: Use pci_dev->revision, again by Sergei Shtylyov · 13 years ago
- 9f5754e IB/qib: Prevent driver hang with unprogrammed boards by Mitko Haralanov · 13 years ago
- 2f25e9a RDMA/cxgb4: EEH errors can hang the driver by Steve Wise · 13 years ago
- d9594d9 RDMA/cxgb4: Reset wait condition atomically by Steve Wise · 13 years ago
- 85d215b RDMA/cxgb4: Fix missing parentheses by Roel Kluin · 13 years ago
- bbe9a0a RDMA/cxgb4: Initialization errors can cause crash by Steve Wise · 13 years ago
- 30c95c2 RDMA/cxgb4: Don't change QP state outside EP lock by Steve Wise · 13 years ago
- a9bb791 RDMA/cma: Add an ID_REUSEADDR option by Hefty, Sean · 13 years ago
- 43b752d RDMA/cma: Fix handling of IPv6 addressing in cma_use_port by Hefty, Sean · 13 years ago
- 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 14 years ago
- 7073949 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API by David Decotigny · 14 years ago
- e9c5499 Revert wrong fixes for common misspellings by Lucas De Marchi · 14 years ago
- e297d9d cxgb4: use pgprot_writecombine() on powerpc by Nishanth Aravamudan · 14 years ago
- 3d96c74 net: infiniband/ulp/ipoib: convert to hw_features by Michał Mirosław · 14 years ago
- dd6f6d0 net: infiniband/hw/nes: convert to hw_features by Michał Mirosław · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- dc50edd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
- 00a24705 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
- cf55bb2 RDMA/nes: Fix test of uninitialized netdev by Roland Dreier · 14 years ago
- 0625bef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
- 0345584 mlx4: generalization of multicast steering. by Yevgeny Petrilin · 14 years ago
- 725c899 mlx4_en: Reporting HW revision in ethtool -i by Yevgeny Petrilin · 14 years ago
- ba82638 Merge branches 'misc', 'nes' and 'srp' into for-next by Roland Dreier · 14 years ago
- 7f9e5c48 IB: Increase DMA max_segment_size on Mellanox hardware by David Dillow · 14 years ago