summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2017-11-21tipc: fix access of released memoryJon Maloy
2017-11-16tipc: enforce valid ratio between skb truesize and contentsJon Maloy
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-03tipc: eliminate unnecessary probingJon Maloy
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook
2017-10-26tipc: fix a dangling pointerCong Wang
2017-10-26tipc: eliminate KASAN warningJon Maloy
2017-10-22tipc: refactor tipc_sk_timeout() functionJon Maloy
2017-10-21tipc: fix broken tipc_poll() functionJon Maloy
2017-10-20tipc: checking for NULL instead of IS_ERR()Dan Carpenter
2017-10-16tipc: fix rebasing errorJon Maloy
2017-10-13tipc: add multipoint-to-point flow controlJon Maloy
2017-10-13tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy
2017-10-13tipc: introduce group multicast messagingJon Maloy
2017-10-13tipc: introduce group anycast messagingJon Maloy
2017-10-13tipc: introduce group unicast messagingJon Maloy
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy
2017-10-13tipc: receive group membership events via member socketJon Maloy
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy
2017-10-13tipc: introduce communication groupsJon Maloy
2017-10-13tipc: improve destination linked listJon Maloy
2017-10-13tipc: add new function for sending multiple small messagesJon Maloy
2017-10-13tipc: refactor function filter_rcv()Jon Maloy
2017-10-13tipc: add ability to obtain node availability status from other filesJon Maloy
2017-10-13tipc: improve address sanity check in tipc_connect()Jon Maloy
2017-10-13tipc: add ability to order and receive topology events in driverJon Maloy
2017-10-08tipc: Unclone message at secondary destination lookupJon Maloy
2017-10-08tipc: correct initialization of skb listJon Maloy
2017-10-01tipc: use only positive error codes in messagesParthasarathy Bhuvaragan
2017-09-06tipc: remove unnecessary call to dev_net()Kleber Sacilotto de Souza
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-29tipc: permit bond slave as bearerParthasarathy Bhuvaragan
2017-08-24tipc: context imbalance at node read unlockParthasarathy Bhuvaragan
2017-08-24tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan
2017-08-24tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan
2017-08-24tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson
2017-08-23net: tipc: constify genl_opsArvind Yadav
2017-08-22tipc: fix a race condition of releasing subscriber objectYing Xue
2017-08-22tipc: remove subscription references only for pending timersParthasarathy Bhuvaragan
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy
2017-08-18tipc: fix use-after-freeEric Dumazet
2017-08-14tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy
2017-08-14tipc: accept PACKET_MULTICAST packetsJon Paul Maloy
2017-08-09tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy