aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-08e1000e: cleanup unusually placed commentsBruce Allan7-25/+39
2013-03-08e1000e: cleanup (add/remove) blank lines where appropriateBruce Allan8-7/+8
2013-03-08e1000e: cleanup SPACING checkpatch checksBruce Allan4-16/+16
2013-03-08e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checksBruce Allan7-127/+139
2013-03-08e1000e: cleanup LEADING_SPACE checkpatch warningsBruce Allan3-9/+9
2013-03-08e1000e: cleanup LONG_LINE checkpatch warningsBruce Allan5-16/+23
2013-03-08e1000e: cleanup SPACING checkpatch errors and warningsBruce Allan6-34/+34
2013-03-08e1000e: cleanup CODE_INDENT checkpatch errorsBruce Allan7-187/+178
2013-03-08ixgbevf: use PCI_DEVICE_TABLE macroStephen Hemminger1-6/+3
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2-33/+40
2013-03-08drivers/isdn: checkng length to be sure not memory overflowChen Gang1-1/+3
2013-03-08bnx2x: Fix SFP+ misconfiguration in iSCSI boot scenarioYaniv Rosner2-1/+6
2013-03-08bnx2x: Fix intermittent long KR2 link up timeYaniv Rosner2-1/+13
2013-03-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-34/+97
2013-03-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-99/+272
2013-03-07Merge tag 'pm+acpi-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds17-205/+193
2013-03-08drm/tegra: drop "select DRM_HDMI"Paul Bolle1-1/+0
2013-03-08drm/mgag200: Bug fix: Renesas board now selects native resolution.Julia Lemire1-0/+1
2013-03-08drm/mgag200: Reject modes that are too big for VRAMChristopher Harvey1-0/+27
2013-03-08drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not usedChristopher Harvey1-1/+0
2013-03-07macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.Vlad Yasevich1-0/+1
2013-03-07team: unsyc the devices addresses when port is removedVlad Yasevich1-0/+2
2013-03-07bgmac: register MII busRafał Miłecki2-1/+80
2013-03-07Merge tag 'efi-for-3.9-rc2' into x86/urgentH. Peter Anvin1-34/+96
2013-03-07be2net: Update copyright yearVasundhara Volam8-8/+8
2013-03-07mv643xx_eth: fix for disabled autonegPhil Sutter1-4/+51
2013-03-07bonding: fire NETDEV_RELEASE event only on 0 slavesVeaceslav Falico1-2/+3
2013-03-07vxlan: fix oops when delete netns containing vxlanZang MingJie1-0/+8
2013-03-07vmxnet3: prevent div-by-zero panic when ring resizing uninitialized devBhavesh Davda3-2/+9
2013-03-07Merge tag 'regulator-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds4-12/+16
2013-03-07Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-0/+1
2013-03-07net/mlx4_en: Disable RFS when running in SRIOV modeAmir Vadai1-3/+5
2013-03-07net/mlx4_en: Cleanup MAC resources on module unload or port stopYan Burman1-16/+20
2013-03-07net/mlx4_en: Fix race when setting the device MAC addressYan Burman2-22/+21
2013-03-07net/mlx4_core: Fix endianness bug in set_param_lJack Morgenstein8-18/+18
2013-03-07net/mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is not enabledJack Morgenstein1-0/+8
2013-03-07net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow steeringJack Morgenstein1-0/+3
2013-03-07Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds2-15/+23
2013-03-07tg3: Download 57766 EEE service patch firmwareNithin Sujir2-16/+128
2013-03-07tg3: Enhance firmware download code to support fragmented firmwareNithin Sujir1-6/+42
2013-03-07tg3: Cleanup firmware parsing codeNithin Sujir2-36/+34
2013-03-07tg3: Refactor the 2nd type of cpu pauseNithin Sujir1-26/+27
2013-03-07tg3: Refactor cpu pause/resume codeNithin Sujir1-25/+58
2013-03-07tg3: Add new FW_TSO flagMatt Carlson2-8/+8
2013-03-07qlcnic: Use generic fdb handler when driver options are not enabled.Vlad Yasevich1-15/+6
2013-03-07mlx4: Remove driver specific fdb handlers.Vlad Yasevich1-76/+0
2013-03-07ixgbe: Make use of the default fdb handlers.Vlad Yasevich1-41/+1
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko4-45/+56
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2-11/+7
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko3-94/+226