summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Remove NET_CORE_BUDGET_USECS from sysctl binary interface.David S. Miller2017-04-212-2/+0Star
* net: dsa: LAN9303: add I2C dependencyArnd Bergmann2017-04-211-1/+1
* Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-04-2123-1063/+289Star
|\
| * nfc: fix get_unaligned_...() misusesAl Viro2017-04-172-4/+3Star
| * NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław2017-04-172-3/+3
| * NFC: trf7970a: Add device tree option of 1.8 Volt IO voltageGeoff Lansberry2017-04-052-1/+27
| * NFC: trf7970a: add device tree option for 27MHz clockGeoff Lansberry2017-04-052-11/+41
| * NFC: Add nfc_dbg() macroAndy Shevchenko2017-04-051-0/+1
| * NFC: netlink: Use error code from nfc_activate_target()Andy Shevchenko2017-04-051-1/+1
| * NFC: st21nfca: Use unified device property API meaningfullyAndy Shevchenko2017-04-051-24/+5Star
| * NFC: st21nfca: Covert to use GPIO descriptorAndy Shevchenko2017-04-051-27/+13Star
| * NFC: st21nfca: Get rid of "interesting" use of interrupt polarityAndy Shevchenko2017-04-051-6/+1Star
| * NFC: st21nfca: Get rid of platform dataAndy Shevchenko2017-04-052-76/+3Star
| * NFC: st21nfca: Fix obvious typo when check error codeAndy Shevchenko2017-04-051-2/+2
| * NFC: pn544: Get rid of code duplication in ->probe()Andy Shevchenko2017-04-051-67/+17Star
| * NFC: pn544: Add GPIO ACPI mapping tableAndy Shevchenko2017-04-051-4/+17
| * NFC: pn544: Convert to use devm_request_threaded_irq()Andy Shevchenko2017-04-051-11/+5Star
| * NFC: pn544: Convert to use GPIO descriptorAndy Shevchenko2017-04-051-93/+33Star
| * NFC: pn544: Get rid of platform dataAndy Shevchenko2017-04-052-80/+6Star
| * MAINTAINERS: Remove Lauro and Aloisio from the NFC maintainers listSamuel Ortiz2017-04-021-2/+0Star
| * NFC: pn533: change order operations in dev registationAndrey Rusalin2017-04-024-27/+48
| * NFC: pn533: improve cmd queue handlingAndrey Rusalin2017-04-021-13/+27
| * NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin2017-04-021-2/+2
| * nfc: fdp: fix NULL pointer dereferenceSudip Mukherjee2017-04-021-3/+3
| * NFC: Make EN2 pin optional in the TRF7970A driverGuan Ben2017-04-022-14/+16
| * nfc: nxp-nci: use msleep for long delaysNicholas Mc Guire2017-04-021-1/+1
| * NFC: st21nfca: Fix potential memory leakChristophe JAILLET2017-04-021-6/+6
| * NFC: nfcmrvl: double free on error pathDan Carpenter2017-04-021-3/+2Star
| * nfc: st21nfca: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-021-1/+0Star
| * nfc: pn544: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-021-1/+0Star
| * nfc: nxp-nci: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-021-1/+0Star
| * NFC: nxp-nci: Include unaligned.h instead of access_ok.hGuenter Roeck2017-04-012-2/+2
| * NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser2017-04-011-1/+1
| * NFC: nfcmrvl: drop duplicate header gpio.hGeliang Tang2017-04-011-1/+0Star
| * NFC: remove TI nfcwilink driverRob Herring2017-04-013-590/+0Star
| * nfc: Fix hangup of RC-S380* in port100_send_ack()OGAWA Hirofumi2017-04-011-12/+23
| * nfc: Fix RC-S380* needs zero-length packetOGAWA Hirofumi2017-04-011-0/+1
| * nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDEDOGAWA Hirofumi2017-04-011-9/+13
| * nfc: Add support RC-S380P to port100OGAWA Hirofumi2017-04-011-3/+5
* | bonding: fix wq initialization for links created via netlinkMahesh Bandewar2017-04-213-1/+7
* | net: arc_emac: switch to phy_start()/phy_stop()Alexander Kochetkov2017-04-211-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-2126-370/+1717
|\ \
| * | esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari2017-04-192-5/+6
| * | esp6: fix incorrect null pointer check on xoColin Ian King2017-04-191-1/+1
| * | xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert2017-04-143-63/+71
| * | xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari2017-04-145-0/+11
| * | net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert2017-04-143-0/+38
| * | esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert2017-04-142-4/+20
| * | xfrm: Add xfrm_replay_overflow functions for offloadingSteffen Klassert2017-04-141-2/+157
| * | esp: Add gso handlers for esp4 and esp6Steffen Klassert2017-04-145-4/+203