index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tipc
/
msg.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-20
tipc: introduce replicast as transport option for multicast
Jon Paul Maloy
1
-5
/
+4
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-01-16
tipc: allocate user memory with GFP_KERNEL flag
Parthasarathy Bhuvaragan
1
-1
/
+1
2017-01-03
tipc: reduce risk of user starvation during link congestion
Jon Paul Maloy
1
-2
/
+0
2016-11-01
tipc: rename struct tipc_skb_cb member handle to bytes_read
Parthasarathy Bhuvaragan
1
-1
/
+1
2016-10-29
tipc: fix broadcast link synchronization problem
Jon Paul Maloy
1
-0
/
+17
2016-09-02
tipc: transfer broadcast nacks in link state messages
Jon Paul Maloy
1
-0
/
+10
2016-06-22
tipc: unclone unbundled buffers before forwarding
Jon Paul Maloy
1
-11
/
+0
2016-05-03
tipc: redesign connection-level flow control
Jon Paul Maloy
1
-2
/
+12
2016-04-15
tipc: guarantee peer bearer id exchange after reboot
Jon Paul Maloy
1
-0
/
+10
2016-04-07
tipc: stricter filtering of packets in bearer layer
Jon Paul Maloy
1
-0
/
+5
2015-10-24
tipc: let broadcast packet reception use new link receive function
Jon Paul Maloy
1
-0
/
+5
2015-10-24
tipc: let broadcast transmission use new link transmit function
Jon Paul Maloy
1
-1
/
+1
2015-10-24
tipc: make struct tipc_link generic to support broadcast
Jon Paul Maloy
1
-0
/
+1
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2015-10-15
tipc: disallow packet duplicates in link deferred queue
Jon Paul Maloy
1
-32
/
+2
2015-10-14
tipc: move fragment importance field to new header position
Jon Paul Maloy
1
-2
/
+2
2015-07-30
tipc: remove implicit message delivery in node_unlock()
Jon Paul Maloy
1
-22
/
+0
2015-07-30
tipc: make resetting of links non-atomic
Jon Paul Maloy
1
-0
/
+29
2015-07-30
tipc: move link synch and failover to link aggregation level
Jon Paul Maloy
1
-21
/
+11
2015-07-26
tipc: clean up socket layer message reception
Jon Paul Maloy
1
-2
/
+1
2015-07-26
tipc: introduce new tipc_sk_respond() function
Jon Paul Maloy
1
-1
/
+1
2015-07-26
tipc: let function tipc_msg_reverse() expand header when needed
Jon Paul Maloy
1
-2
/
+1
2015-07-20
tipc: reduce locking scope during packet reception
Jon Paul Maloy
1
-4
/
+46
2015-07-20
tipc: introduce node contact FSM
Jon Paul Maloy
1
-0
/
+7
2015-05-14
tipc: add packet sequence number at instant of transmission
Jon Paul Maloy
1
-3
/
+3
2015-05-14
tipc: improve link congestion algorithm
Jon Paul Maloy
1
-5
/
+9
2015-05-14
tipc: simplify packet sequence number handling
Jon Paul Maloy
1
-6
/
+11
2015-04-02
tipc: eliminate delayed link deletion at link failover
Jon Paul Maloy
1
-5
/
+5
2015-03-25
tipc: eliminate race condition at dual link establishment
Jon Paul Maloy
1
-0
/
+8
2015-03-25
tipc: clean up handling of link congestion
Jon Paul Maloy
1
-17
/
+11
2015-03-14
tipc: clean up handling of message priorities
Jon Paul Maloy
1
-31
/
+34
2015-03-14
tipc: split link outqueue
Jon Paul Maloy
1
-3
/
+3
2015-03-14
tipc: move message validation function to msg.c
Jon Paul Maloy
1
-2
/
+3
2015-03-14
tipc: add framework for node capabilities exchange
Jon Paul Maloy
1
-1
/
+10
2015-03-05
tipc: add ip/udp media type
Erik Hugne
1
-1
/
+1
2015-02-27
tipc: rename media/msg related definitions
Erik Hugne
1
-2
/
+2
2015-02-05
tipc: eliminate race condition at multicast reception
Jon Paul Maloy
1
-0
/
+17
2015-02-05
tipc: resolve race problem at unicast message reception
Jon Paul Maloy
1
-0
/
+73
2015-02-05
tipc: split up function tipc_msg_eval()
Jon Paul Maloy
1
-4
/
+5
2015-02-05
tipc: reduce usage of context info in socket and link
Jon Paul Maloy
1
-5
/
+5
2015-01-12
tipc: make tipc node address support net namespace
Ying Xue
1
-10
/
+11
2015-01-12
tipc: name tipc name table support net namespace
Ying Xue
1
-1
/
+1
2015-01-12
tipc: make tipc broadcast link support net namespace
Ying Xue
1
-1
/
+1
2015-01-12
tipc: cleanup core.c and core.h files
Ying Xue
1
-8
/
+29
2015-01-12
tipc: remove unnecessary wrapper functions of kernel timer APIs
Ying Xue
1
-2
/
+0
2014-11-26
tipc: use generic SKB list APIs to manage TIPC outgoing packet chains
Ying Xue
1
-3
/
+3
2014-11-26
tipc: use generic SKB list APIs to manage link transmission queue
Ying Xue
1
-2
/
+3
2014-11-26
tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSED
Ying Xue
1
-5
/
+0
2014-11-24
tipc_msg_build(): pass msghdr instead of its ->msg_iov
Al Viro
1
-1
/
+1
[next]