| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-17 | 1 | -19/+39 |
|\ |
|
| * | net/smc: move unhash before release of clcsock | Ursula Braun | 2019-04-11 | 1 | -3/+3 |
| * | net/smc: propagate file from SMC to TCP socket | Ursula Braun | 2019-04-11 | 1 | -10/+28 |
| * | net/smc: wait for pending work before clcsock release_sock | Karsten Graul | 2019-04-11 | 1 | -6/+8 |
* | | net/smc: improve smc_conn_create reason codes | Karsten Graul | 2019-04-12 | 1 | -50/+40 |
* | | net/smc: improve smc_listen_work reason codes | Karsten Graul | 2019-04-12 | 1 | -45/+50 |
* | | net/smc: code cleanup smc_listen_work | Karsten Graul | 2019-04-12 | 1 | -15/+14 |
* | | net/smc: cleanup of get vlan id | Karsten Graul | 2019-04-12 | 1 | -2/+9 |
* | | net/smc: consolidate function parameters | Karsten Graul | 2019-04-12 | 1 | -62/+56 |
* | | net/smc: check for ip prefix and subnet | Karsten Graul | 2019-04-12 | 1 | -3/+9 |
* | | net/smc: nonblocking connect rework | Ursula Braun | 2019-04-12 | 1 | -35/+43 |
|/ |
|
* | net/smc: add pnet table namespace support | Hans Wippel | 2019-02-21 | 1 | -0/+28 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-02-09 | 1 | -1/+10 |
|\ |
|
| * | net/smc: recvmsg and splice_read should return 0 after shutdown | Karsten Graul | 2019-02-01 | 1 | -1/+10 |
* | | net/smc: use client and server LGR pending locks for SMC-R | Hans Wippel | 2019-02-08 | 1 | -16/+28 |
* | | net/smc: unlock LGR pending lock earlier for SMC-D | Hans Wippel | 2019-02-08 | 1 | -5/+9 |
* | | net/smc: postpone release of clcsock | Ursula Braun | 2019-02-08 | 1 | -16/+17 |
* | | socket: Add SO_TIMESTAMPING_NEW | Deepa Dinamani | 2019-02-03 | 1 | -1/+2 |
|/ |
|
* | smc: move unhash as early as possible in smc_release() | Cong Wang | 2019-01-07 | 1 | -1/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-12-20 | 1 | -2/+12 |
|\ |
|
| * | net/smc: fix TCP fallback socket release | Myungho Jung | 2018-12-19 | 1 | -2/+12 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-11-25 | 1 | -4/+7 |
|\| |
|
| * | net/smc: use queue pair number when matching link group | Karsten Graul | 2018-11-22 | 1 | -4/+5 |
| * | net/smc: abort CLC connection in smc_release | Hans Wippel | 2018-11-22 | 1 | -0/+2 |
* | | net/smc: unregister rkeys of unused buffer | Karsten Graul | 2018-11-24 | 1 | -11/+11 |
* | | net/smc: cleanup listen worker mutex unlocking | Ursula Braun | 2018-11-24 | 1 | -2/+3 |
* | | net/smc: short wait for late smc_clc_wait_msg | Ursula Braun | 2018-11-24 | 1 | -7/+8 |
* | | net/smc: allow fallback after clc timeouts | Ursula Braun | 2018-11-24 | 1 | -4/+4 |
* | | net/smc: cleanup tcp_listen_worker initialization | Ursula Braun | 2018-11-24 | 1 | -1/+0 |
|/ |
|
* | Revert "net: simplify sock_poll_wait" | Karsten Graul | 2018-10-23 | 1 | -1/+1 |
* | net/smc: no urgent data check for listen sockets | Karsten Graul | 2018-09-19 | 1 | -2/+2 |
* | net/smc: remove duplicate mutex_unlock | Ursula Braun | 2018-09-19 | 1 | -6/+9 |
* | net/smc: fix non-blocking connect problem | Ursula Braun | 2018-09-19 | 1 | -2/+5 |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-08-09 | 1 | -5/+10 |
|\ |
|
| * | net/smc: move sock lock in smc_ioctl() | Ursula Braun | 2018-08-09 | 1 | -3/+7 |
| * | net/smc: allow sysctl rmem and wmem defaults for servers | Ursula Braun | 2018-08-09 | 1 | -0/+2 |
| * | net/smc: no shutdown in state SMC_LISTEN | Ursula Braun | 2018-08-09 | 1 | -2/+1 |
* | | net: simplify sock_poll_wait | Christoph Hellwig | 2018-07-30 | 1 | -1/+1 |
* | | net/smc: provide fallback reason code | Karsten Graul | 2018-07-26 | 1 | -22/+30 |
* | | net/smc: use correct vlan gid of RoCE device | Ursula Braun | 2018-07-26 | 1 | -11/+13 |
* | | net/smc: fewer parameters for smc_llc_send_confirm_link() | Ursula Braun | 2018-07-26 | 1 | -8/+2 |
* | | net/smc: eliminate cursor read and write calls | Stefan Raspl | 2018-07-23 | 1 | -6/+2 |
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 2018-07-21 | 1 | -11/+29 |
|\| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-07-19 | 1 | -10/+27 |
| |\ |
|
| | * | net/smc: add error handling for get_user() | Ursula Braun | 2018-07-18 | 1 | -1/+2 |
| | * | net/smc: take sock lock in smc_ioctl() | Ursula Braun | 2018-07-16 | 1 | -4/+15 |
| | * | net/smc: reduce sock_put() for fallback sockets | Ursula Braun | 2018-07-07 | 1 | -5/+10 |
| * | | net/smc: fix up merge error with poll changes | Linus Torvalds | 2018-07-03 | 1 | -1/+2 |
| |/ |
|
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-07-03 | 1 | -31/+67 |
|\| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-07-02 | 1 | -33/+63 |
| |\ |
|