Age | Commit message (Expand) | Author |
2014-06-11 | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila |
2014-05-26 | NFC: nfc_sock_link() can be static | Fengguang Wu |
2014-05-26 | NFC: digital: digital_in_send_attrib_req() can be static | Fengguang Wu |
2014-05-26 | NFC: digital: Randomize poll cycles | Thierry Escande |
2014-05-26 | NFC: digital: Return proper error code when sending ATR_REQ | Thierry Escande |
2014-05-20 | NFC: NCI: Send all NCI frames to raw sockets | Hiren Tandel |
2014-05-20 | NFC: Add RAW socket type support for SOCKPROTO_RAW | Hiren Tandel |
2014-05-19 | NFC: NCI: No need to reverse ATR_RES Response | Hiren Tandel |
2014-05-19 | NFC: digital: Handle multiple SENSF_REQ frames | Mark A. Greer |
2014-05-19 | NFC: digital: SENSF_RES excludes RD when SENSF_REQ RC is zero | Mark A. Greer |
2014-04-22 | NFC: hci: Fix sparse: cast to restricted __be16 | Christophe Ricard |
2014-04-22 | NFC: digital: Add support for ISO/IEC 14443-B Protocol | Mark A. Greer |
2014-04-22 | NFC: hci: Add load_session HCI operand | Christophe Ricard |
2014-04-22 | NFC: hci: Extend command execution delay | Christophe Ricard |
2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller |
2014-03-17 | Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville |
2014-03-14 | NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local() | Axel Lin |
2014-03-14 | NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gb | Axel Lin |
2014-03-14 | NFC: Remove redundant test for dev->n_targets in nfc_find_target | Axel Lin |
2014-03-11 | NFC: digital: Rename Type V tags to Type 5 tags | Mark A. Greer |
2014-02-23 | NFC: Use LIST_HEAD() at appropriate places | Axel Lin |
2014-02-23 | NFC: digital: Use matching_[im|tm]_protocols to check with NFC protocols masks | Axel Lin |
2014-02-23 | NFC: Use list_for_each_entry in nfc_find_se() | Axel Lin |
2014-02-23 | NFC: NCI: Use reinit_completion() at appropriate places | Axel Lin |
2014-02-23 | NFC: NCI: Fix NULL pointer dereference | Amitkumar Karwar |
2014-02-16 | NFC: digital: Fix a possible memory leak | Thierry Escande |
2014-02-16 | NFC: digital: Add missing break in switch statement | Thierry Escande |
2014-02-16 | NFC: digital: Add ISO-DEP support for data exchange | Thierry Escande |
2014-02-16 | NFC: digital: Add poll support for type 4A tag platform | Thierry Escande |
2014-02-16 | NFC: Add netlink support for ISO/IEC 15693 | Mark A. Greer |
2014-02-16 | NFC: digital: Add Digital Layer support for ISO/IEC 15693 | Mark A. Greer |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2014-01-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2014-01-18 | net: add build-time checks for msg->msg_name size | Steffen Hurrle |
2014-01-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2014-01-14 | net: Spelling s/transmition/transmission/ | Geert Uytterhoeven |
2014-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-01-07 | NFC: digital: Set rf tech and crc functions when receiving a PSL_REQ | Thierry Escande |
2014-01-07 | NFC: digital: Set current target active on activate_target() call | Thierry Escande |
2014-01-07 | treewide: fix comments and printk msgs | Masanari Iida |
2014-01-07 | NFC: NCI: Add set_config API | Amitkumar Karwar |
2014-01-07 | NFC: NCI: Add setup handler | Amitkumar Karwar |
2014-01-07 | NFC: NCI: Don't reverse local general bytes | Amitkumar Karwar |
2014-01-05 | NFC: NCI: Cancel cmd_timer in nci_close_device() | Amitkumar Karwar |
2014-01-04 | NFC: digital: Use NFC_NFCID3_MAXSIZE from nfc.h | Thierry Escande |
2014-01-04 | NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macros | Thierry Escande |
2014-01-04 | NFC: Only warn on SE discovery error | Samuel Ortiz |
2014-01-04 | NFC: llcp: Use default MIU if none was specified on connect | Szymon Janc |
2014-01-04 | NFC: llcp: Fix possible memory leak while sending I frames | Szymon Janc |
2014-01-04 | NFC: Return driver failure upon unknown event reception | Samuel Ortiz |