summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-22pktgen: use vzalloc_node() instead of vmalloc_node() + memset()WANG Cong1-2/+1
2011-05-22net: skb_trim explicitely check the linearity instead of data_lenEmmanuel Grumbach1-1/+1
2011-05-22ipv4: Give backtrace in ip_rt_bug().Dave Jones1-0/+1
2011-05-22net: avoid synchronize_rcu() in dev_deactivate_manyEric Dumazet1-2/+15
2011-05-22net: remove synchronize_net() from netdev_set_master()Eric Dumazet2-3/+2
2011-05-22rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN eventAmerigo Wang1-0/+2
2011-05-22net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASEAmerigo Wang3-5/+5
2011-05-22bridge: call NETDEV_JOIN notifiers when add a slaveAmerigo Wang1-0/+2
2011-05-22netpoll: disable netpoll when enslave a deviceAmerigo Wang3-9/+20
2011-05-22macvlan: Forward unicast frames in bridge mode to lowerdevDavid Ward1-4/+2
2011-05-22net: Remove linux/prefetch.h include from linux/skbuff.hDavid S. Miller1-1/+0
2011-05-22ipv4: Include linux/prefetch.h in fib_trie.cDavid S. Miller1-0/+1
2011-05-22netlabel: Remove prefetches from list handlers.David S. Miller1-4/+4
2011-05-22drivers/net: add prefetch header for prefetch usersPaul Gortmaker32-0/+32
2011-05-22rionet: Remove pointless printk of skb pointer.David S. Miller1-2/+2
2011-05-22net: Remove prefetches from SKB list handlers.David S. Miller1-3/+3
2011-05-22caif: Plug memory leak for checksum errorsjur.brandeland@stericsson.com1-1/+6
2011-05-22caif: Update documentation of CAIF transmit and receive functions.sjur.brandeland@stericsson.com1-15/+21
2011-05-22caif: Fix freezes when running CAIF loopback devicesjur.brandeland@stericsson.com1-4/+5
2011-05-22caif: Fixes freeze on Link layer removal.sjur.brandeland@stericsson.com3-44/+62
2011-05-22caif: Bugfix add check NULL pointer before calling functions.sjur.brandeland@stericsson.com1-9/+26
2011-05-22Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Linus Torvalds19-706/+723
2011-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds12-130/+206
2011-05-22net: add missing prefetch.h includeHeiko Carstens1-0/+1
2011-05-22fs: add missing prefetch.h includeHeiko Carstens1-0/+1
2011-05-22Merge branch 'flushing' into for-linusJames Bottomley8-124/+182
2011-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds16-117/+140
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-19/+4
2011-05-21VFS: move BUG_ON test for symlink nd->depth after current->link_count testErez Zadok1-1/+1
2011-05-21sctp: Fix build failure.David S. Miller1-1/+1
2011-05-21garp: use kfree_rcu()Eric Dumazet1-18/+2
2011-05-21ipv6: copy prefsrc setting when copying route entryFlorian Westphal1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds41-422/+7660
2011-05-20Fix for buffer overflow in ldm_frag_add not sufficientTimo Warns1-0/+5
2011-05-20tmpfs: fix highmem swapoff crash regressionHugh Dickins1-1/+2
2011-05-20powerpc: Fix 32-bit SMP buildJosh Boyer1-1/+1
2011-05-20Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-111/+289
2011-05-20ipc: Add missing sys_ni entries for ipc/compat.c functionsKevin Cernekee1-0/+7
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1198-79620/+126858
2011-05-20Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds6-21/+60
2011-05-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-2/+3
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds27-1120/+1289
2011-05-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-0/+19
2011-05-20Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds9-366/+659
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds119-1679/+6387
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds25-2014/+1847
2011-05-20Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds244-4116/+11490
2011-05-20spinlock_up.h: include asm/processor.h in for cpu_relaxStephen Rothwell1-0/+2
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds35-5/+32
2011-05-20macvlan: fix panic if lowerdev in a bondEric Dumazet1-2/+2