summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* atm: [nicstar] reformatted with Lindentchas williams - CONTRACTOR2010-05-313-3169/+2888
* mlx4_en: use net_device dev_id to indicate port numberEli Cohen2010-05-311-0/+1
* xen: netfront: explicitly generate arp_notify event after migration.Ian Campbell2010-05-311-0/+1
* arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2010-05-314-0/+22
* arp_notify: document that a gratuitous ARP request is sent when this option i...Ian Campbell2010-05-311-1/+1
* caif: cleanup: remove duplicate checksDan Carpenter2010-05-311-6/+2
* caif: remove unneeded null check in caif_connect()Dan Carpenter2010-05-311-2/+1
* drivers/isdn: Use memdup_userJulia Lawall2010-05-313-32/+12
* drivers/net/wan: Use memdup_userJulia Lawall2010-05-311-10/+4
* net/dccp: Use memdup_userJulia Lawall2010-05-311-8/+3
* drivers/net/wan: Use memdup_userJulia Lawall2010-05-311-8/+3
* drivers/net/cxgb3: Use memdup_userJulia Lawall2010-05-311-9/+3
* drivers/net: Use memdup_userJulia Lawall2010-05-311-8/+3
* net/can: Use memdup_userJulia Lawall2010-05-311-8/+3
* tcp: tcp_md5_hash_skb_data() frag_list handlingEric Dumazet2010-05-311-0/+5
* net: remove zap_completion_queueEric Dumazet2010-05-312-32/+3
* net: Use __this_cpu_inc() in fast pathEric Dumazet2010-05-312-4/+2
* cleanup: remove MIN_FRAG_SIZE definition.Rami Rosen2010-05-311-1/+0
* 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/+2
| | * 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-rc1v2.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/+15
|\ \ \
| * | | 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/+14
* | | | 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
| |/ / / / /