index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-12
/
+12
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-20
/
+19
2026-01-20
net: remove legacy way to get/set HW timestamp config
Vadim Fedorenko
-4
/
+2
2025-10-31
IB/IPoIB: Add support for hwtstamp get/set ndos
Carolina Jubran
-0
/
+29
2025-09-18
IB/ipoib: Ignore L3 master device
Vlad Dumitrescu
-10
/
+11
2025-06-26
RDMA/ipoib: Use parent rdma device net namespace
Mark Bloch
-0
/
+2
2025-05-22
IB/IPoIB: Allow using netdevs that require the instance lock
Cosmin Ratiu
-15
/
+31
2025-05-22
IB/IPoIB: Replace vlan_rwsem with the netdev instance lock
Cosmin Ratiu
-57
/
+87
2025-05-22
IB/IPoIB: Enqueue separate work_structs for each flushed interface
Cosmin Ratiu
-22
/
+44
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
-2
/
+2
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
-2
/
+5
2024-10-30
RDMA: Use ethtool string helpers
Rosen Penev
-6
/
+3
2024-10-28
RDMA/ipoib: Use the networking stack default for txqueuelen
Gal Pressman
-1
/
+2
2024-08-19
RDMA/ipoib: Remove unused declarations
Zhang Zekun
-4
/
+0
2024-05-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-4
/
+7
2024-05-12
RDMA/IPoIB: Fix format truncation compilation errors
Leon Romanovsky
-2
/
+6
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
-2
/
+2
2024-05-02
RDMA/ipoib: Remove NULL check before dev_{put, hold}
Jules Irenge
-2
/
+1
2024-03-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-2
/
+1
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
-2
/
+2
2024-01-25
RDMA/ipoib: Print symbolic error name instead of error code
Christian Heusel
-2
/
+1
2023-12-12
IB/ipoib: Fix mcast list locking
Daniel Vacek
-5
/
+1
2023-11-26
RDMA/IPoIB: Add tx timeout work to recover queue stop situation
Jack Wang
-3
/
+60
2023-11-26
RDMA/IPoIB: Fix error code return in ipoib_mcast_join
Jack Wang
-0
/
+1
2023-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-2
/
+3
2023-10-24
RDMA/core: Remove NULL check before dev_{put, hold}
Yang Li
-2
/
+1
2023-10-11
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
-2
/
+2
2023-09-26
RDMA/ipoib: Add support for XDR speed in ethtool
Patrisious Haddad
-0
/
+2
2023-02-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-1
/
+1
2023-01-26
IB/IPoIB: Fix legacy IPoIB due to wrong number of queues
Dragos Tatulea
-0
/
+8
2023-01-10
RDMA/cma: Refactor the inbound/outbound path records process flow
Mark Zhang
-1
/
+1
2022-12-11
IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces
Dragos Tatulea
-0
/
+7
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
-1
/
+1
2022-09-22
RDMA/cma: Multiple path records support with netlink channel
Mark Zhang
-1
/
+1
2022-08-30
IB/cm: Remove the service_mask parameter from ib_cm_listen()
Mark Zhang
-2
/
+2
2022-08-21
IB: move from strlcpy with unused retval to strscpy
Wolfram Sang
-2
/
+2
2022-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
-3
/
+5
2022-07-22
IB: Fix repeated words 'the the' comments
Slark Xiao
-1
/
+1
2022-07-17
ipoib: switch to netif_napi_add_weight()
Jakub Kicinski
-2
/
+4
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
-1
/
+1
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
-5
/
+7
2022-01-28
RDMA/ipoib: Delete useless module.h include
Leon Romanovsky
-2
/
+0
2021-10-25
RDMA/ipoib: Use dev_addr_mod()
Jakub Kicinski
-14
/
+16
2021-10-12
RDMA: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
-1
/
+0
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
-2
/
+6
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
-4
/
+4
2021-06-22
Merge tag 'v5.13-rc7' into rdma.git for-next
Jason Gunthorpe
-0
/
+1
2021-06-21
RDMA: Fix kernel-doc warnings about wrong comment
Leon Romanovsky
-3
/
+4
2021-06-08
RDMA/ipoib: Use refcount_t instead of atomic_t for reference counting
Weihang Li
-6
/
+6
[next]