Age | Commit message (Expand) | Author |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-02-01 | smc: missing poll annotations | Al Viro |
2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-01-30 | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2018-01-26 | net/smc: return booleans instead of integers | Gustavo A. R. Silva |
2018-01-26 | net/smc: release clcsock from tcp_listen_worker | Ursula Braun |
2018-01-26 | net/smc: replace sock_put worker by socket refcounting | Ursula Braun |
2018-01-26 | net/smc: smc_poll improvements | Ursula Braun |
2018-01-26 | net/smc: handle device, port, and QP error events | Ursula Braun |
2018-01-25 | net/smc: check for healthy link group resp. connections | Ursula Braun |
2018-01-25 | net/smc: wake up wr_reg_wait when terminating a link group | Ursula Braun |
2018-01-25 | net/smc: do not reuse a linkgroup with setup problems | Ursula Braun |
2018-01-25 | net/smc: terminate link group for ib_post_send problems | Ursula Braun |
2018-01-25 | net/smc: handle state SMC_PEERFINCLOSEWAIT correctly | Ursula Braun |
2018-01-25 | net/smc: cancel tx worker in case of socket aborts | Ursula Braun |
2018-01-24 | net/smc: continue waiting if peer signals write_shutdown | Ursula Braun |
2018-01-24 | net/smc: improve state change handling after close wait | Ursula Braun |
2018-01-24 | net/smc: make wait for work request uninterruptible | Ursula Braun |
2018-01-24 | net/smc: get rid of tx_pend waits in socket closing | Ursula Braun |
2018-01-24 | net/smc: simplify function smc_clcsock_accept() | Ursula Braun |
2018-01-24 | net/smc: use local struct sock variables consistently | Ursula Braun |
2017-12-07 | smc: support variable CLC proposal messages | Ursula Braun |
2017-12-07 | smc: no consumer update in tasklet context | Ursula Braun |
2017-12-07 | smc: cleanup close checking during data receival | Ursula Braun |
2017-12-07 | smc: no update for unused sk_write_pending | Ursula Braun |
2017-12-07 | smc: improve smc_clc_send_decline() error handling | Ursula Braun |
2017-12-07 | smc: make smc_close_active_abort() static | Ursula Braun |
2017-12-02 | smc: switch to sock_recvmsg() | Al Viro |
2017-11-27 | net: annotate ->poll() instances | Al Viro |
2017-11-27 | anntotate the places where ->poll() return values go | Al Viro |
2017-11-24 | net/smc: Fix preinitialization of buf_desc in __smc_buf_create() | Geert Uytterhoeven |
2017-11-24 | net/smc: use sk_rcvbuf as start for rmb creation | Ursula Braun |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-26 | smc: add SMC rendezvous protocol | Ursula Braun |
2017-10-26 | smc: fix mutex unlocks during link group creation | Ursula Braun |
2017-10-24 | net: smc_close: mark expected switch fall-through | Gustavo A. R. Silva |
2017-10-12 | net/smc: dev_put for netdev after usage of ib_query_gid() | Ursula Braun |
2017-10-12 | net/smc: replace function pointer get_netdev() | Ursula Braun |
2017-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-09-21 | net/smc: parameter cleanup in smc_cdc_get_free_slot() | Ursula Braun |
2017-09-21 | net/smc: no close wait in case of process shut down | Ursula Braun |
2017-09-21 | net/smc: introduce a delay | Ursula Braun |
2017-09-21 | net/smc: terminate link group if out-of-sync is received | Ursula Braun |
2017-09-21 | net/smc: longer delay for client link group removal | Ursula Braun |
2017-09-21 | net/smc: adapt send request completion notification | Ursula Braun |
2017-09-21 | net/smc: adjust net_device refcount | Ursula Braun |
2017-09-21 | net/smc: take RCU read lock for routing cache lookup | Ursula Braun |
2017-09-21 | net/smc: add receive timeout check | Hans Wippel |
2017-09-21 | net/smc: add missing dev_put | Hans Wippel |