summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-23ipv6: ip6_route_output() never returns NULL.RongQing.Li2-3/+6
2012-02-22jme: Fix FIFO flush issueGuo-Fu Tseng2-10/+2
2012-02-22atm: clip: remove clip_tblEric Dumazet1-4/+6
2012-02-22ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller1-0/+1
2012-02-22rtnetlink: Fix problem with buffer allocationGreg Rose4-22/+62
2012-02-22neighbour: Fixed race condition at tbl->nhtMichel Machado1-0/+2
2012-02-22mlx4: Setting new port types after all interfaces unregisteredYevgeny Petrilin1-3/+2
2012-02-22mlx4: Replacing pool_lock with mutexYevgeny Petrilin3-6/+6
2012-02-22zaurus: Add ID for C-750/C-760/C-860/SL-C3000 PDA in MDLM modeDave Jones1-0/+5
2012-02-21mlx4_core: Do not map BF area if capability is 0Jack Morgenstein1-0/+3
2012-02-21Merge branch 'master' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-1/+12
2012-02-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville17-43/+69
2012-02-20can: sja1000: fix isr hang when hw is unplugged under loadOliver Hartkopp1-1/+12
2012-02-20b44: remove __exit from b44_pci_exit()Nikola Pajkovsky1-1/+1
2012-02-20drivers/atm/solos-pci.c: exchange pci_iounmapsJulia Lawall1-2/+2
2012-02-20net/ethernet: ks8851_mll: signedness bug in ks8851_probe()Dan Carpenter1-1/+1
2012-02-20vmxnet3: cap copy length at size of skb to prevent dropped frames on txNeil Horman1-2/+2
2012-02-20atl1c: dont use highprio tx queueEric Dumazet1-4/+0
2012-02-20netem: fix dequeueEric Dumazet1-4/+2
2012-02-19Linux 3.3-rc4v3.3-rc4Linus Torvalds1-1/+1
2012-02-19Merge tag 'fixes-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds66-786/+524
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-191/+212
2012-02-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-2/+2
2012-02-19Merge tag 'ecryptfs-3.3-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-18/+89
2012-02-19Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/l...Linus Torvalds1-1/+1
2012-02-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-31/+42
2012-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds3-8/+28
2012-02-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-7/+22
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+24
2012-02-19i387: re-introduce FPU state preloading at context switch timeLinus Torvalds4-42/+133
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds6-32/+30
2012-02-17i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds3-22/+16
2012-02-17i387: do not preload FPU state at task switch timeLinus Torvalds4-68/+11
2012-02-17ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-02-17eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-17eCryptfs: Improve statfs reportingTyler Hicks4-14/+83
2012-02-17i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds4-23/+58
2012-02-17i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds1-3/+6
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds3-8/+45
2012-02-16powerpc/perf: power_pmu_start restores incorrect values, breaking frequency e...Anton Blanchard1-1/+7
2012-02-16powerpc/adb: Use set_current_state()majianpeng1-2/+2
2012-02-16powerpc: Disable interrupts early in Program CheckBenjamin Herrenschmidt1-1/+1
2012-02-16powerpc: Remove legacy iSeries from ppc64_defconfigStephen Rothwell1-5/+0
2012-02-16powerpc/fsl/pci: Fix PCIe fixup regressionBenjamin Herrenschmidt1-19/+29
2012-02-16powerpc: Fix kernel log of oops/panic instruction dumpIra Snyder1-3/+3
2012-02-16crypto: sha512 - use standard ror64()Alexey Dobriyan2-9/+24
2012-02-16net/ethernet: ks8851_mll fix irq handlingJan Weitzel1-8/+6
2012-02-15veth: Enforce minimum size of VETH_INFO_PEERThomas Graf1-1/+3
2012-02-15stmmac: update the driver version to Feb 2012 (v2)Giuseppe CAVALLARO1-1/+1
2012-02-15stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO4-116/+105