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