summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-04-06NFC: pn533: fix error return codeJulia Lawall1-1/+3
2015-04-06NFC: nxp-nci: Release firmware when switching to FW mode failsSamuel Ortiz1-1/+3
2015-04-06NFC: nxp-nxi: Remove useless fw pointer checkSamuel Ortiz1-2/+1
2015-04-06nfc: st21nfca: Add additional comments about EVT_TRANSACTIONChristophe Ricard1-1/+10
2015-04-06nfc: st21nfcb: Add additional comments about EVT_TRANSACTIONChristophe Ricard1-1/+8
2015-04-06nfc: st21nfcb: Add missing break statement in switch sectionChristophe Ricard1-0/+1
2015-04-06NFC: st21nfca: Change st21nfca_get_iso14443_3_uid parameter nameChristophe Ricard1-2/+2
2015-04-06NFC: st21nfca: fix st21nfca_get_iso14443_3_uid data copyChristophe Ricard1-1/+1
2015-04-06NFC: st21nfcb: Retry i2c_master_send if it returns a negative valueChristophe Ricard1-2/+2
2015-04-06NFC: st21nfcb: Fix memory leak in secure element probing stageChristophe Ricard1-4/+2
2015-03-26NFC: nxp-nci_i2c: Add I2C support to NXP NCI driverClément Perrochaud3-0/+429
2015-03-26NFC: nxp-nci: Add support for NXP NCI chipsClément Perrochaud7-0/+623
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-1/+1
2015-03-25virtio: change comment in transmitstephen hemminger1-2/+6
2015-03-24cxgb4: update Kconfig and Makefile for FCoE supportVarun Prakash2-0/+12
2015-03-24cxgb4: add cxgb4_fcoe.c for FCoEVarun Prakash3-3/+201
2015-03-24cxgb4: add cxgb4_fcoe.h and macro definitions for FCoEVarun Prakash3-0/+89
2015-03-24cx82310_eth: fix semicolon.cocci warningsWu Fengguang1-1/+1
2015-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller91-1492/+749
2015-03-24net: bcmgenet: power down and up GPHY during suspend/resumeFlorian Fainelli1-0/+8
2015-03-24net: bcmgenet: power up and down integrated GPHY when unusedFlorian Fainelli3-4/+10
2015-03-24net: bcmgenet: implement GPHY power down sequenceFlorian Fainelli1-2/+7
2015-03-24net: bcmgenet: fix GPHY power-up sequenceFlorian Fainelli1-3/+7
2015-03-24net: bcmgenet: rename bcmgenet_ephy_power_upFlorian Fainelli1-11/+13
2015-03-24net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bitFlorian Fainelli2-1/+2
2015-03-24net: bcmgenet: propagate errors from bcmgenet_power_downFlorian Fainelli1-6/+9
2015-03-24Merge tag 'linux-can-next-for-4.1-20150323' of git://git.kernel.org/pub/scm/l...David S. Miller5-10/+26
2015-03-24vxlan: simplify if clause in dev_closeMarcelo Ricardo Leitner1-1/+1
2015-03-23bgmac: implement scatter/gather supportFelix Fietkau1-43/+121
2015-03-23bgmac: implement GRO and use build_skbFelix Fietkau2-25/+62
2015-03-23bgmac: fix descriptor frame start/end definitionsFelix Fietkau1-2/+2
2015-03-23isdn/gigaset: restructure modem response parser (4)Tilman Schmidt1-107/+151
2015-03-23isdn/gigaset: restructure modem response parser (3)Tilman Schmidt1-37/+19
2015-03-23isdn/gigaset: restructure modem response parser (2)Tilman Schmidt1-69/+57
2015-03-23isdn/gigaset: restructure modem response parser (1)Tilman Schmidt1-44/+55
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-52/+161
2015-03-23Merge tag 'md/4.0-rc4-fix' of git://neil.brown.name/mdLinus Torvalds2-3/+2
2015-03-23can: at91_can: use endian agnostic IO accessorsBen Dooks1-2/+2
2015-03-23can: esd_usb2: Fix sparse warningsThomas Körper1-2/+2
2015-03-23can: add combined rx/tx LED trigger supportYegor Yefremov1-3/+19
2015-03-23can: m_cam: m_can_fifo_write(): remove return from void functionMarc Kleine-Budde1-2/+2
2015-03-23can: kvaser_usb: Use can-dev unregistration mechanismAhmed S. Darwish1-1/+1
2015-03-22Merge tag 'char-misc-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-183/+3
2015-03-22Merge tag 'staging-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-17/+17
2015-03-22Merge tag 'tty-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+12
2015-03-22Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds33-719/+124
2015-03-22cx82310_eth: wait for firmware to become readyOndrej Zary1-6/+24
2015-03-21Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-80/+137
2015-03-21Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-23/+54
2015-03-21Merge git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-372/+159