Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
6d0efeb14bbe2350a94ba07b403a686d731c5179
/
net
/
tipc
/
bcast.c
03b6fef
tipc: add support for broadcast rcv stats dumping
by Tuong Lien
· 4 years, 7 months ago
a91d55d
tipc: enable broadcast retrans via unicast
by Tuong Lien
· 4 years, 7 months ago
d7626b5
tipc: introduce Gap ACK blocks for broadcast link
by Tuong Lien
· 4 years, 7 months ago
ac80010
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
dca4a17
tipc: fix potential hanging after b/rcast changing
by Tuong Lien
· 5 years ago
16ad3f4
tipc: introduce variable window congestion control
by Jon Maloy
· 5 years ago
ba5f6a8
tipc: update replicast capability for broadcast send link
by Hoang Le
· 5 years ago
fc1b6d6
tipc: introduce TIPC encryption & authentication
by Tuong Lien
· 5 years ago
e654f9f
tipc: clean up skb list lock handling on send path
by Jon Maloy
· 5 years ago
6c9081a
tipc: add loopback device tracking
by John Rutherford
· 5 years ago
a7dc51a
tipc: rename function msg_get_wrapped() to msg_inner_hdr()
by Jon Maloy
· 6 years ago
e1279ff
tipc: add NULL pointer check
by Hoang Le
· 6 years ago
6da88a8
tipc: fix return value check in tipc_mcast_send_sync()
by Wei Yongjun
· 6 years ago
08e046c
tipc: fix a null pointer deref
by Hoang Le
· 6 years ago
c55c8ed
tipc: smooth change between replicast and broadcast
by Hoang Le
· 6 years ago
02ec6ca
tipc: support broadcast/replicast configurable for bc-link
by Hoang Le
· 6 years ago
9cc1bf3
tipc: correct spelling errors for struct tipc_bc_base's comment
by Zhenbo Gao
· 6 years ago
a073254
net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()
by Jia-Ju Bai
· 6 years ago
c9efb15
tipc: bcast: use true and false for boolean values
by Gustavo A. R. Silva
· 7 years ago
4c94cc2
tipc: fall back to smaller MTU if allocation of local send skb fails
by Jon Maloy
· 7 years ago
a80ae53
tipc: improve destination linked list
by Jon Maloy
· 7 years ago
3382605
tipc: correct initialization of skb list
by Jon Maloy
· 7 years ago
01fd12b
tipc: make replicast a user selectable option
by Jon Paul Maloy
· 8 years ago
a853e4c
tipc: introduce replicast as transport option for multicast
by Jon Paul Maloy
· 8 years ago
2ae0b8a
tipc: add functionality to lookup multicast destination nodes
by Jon Paul Maloy
· 8 years ago
9999974
tipc: add function for checking broadcast support in bearer
by Jon Paul Maloy
· 8 years ago
365ad35
tipc: reduce risk of user starvation during link congestion
by Jon Paul Maloy
· 8 years ago
06bd2b1
tipc: fix broadcast link synchronization problem
by Jon Paul Maloy
· 8 years ago
02d11ca
tipc: transfer broadcast nacks in link state messages
by Jon Paul Maloy
· 8 years ago
e74a386
tipc: remove pre-allocated message header in link struct
by Jon Paul Maloy
· 9 years ago
38206d5
tipc: narrow down interface towards struct tipc_link
by Jon Paul Maloy
· 9 years ago
2af5ae3
tipc: clean up unused code and structures
by Jon Paul Maloy
· 9 years ago
c72fa87
tipc: eliminate link's reference to owner node
by Jon Paul Maloy
· 9 years ago
959e178
tipc: introduce jumbo frame support for broadcast
by Jon Paul Maloy
· 9 years ago
b06b281
tipc: simplify bearer level broadcast
by Jon Paul Maloy
· 9 years ago
5266698
tipc: let broadcast packet reception use new link receive function
by Jon Paul Maloy
· 9 years ago
fd556f2
tipc: introduce capability bit for broadcast synchronization
by Jon Paul Maloy
· 9 years ago
2f56612
tipc: let broadcast transmission use new link transmit function
by Jon Paul Maloy
· 9 years ago
3230190
tipc: use explicit allocation of broadcast send link
by Jon Paul Maloy
· 9 years ago
5fd9fd6
tipc: create broadcast transmission link at namespace init
by Jon Paul Maloy
· 9 years ago
0043550
tipc: move broadcast link lock to struct tipc_net
by Jon Paul Maloy
· 9 years ago
6beb19a
tipc: move bcast definitions to bcast.c
by Jon Paul Maloy
· 9 years ago
53387c4
tipc: extend broadcast link window size
by Jon Paul Maloy
· 9 years ago
7845989
net: tipc: fix stall during bclink wakeup procedure
by Kolmakov Dmitriy
· 9 years ago
d999297
tipc: reduce locking scope during packet reception
by Jon Paul Maloy
· 9 years ago
d3504c3
tipc: clean up definitions and usage of link flags
by Jon Paul Maloy
· 9 years ago
22d85c7
tipc: change sk_buffer handling in tipc_link_xmit()
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
· 10 years ago
dd3f9e7
tipc: add packet sequence number at instant of transmission
by Jon Paul Maloy
· 10 years ago
a97b9d3
tipc: rename fields in struct tipc_link
by Jon Paul Maloy
· 10 years ago
670f4f8
tipc: add broadcast link window set/get to nl api
by Richard Alpe
· 10 years ago
ed193ec
tipc: simplify link mtu negotiation
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
1f66d16
tipc: introduce starvation free send algorithm
by Jon Paul Maloy
· 10 years ago
bc14b8d
tipc: fix a link reset issue due to retransmission failures
by Ying Xue
· 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
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
cb1b728
tipc: eliminate race condition at multicast reception
by Jon Paul Maloy
· 10 years ago
3c724ac
tipc: simplify socket multicast reception
by Jon Paul Maloy
· 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
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
703068e
tipc: fix bug in broadcast retransmit code
by Jon Maloy
· 10 years ago
4988bb4
tipc: fix missing spinlock init and nullptr oops
by Erik Hugne
· 10 years ago
a6ca109
tipc: use generic SKB list APIs to manage TIPC outgoing packet chains
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
47b4c9a8
tipc: clean up the process of link pushing packets
by Ying Xue
· 10 years ago
d818280
tipc: fix sparse warnings in new nl api
by Richard Alpe
· 10 years ago
7be57fc
tipc: add link get/dump to new netlink api
by Richard Alpe
· 10 years ago
908344c
tipc: fix bug in multicast congestion handling
by Jon 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
6f92ee5
tipc: ensure sequential message delivery across dual bearers
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
0abd8ff
tipc: start using the new multicast functions
by Jon Paul Maloy
· 10 years ago
078bec8
tipc: add new functions for multicast and broadcast distribution
by Jon Paul Maloy
· 10 years ago
9994175
tipc: clear 'next'-pointer of message fragments before reassembly
by Jon Paul Maloy
· 10 years ago
bad93e9
net: add __pskb_copy_fclone and pskb_copy_for_clone
by Octavian Purdila
· 11 years ago
37e2216
tipc: rename and move message reassembly function
by Jon Paul Maloy
· 11 years ago
3f5a12b
tipc: avoid to asynchronously reset all links
by Ying Xue
· 11 years ago
eb8b00f
tipc: convert allocations of global variables associated with bclink
by Ying Xue
· 11 years ago
d69afc9
tipc: define new functions to operate bc_lock
by Ying Xue
· 11 years ago
28dd941
tipc: use bc_lock to protect node map in bearer structure
by Ying Xue
· 11 years ago
7216cd9
tipc: purge tipc_net_lock lock
by Ying Xue
· 11 years ago
7a2f7d1
tipc: decouple the relationship between bearer and link
by Ying Xue
· 11 years ago
f8322df
tipc: convert bearer_list to RCU list
by Ying Xue
· 11 years ago
987b58b
tipc: make broadcast bearer store in bearer_list array
by Ying Xue
· 11 years ago
f47de12
tipc: remove active flag from tipc_bearer structure
by Ying Xue
· 11 years ago
3874ccb
tipc: convert tipc_bearers array to pointer list
by Ying Xue
· 11 years ago
Next »