summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-11-23net: remove ipv6_addr_copy()Alexey Dobriyan4-13/+11
2011-11-23tg3: Add MDI-X reportingMatt Carlson2-1/+28
2011-11-23tg3: Restrict large prod ring cap devicesMatt Carlson1-5/+4
2011-11-23tg3: Adjust BD replenish thresholdsMatt Carlson1-5/+3
2011-11-23tg3: Make 1000Base-X FC resolution look like 1000TMatt Carlson1-12/+6
2011-11-23CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer1-3/+1
2011-11-23tg3: Fix advertisement handlingHiroaki SHIMODA1-4/+3
2011-11-22tg3: switch to build_skb() infrastructureEric Dumazet2-55/+66
2011-11-22net: Change mii to ethtool advertisement function namesMatt Carlson5-27/+26
2011-11-22gianfar: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+1
2011-11-22ksz884x: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer1-4/+2
2011-11-22ks8*/ksz8*: Casting (void *) value returned by kmalloc is uselessThomas Meyer1-2/+1
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller166-816/+1303
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-200/+428
2011-11-21Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds1-0/+8
2011-11-21Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-40/+38
2011-11-19Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2011-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds4-13/+29
2011-11-18team: replace kmalloc+memcpy by kmemdupJiri Pirko1-6/+2
2011-11-18team: avoid using variable-length arrayJiri Pirko1-2/+7
2011-11-18team: add fix_featuresJiri Pirko1-0/+22
2011-11-18Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-12/+17
2011-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-16/+39
2011-11-18Merge branch 'unicore32' of git://github.com/gxt/linuxLinus Torvalds1-2/+2
2011-11-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds3-11/+9
2011-11-18net-forcedeth: fix possible stats inaccuracies on 32b hostsdavid decotigny1-4/+4
2011-11-18bnx2: switch to build_skb() infrastructureEric Dumazet2-69/+85
2011-11-18sky2: fix hang in napi_disablestephen hemminger2-7/+11
2011-11-18sky2: enforce minimum ring sizestephen hemminger1-2/+12
2011-11-18bonding: Don't allow mode change via sysfs with slaves presentVeaceslav Falico1-0/+7
2011-11-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-2/+23
2011-11-18ibm/emac: fix improper cleanup when device is removed to allow re-bindWolfgang Grandegger1-0/+3
2011-11-18f_phonet: fix page offset of first received fragmentRĂ©mi Denis-Courmont1-1/+1
2011-11-18PM Sleep: Do not extend wakeup paths to devices with ignore_children setRafael J. Wysocki1-1/+2
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-2/+23
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville114-4811/+4706
2011-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds5-6/+17
2011-11-17fix typo/thinko in get_random_bytes()Luck, Tony1-1/+1
2011-11-17platform/x86: fix dell-laptop function prototypesRandy Dunlap1-2/+2
2011-11-17media/staging: fix allyesconfig build errorRandy Dunlap2-3/+4
2011-11-17hwmon: (exynos4_tmu) Fix Kconfig dependencyDonggeun Kim1-1/+1
2011-11-17stmmac: fix pm functions avoiding sleep on spinlockFrancesco Virlinzi1-5/+7
2011-11-17stmmac: remove spin_lock in stmmac_ioctl.Srinivas Kandagatla1-2/+0
2011-11-17stmmac: parameters auto-tuning through HW cap regGiuseppe CAVALLARO3-29/+72
2011-11-17stmmac: fix advertising 1000Base capabilties for non GMII ifaceSrinivas Kandagatla1-6/+4
2011-11-17stmmac: use mdelay on timeout of sw resetFrancesco Virlinzi2-2/+4
2011-11-17forcedeth: stats updated with a deferrable timerdavid decotigny1-1/+1
2011-11-17forcedeth: account for dropped RX framesdavid decotigny1-2/+12
2011-11-17forcedeth: implement ndo_get_stats64() APIdavid decotigny1-51/+146
2011-11-17forcedeth: allow to silence "TX timeout" debug messagesSameer Nanda1-41/+57