Age | Commit message (Expand) | Author | Files | Lines |
2020-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
2020-03-11 | net/smc: cancel event worker during device removal | Karsten Graul | 1 | -0/+1 |
2020-02-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -11/+30 |
2020-02-27 | net/smc: check for valid ib_client_data | Karsten Graul | 1 | -0/+2 |
2020-02-27 | net/smc: improve peer ID in CLC decline for SMC-R | Hans Wippel | 3 | -2/+4 |
2020-02-27 | net/smc: rework peer ID handling | Hans Wippel | 1 | -7/+12 |
2020-02-27 | net/smc: fix cleanup for linkgroup setup failures | Ursula Braun | 3 | -11/+28 |
2020-02-18 | net/smc: reduce port_event scheduling | Ursula Braun | 1 | -15/+29 |
2020-02-18 | net/smc: simplify normal link termination | Karsten Graul | 4 | -13/+8 |
2020-02-18 | net/smc: remove unused parameter of smc_lgr_terminate() | Karsten Graul | 4 | -13/+11 |
2020-02-18 | net/smc: do not delete lgr from list twice | Karsten Graul | 1 | -1/+1 |
2020-02-18 | net/smc: use termination worker under send_lock | Karsten Graul | 1 | -1/+1 |
2020-02-18 | net/smc: improve smc_lgr_cleanup() | Karsten Graul | 1 | -4/+1 |
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-12 | 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-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -7/+9 |
2019-12-21 | 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-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+2 |
2019-11-17 | 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-07 | 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-30 | net/smc: fix refcounting for non-blocking connect() | Ursula Braun | 1 | -2/+2 |
2019-10-26 | net/smc: keep vlan_id for SMC-R in smc_listen_work() | Ursula Braun | 1 | -1/+1 |
2019-10-26 | net/smc: fix closing of fallback SMC sockets | Ursula Braun | 1 | -0/+7 |
2019-10-25 | 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 |