summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-08-26wil6210: map MAC timer for packet lifetime into debugfsVladimir Kondratiev2-0/+6
2014-08-26mwifiex: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-08-26cw1200: Introduce the use of devm_kzallocHimangi Saraogi1-3/+1
2014-08-26net: wireless: wl1251: Remove unnecessary free_irqHimangi Saraogi1-1/+0
2014-08-26b43: N-PHY: support setting custom TX powerRafał Miłecki3-12/+77
2014-08-26b43: implement PPR (Power Per Rate) management/APIRafał Miłecki4-0/+252
2014-08-26b43: N-PHY: add RF power tables for radio 0x2057 revs 9 & 14Rafał Miłecki3-3/+87
2014-08-26b43: N-PHY: update rev3+ gain control workaroundsRafał Miłecki1-24/+37
2014-08-26b43: flush some writes on Broadcom MIPS SoCsRafał Miłecki11-29/+49
2014-08-26b43: don't duplicate common PHY read/write opsRafał Miłecki5-60/+12
2014-08-26b43: update flushing many writes performed in a rowRafał Miłecki3-3/+25
2014-08-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville7-62/+68
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds26-215/+350
2014-08-22drivers: isdn: eicon: xdi_msg.h: Fix typo in #ifndefRasmus Villemoes1-1/+1
2014-08-22net: ethernet: broadcom: bnx2x: Remove redundant #ifdefRasmus Villemoes1-4/+0
2014-08-22ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard1-4/+14
2014-08-22net: xgene: fix possible NULL dereference in xgene_enet_free_desc_rings()Iyappan Subramanian1-7/+13
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy3-15/+41
2014-08-22Merge tag 'iommu-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+15
2014-08-22cxgb4: Free completed tx skbs promptlyHariprasad Shenai3-2/+5
2014-08-22Merge tag 'linux-can-fixes-for-3.17-20140821' of git://gitorious.org/linux-ca...David S. Miller3-30/+43
2014-08-22cxgb4: Fix race condition in cleanupAnish Bhatt2-14/+19
2014-08-22bnx2x: Revert UNDI flushing mechanismYuval Mintz1-75/+17
2014-08-22qlcnic: Fix endianess issue in firmware load from file operationShahed Shaikh1-10/+25
2014-08-22qlcnic: Fix endianess issue in FW dump template headerRajesh Borundia1-0/+57
2014-08-22qlcnic: Fix flash access interface to applicationJitendra Kalsaria3-5/+32
2014-08-22macvlan: Allow setting multicast filter on all macvlan typesVlad Yasevich1-2/+8
2014-08-22Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-13/+12
2014-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds11-93/+114
2014-08-22Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-10/+11
2014-08-21HID: fix a couple of off-by-onesJiri Kosina6-7/+7
2014-08-21HID: logitech: perform bounds checking on device_id early enoughJiri Kosina1-7/+6
2014-08-21HID: logitech: fix bounds checking on LED report sizeJiri Kosina1-1/+1
2014-08-21can: flexcan: handle state passive -> warning transitionSebastian Andrzej Siewior1-0/+7
2014-08-21can: flexcan: Disable error interrupt when bus error reporting is disabledAlexander Stein1-0/+2
2014-08-21can: c_can: checking IS_ERR() instead of NULLDan Carpenter1-1/+1
2014-08-21can: sja1000: Validate initialization state in start methodMirza Krak1-29/+33
2014-08-21Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds1-1/+1
2014-08-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+10
2014-08-20Revert "platform/x86/toshiba-apci.c possible bad if test?"Matthew Garrett1-1/+1
2014-08-19scsi: Fix qemu boot hang problemGuenter Roeck1-1/+1
2014-08-19i2c: i801: Add PCI ID for Intel BraswellAlan Cox1-0/+2
2014-08-19i2c: rework kernel config I2C_ACPILan Tianyu3-10/+9
2014-08-19Merge tag 'md/3.17-fixes' of git://neil.brown.name/mdLinus Torvalds2-2/+9
2014-08-19Merge tag 'pci-v3.17-changes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-33/+700
2014-08-19Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds3-18/+41
2014-08-19md/raid10: always initialise ->state on newly allocated r10_bioNeilBrown1-0/+3
2014-08-19md/raid10: avoid memory leak on error path during reshape.NeilBrown1-0/+1
2014-08-19md/raid10: Fix memory leak when raid10 reshape completes.NeilBrown1-0/+1
2014-08-19md/raid10: fix memory leak when reshaping a RAID10.NeilBrown1-1/+1