Age | Commit message (Expand) | Author | Files | Lines |
2019-02-28 | net/smc: allow pnetid-less configuration | Ursula Braun | 1 | -1/+41 |
2019-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2019-02-21 | net/smc: allow PCI IDs as ib device names in the pnet table | Hans Wippel | 1 | -2/+4 |
2019-02-21 | net/smc: add pnet table namespace support | Hans Wippel | 4 | -43/+162 |
2019-02-21 | net/smc: add smcd support to the pnet table | Hans Wippel | 1 | -7/+80 |
2019-02-21 | net/smc: rework pnet table | Hans Wippel | 4 | -194/+249 |
2019-02-21 | net/smc: cleanup for smcr_tx_sndbuf_nonempty | Ursula Braun | 1 | -3/+2 |
2019-02-21 | net/smc: fix smc_poll in SMC_INIT state | Ursula Braun | 1 | -3/+3 |
2019-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -12/+11 |
2019-02-12 | net/smc: check port_idx of ib event | Karsten Graul | 1 | -8/+16 |
2019-02-12 | net/smc: check connections in smc_lgr_free_work | Karsten Graul | 1 | -4/+2 |
2019-02-12 | net/smc: reduce amount of status updates to peer | Karsten Graul | 1 | -14/+8 |
2019-02-12 | net/smc: no delay for free tx buffer wait | Karsten Graul | 1 | -1/+1 |
2019-02-12 | net/smc: move wake up of close waiter | Karsten Graul | 2 | -2/+7 |
2019-02-12 | net/smc: reset cursor update required flag | Karsten Graul | 2 | -4/+4 |
2019-02-08 | net/smc: fix byte_order for rx_curs_confirmed | Ursula Braun | 2 | -12/+11 |
2019-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 13 | -67/+158 |
2019-02-07 | net/smc: original socket family in inet_sock_diag | Karsten Graul | 1 | -2/+1 |
2019-02-07 | net/smc: move code to clear the conn->lgr field | Karsten Graul | 1 | -2/+3 |
2019-02-07 | net/smc: use client and server LGR pending locks for SMC-R | Hans Wippel | 1 | -16/+28 |
2019-02-07 | net/smc: unlock LGR pending lock earlier for SMC-D | Hans Wippel | 1 | -5/+9 |
2019-02-07 | net/smc: use smc_curs_copy() for SMC-D | Ursula Braun | 1 | -4/+5 |
2019-02-07 | net/smc: postpone release of clcsock | Ursula Braun | 2 | -17/+23 |
2019-02-04 | net/smc: correct state change for peer closing | Ursula Braun | 1 | -8/+1 |
2019-02-04 | net/smc: delete rkey first before switching to unused | Ursula Braun | 1 | -1/+1 |
2019-02-04 | net/smc: fix sender_free computation | Ursula Braun | 3 | -4/+30 |
2019-02-04 | net/smc: preallocated memory for rdma work requests | Ursula Braun | 7 | -33/+92 |
2019-02-03 | socket: Add SO_TIMESTAMPING_NEW | Deepa Dinamani | 1 | -1/+2 |
2019-02-01 | net/smc: fix use of variable in cleared area | Karsten Graul | 1 | -4/+4 |
2019-02-01 | net/smc: use device link provided in qp_context | Karsten Graul | 1 | -3/+3 |
2019-02-01 | net/smc: call smc_cdc_msg_send() under send_lock | Karsten Graul | 1 | -1/+4 |
2019-02-01 | net/smc: do not wait under send_lock | Karsten Graul | 1 | -6/+4 |
2019-02-01 | net/smc: recvmsg and splice_read should return 0 after shutdown | Karsten Graul | 1 | -1/+10 |
2019-02-01 | net/smc: don't wait for send buffer space when data was already sent | Karsten Graul | 1 | -4/+3 |
2019-02-01 | net/smc: prevent races between smc_lgr_terminate() and smc_conn_free() | Karsten Graul | 1 | -0/+4 |
2019-02-01 | net/smc: allow 16 byte pnetids in netlink policy | Hans Wippel | 1 | -1/+1 |
2019-02-01 | net/smc: fix another sizeof to int comparison | Ursula Braun | 1 | -1/+1 |
2019-01-07 | smc: move unhash as early as possible in smc_release() | Cong Wang | 1 | -1/+3 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+16 |
2018-12-18 | net/smc: fix TCP fallback socket release | Myungho Jung | 2 | -2/+16 |
2018-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -50/+120 |
2018-11-23 | net/smc: unregister rkeys of unused buffer | Karsten Graul | 3 | -13/+18 |
2018-11-23 | net/smc: add infrastructure to send delete rkey messages | Karsten Graul | 3 | -1/+57 |
2018-11-23 | net/smc: avoid a delay by waiting for nothing | Karsten Graul | 1 | -1/+3 |
2018-11-23 | net/smc: cleanup listen worker mutex unlocking | Ursula Braun | 1 | -2/+3 |
2018-11-23 | net/smc: short wait for late smc_clc_wait_msg | Ursula Braun | 3 | -11/+13 |
2018-11-23 | net/smc: no link delete for a never active link | Ursula Braun | 1 | -1/+4 |
2018-11-23 | net/smc: allow fallback after clc timeouts | Ursula Braun | 2 | -6/+11 |
2018-11-23 | net/smc: remove sock_error detour in clc-functions | Ursula Braun | 1 | -13/+5 |
2018-11-23 | net/smc: make smc_lgr_free() static | Ursula Braun | 2 | -2/+3 |