Age | Commit message (Expand) | Author | Files | Lines |
2021-10-25 | RDMA/ipoib: Use dev_addr_mod() | Jakub Kicinski | 1 | -1/+3 |
2021-05-28 | IB/ipoib: Use DEVICE_ATTR_*() macros | YueHaibing | 1 | -4/+4 |
2021-04-19 | IB/ipoib: Improve latency in ipoib/cm connection formation | Manjunath Patil | 1 | -5/+1 |
2020-10-26 | RDMA: Convert sysfs device * show functions to use sysfs_emit() | Joe Perches | 1 | -2/+2 |
2020-09-09 | RDMA: Restore ability to fail on SRQ destroy | Leon Romanovsky | 1 | -5/+1 |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-05-27 | IB/ipoib: Fix double free of skb in case of multicast traffic in CM mode | Valentine Fatiev | 1 | -6/+9 |
2019-07-03 | IB/ipoib: Remove memset after vzalloc in ipoib_cm.c | Fuqian Huang | 1 | -1/+0 |
2019-01-25 | IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start | Feras Daoud | 1 | -2/+1 |
2018-10-16 | IB/ipoib: Clear IPCB before icmp_send | Denis Drozdov | 1 | -2/+6 |
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: Get rid of the sysfs_mutex | Jason Gunthorpe | 1 | -7/+0 |
2018-08-02 | IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN | Jason Gunthorpe | 1 | -3/+6 |
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 | 1 | -9/+4 |
2018-07-09 | RDMA/ipoib: Fix use of sizeof() | Kamal Heib | 1 | -8/+8 |
2018-07-09 | RDMA/ipoib: Prefer unsigned int to bare use of unsigned | Kamal Heib | 1 | -5/+5 |
2018-07-09 | RDMA/ipoib: Use min_t() macro instead of min() | Kamal Heib | 1 | -3/+4 |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise | 1 | -2/+2 |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -3/+5 |
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-03 | IB/ipoib: Fix for notify send CQ failure messages | Alex Estrin | 1 | -4/+6 |
2017-12-27 | Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/... | Jason Gunthorpe | 1 | -0/+1 |
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 | 1 | -4/+4 |
2017-10-25 | IB/ipoib: Use NAPI in UD/TX flows | Erez Shitrit | 1 | -17/+23 |
2017-10-25 | IB/ipoib: Get rid of the tx_outstanding variable in all modes | Erez Shitrit | 1 | -4/+6 |
2017-09-29 | IB/{ipoib, iser}: Consistent print format of vendor error | Ajaykumar Hotchandani | 1 | -5/+5 |
2017-09-22 | IB/ipoib: Suppress the retry related completion errors | Santosh Shilimkar | 1 | -5/+11 |
2017-08-24 | IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lock | Erez Shitrit | 1 | -1/+7 |
2017-07-23 | IB/ipoib: Remove double pointer assigning | Leon Romanovsky | 1 | -1/+0 |
2017-07-17 | IB/IPoIB: Convert IPoIB to memalloc_noio_* calls | Leon Romanovsky | 1 | -9/+7 |
2017-07-17 | IB: Convert msleep below 20ms to usleep_range | Leon Romanovsky | 1 | -2/+2 |
2017-05-01 | IB/SA: Rename ib_sa_path_rec to sa_path_rec | Dasaratharaman Chandramouli | 1 | -3/+3 |
2017-04-20 | IB/IPoIB: Use defined function for netdev_priv function | Erez Shitrit | 1 | -33/+34 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
2017-02-19 | IB/ipoib: Remove redudant label | Zhu Yanjun | 1 | -4/+3 |
2017-02-19 | IB/ipoib: remove the unnecessary memory free | Zhu Yanjun | 1 | -1/+3 |
2017-01-12 | IB/ipoib: Change list_del to list_del_init in the tx object | Feras Daoud | 1 | -1/+1 |
2017-01-12 | IB/ipoib: Use debug prints instead of warnings in RNR WC status | Feras Daoud | 1 | -3/+6 |
2017-01-12 | IB/ipoib: Add detailed error message to dev_queue_xmit call | Feras Daoud | 1 | -3/+4 |
2017-01-12 | IB/ipoib: Fix deadlock between rmmod and set_mode | Feras Daoud | 1 | -5/+7 |
2016-12-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -9/+1 |
2016-12-14 | Merge branch 'mlx' into merge-test | Doug Ledford | 1 | -2/+0 |
2016-12-03 | IB/ipoib: Remove and fix debug prints after allocation failure | Leon Romanovsky | 1 | -7/+1 |
2016-11-16 | IB/IPoIB: Remove can't use GFP_NOIO warning | Kamal Heib | 1 | -2/+0 |
2016-10-14 | IB/ipoib: move back IB LL address into the hard header | Paolo Abeni | 1 | -7/+8 |
2016-09-02 | IB/ipoib: Fix memory corruption in ipoib cm mode connect flow | Erez Shitrit | 1 | -0/+16 |