index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
13
-0
/
+14
2010-03-19
sysfs: fix sysfs lockdep warning in infiniband code
Greg Kroah-Hartman
1
-0
/
+1
2010-03-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-0
/
+3
2010-03-12
IB/mad: Ignore iWARP devices on device removal
Steve Wise
1
-0
/
+3
2010-03-08
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
2
-2
/
+2
2010-03-08
driver core: Convert some drivers to CLASS_ATTR_STRING
Andi Kleen
3
-26
/
+11
2010-03-08
driver-core: Add attribute argument to class_attribute show/store
Andi Kleen
3
-3
/
+9
2010-03-06
infiniband: use for_each_set_bit()
Akinobu Mita
1
-16
/
+5
2010-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-26
/
+25
2010-03-03
switch infiniband uverbs to anon_inodes
Al Viro
3
-81
/
+28
2010-03-02
Merge branch 'misc' into for-next
Roland Dreier
3
-67
/
+10
2010-02-25
IB/uverbs: Use anon_inodes instead of private infinibandeventfs
Roland Dreier
1
-56
/
+4
2010-02-25
IB/core: Fix and clean up ib_ud_header_init()
Eli Cohen
1
-10
/
+4
2010-02-24
IB/ucm: Clean whitespace errors
Alexander Chiang
1
-3
/
+3
2010-02-24
IB/ucm: Increase maximum devices supported
Alexander Chiang
1
-8
/
+45
2010-02-24
IB/ucm: Use stack variable 'base' in ib_ucm_add_one
Alexander Chiang
1
-1
/
+3
2010-02-24
IB/ucm: Use stack variable 'devnum' in ib_ucm_add_one
Alexander Chiang
1
-5
/
+7
2010-02-24
IB/umad: Clean whitespace
Alexander Chiang
1
-13
/
+13
2010-02-24
IB/umad: Increase maximum devices supported
Alexander Chiang
1
-6
/
+44
2010-02-24
IB/umad: Use stack variable 'base' in ib_umad_init_port
Alexander Chiang
1
-2
/
+5
2010-02-24
IB/umad: Use stack variable 'devnum' in ib_umad_init_port
Alexander Chiang
1
-6
/
+9
2010-02-24
IB/umad: Remove port_table[]
Alexander Chiang
1
-36
/
+9
2010-02-24
IB/umad: Convert *cdev to cdev in struct ib_umad_port
Alexander Chiang
1
-26
/
+20
2010-02-24
IB/uverbs: Whitespace cleanup
Alexander Chiang
1
-34
/
+34
2010-02-24
IB/uverbs: Pack struct ib_uverbs_event_file tighter
Alexander Chiang
1
-2
/
+2
2010-02-24
IB/uverbs: Increase maximum devices supported
Alexander Chiang
1
-6
/
+50
2010-02-24
IB/uverbs: use stack variable 'base' in ib_uverbs_add_one
Alexander Chiang
1
-1
/
+3
2010-02-24
IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_one
Alexander Chiang
1
-5
/
+7
2010-02-24
IB/uverbs: Remove dev_table
Alexander Chiang
1
-19
/
+5
2010-02-24
IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_device
Alexander Chiang
2
-16
/
+14
2010-02-12
RDMA: Use rlimit helpers
Jiri Slaby
1
-1
/
+1
2010-02-10
RDMA/cm: Revert association of an RDMA device when binding to loopback
Sean Hefty
1
-3
/
+1
2010-01-07
IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6
Robert P. J. Day
1
-1
/
+1
2009-12-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...
Linus Torvalds
1
-2
/
+7
2009-12-16
switch alloc_file() to passing struct path
Al Viro
1
-2
/
+7
2009-12-16
Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', ...
Roland Dreier
5
-232
/
+241
2009-12-10
IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context()
Roel Kluin
1
-1
/
+1
2009-11-20
IB/addr: Fix IPv6 routing lookup
Sean Hefty
2
-117
/
+74
2009-11-20
IB/addr: Simplify resolving IPv4 addresses
Sean Hefty
1
-58
/
+23
2009-11-20
RDMA/cm: fix loopback address support
Sean Hefty
2
-38
/
+47
2009-11-19
IB/addr: Store net_device type instead of translating to RDMA transport
Sean Hefty
2
-15
/
+4
2009-11-19
IB/addr: Verify source and destination address families match
Sean Hefty
1
-8
/
+19
2009-11-19
RDMA/cma: Replace net_device pointer with index
Sean Hefty
2
-2
/
+14
2009-11-19
RDMA/cma: Fix AF_INET6 support in multicast joining
Jason Gunthorpe
1
-0
/
+5
2009-11-19
RDMA/cma: Correct detection of SA Created MGID
Jason Gunthorpe
1
-1
/
+1
2009-11-19
RDMA/addr: Use appropriate locking with for_each_netdev()
Eric Dumazet
1
-1
/
+7
2009-11-16
RDMA/ucma: Add option to manually set IB path
Sean Hefty
2
-0
/
+55
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2
-0
/
+2
2009-10-08
RDMA/addr: Fix resolution of local IPv6 addresses
David J. Wilder
1
-1
/
+1
2009-10-08
RDMA/iwcm: Don't call provider reject func with irqs disabled
Steve Wise
1
-0
/
+2
[next]