summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-06-2620-1363/+1053
|\
| * [SPARC]: Add iomap interfaces.David S. Miller2006-06-253-0/+66
| * [OPENPROM]: Rewrite driver to use in-kernel device tree.David S. Miller2006-06-251-257/+336
| * [OPENPROMFS]: Rewrite using in-kernel device tree and seq_file.David S. Miller2006-06-251-903/+255
| * [SPARC]: Add unique device_node IDs and a ".node" property.David S. Miller2006-06-254-36/+75
| * [SPARC]: Add of_set_property() interface.David S. Miller2006-06-254-0/+122
| * [SPARC64]: Export auxio_register to modules.David S. Miller2006-06-251-1/+2
| * [SPARC64]: Add missing interfaces to dma-mapping.hDavid S. Miller2006-06-251-0/+43
| * [SPARC64]: Export _PAGE_IE to modules.David S. Miller2006-06-251-0/+1
| * [SPARC64]: Allow floppy driver to build modular.David S. Miller2006-06-252-62/+49
| * [SPARC]: Export x_bus_type to modules.David S. Miller2006-06-252-0/+5
| * [RIOWATCHDOG]: Fix the build.David S. Miller2006-06-251-2/+2
| * [CPWATCHDOG]: Fix the build.David S. Miller2006-06-251-1/+1
| * [PARPORT] sunbpp: Fix typo.David S. Miller2006-06-251-1/+1
| * [MTD] sun_uflash: Port to new EBUS device layer.David S. Miller2006-06-251-100/+95
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-2631-467/+725
|\ \
| * | [IOAT]: Do not dereference THIS_MODULE directly to set unsafe.David S. Miller2006-06-261-3/+2
| * | [NETROM]: Fix possible null pointer dereference.Ralf Baechle2006-06-261-4/+8
| * | [NET] netpoll: break recursive loop in netpoll rx pathNeil Horman2006-06-262-2/+25
| * | [NET] netpoll: don't spin forever sending to stopped queuesJeremy Fitzhardinge2006-06-261-7/+3
| * | [IRDA]: add some IBM think padsBen Collins2006-06-261-2/+6
| * | [ATM]: atm/mpc.c warning fixAndrew Morton2006-06-261-2/+1
| * | [NET]: skb_find_text ignores to argumentPhil Oester2006-06-261-1/+4
| * | [NET]: make net/core/dev.c:netdev_nit staticAdrian Bunk2006-06-252-2/+1
| * | [NET]: Fix GSO problems in dev_hard_start_xmit()Michael Chan2006-06-251-0/+3
| * | [NET]: Fix CHECKSUM_HW GSO problems.Herbert Xu2006-06-251-11/+11
| * | [TIPC]: Fix incorrect correction to discovery timer frequency computation.Allan Stephens2006-06-251-3/+3
| * | [TIPC]: Get rid of dynamically allocated arrays in broadcast code.Allan Stephens2006-06-251-24/+17
| * | [TIPC]: Fixed link switchover bugsAllan Stephens2006-06-253-8/+31
| * | [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens2006-06-2513-126/+149
| * | [TIPC]: First phase of assert() cleanupAllan Stephens2006-06-257-109/+153
| * | [TIPC]: Disallow config operations that aren't supported in certain modes.Allan Stephens2006-06-251-45/+38
| * | [TIPC]: Fixed memory leak in tipc_link_send() when destination is unreachableAllan Stephens2006-06-251-1/+5
| * | [TIPC]: Added missing warning for out-of-memory conditionAllan Stephens2006-06-251-0/+1
| * | [TIPC]: Withdrawing all names from nameless port now returns success, not errorAllan Stephens2006-06-251-3/+0
| * | [TIPC]: Optimized argument validation done by connect().Allan Stephens2006-06-251-4/+13
| * | [TIPC]: Simplify code for returning partial success of stream send request.Allan Stephens2006-06-251-2/+2
| * | [TIPC]: recvmsg() now returns TIPC ancillary data using correct level (SOL_TIPC)Allan Stephens2006-06-251-3/+3
| * | [TIPC]: Improved performance of error checking during socket creation.Allan Stephens2006-06-251-6/+3
| * | [TIPC]: Stream socket send indicates partial success if data partially sent.Allan Stephens2006-06-251-7/+11
| * | [TIPC]: Connected send now checks socket state when retrying congested send.Allan Stephens2006-06-251-8/+8
| * | [TIPC]: Can now return destination name of form {0,x,y} via ancillary data.Allan Stephens2006-06-251-2/+6
| * | [TIPC]: Implied connect now saves dest name for retrieval as ancillary data.Allan Stephens2006-06-251-4/+4
| * | [TIPC]: Fixed connect() to detect a dest address that is missing or too short.Allan Stephens2006-06-251-1/+1
| * | [TIPC]: Non-operation-affecting corrections to comments & function definitions.Allan Stephens2006-06-251-5/+7
| * | [TIPC]: Validate entire interface name when locating bearer to enable.Allan Stephens2006-06-251-3/+2
| * | [TIPC]: Added support for MODULE_VERSION capability.Allan Stephens2006-06-251-2/+3
| * | [TIPC]: Fix misleading comment in buf_discard() routine.Allan Stephens2006-06-251-1/+1
| * | [TIPC]: Fixed privilege checking typo in dest_name_check().Allan Stephens2006-06-251-1/+1
| * | [TIPC] Fix for NULL pointer dereferenceEric Sesterhenn2006-06-251-1/+3