| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2017-11-15 | 16 | -149/+256 |
|\ |
|
| * | i40iw: Move cqp_cmd_head init to CQP initialization | Bob Sharp | 2017-10-18 | 1 | -1/+1 |
| * | i40iw: Remove UDA QP from QoS list if creation fails | Ivan Barrera | 2017-10-18 | 3 | -3/+5 |
| * | i40iw: Clear CQP Head/Tail during initialization | Christopher Bednarz | 2017-10-18 | 1 | -0/+3 |
| * | i40iw: Refactor queue depth calculation | Shiraz Saleem | 2017-10-18 | 4 | -43/+67 |
| * | i40iw: Reinitialize IEQ on MTU change | Shiraz Saleem | 2017-10-18 | 5 | -4/+26 |
| * | i40iw: Move ceq_valid to i40iw_sc_dev structure | Shiraz Saleem | 2017-10-18 | 4 | -16/+15 |
| * | i40iw: Account for IPv6 header when setting MSS | Shiraz Saleem | 2017-10-18 | 7 | -13/+15 |
| * | i40iw: Remove unused structures | Mustafa Ismail | 2017-10-18 | 1 | -18/+0 |
| * | i40iw: Move exception_lan_queue to VSI structure | Mustafa Ismail | 2017-10-18 | 3 | -8/+7 |
| * | i40iw: Remove unused static_rsrc from i40iw_create_qp_info | Mustafa Ismail | 2017-10-18 | 3 | -7/+0 |
| * | i40iw: Ignore AE source field in AEQE for some AEs | Mustafa Ismail | 2017-10-18 | 2 | -0/+50 |
| * | i40iw: Cleanup AE processing | Mustafa Ismail | 2017-10-18 | 3 | -14/+3 |
| * | Merge branch 'timer_setup' into for-next | Doug Ledford | 2017-10-18 | 4 | -13/+13 |
| |\ |
|
| | * | RDMA/i40iw: Convert timers to use timer_setup() (part 2) | Kees Cook | 2017-10-18 | 2 | -8/+6 |
| | * | RDMA/i40iw: Convert timers to use timer_setup() | Kees Cook | 2017-10-09 | 3 | -5/+7 |
| * | | Merge branch 'for-next-early' into for-next | Doug Ledford | 2017-10-18 | 9 | -11/+53 |
| |\ \
| | |/
| |/| |
|
| | * | RDMA/i40iw: Remove a set-but-not-used variable | Bart Van Assche | 2017-10-14 | 1 | -2/+0 |
| | * | RDMA/i40iw: Suppress gcc 7 fall-through complaints | Bart Van Assche | 2017-10-14 | 3 | -0/+3 |
| | * | RDMA/i40iw: Fix a race condition | Bart Van Assche | 2017-10-14 | 1 | -4/+9 |
| | * | i40iw: Do not allow posting WR after QP is flushed | Shiraz Saleem | 2017-10-04 | 1 | -0/+13 |
| | * | i40iw: Do not generate CQE for RTR on QP flush | Mustafa Ismail | 2017-10-04 | 2 | -0/+14 |
| | * | i40iw: Do not retransmit MPA request after it is ACKed | Tatyana Nikolova | 2017-10-04 | 2 | -3/+11 |
| | * | i40iw: delete some stray tabs | Dan Carpenter | 2017-09-29 | 1 | -2/+2 |
| | * | IB: Move PCI dependency from root KConfig to HW's KConfigs | Yuval Shaia | 2017-09-27 | 1 | -0/+1 |
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ / |
|
* | | i40iw: Fix port number for query QP | Mustafa Ismail | 2017-10-04 | 1 | -0/+2 |
* | | i40iw: Add missing memory barriers | Mustafa Ismail | 2017-10-04 | 3 | -8/+7 |
|/ |
|
* | i40iw: Add support for port reuse on active side connections | Shiraz Saleem | 2017-09-22 | 2 | -76/+78 |
* | i40iw: Add missing VLAN priority | Mustafa Ismail | 2017-09-22 | 2 | -1/+4 |
* | i40iw: Call i40iw_cm_disconn on modify QP to disconnect | Shiraz Saleem | 2017-09-22 | 1 | -0/+12 |
* | i40iw: Prevent multiple netdev event notifier registrations | Shiraz Saleem | 2017-09-22 | 3 | -19/+20 |
* | i40iw: Fail open if there are no available MSI-X vectors | Shiraz Saleem | 2017-09-22 | 1 | -1/+6 |
* | i40iw: make some structures const | Bhumika Goyal | 2017-08-28 | 1 | -3/+3 |
* | RDMA/i40iw: Remove unused argument | Yuval Shaia | 2017-08-24 | 1 | -12/+6 |
* | i40iw: Improve CQP timeout logic | Shiraz Saleem | 2017-08-22 | 4 | -13/+39 |
* | Merge branch 'k.o/for-4.13-rc' into k.o/for-next | Doug Ledford | 2017-08-18 | 5 | -49/+90 |
|\ |
|
| * | i40iw: Fix potential fcn_id_array out of bounds | Christopher N Bednarz | 2017-08-16 | 1 | -1/+1 |
| * | i40iw: Use correct alignment for CQ0 memory | Christopher N Bednarz | 2017-08-16 | 1 | -1/+1 |
| * | i40iw: Fix typecast of tcp_seq_num | Mustafa Ismail | 2017-08-16 | 1 | -1/+1 |
| * | i40iw: Correct variable names | Mustafa Ismail | 2017-08-16 | 2 | -4/+4 |
| * | i40iw: Fix parsing of query/commit FPM buffers | Chien Tin Tung | 2017-08-16 | 2 | -42/+83 |
* | | Merge branch 'misc' into k.o/for-next | Doug Ledford | 2017-08-18 | 3 | -16/+8 |
|\ \ |
|
| * | | i40iw: fix spelling mistake: "allloc_buf" -> "alloc_buf" | Colin Ian King | 2017-08-18 | 1 | -2/+4 |
| * | | i40iw: Fixes for static checker warnings | Shiraz Saleem | 2017-08-18 | 1 | -8/+1 |
| * | | i40iw: Simplify code | Christophe Jaillet | 2017-08-18 | 1 | -6/+3 |
| |/ |
|
* | | RDMA: Simplify get firmware interface | Leon Romanovsky | 2017-08-10 | 1 | -4/+3 |
* | | RDMA: Remove useless MODULE_VERSION | Leon Romanovsky | 2017-07-24 | 1 | -1/+0 |
|/ |
|
* | IB/i40iw: Fix error code in i40iw_create_cq() | Dan Carpenter | 2017-07-20 | 1 | -1/+3 |
* | i40iw: Free QP PBLEs when the QP is destroyed | Tatyana Nikolova | 2017-07-20 | 2 | -5/+12 |