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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-30
tipc: compress out gratuitous extra carriage returns
Paul Gortmaker
32
-530
/
+16
2012-04-27
tipc: Reject payload messages with invalid message type
Allan Stephens
1
-5
/
+2
2012-04-27
tipc: Enhance error checking of published names
Allan Stephens
2
-7
/
+4
2012-04-27
tipc: Create helper routine to delete unused name sequence structure
Allan Stephens
1
-12
/
+15
2012-04-27
tipc: remove redundant memset and stale comment from subscr.c
Allan Stephens
1
-2
/
+0
2012-04-27
tipc: Optimize initialization of network topology service
Allan Stephens
1
-1
/
+1
2012-04-27
tipc: Enhance re-initialization of network topology service
Allan Stephens
1
-3
/
+0
2012-04-27
tipc: Optimize termination of configuration service
Allan Stephens
1
-4
/
+2
2012-04-27
tipc: Optimize initialization of configuration service
Allan Stephens
1
-1
/
+1
2012-04-27
tipc: Optimize re-initialization of configuration service
Allan Stephens
3
-2
/
+17
2012-04-24
tipc: remove inline instances from C source files.
Paul Gortmaker
2
-3
/
+3
2012-04-24
net: add a limit parameter to sk_add_backlog()
Eric Dumazet
1
-1
/
+1
2012-04-19
tipc: Ensure network address change doesn't impact configuration service
Allan Stephens
1
-1
/
+1
2012-04-19
tipc: Ensure network address change doesn't impact rejected message
Allan Stephens
1
-1
/
+1
2012-04-19
tipc: handle <0.0.0> as an alias for this node on outgoing msgs
Allan Stephens
1
-4
/
+4
2012-04-19
tipc: properly handle off-node send requests with invalid addr
Allan Stephens
1
-2
/
+9
2012-04-19
tipc: take lock while updating node network address
Allan Stephens
1
-1
/
+2
2012-04-19
tipc: Ensure network address change doesn't impact local connections
Allan Stephens
4
-31
/
+34
2012-04-19
tipc: delete duplicate peerport/peernode helper functions
Allan Stephens
2
-14
/
+4
2012-04-19
tipc: Ensure network address change doesn't impact new port
Allan Stephens
1
-4
/
+11
2012-04-19
tipc: Optimize re-initialization of port message header templates
Allan Stephens
1
-2
/
+0
2012-04-19
tipc: Ensure network address change doesn't impact name table updates
Allan Stephens
1
-4
/
+4
2012-04-19
tipc: Add routines for safe checking of node's network address
Allan Stephens
4
-6
/
+24
2012-04-19
tipc: Don't record failed publication attempt as a success
Allan Stephens
1
-2
/
+3
2012-04-19
tipc: Update node-scope publications when network address is assigned
Allan Stephens
2
-7
/
+12
2012-04-19
tipc: Separate cluster-scope and zone-scope names into distinct lists
Allan Stephens
1
-5
/
+26
2012-04-18
tipc: Factor out name publication code to a separate function
Allan Stephens
1
-27
/
+34
2012-04-18
tipc: introduce publication lists struct
Allan Stephens
1
-10
/
+17
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
2
-5
/
+5
2012-02-29
tipc: Optimize setting of immutable payload message header fields
Allan Stephens
1
-8
/
+0
2012-02-29
tipc: Eliminate obsolete code for re-sending a message
Allan Stephens
1
-2
/
+0
2012-02-29
tipc: Un-inline port routine for processing incoming messages
Allan Stephens
2
-41
/
+44
2012-02-25
tipc: Eliminate support for tipc_mode global variable
Allan Stephens
6
-20
/
+5
2012-02-25
tipc: Eliminate obsolete support for "not running" mode
Allan Stephens
3
-15
/
+4
2012-02-25
tipc: Revert name table translation optimization
Allan Stephens
2
-5
/
+14
2012-02-25
tipc: Minor optimization to broadcast link synchronization logic
Allan Stephens
1
-3
/
+1
2012-02-25
tipc: Remove obsolete comments about routing table updates
Allan Stephens
1
-46
/
+0
2012-02-25
tipc: Eliminate trivial buffer manipulation helper routines
Allan Stephens
10
-91
/
+67
2012-02-25
tipc: Hide internal details of node table implementation
Allan Stephens
2
-12
/
+13
2012-02-25
tipc: Eliminate a test for negative unsigned quantities
Allan Stephens
1
-2
/
+1
2012-02-25
tipc: nuke the delimit static inline function.
Paul Gortmaker
3
-15
/
+5
2012-02-25
tipc: Add check to prevent insertion of duplicate name table entries
Allan Stephens
1
-0
/
+7
2012-02-25
tipc: Simplify enforcement of reserved name type prohibition
Allan Stephens
5
-27
/
+6
2012-02-25
tipc: Remove duplicate check of message destination node
Allan Stephens
2
-52
/
+46
2012-02-25
tipc: Detect duplicate nodes using different network interfaces
Allan Stephens
1
-14
/
+58
2012-02-25
tipc: Introduce node signature field in neighbor discovery message
Allan Stephens
4
-0
/
+21
2012-02-07
tipc: Minor optimization to rejection of connection-based messages
Allan Stephens
1
-2
/
+3
2012-02-07
tipc: Eliminate alteration of publication key during name table purging
Allan Stephens
1
-4
/
+0
2012-02-07
tipc: Prevent loss of fragmented messages over broadcast link
Allan Stephens
1
-22
/
+42
2012-02-07
tipc: Prevent loss of fragmented messages over unicast links
Allan Stephens
1
-3
/
+10
[next]