Age | Commit message (Expand) | Author | Files | Lines |
2014-02-24 | NFC: NCI: Fix NULL pointer dereference | Amitkumar Karwar | 1 | -1/+1 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 24 | -105/+117 |
2014-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2014-01-19 | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 1 | -4/+4 |
2014-01-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 8 | -40/+91 |
2014-01-15 | net: Spelling s/transmition/transmission/ | Geert Uytterhoeven | 1 | -1/+1 |
2014-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-01-07 | NFC: digital: Set rf tech and crc functions when receiving a PSL_REQ | Thierry Escande | 1 | -13/+31 |
2014-01-07 | NFC: digital: Set current target active on activate_target() call | Thierry Escande | 2 | -2/+28 |
2014-01-07 | treewide: fix comments and printk msgs | Masanari Iida | 1 | -1/+1 |
2014-01-07 | NFC: NCI: Add set_config API | Amitkumar Karwar | 1 | -0/+16 |
2014-01-07 | NFC: NCI: Add setup handler | Amitkumar Karwar | 1 | -0/+3 |
2014-01-07 | NFC: NCI: Don't reverse local general bytes | Amitkumar Karwar | 1 | -6/+0 |
2014-01-06 | NFC: NCI: Cancel cmd_timer in nci_close_device() | Amitkumar Karwar | 1 | -0/+2 |
2014-01-04 | NFC: digital: Use NFC_NFCID3_MAXSIZE from nfc.h | Thierry Escande | 1 | -4/+2 |
2014-01-04 | NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macros | Thierry Escande | 1 | -2/+2 |
2014-01-04 | NFC: Only warn on SE discovery error | Samuel Ortiz | 1 | -5/+2 |
2014-01-04 | NFC: llcp: Use default MIU if none was specified on connect | Szymon Janc | 3 | -3/+1 |
2014-01-04 | NFC: llcp: Fix possible memory leak while sending I frames | Szymon Janc | 1 | -1/+3 |
2014-01-04 | NFC: Return driver failure upon unknown event reception | Samuel Ortiz | 1 | -5/+2 |
2014-01-04 | NFC: Fix target mode p2p link establishment | Arron Wang | 1 | -1/+1 |
2013-12-19 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2013-12-11 | nfc: Fix FSF address in file headers | Jeff Kirsher | 22 | -61/+22 |
2013-11-21 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 2 | -4/+0 |
2013-11-20 | genetlink: make multicast groups const, prevent abuse | Johannes Berg | 1 | -32/+19 |
2013-11-20 | genetlink: pass family to functions using groups | Johannes Berg | 1 | -13/+26 |
2013-11-20 | genetlink: only pass array to genl_register_family_with_ops() | Johannes Berg | 1 | -2/+1 |
2013-11-15 | genetlink: make all genl_ops users const | Johannes Berg | 1 | -1/+1 |
2013-10-07 | NFC: Fix SE API related sparse warning | Samuel Ortiz | 1 | -1/+1 |
2013-09-25 | NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the spec | Eric Lapuyade | 1 | -22/+31 |
2013-09-25 | NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frame | Eric Lapuyade | 1 | -16/+10 |
2013-09-25 | NFC: NCI: zero struct spi_transfer variables before usage | Eric Lapuyade | 1 | -0/+9 |
2013-09-25 | NFC: netlink: SE API implementation | Samuel Ortiz | 1 | -0/+91 |
2013-09-25 | NFC: digital: Fix sens_res endiannes handling | Thierry Escande | 1 | -9/+6 |
2013-09-25 | NFC: rawsock: Fix a memory leak | Thierry Escande | 1 | -2/+5 |
2013-09-25 | NFC: digital: digital_tg_send_sensf_res() can be static | Fengguang Wu | 1 | -1/+1 |
2013-09-25 | NFC: digital: Add newline to pr_* calls | Samuel Ortiz | 3 | -26/+22 |
2013-09-25 | NFC: digital: Remove PR_ERR and PR_DBG macros | Samuel Ortiz | 4 | -27/+31 |
2013-09-25 | NFC: NCI: Store the spi device pointer from the spi instance | Eric Lapuyade | 1 | -0/+1 |
2013-09-25 | NFC Digital: Add target NFC-DEP support | Thierry Escande | 4 | -7/+755 |
2013-09-25 | NFC Digital: Add initiator NFC-DEP support | Thierry Escande | 5 | -6/+435 |
2013-09-25 | NFC Digital: Add NFC-F technology support | Thierry Escande | 4 | -0/+153 |
2013-09-25 | NFC Digital: Add NFC-A technology support | Thierry Escande | 4 | -4/+488 |
2013-09-25 | NFC Digital: Implement driver commands mechanism | Thierry Escande | 4 | -8/+427 |
2013-09-25 | NFC: Digital Protocol stack implementation | Thierry Escande | 4 | -0/+192 |
2013-09-25 | NFC: Set active target upon DEP up event reception | Samuel Ortiz | 1 | -0/+13 |
2013-09-25 | NFC: NCI: Simplify NCI SPI to become a simple framing/checking layer | Eric Lapuyade | 1 | -125/+55 |
2013-09-25 | NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistency | Eric Lapuyade | 1 | -64/+64 |
2013-09-25 | NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device() | Eric Lapuyade | 1 | -1/+1 |
2013-09-25 | NFC: Export nfc_find_se() | Arron Wang | 1 | -4/+5 |