aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4: fix small memory leak on errorDan Carpenter2013-07-031-0/+1
* net: fec: Add VLAN receive HW support.Jim Baxter2013-07-032-10/+55
* alx: remove WoL supportJohannes Berg2013-07-034-323/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-03126-694/+1066
|\
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-06-3010-92/+60
| |\
| | * Merge tag 'fcoe1' into fixesJames Bottomley2013-06-26757-5121/+8694
| | |\
| | * \ Merge tag 'fcoe' into fixesJames Bottomley2013-06-263-24/+30
| | |\ \
| | | * | libfc: extend ex_lock to protect all of fc_seq_sendNeil Horman2013-05-101-13/+24
| | | * | libfc: Correct check for initiator roleMark Rustad2013-05-101-1/+1
| | | * | libfcoe: Fix Conflicting FCFs issue in the fabricKrishna Mohan2013-05-101-10/+5
| | * | | [SCSI] ipr: Avoid target_destroy accessing memory after it was freedwenxiong@linux.vnet.ibm.com2013-05-122-19/+3
| | * | | [SCSI] qla2xxx: Fix for locking issue between driver ISR and mailbox routinesgurinder.shergill@hp.com2013-05-125-49/+27
| * | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-06-291-0/+5
| |\ \ \ \
| | * | | | drm/qxl: add missing access check for execbuffer ioctlDave Airlie2013-06-281-0/+5
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-06-291-1/+5
| |\ \ \ \ \
| | * | | | | rbd: send snapshot context with writesJosh Durgin2013-06-271-1/+5
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-2644-135/+4827
| |\ \ \ \ \ \
| | * | | | | | dlci: validate the net device in dlci_del()Zefan Li2013-06-261-0/+12
| | * | | | | | dlci: acquire rtnl_lock before calling __dev_get_by_name()Zefan Li2013-06-261-5/+9
| | * | | | | | net/tg3: Avoid delay during MMIO accessGavin Shan2013-06-251-0/+36
| | * | | | | | macvtap: fix recovery from gup errorsMichael S. Tsirkin2013-06-251-2/+4
| | * | | | | | tun: fix recovery from gup errorsMichael S. Tsirkin2013-06-251-2/+4
| | * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-252-2/+6
| | |\ \ \ \ \ \
| | * | | | | | | qlcnic: Do not sleep while holding spinlockShahed Shaikh2013-06-241-1/+1
| | * | | | | | | drivers: net: cpsw: fix compilation error with cpsw driverMugunthan V N2013-06-241-0/+1
| | * | | | | | | sh_eth: fix misreporting of transmit abortSergei Shtylyov2013-06-241-2/+3
| | * | | | | | | sh_eth: fix unhandled RFE interruptSergei Shtylyov2013-06-242-16/+19
| | * | | | | | | qmi_wwan: add various Novatel Gobi1K IDsDan Williams2013-06-241-1/+7
| | * | | | | | | net: eth: davicnci_cpdma: check dma map errorSebastian Siewior2013-06-241-0/+7
| | * | | | | | | bonding: fix slave speed reporting in bond_miimon_commitNikolay Aleksandrov2013-06-241-1/+2
| | * | | | | | | net/mlx_en: Timestamping is not supported in slave modeAmir Vadai2013-06-241-0/+3
| | * | | | | | | mv643xx_eth: Allocate receive queue initialized to zeroLubomir Rintel2013-06-191-1/+1
| | * | | | | | | pxa168_eth: Allocate receive queue initialized to zeroLubomir Rintel2013-06-191-2/+2
| | * | | | | | | sfc: Remove write permission from phy_type attributeBen Hutchings2013-06-191-1/+1
| | * | | | | | | netdev: octeon_mgmt: Fix structure layout for little-endian.David Daney2013-06-191-7/+15
| | * | | | | | | netdev: octeon_mgmt: Correct tx IFG workaround.David Daney2013-06-191-3/+6
| | * | | | | | | stmmac: fix EEE setupGiuseppe CAVALLARO2013-06-192-37/+33
| | * | | | | | | drivers: net: cpsw: fix cpsw clock gating issue across suspend/resumeMugunthan V N2013-06-191-0/+2
| | * | | | | | | net: fec: Fix build for MCF5272Guenter Roeck2013-06-191-0/+14
| * | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-06-263-20/+20
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | drm/i915: make compact dma scatter lists creation work with SWIOTLB backend.Konrad Rzeszutek Wilk2013-06-251-3/+12
| | * | | | | | | Merge tag 'drm-intel-fixes-2013-06-24' of git://people.freedesktop.org/~danve...Dave Airlie2013-06-253-17/+8
| | |\ \ \ \ \ \ \
| | | * | | | | | | drm/i915: Restore fences after resume and GPU resetsChris Wilson2013-06-163-17/+8
| * | | | | | | | | Merge tag 'regulator-v3.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-06-262-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | mfd: tps6586x: correct device name of the regulator cellMarc Dietrich2013-06-242-2/+2
| * | | | | | | | | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-06-261-1/+21
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | gpio/omap: don't use linear domain mapping for OMAP1Javier Martinez Canillas2013-06-251-1/+21
| * | | | | | | | | | | Merge tag 'pm+acpi-3.10-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-06-2610-108/+201
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'pm-fixes'Rafael J. Wysocki2013-06-251-4/+13
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | cpufreq: fix NULL pointer deference at od_set_powersave_bias()Jacob Shin2013-06-251-4/+13
| | | |/ / / / / / / / / /