Age | Commit message (Expand) | Author | Files | Lines |
2018-07-11 | infiniband: i40iw, nes: don't use wall time for TCP sequence numbers | Arnd Bergmann | 1 | -3/+5 |
2017-12-22 | nes: Change accelerated flag to bool | Shiraz Saleem | 1 | -1/+1 |
2017-10-18 | Merge branch 'timer_setup' into for-next | Doug Ledford | 1 | -3/+2 |
2017-10-15 | IB/nes: Remove set-but-not-used variables | Bart Van Assche | 1 | -8/+0 |
2017-10-15 | IB/nes: Suppress gcc 7 fall-through complaints | Bart Van Assche | 1 | -0/+1 |
2017-10-09 | RDMA/nes: Convert timers to use timer_setup() | Kees Cook | 1 | -3/+2 |
2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
2017-06-02 | RDMA/nes: ACK MPA Reply frame | Tatyana Nikolova | 1 | -1/+1 |
2017-06-02 | RDMA/nes: Don't set 0-length FULPDU RTR indication control flag | Tatyana Nikolova | 1 | -1/+0 |
2017-01-12 | RDMA/nes: use designated initializers | Kees Cook | 1 | -11/+11 |
2016-12-03 | IB/nes: Remove debug prints after allocation failure | Leon Romanovsky | 1 | -3/+1 |
2016-10-07 | IB/nes: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 1 | -2/+2 |
2016-03-16 | Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6 | Doug Ledford | 1 | -275/+86 |
2016-03-16 | iw_nes: remove port mapper related code | Faisal Latif | 1 | -275/+76 |
2016-03-01 | nes: handling failed allocation when creating workqueue | Insu Yun | 1 | -0/+10 |
2016-01-19 | RDMA/nes: checking for NULL instead of IS_ERR | Dan Carpenter | 1 | -2/+2 |
2015-12-24 | RDMA/nes: constify nes_cm_ops structure | Julia Lawall | 1 | -1/+1 |
2015-12-23 | nes: simplify nes_reg_phys_mr calling conventions | Christoph Hellwig | 1 | -6/+4 |
2015-12-23 | IB: remove support for phys MRs | Christoph Hellwig | 1 | -4/+3 |
2015-07-14 | RDMA/nes: Fix for resolving the neigh | Tatyana Nikolova | 1 | -2/+3 |
2015-06-02 | RDMA/nes: Enable the use of the tos field in the nes driver | Faisal Latif | 1 | -0/+7 |
2015-05-05 | RDMA/nes: Report the actual address of the remote connecting peer | Tatyana Nikolova | 1 | -17/+48 |
2014-06-10 | RDMA/nes: Add support for iWARP Port Mapper user space service | Tatyana Nikolova | 1 | -60/+260 |
2014-03-17 | RDMA/nes: Fix for passing a valid QP pointer to the user space library | Tatyana Nikolova | 1 | -1/+1 |
2014-03-17 | RDMA/nes: Fixes for IRD/ORD negotiation with MPA v2 | Tatyana Nikolova | 1 | -29/+90 |
2014-01-23 | RDMA/nes: Slight optimization of Ethernet address compare | Ding Tianhong | 1 | -2/+1 |
2013-08-12 | RDMA/cma: Add IPv6 support for iWARP | Steve Wise | 1 | -69/+84 |
2013-01-05 | nes: remove usage of dev->master | Jiri Pirko | 1 | -1/+1 |
2012-12-08 | RDMA/nes: Fix for BUG_ON due to adding already-pending timer | Tatyana Nikolova | 1 | -18/+6 |
2012-11-22 | RDMA/nes: Use WARN() | Julia Lawall | 1 | -5/+3 |
2012-10-01 | RDMA/nes: Fix for crash when TX checksum offload is off | Tatyana Nikolova | 1 | -0/+2 |
2012-10-01 | RDMA/nes: Fix incorrect resolving of the loopback MAC address | Tatyana Nikolova | 1 | -25/+7 |
2012-05-14 | RDMA/nes: Don't call event handler if pointer is NULL | Tatyana Nikolova | 1 | -1/+2 |
2012-05-14 | RDMA/nes: Fix for the ORD value of the connecting peer | Tatyana Nikolova | 1 | -0/+4 |
2012-03-21 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -17/+22 |
2012-02-26 | RDMA/nes: Fixes for sparse endianness warnings | Tatyana Nikolova | 1 | -17/+22 |
2012-02-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
2012-01-31 | RDMA/nes: Copyright update | Tatyana Nikolova | 1 | -1/+1 |
2012-01-27 | RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh() | Roland Dreier | 1 | -2/+3 |
2012-01-27 | RDMA/nes: Fix for sending MPA reject frame | Tatyana Nikolova | 1 | -0/+3 |
2012-01-26 | infiniband: nes: Convert nes_addr_resolve_neigh() over to dst_neigh_lookup(). | David Miller | 1 | -3/+8 |
2012-01-09 | Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
2012-01-04 | RDMA/nes: Fix terminate during AE | Tatyana Nikolova | 1 | -0/+1 |
2011-12-06 | infiniband: nes: Use dst's neighbour entry. | David Miller | 1 | -9/+5 |
2011-12-06 | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 1 | -1/+1 |
2011-11-30 | IB: Fix RCU lockdep splats | Eric Dumazet | 1 | -2/+4 |
2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 1 | -460/+661 |
2011-10-10 | RDMA/nes: Support for Packed And Unaligned fpdus | Faisal Latif | 1 | -3/+16 |
2011-10-06 | RDMA/nes: Add support for MPAv2 Enhanced RDMA Negotiation | Tatyana Nikolova | 1 | -457/+645 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |