index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
/
link.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-30
tipc: rename struct link* to struct tipc_link*
Paul Gortmaker
1
-74
/
+79
2011-12-30
tipc: rename struct media to struct tipc_media
Paul Gortmaker
1
-1
/
+1
2011-12-27
tipc: Allow use of buf_seqno() helper routine by unicast links
Allan Stephens
1
-20
/
+19
2011-12-27
tipc: Ignore broadcast acknowledgements that are out-of-range
Allan Stephens
1
-4
/
+2
2011-12-27
tipc: Allow run-time alteration of default link settings
Allan Stephens
1
-41
/
+109
2011-09-18
tipc: Remove unused link event tracking code
Ying Xue
1
-10
/
+0
2011-09-18
tipc: Enhance sending of bulk name table messages
Allan Stephens
1
-0
/
+45
2011-09-18
tipc: Ensure both nodes recognize loss of contact between them
Allan Stephens
1
-5
/
+28
2011-09-01
tipc: Eliminate redundant check when sending messages
Allan Stephens
1
-3
/
+0
2011-09-01
tipc: Enhance filtering of out-dated link reset messages
Allan Stephens
1
-2
/
+2
2011-09-01
tipc: Initialize peer session field of newly created link endpoint
Allan Stephens
1
-0
/
+1
2011-09-01
tipc: Display meaningful peer interface name during link creation
Allan Stephens
1
-2
/
+2
2011-09-01
tipc: Eliminate obsolete filter for unexpected unicast messages
Allan Stephens
1
-9
/
+2
2011-06-25
tipc: Cleanup of message header size terminology
Allan Stephens
1
-2
/
+2
2011-06-25
tipc: Correct typo in link statistics output
Allan Stephens
1
-1
/
+1
2011-05-11
tipc: Introduce routine to enqueue a chain of messages on link tx queue
Allan Stephens
1
-16
/
+22
2011-05-11
tipc: Avoid recomputation of outgoing message length
Allan Stephens
1
-7
/
+11
2011-05-11
tipc: Fix sk_buff leaks when link congestion is detected
Allan Stephens
1
-4
/
+3
2011-05-11
tipc: Fix issues with fragmentation of an existing message buffer
Allan Stephens
1
-14
/
+23
2011-05-11
tipc: Avoid pointless masking of fragmented message identifier
Allan Stephens
1
-2
/
+2
2011-05-11
tipc: Don't initialize link selector field in fragmented messages
Allan Stephens
1
-2
/
+0
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-13
tipc: Eliminate obsolete routine for handling routed messages
Allan Stephens
1
-3
/
+0
2011-03-13
tipc: Eliminate remaining support for routing table messages
Allan Stephens
1
-4
/
+4
2011-03-13
tipc: Optimizations to link creation code
Allan Stephens
1
-7
/
+20
2011-03-13
tipc: Fix redundant link field handling in link protocol message
Allan Stephens
1
-1
/
+3
2011-03-13
tipc: make msg_set_redundant_link() consistent with other set ops
Allan Stephens
1
-4
/
+1
2011-03-13
tipc: cosmetic - function names are not to be full sentences
Paul Gortmaker
1
-3
/
+3
2011-03-13
tipc: Eliminate timestamp from link protocol messages
Allan Stephens
1
-1
/
+0
2011-02-24
tipc: Add in missing lock during link initialization
Allan Stephens
1
-0
/
+2
2011-02-24
tipc: Set unused probe field of link protocol messages to defined value
Allan Stephens
1
-0
/
+1
2011-02-24
tipc: Improve accuracy of link transmit queue maximum size statistic
Allan Stephens
1
-6
/
+3
2011-02-24
tipc: Clean up tracking of node requesting a broadcast retransmit
Allan Stephens
1
-1
/
+1
2011-02-24
tipc: Fix print statements that assume pointers are 32-bit values
Allan Stephens
1
-3
/
+3
2011-02-24
tipc: Improve handling of invalid link tolerance values
Allan Stephens
1
-0
/
+3
2011-02-24
tipc: Combine bearer structure with tipc_bearer structure
Allan Stephens
1
-7
/
+6
2011-02-24
tipc: Combine port structure with tipc_port structure
Allan Stephens
1
-23
/
+23
2011-01-02
tipc: remove extraneous braces from single statements
Allan Stephens
1
-16
/
+9
2011-01-02
tipc: split variable assignments out of conditional expressions
Allan Stephens
1
-6
/
+10
2011-01-02
tipc: cleanup various cosmetic whitespace issues
Allan Stephens
1
-17
/
+14
2011-01-02
tipc: Prune down link-specific debugging code
Allan Stephens
1
-131
/
+36
2011-01-02
tipc: remove calls to dbg() and msg_dbg()
Allan Stephens
1
-116
/
+3
2011-01-02
tipc: Remove prototype code for supporting inter-cluster routing
Allan Stephens
1
-7
/
+6
2010-12-03
tipc: Eliminate an unused symbolic constant in link code
Allan Stephens
1
-6
/
+0
2010-12-03
tipc: Remove obsolete inclusions of header files
Allan Stephens
1
-8
/
+0
2010-10-16
tipc: cleanup function namespace
stephen hemminger
1
-21
/
+24
2010-10-14
tipc: clean out all instances of #if 0'd unused code
Paul Gortmaker
1
-111
/
+1
2010-09-24
net: return operator cleanup
Eric Dumazet
1
-3
/
+3
2010-08-18
tipc: Prevent missing name table entries when link flip-flops rapidly
Allan Stephens
1
-1
/
+10
2010-08-18
tipc: Check for disabled bearer when processing incoming messages
Allan Stephens
1
-0
/
+14
[next]