summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers/net/cxgb3: Use memdup_userJulia Lawall2010-05-311-9/+3Star
* drivers/net: Use memdup_userJulia Lawall2010-05-311-8/+3Star
* net/can: Use memdup_userJulia Lawall2010-05-311-8/+3Star
* tcp: tcp_md5_hash_skb_data() frag_list handlingEric Dumazet2010-05-311-0/+5
* net: remove zap_completion_queueEric Dumazet2010-05-312-32/+3Star
* net: Use __this_cpu_inc() in fast pathEric Dumazet2010-05-312-4/+2Star
* cleanup: remove MIN_FRAG_SIZE definition.Rami Rosen2010-05-311-1/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-3119-38/+107
|\
| * net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-293-2/+10
| * Phonet: listening socket lock protects the connected socket listRĂ©mi Denis-Courmont2010-05-291-3/+3
| * caif: unlock on error path in cfserl_receive()Dan Carpenter2010-05-291-2/+4
| * be2net: remove superfluous externsDan Carpenter2010-05-291-2/+2
| * be2net: add unlock on error pathDan Carpenter2010-05-291-2/+5
| * net/rds: Add missing mutex_unlockJulia Lawall2010-05-292-0/+2
| * drivers/isdn/hardware/mISDN: Add missing spin_unlockJulia Lawall2010-05-291-1/+3
| * fs_enet: Adjust BDs after tx errorMark Ware2010-05-291-6/+43
| * skb: make skb_recycle_check() return a bool valueChangli Gao2010-05-292-7/+7
| * IPv6: fix Mobile IPv6 regressionBrian Haley2010-05-291-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-05-297-12/+27
| |\
| | * ssb: fix NULL ptr deref when pcihost_wrapper is usedChristoph Fritz2010-05-282-3/+7
| | * mac80211: make a function staticJohannes Berg2010-05-281-1/+1
| | * libertas: fix uninitialized variable warningPrarit Bhargava2010-05-281-3/+2Star
| | * ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is usedVasanthakumar Thiagarajan2010-05-281-1/+3
| | * ath9k: Fix ath_print in xmit for hardware reset.Justin P. Mattock2010-05-281-1/+1
| | * ar9170usb: fix read from freed driver contextChristian Lamparter2010-05-261-2/+12
| | * Revert "rt2x00: Fix rt2800usb TX descriptor writing."John W. Linville2010-05-261-1/+1
* | | Linux 2.6.35-rc1Linus Torvalds2010-05-301-2/+2
* | | Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2010-05-302-29/+15Star
|\ \ \
| * | | SLUB: Allow full duplication of kmalloc array for 390Christoph Lameter2010-05-301-1/+1
| * | | slub: move kmem_cache_node into it's own cachelineAlexander Duyck2010-05-242-28/+14Star
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-301-0/+7
|\ \ \ \
| * | | | mutex: Fix optimistic spinning vs. BKLTony Breeds2010-05-191-0/+7
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-308-16/+45
|\ \ \ \ \
| * \ \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-05-292-8/+17
| |\ \ \ \ \
| | * | | | | ring-buffer: Move zeroing out excess in page to ring buffer codeSteven Rostedt2010-05-252-8/+9
| | * | | | | ring-buffer: Reset "real_end" when page is filledSteven Rostedt2010-05-251-0/+8
| * | | | | | perf tui: Fix last use_browser problem related to .perfconfigArnaldo Carvalho de Melo2010-05-271-1/+1
| * | | | | | perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo2010-05-263-6/+25
| * | | | | | perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo2010-05-262-1/+2
| |/ / / / /
* | | | | | ia64: revert __node_random additionLinus Torvalds2010-05-301-17/+0Star
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-307-82/+500
|\ \ \ \ \ \
| * | | | | | mm: export generic_pipe_buf_*() to modulesMiklos Szeredi2010-05-261-0/+6
| * | | | | | fuse: support splice() reading from fuse deviceMiklos Szeredi2010-05-251-41/+187
| * | | | | | fuse: allow splice to move pagesMiklos Szeredi2010-05-253-15/+167
| * | | | | | mm: export remove_from_page_cache() to modulesMiklos Szeredi2010-05-251-0/+1
| * | | | | | mm: export lru_cache_add_*() to modulesMiklos Szeredi2010-05-251-0/+1
| * | | | | | fuse: support splice() writing to fuse deviceMiklos Szeredi2010-05-252-32/+148
| * | | | | | fuse: get page reference for readpagesMiklos Szeredi2010-05-251-0/+2
| * | | | | | fuse: use get_user_pages_fast()Miklos Szeredi2010-05-252-8/+2Star
| * | | | | | fuse: remove unneeded variableDan Carpenter2010-05-251-2/+2
| | |_|/ / / | |/| | | |