| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-12-23 | 2 | -7/+9 |
|\ |
|
| * | net/smc: unregister ib devices in reboot_event | Karsten Graul | 2019-12-21 | 1 | -1/+1 |
| * | net/smc: add fallback check to connect() | Ursula Braun | 2019-12-15 | 1 | -6/+8 |
* | | net/smc: shorten lgr_cnt initialization | Ursula Braun | 2019-12-15 | 1 | -2/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-17 | 1 | -1/+2 |
|\ |
|
| * | net/smc: fix fastopen for non-blocking connect() | Ursula Braun | 2019-11-16 | 1 | -1/+1 |
| * | net/smc: fix refcount non-blocking connect() -part 2 | Ursula Braun | 2019-11-12 | 1 | -0/+1 |
* | | net/smc: remove unused constant | Ursula Braun | 2019-11-16 | 1 | -2/+0 |
* | | net/smc: use rcu_barrier() on module unload | Ursula Braun | 2019-11-16 | 1 | -0/+2 |
* | | net/smc: guarantee removal of link groups in reboot | Ursula Braun | 2019-11-16 | 1 | -1/+15 |
* | | net/smc: introduce bookkeeping of SMCR link groups | Ursula Braun | 2019-11-16 | 5 | -6/+45 |
* | | net/smc: immediate termination for SMCR link groups | Ursula Braun | 2019-11-15 | 4 | -22/+46 |
* | | net/smc: wait for tx completions before link freeing | Ursula Braun | 2019-11-15 | 3 | -3/+28 |
* | | net/smc: abnormal termination without orderly flag | Ursula Braun | 2019-11-15 | 1 | -6/+4 |
* | | net/smc: no WR buffer wait for terminating link group | Ursula Braun | 2019-11-15 | 3 | -4/+19 |
* | | net/smc: introduce bookkeeping of SMCD link groups | Ursula Braun | 2019-11-15 | 2 | -0/+7 |
* | | net/smc: abnormal termination of SMCD link groups | Ursula Braun | 2019-11-15 | 6 | -21/+57 |
* | | net/smc: immediate termination for SMCD link groups | Ursula Braun | 2019-11-15 | 3 | -15/+70 |
* | | net/smc: fix final cleanup sequence for SMCD devices | Ursula Braun | 2019-11-15 | 4 | -9/+21 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-09 | 1 | -2/+0 |
|\| |
|
| * | net/smc: fix ethernet interface refcounting | Ursula Braun | 2019-11-07 | 1 | -2/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-02 | 3 | -5/+12 |
|\| |
|
| * | net/smc: fix refcounting for non-blocking connect() | Ursula Braun | 2019-10-30 | 1 | -2/+2 |
| * | net/smc: keep vlan_id for SMC-R in smc_listen_work() | Ursula Braun | 2019-10-26 | 1 | -1/+1 |
| * | net/smc: fix closing of fallback SMC sockets | Ursula Braun | 2019-10-26 | 1 | -0/+7 |
| * | net: remove unnecessary variables and callback | Taehee Yoo | 2019-10-24 | 2 | -2/+2 |
* | | net/smc: remove close abort worker | Ursula Braun | 2019-10-22 | 4 | -10/+19 |
* | | net/smc: introduce link group termination worker | Ursula Braun | 2019-10-22 | 4 | -6/+22 |
* | | net/smc: improve abnormal termination of link groups | Ursula Braun | 2019-10-22 | 1 | -11/+29 |
* | | net/smc: tell peers about abnormal link group termination | Ursula Braun | 2019-10-22 | 3 | -6/+6 |
* | | net/smc: improve link group freeing | Ursula Braun | 2019-10-22 | 2 | -17/+32 |
* | | net/smc: improve abnormal termination locking | Ursula Braun | 2019-10-22 | 1 | -5/+8 |
* | | net/smc: terminate link group without holding lgr lock | Ursula Braun | 2019-10-22 | 1 | -8/+17 |
* | | net/smc: cancel send and receive for terminated socket | Ursula Braun | 2019-10-22 | 6 | -17/+32 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-10-20 | 2 | -9/+25 |
|\| |
|
| * | net/smc: receive pending data after RCV_SHUTDOWN | Karsten Graul | 2019-10-11 | 1 | -5/+20 |
| * | net/smc: receive returns without data | Karsten Graul | 2019-10-11 | 1 | -3/+1 |
| * | net/smc: fix SMCD link group creation with VLAN id | Ursula Braun | 2019-10-11 | 1 | -1/+4 |
* | | net/smc: improve close of terminated socket | Ursula Braun | 2019-10-10 | 1 | -31/+9 |
* | | net/smc: no new connections on disappearing devices | Ursula Braun | 2019-10-10 | 5 | -3/+44 |
* | | net/smc: increase device refcount for added link group | Ursula Braun | 2019-10-10 | 1 | -2/+7 |
* | | net/smc: separate locks for SMCD and SMCR link group lists | Ursula Braun | 2019-10-10 | 2 | -15/+43 |
* | | net/smc: separate SMCD and SMCR link group lists | Ursula Braun | 2019-10-10 | 2 | -7/+18 |
|/ |
|
* | net/smc: make sure EPOLLOUT is raised | Jason Baron | 2019-08-20 | 1 | -4/+2 |
* | net/smc: avoid fallback in case of non-blocking connect | Ursula Braun | 2019-08-05 | 1 | -3/+4 |
* | net/smc: do not schedule tx_work in SMC_CLOSED state | Ursula Braun | 2019-08-05 | 1 | -2/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-28 | 2 | -1/+7 |
|\ |
|
| * | net/smc: Fix error path in smc_init | YueHaibing | 2019-06-26 | 1 | -1/+4 |
| * | net/smc: hold conns_lock before calling smc_lgr_register_conn() | Huaping Zhou | 2019-06-26 | 1 | -0/+3 |
* | | net/smc: common release code for non-accepted sockets | Ursula Braun | 2019-06-27 | 1 | -41/+32 |