Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ecf04ed34d65b735bbdfa9ae8ea378ffc0faa9f6
/
net
/
tipc
/
link.c
2be80c2
tipc: fix stale link problem during synchronization
by Jon Paul Maloy
· 9 years ago
5ae2f8e
tipc: interrupt link synchronization when a link goes down
by Jon Paul Maloy
· 9 years ago
440d896
tipc: clean up link creation
by Jon Paul Maloy
· 9 years ago
9073fb8
tipc: use temporary, non-protected skb queue for bundle reception
by Jon Paul Maloy
· 9 years ago
23d8335
tipc: remove implicit message delivery in node_unlock()
by Jon Paul Maloy
· 9 years ago
598411d
tipc: make resetting of links non-atomic
by Jon Paul Maloy
· 9 years ago
662921c
tipc: merge link->exec_mode and link->state into one FSM
by Jon Paul Maloy
· 9 years ago
5045f7b
tipc: move protocol message sending away from link FSM
by Jon Paul Maloy
· 9 years ago
6e49815
tipc: move link synch and failover to link aggregation level
by Jon Paul Maloy
· 9 years ago
655fb24
tipc: reverse call order for link_reset()->node_link_down()
by Jon Paul Maloy
· 9 years ago
6144a99
tipc: move all link_reset() calls to link aggregation level
by Jon Paul Maloy
· 9 years ago
cbeb83c
tipc: eliminate function tipc_link_activate()
by Jon Paul Maloy
· 9 years ago
5a4c355
tipc: fix bug in broadcast synch message create function
by Jon Maloy
· 9 years ago
1604089
tipc: fix compatibility bug
by Jon Paul Maloy
· 9 years ago
d999297
tipc: reduce locking scope during packet reception
by Jon Paul Maloy
· 9 years ago
1a20cc2
tipc: introduce node contact FSM
by Jon Paul Maloy
· 9 years ago
8a1577c
tipc: move link supervision timer to node level
by Jon Paul Maloy
· 9 years ago
333ef69
tipc: simplify link timer implementation
by Jon Paul Maloy
· 9 years ago
6ab30f9
tipc: improve link FSM implementation
by Jon Paul Maloy
· 9 years ago
426cc2b
tipc: introduce new link protocol msg create function
by Jon Paul Maloy
· 9 years ago
d3504c3
tipc: clean up definitions and usage of link flags
by Jon Paul Maloy
· 9 years ago
af9b028
tipc: make media xmit call outside node spinlock context
by Jon Paul Maloy
· 9 years ago
22d85c7
tipc: change sk_buffer handling in tipc_link_xmit()
by Jon Paul Maloy
· 9 years ago
d39bbd4
tipc: move link input queue to tipc_node
by Jon Paul Maloy
· 9 years ago
9d13ec6
tipc: introduce link entry structure to struct tipc_node
by Jon Paul Maloy
· 9 years ago
7d967b6
tipc: purge backlog queue counters when broadcast link is reset
by Jon Paul Maloy
· 9 years ago
f3903bc
tipc: fix bug in link protocol message create function
by Jon Paul Maloy
· 9 years ago
dd3f9e7
tipc: add packet sequence number at instant of transmission
by Jon Paul Maloy
· 9 years ago
f21e897
tipc: improve link congestion algorithm
by Jon Paul Maloy
· 9 years ago
cd4eee3
tipc: simplify link supervision checkpointing
by Jon Paul Maloy
· 9 years ago
a97b9d3
tipc: rename fields in struct tipc_link
by Jon Paul Maloy
· 9 years ago
e4bf4f7
tipc: simplify packet sequence number handling
by Jon Paul Maloy
· 9 years ago
75b44b0
tipc: simplify link timer handling
by Jon Paul Maloy
· 9 years ago
b1c29f6
tipc: simplify resetting and disabling of bearers
by Jon Paul Maloy
· 9 years ago
670f4f8
tipc: add broadcast link window set/get to nl api
by Richard Alpe
· 10 years ago
0d699f28
tipc: fix problem with parallel link synchronization mechanism
by Jon Paul Maloy
· 10 years ago
f2f6739
tipc: remove wrong use of NLM_F_MULTI
by Nicolas Dichtel
· 10 years ago
73a3173
tipc: fix node refcount issue
by Erik Hugne
· 10 years ago
ed193ec
tipc: simplify link mtu negotiation
by Jon Paul Maloy
· 10 years ago
dff29b1
tipc: eliminate delayed link deletion at link failover
by Jon Paul Maloy
· 10 years ago
2da7142
tipc: drop tunneled packet duplicates at reception
by Jon Paul Maloy
· 10 years ago
8a0f6eb
tipc: involve reference counter for node structure
by Ying Xue
· 10 years ago
b952b2b
tipc: fix potential deadlock when all links are reset
by Ying Xue
· 10 years ago
8b4ed86
tipc: eliminate race condition at dual link establishment
by Jon Paul Maloy
· 10 years ago
3127a02
tipc: clean up handling of link congestion
by Jon Paul Maloy
· 10 years ago
1f66d16
tipc: introduce starvation free send algorithm
by Jon Paul Maloy
· 10 years ago
3bd88ee
tipc: do not report -EHOSTUNREACH for failed local delivery
by Erik Hugne
· 10 years ago
e3eea1e
tipc: clean up handling of message priorities
by Jon Paul Maloy
· 10 years ago
05dcc5a
tipc: split link outqueue
by Jon Paul Maloy
· 10 years ago
2cdf391
tipc: eliminate unnecessary call to broadcast ack function
by Jon Paul Maloy
· 10 years ago
c1336ee
tipc: extract bundled buffers by cloning instead of copying
by Jon Paul Maloy
· 10 years ago
1149557
tipc: eliminate unnecessary linearization of incoming buffers
by Jon Paul Maloy
· 10 years ago
cf2157f
tipc: move message validation function to msg.c
by Jon Paul Maloy
· 10 years ago
169bf91
tipc: ensure that idle links are deleted when a bearer is disabled
by Jon Paul Maloy
· 10 years ago
e6441ba
tipc: fix bug in link failover handling
by Jon Paul Maloy
· 10 years ago
22ae7cf
tipc: nl compat add noop and remove legacy nl framework
by Richard Alpe
· 10 years ago
1817877
tipc: convert legacy nl link stat reset to nl compat
by Richard Alpe
· 10 years ago
37e2d48
tipc: convert legacy nl link prop set to nl compat
by Richard Alpe
· 10 years ago
f2b3b2d
tipc: convert legacy nl link stat to nl compat
by Richard Alpe
· 10 years ago
bfb3e5d
tipc: move and rename the legacy nl api to "nl compat"
by Richard Alpe
· 10 years ago
c637c10
tipc: resolve race problem at unicast message reception
by Jon Paul Maloy
· 10 years ago
c589863
tipc: reduce usage of context info in socket and link
by Jon Paul Maloy
· 10 years ago
af9946f
tipc: separate link starting event from link timeout event
by Jon Paul Maloy
· 10 years ago
2d72d49
tipc: add reference count to struct tipc_link
by Jon Paul Maloy
· 10 years ago
3fa9cac
tipc: fix excessive network event logging
by Erik Hugne
· 10 years ago
bafa29e
tipc: make tipc random value aware of net namespace
by Ying Xue
· 10 years ago
3474753
tipc: make tipc node address support net namespace
by Ying Xue
· 10 years ago
1da4656
tipc: make tipc broadcast link support net namespace
by Ying Xue
· 10 years ago
7f9f95d
tipc: make bearer list support net namespace
by Ying Xue
· 10 years ago
f2f9800
tipc: make tipc node table aware of net namespace
by Ying Xue
· 10 years ago
c93d3ba
tipc: involve namespace infrastructure
by Ying Xue
· 10 years ago
54fef04
tipc: remove unused tipc_link_get_max_pkt routine
by Ying Xue
· 10 years ago
2f55c43
tipc: remove unnecessary wrapper functions of kernel timer APIs
by Ying Xue
· 10 years ago
886eaa1
tipc: replace 0 by NULL for pointers
by Fabian Frederick
· 10 years ago
340b6e5
tipc: fix broadcast wakeup contention after congestion
by Richard Alpe
· 10 years ago
a6ca109
tipc: use generic SKB list APIs to manage TIPC outgoing packet chains
by Ying Xue
· 10 years ago
f03273f
tipc: use generic SKB list APIs to manage link receive queue
by Ying Xue
· 10 years ago
bc6fecd
tipc: use generic SKB list APIs to manage deferred queue of link
by Ying Xue
· 10 years ago
58dc55f
tipc: use generic SKB list APIs to manage link transmission queue
by Ying Xue
· 10 years ago
58d78b3
tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routine
by Ying Xue
· 10 years ago
58311d1
tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED
by Ying Xue
· 10 years ago
47b4c9a
tipc: clean up the process of link pushing packets
by Ying Xue
· 10 years ago
7b6f087
tipc: remove retransmission queue
by Ying Xue
· 10 years ago
8965d25
tipc: remove protocol message queue
by Ying Xue
· 10 years ago
d818280
tipc: fix sparse warnings in new nl api
by Richard Alpe
· 10 years ago
ae36342
tipc: add link stat reset to new netlink api
by Richard Alpe
· 10 years ago
f96ce7a
tipc: add link set to new netlink api
by Richard Alpe
· 10 years ago
7be57fc
tipc: add link get/dump to new netlink api
by Richard Alpe
· 10 years ago
0655f6a
tipc: add bearer disable/enable to new netlink api
by Richard Alpe
· 10 years ago
0372bf5
tipc: allow one link per bearer to neighboring nodes
by Holger Brunck
· 10 years ago
643566d
tipc: fix bug in bundled buffer reception
by Jon Paul Maloy
· 10 years ago
2e84c60
tipc: remove include file port.h
by Jon Paul Maloy
· 10 years ago
50100a5
tipc: use pseudo message to wake up sockets after link congestion
by Jon Paul Maloy
· 10 years ago
9fbfb8b
tipc: rename temporarily named functions
by Jon Paul Maloy
· 10 years ago
c4116e1
tipc: remove unreferenced functions
by Jon Paul Maloy
· 10 years ago
25b660c
tipc: let internal link users call the new link send function
by Jon Paul Maloy
· 10 years ago
dbdf6d2
tipc: make name table distributor use new send function
by Jon Paul Maloy
· 10 years ago
3f53bd8
tipc: fix link acknowledge logic in receive path
by Erik Hugne
· 10 years ago
7ae934b
tipc: refactor message delivery out of tipc_rcv
by Erik Hugne
· 10 years ago
6012052
tipc: simplify connection congestion handling
by Jon Paul Maloy
· 10 years ago
Next »