index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/ipoib: Ensure that MTU isn't less than minimum permitted
Muhammad Sammar
2019-11-20
1
-1
/
+2
*
IB/ipoib: Add child to parent list only if device initialized
Valentine Fatiev
2019-07-31
1
-14
/
+20
*
ipoib: correcly show a VF hardware address
Denis Kirjanov
2019-07-26
1
-0
/
+1
*
IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start
Feras Daoud
2019-03-13
2
-3
/
+1
*
IB/ipoib: Use dev_port to expose network interface port numbers
Arseny Maslennikov
2018-11-13
1
-0
/
+2
*
IB/ipoib: Clear IPCB before icmp_send
Denis Drozdov
2018-11-13
1
-2
/
+6
*
IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler
Aaron Knister
2018-09-05
1
-0
/
+2
*
IB/ipoib: Consolidate checking of the proposed child interface
Jason Gunthorpe
2018-08-02
2
-28
/
+52
*
IB/ipoib: Maintain the child_intfs list from ndo_init/uninit
Jason Gunthorpe
2018-08-02
3
-26
/
+16
*
IB/ipoib: Do not remove child devices from within the ndo_uninit
Jason Gunthorpe
2018-08-02
3
-11
/
+30
*
IB/ipoib: Get rid of the sysfs_mutex
Jason Gunthorpe
2018-08-02
4
-48
/
+65
*
RDMA/netdev: Use priv_destructor for netdev cleanup
Jason Gunthorpe
2018-08-02
3
-66
/
+105
*
IB/ipoib: Move init code to ndo_init
Jason Gunthorpe
2018-08-02
4
-119
/
+114
*
IB/ipoib: Move all uninit code into ndo_uninit
Jason Gunthorpe
2018-08-02
3
-32
/
+34
*
IB/ipoib: Use cancel_delayed_work_sync for neigh-clean task
Erez Shitrit
2018-08-02
2
-24
/
+10
*
IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN
Jason Gunthorpe
2018-08-02
4
-13
/
+18
*
IB/IPoIB: Set ah valid flag in multicast send flow
Denis Drozdov
2018-08-01
1
-0
/
+1
*
RDMA: Fix return code check in rdma_set_cq_moderation
Kamal Heib
2018-07-31
1
-1
/
+1
*
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
Parav Pandit
2018-07-30
1
-6
/
+9
*
RDMA/ipoib: Fix check for return code from ib_create_srq
Kamal Heib
2018-07-30
1
-1
/
+1
*
IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
2018-07-24
2
-13
/
+6
*
IB/ipoib: Fix error return code in ipoib_dev_init()
Wei Yongjun
2018-07-24
1
-1
/
+2
*
IPoIB: use kvzalloc to allocate an array of bucket pointers
Jan Dakinevich
2018-07-23
1
-2
/
+2
*
RDMA/ipoib: Fix return code from ipoib_cm_dev_init
Kamal Heib
2018-07-09
2
-3
/
+3
*
RDMA/ipoib: Fix use of sizeof()
Kamal Heib
2018-07-09
7
-23
/
+23
*
RDMA/ipoib: Prefer unsigned int to bare use of unsigned
Kamal Heib
2018-07-09
4
-14
/
+16
*
RDMA/ipoib: Use min_t() macro instead of min()
Kamal Heib
2018-07-09
1
-3
/
+4
*
IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'
Parav Pandit
2018-06-25
1
-1
/
+1
*
IB: Make init_ah_attr_grh_fields set sgid_attr
Parav Pandit
2018-06-25
1
-1
/
+3
*
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
2018-06-18
2
-3
/
+3
*
IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid
Parav Pandit
2018-06-18
2
-3
/
+4
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
2
-4
/
+7
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
1
-3
/
+4
*
RDMA/ipoib: drop skb on path record lookup failure
Evgenii Smirnov
2018-05-22
1
-41
/
+21
*
RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE events
Doug Ledford
2018-05-22
2
-7
/
+28
*
IB/ipoib: replace local_irq_disable() with proper locking
Sebastian Andrzej Siewior
2018-05-16
1
-9
/
+6
*
IB/ipoib: fix ipoib_start_xmit()'s return type
Luc Van Oostenryck
2018-04-27
1
-1
/
+1
*
IB/ipoib: Delete unused struct
Yuval Shaia
2018-04-03
1
-5
/
+0
*
IB/{core, ipoib}: Simplify ib_find_gid() for unused ndev
Parav Pandit
2018-03-15
1
-1
/
+1
*
IB/ipoib: Do not warn if IPoIB debugfs doesn't exist
Alaa Hleihel
2018-02-15
1
-2
/
+0
*
IB/ipoib: Fix for potential no-carrier state
Alex Estrin
2018-02-01
1
-0
/
+3
*
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Jason Gunthorpe
2018-01-30
1
-2
/
+1
|
\
|
*
net: don't call update_pmtu unconditionally
Nicolas Dichtel
2018-01-25
1
-2
/
+1
*
|
Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-next
Doug Ledford
2018-01-08
2
-8
/
+22
|
\
\
|
|
/
|
*
IB/ipoib: Fix race condition in neigh creation
Erez Shitrit
2018-01-02
2
-8
/
+22
*
|
IB/ipoib: Fix for notify send CQ failure messages
Alex Estrin
2018-01-03
2
-5
/
+7
*
|
Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...
Jason Gunthorpe
2017-12-27
2
-4
/
+4
|
\
\
|
|
/
|
*
IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flush
Alex Vesker
2017-12-21
1
-4
/
+3
|
*
IB/ipoib: Restore MM behavior in case of tx_ring allocation failure
Yuval Shaia
2017-12-13
1
-0
/
+1
*
|
IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...
Parav Pandit
2017-12-18
1
-1
/
+2
[next]