aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-08net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy1-1/+29
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy1-0/+23
2015-07-20tipc: clean up definitions and usage of link flagsJon Paul Maloy1-1/+0
2015-07-20tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy1-3/+2
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy1-1/+1
2015-06-28tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy1-0/+5
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy1-5/+1
2015-05-14tipc: rename fields in struct tipc_linkJon Paul Maloy1-9/+9
2015-05-09tipc: add broadcast link window set/get to nl apiRichard Alpe1-0/+21
2015-04-02tipc: simplify link mtu negotiationJon Paul Maloy1-2/+2
2015-03-29tipc: involve reference counter for node structureYing Xue1-2/+3
2015-03-29tipc: fix potential deadlock when all links are resetYing Xue1-22/+1
2015-03-25tipc: introduce starvation free send algorithmJon Paul Maloy1-1/+1
2015-03-25tipc: fix a link reset issue due to retransmission failuresYing Xue1-3/+5
2015-03-14tipc: clean up handling of message prioritiesJon Paul Maloy1-1/+0
2015-03-14tipc: split link outqueueJon Paul Maloy1-28/+20
2015-03-14tipc: eliminate unnecessary call to broadcast ack functionJon Paul Maloy1-0/+4
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe1-43/+0
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-1/+1
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy1-22/+35
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy1-48/+1
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy1-9/+11
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy1-2/+5
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-3/+3
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue1-157/+140
2015-01-12tipc: make bearer list support net namespaceYing Xue1-10/+17
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-12/+12
2015-01-12tipc: involve namespace infrastructureYing Xue1-5/+10
2015-01-12tipc: fix bug in broadcast retransmit codeJon Maloy1-2/+3
2014-12-09tipc: fix missing spinlock init and nullptr oopsErik Hugne1-3/+6
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue1-10/+10
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue1-12/+8
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue1-38/+29
2014-11-26tipc: clean up the process of link pushing packetsYing Xue1-1/+1
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe1-1/+2
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe1-0/+111
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy1-1/+13
2014-08-23tipc: remove include file port.hJon Paul Maloy1-1/+0
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy1-3/+4
2014-07-16tipc: ensure sequential message delivery across dual bearersJon Paul Maloy1-12/+5
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy1-3/+3
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy1-26/+0
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy1-4/+3
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy1-1/+54
2014-07-11tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy1-0/+1
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila1-1/+1
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy1-7/+3
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue1-0/+21
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue1-9/+19
2014-05-05tipc: define new functions to operate bc_lockYing Xue1-43/+53