Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-09tipc: fix wrong connect() return codeTuong Lien
2020-01-09tipc: fix link overflow issue at socket shutdownTuong Lien
2019-12-11tipc: fix retrans failure due to wrong destinationTuong Lien
2019-11-29tipc: fix duplicate SYN messages under link congestionTung Nguyen
2019-11-29tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen
2019-11-29tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen
2019-11-29tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-30tipc: add smart nagle featureJon Maloy
2019-10-30tipc: improve throughput between nodes in netnsHoang Le
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-10net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-10net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko
2019-08-19tipc: clean up skb list lock handling on send pathJon Maloy
2019-07-31tipc: fix unitilized skb list crashJon Maloy
2019-05-09tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-20tipc: introduce new socket option TIPC_SOCK_RECVQ_USEDTung Nguyen
2019-03-21tipc: fix a null pointer derefHoang Le
2019-03-21tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le
2019-03-19tipc: smooth change between replicast and broadcastHoang Le
2019-03-18tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne
2019-03-17net: tipc: fix a missing check for nla_nest_startKangjie Lu
2019-03-05tipc: fix RDM/DGRAM connect() regressionErik Hugne
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-27tipc: fix race condition causing hung sendtoTung Nguyen
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-22tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen
2019-02-22tipc: improve function tipc_wait_for_cond()Tung Nguyen
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19tipc: add trace_events for tipc socketTuong Lien
2018-12-19tipc: enable tracepoints in tipcTuong Lien
2018-12-19tipc: check group dests after tipc_wait_for_cond()Cong Wang
2018-12-15tipc: check tsk->group in tipc_wait_for_cond()Cong Wang
2018-12-15tipc: use lock_sock() in tipc_sk_reinit()Cong Wang
2018-11-18tipc: don't assume linear buffer when reading ancillary dataJon Maloy
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-11tipc: queue socket protocol error messages into socket receive bufferParthasarathy Bhuvaragan
2018-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy
2018-09-29tipc: refactor function tipc_sk_filter_connect()Jon Maloy
2018-09-29tipc: refactor function tipc_sk_timeout()Jon Maloy
2018-09-25tipc: fix flow control accounting for implicit connectParthasarathy Bhuvaragan