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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-26
[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.
Allan Stephens
13
-126
/
+149
2006-06-26
[TIPC]: First phase of assert() cleanup
Allan Stephens
7
-109
/
+153
2006-06-26
[TIPC]: Disallow config operations that aren't supported in certain modes.
Allan Stephens
1
-45
/
+38
2006-06-26
[TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachable
Allan Stephens
1
-1
/
+5
2006-06-26
[TIPC]: Added missing warning for out-of-memory condition
Allan Stephens
1
-0
/
+1
2006-06-26
[TIPC]: Withdrawing all names from nameless port now returns success, not error
Allan Stephens
1
-3
/
+0
2006-06-26
[TIPC]: Optimized argument validation done by connect().
Allan Stephens
1
-4
/
+13
2006-06-26
[TIPC]: Simplify code for returning partial success of stream send request.
Allan Stephens
1
-2
/
+2
2006-06-26
[TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC)
Allan Stephens
1
-3
/
+3
2006-06-26
[TIPC]: Improved performance of error checking during socket creation.
Allan Stephens
1
-6
/
+3
2006-06-26
[TIPC]: Stream socket send indicates partial success if data partially sent.
Allan Stephens
1
-7
/
+11
2006-06-26
[TIPC]: Connected send now checks socket state when retrying congested send.
Allan Stephens
1
-8
/
+8
2006-06-26
[TIPC]: Can now return destination name of form {0,x,y} via ancillary data.
Allan Stephens
1
-2
/
+6
2006-06-26
[TIPC]: Implied connect now saves dest name for retrieval as ancillary data.
Allan Stephens
1
-4
/
+4
2006-06-26
[TIPC]: Fixed connect() to detect a dest address that is missing or too short.
Allan Stephens
1
-1
/
+1
2006-06-26
[TIPC]: Non-operation-affecting corrections to comments & function definitions.
Allan Stephens
1
-5
/
+7
2006-06-26
[TIPC]: Validate entire interface name when locating bearer to enable.
Allan Stephens
1
-3
/
+2
2006-06-26
[TIPC]: Added support for MODULE_VERSION capability.
Allan Stephens
1
-2
/
+3
2006-06-26
[TIPC]: Fix misleading comment in buf_discard() routine.
Allan Stephens
1
-1
/
+1
2006-06-26
[TIPC]: Fixed privilege checking typo in dest_name_check().
Allan Stephens
1
-1
/
+1
2006-06-26
[TIPC] Fix for NULL pointer dereference
Eric Sesterhenn
1
-1
/
+3
2006-06-26
[TIPC]: Allow compilation when CONFIG_TIPC_DEBUG is not set.
Allan Stephens
1
-5
/
+14
2006-06-26
[TIPC]: Multicast link failure now resets all links to "nacking" node.
Allan Stephens
2
-28
/
+128
2006-06-26
[TIPC]: Links now validate destination node specified by incoming messages.
Allan Stephens
1
-0
/
+5
2006-06-26
[TIPC]: Allow ports to receive multicast messages through native API.
Allan Stephens
1
-10
/
+16
2006-06-26
[TIPC]: Corrected potential misuse of tipc_media_addr structure.
Allan Stephens
2
-3
/
+13
2006-06-26
[TIPC]: Use correct upper bound when validating network zone number.
Allan Stephens
1
-1
/
+1
2006-06-26
[TIPC]: Prevent name table corruption if no room for new publication
Allan Stephens
1
-9
/
+9
2006-06-26
[TIPC] Improved tolerance to promiscuous mode interface
Jon Maloy
1
-9
/
+11
2006-06-26
[PATCH] uclinux: use PER_LINUX_32BIT in binfmt_flat
Malcolm Parsons
1
-1
/
+1
2006-06-26
[PATCH] m68knommu: make enable_irq() macro statement
Greg Ungerer
1
-1
/
+1
2006-06-26
[PATCH] m68knommu: fix ColdFire 5249 PLL set
Greg Ungerer
1
-1
/
+1
2006-06-26
[PATCH] m68knommu: ColdFire cache flush fixups
Greg Ungerer
1
-3
/
+10
2006-06-26
[PATCH] m68knommu: improve syscall entry and fix strace
Philippe De Muyter
1
-26
/
+20
2006-06-26
[PATCH] m68knommu: force stack alignment on ColdFire
Greg Ungerer
1
-8
/
+20
2006-06-26
[PATCH] m68knommu: configurable frequency selection header
Greg Ungerer
1
-59
/
+17
2006-06-26
[PATCH] m68knommu: configurable frequency selection
Greg Ungerer
1
-115
/
+33
2006-06-26
[PATCH] m68knommu: configure support for Avnet5282 board
Greg Ungerer
1
-0
/
+11
2006-06-26
[PATCH] m68knommu: ColdFire 532x CPU configure support
Greg Ungerer
1
-2
/
+19
2006-06-26
Revert "swsusp special saveable pages support" commits
Linus Torvalds
6
-318
/
+18
2006-06-26
[PATCH] m68knommu: ColdFire 532x CPU platform build support
Greg Ungerer
1
-0
/
+20
2006-06-26
[PATCH] m68knommu: add ColdFire 532x UART address support
Greg Ungerer
1
-0
/
+4
2006-06-26
[PATCH] m68knommu: add ColdFire 532x timer build support
Greg Ungerer
1
-0
/
+1
2006-06-26
[PATCH] m68knommu: cleanup setup.c
Greg Ungerer
1
-47
/
+21
2006-06-26
[PATCH] m68knommu: check DEBUG defined arch code
Greg Ungerer
2
-4
/
+4
2006-06-26
[PATCH] m68knommu: include ColdFire 532x register definitions
Greg Ungerer
1
-0
/
+3
2006-06-26
[PATCH] m68knommu: add ColdFire 532x cache init
Greg Ungerer
1
-0
/
+15
2006-06-26
[PATCH] m68knommu: 532x UART support
Greg Ungerer
1
-3
/
+25
2006-06-26
[PATCH] m68knommu: ColdFire 532x register definitions
Greg Ungerer
1
-0
/
+2238
2006-06-26
[PATCH] m68knommu: ColdFire 532x CPU startup code
Greg Ungerer
1
-0
/
+486
[next]