index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-05
IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler
Aaron Knister
1
-0
/
+2
2018-08-02
IB/ipoib: Consolidate checking of the proposed child interface
Jason Gunthorpe
2
-28
/
+52
2018-08-02
IB/ipoib: Maintain the child_intfs list from ndo_init/uninit
Jason Gunthorpe
3
-26
/
+16
2018-08-02
IB/ipoib: Do not remove child devices from within the ndo_uninit
Jason Gunthorpe
3
-11
/
+30
2018-08-02
IB/ipoib: Get rid of the sysfs_mutex
Jason Gunthorpe
4
-48
/
+65
2018-08-02
RDMA/netdev: Use priv_destructor for netdev cleanup
Jason Gunthorpe
3
-66
/
+105
2018-08-02
IB/ipoib: Move init code to ndo_init
Jason Gunthorpe
4
-119
/
+114
2018-08-02
IB/ipoib: Move all uninit code into ndo_uninit
Jason Gunthorpe
3
-32
/
+34
2018-08-02
IB/ipoib: Use cancel_delayed_work_sync for neigh-clean task
Erez Shitrit
2
-24
/
+10
2018-08-02
IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN
Jason Gunthorpe
4
-13
/
+18
2018-08-01
IB/IPoIB: Set ah valid flag in multicast send flow
Denis Drozdov
1
-0
/
+1
2018-07-31
RDMA: Fix return code check in rdma_set_cq_moderation
Kamal Heib
1
-1
/
+1
2018-07-30
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
Parav Pandit
1
-6
/
+9
2018-07-30
RDMA/ipoib: Fix check for return code from ib_create_srq
Kamal Heib
1
-1
/
+1
2018-07-24
IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
2
-13
/
+6
2018-07-24
IB/ipoib: Fix error return code in ipoib_dev_init()
Wei Yongjun
1
-1
/
+2
2018-07-23
IPoIB: use kvzalloc to allocate an array of bucket pointers
Jan Dakinevich
1
-2
/
+2
2018-07-09
RDMA/ipoib: Fix return code from ipoib_cm_dev_init
Kamal Heib
2
-3
/
+3
2018-07-09
RDMA/ipoib: Fix use of sizeof()
Kamal Heib
7
-23
/
+23
2018-07-09
RDMA/ipoib: Prefer unsigned int to bare use of unsigned
Kamal Heib
4
-14
/
+16
2018-07-09
RDMA/ipoib: Use min_t() macro instead of min()
Kamal Heib
1
-3
/
+4
2018-06-25
IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'
Parav Pandit
1
-1
/
+1
2018-06-25
IB: Make init_ah_attr_grh_fields set sgid_attr
Parav Pandit
1
-1
/
+3
2018-06-18
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
2
-3
/
+3
2018-06-18
IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid
Parav Pandit
2
-3
/
+4
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
2
-4
/
+7
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+4
2018-05-22
RDMA/ipoib: drop skb on path record lookup failure
Evgenii Smirnov
1
-41
/
+21
2018-05-22
RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE events
Doug Ledford
2
-7
/
+28
2018-05-16
IB/ipoib: replace local_irq_disable() with proper locking
Sebastian Andrzej Siewior
1
-9
/
+6
2018-04-27
IB/ipoib: fix ipoib_start_xmit()'s return type
Luc Van Oostenryck
1
-1
/
+1
2018-04-03
IB/ipoib: Delete unused struct
Yuval Shaia
1
-5
/
+0
2018-03-15
IB/{core, ipoib}: Simplify ib_find_gid() for unused ndev
Parav Pandit
1
-1
/
+1
2018-02-15
IB/ipoib: Do not warn if IPoIB debugfs doesn't exist
Alaa Hleihel
1
-2
/
+0
2018-02-01
IB/ipoib: Fix for potential no-carrier state
Alex Estrin
1
-0
/
+3
2018-01-30
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Jason Gunthorpe
1
-2
/
+1
2018-01-25
net: don't call update_pmtu unconditionally
Nicolas Dichtel
1
-2
/
+1
2018-01-08
Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-next
Doug Ledford
2
-8
/
+22
2018-01-03
IB/ipoib: Fix for notify send CQ failure messages
Alex Estrin
2
-5
/
+7
2018-01-02
IB/ipoib: Fix race condition in neigh creation
Erez Shitrit
2
-8
/
+22
2017-12-27
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
2
-4
/
+4
2017-12-21
IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flush
Alex Vesker
1
-4
/
+3
2017-12-18
IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...
Parav Pandit
1
-1
/
+2
2017-12-18
IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layer
Parav Pandit
1
-2
/
+1
2017-12-18
IB/ipoib: Update pathrec field if not valid record
Erez Shitrit
1
-15
/
+34
2017-12-18
IB/ipoib: Avoid memory leak if the SA returns a different DGID
Erez Shitrit
1
-0
/
+16
2017-12-13
IB/ipoib: Warn when one port fails to initialize
Yuval Shaia
1
-3
/
+4
2017-12-13
IB/ipoib: Restore MM behavior in case of tx_ring allocation failure
Yuval Shaia
1
-0
/
+1
2017-12-11
IB/ipoib: Replace printk with pr_warn
Yuval Shaia
3
-19
/
+18
2017-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
6
-100
/
+158
[next]