summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-05ipv6: fix array index in ip6_mc_add_src()RongQing.Li1-1/+1
2012-04-04Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-25/+37
2012-04-04mlx4: allocate just enough pages instead of always 4 pagesThadeu Lima de Souza Cascardo1-2/+3
2012-04-04Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-78/+204
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds45-198/+354
2012-04-04stmmac: re-add IFF_UNICAST_FLT for dwmac1000Marc Kleine-Budde1-2/+4
2012-04-04bnx2x: Clear MDC/MDIO warning messageYaniv Rosner2-2/+1
2012-04-04bnx2x: Fix BCM57711+BCM84823 link issueYaniv Rosner1-2/+2
2012-04-04bnx2x: Clear BCM84833 LED after fan failureYaniv Rosner2-0/+12
2012-04-04bnx2x: Fix BCM84833 PHY FW version presentationYaniv Rosner1-2/+1
2012-04-04bnx2x: Fix link issue for BCM8727 boards.Yaniv Rosner1-7/+14
2012-04-04bnx2x: Restore 1G LED on BCM57712+BCM8727 designs.Yaniv Rosner1-15/+18
2012-04-04bnx2x: Fix BCM578x0-SFI pre-emphasis settingsYaniv Rosner1-5/+5
2012-04-04bnx2x: Fix BCM57810-KR AN speed transitionYaniv Rosner1-2/+18
2012-04-04bnx2x: Fix BCM57810-KR FCYaniv Rosner2-0/+31
2012-04-04bnx2x: PFC fixYaniv Rosner2-1/+18
2012-04-04sky2: copy received packets on inefficient unaligned architecturestephen hemminger1-1/+12
2012-04-04net/bonding: correctly proxy slave neigh param setup ndo functionShlomo Pongratz1-8/+43
2012-04-04net/bonding: emit address change event also in bond_releaseShlomo Pongratz1-0/+3
2012-04-04sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf1-2/+3
2012-04-04Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-168/+284
2012-04-04ARM: OMAP3: clock data: fill in some missing clockdomainsPaul Walmsley1-0/+6
2012-04-04ARM: OMAP4: clock data: Force a DPLL clkdm/pwrdm ON before a relockRajendra Nayak1-0/+1
2012-04-04ARM: OMAP4: clock data: fix mult and div mask for USB_DPLLAmeya Palande1-2/+2
2012-04-04ARM: OMAP2+: powerdomain: Wait for powerdomain transition in pwrdm_state_swit...Santosh Shilimkar1-1/+7
2012-04-04gpio: tegra: Iterate over the correct number of banksStephen Warren1-2/+2
2012-04-04gpio: tegra: fix register address calculations for Tegra30Stephen Warren1-13/+42
2012-04-04Merge branch 'selinux' ("struct common_audit_data" sanitizer)Linus Torvalds18-271/+411
2012-04-04Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds1-1/+1
2012-04-04Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds12-49/+81
2012-04-04EXYNOS: fix dependency for EXYNOS_CPUFREQKukjin Kim1-7/+3
2012-04-04Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+18
2012-04-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-80/+8
2012-04-04ARM: at91: dt: remove unit-address part for memory nodesLudovic Desroches6-6/+6
2012-04-04ARM: at91: fix check of valid GPIO for SPI and USBNicolas Ferre5-1/+16
2012-04-04USB: ehci-atmel: add needed of.h header fileNicolas Ferre1-0/+1
2012-04-04ARM: at91/NAND DT bindings: add commentsNicolas Ferre1-5/+5
2012-04-04ARM: at91/at91sam9x5.dtsi: fix NAND ale/cle in DT fileNicolas Ferre1-2/+2
2012-04-04USB: ohci-at91: trivial return code name changeNicolas Ferre1-4/+3
2012-04-04USB: ohci-at91: change maximum number of portsNicolas Ferre2-36/+43
2012-04-04USB: ohci-at91: rework and fix initializationNicolas Ferre1-42/+46
2012-04-04ARM: at91/dts: USB host vbus is active lowNicolas Ferre2-4/+4
2012-04-04ARM: at91/USB host: specify and handle properly vbus_pin_active_lowNicolas Ferre4-3/+8
2012-04-04USB: ohci-at91: fix vbus_pin_active_low handlingNicolas Ferre1-2/+2
2012-04-04ARM: EXYNOS: use chip_id reg in uncompress to select uart base physDima Zavin1-1/+16
2012-04-04ARM: EXYNOS: fix CONFIG_DEBUG_LLColin Cross1-4/+3
2012-04-04Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-29/+42
2012-04-04Merge tag 'mce-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+2
2012-04-04ARM: OMAP AM3517/3505: clock data: change EMAC clocks aliasesIlya Yanok1-2/+2
2012-04-04Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds5-35/+75