| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-22 | 1 | -8/+6 |
* | genetlink: fix genlmsg_nlhdr() | Michal Kubecek | 2017-11-16 | 1 | -3/+3 |
* | NFC: Add NFC_CMD_DEACTIVATE_TARGET support | Mark Greer | 2017-11-10 | 1 | -0/+29 |
* | NFC: digital: Abort cmd when deactivating target | Mark Greer | 2017-11-10 | 1 | -0/+1 |
* | NFC: Convert timers to use timer_setup() | Allen Pais | 2017-11-06 | 4 | -31/+21 |
* | NFC: fix device-allocation error return | Johan Hovold | 2017-11-06 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-11-04 | 2 | -0/+2 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
* | | net: nfc: llcp_core: use setup_timer() helper. | Allen Pais | 2017-09-25 | 1 | -6/+4 |
* | | net: nfc: hci: llc_shdlc: use setup_timer() helper. | Allen Pais | 2017-09-25 | 1 | -9/+6 |
* | | net: nfc: hci: use setup_timer() helper. | Allen Pais | 2017-09-25 | 1 | -3/+2 |
* | | net:nfc: use setup_timer | Allen Pais | 2017-09-22 | 1 | -3/+2 |
|/ |
|
* | NFC: Add sockaddr length checks before accessing sa_family in bind handlers | Mateusz Jurczyk | 2017-06-23 | 1 | -2/+4 |
* | nfc: nci: remove unnecessary null check | Gustavo A. R. Silva | 2017-06-23 | 1 | -5/+4 |
* | nfc: Ensure presence of required attributes in the activate_target handler | Mateusz Jurczyk | 2017-06-23 | 1 | -1/+3 |
* | nfc: Fix the sockaddr length sanitization in llcp_sock_connect | Mateusz Jurczyk | 2017-06-23 | 1 | -2/+1 |
* | NFC: digital: NFC-DEP Target WT(nfcdep,max) is now 14 | Mark Greer | 2017-06-23 | 1 | -1/+1 |
* | NFC: digital: NFC-A SEL_RES must be one byte | Mark Greer | 2017-06-23 | 1 | -1/+2 |
* | NFC: digital: Delete an error message for memory allocation failure | Markus Elfring | 2017-06-23 | 1 | -3/+1 |
* | NFC: digital: Improve a size determination in four functions | Markus Elfring | 2017-06-23 | 1 | -4/+4 |
* | NFC: fix broken device allocation | Johan Hovold | 2017-06-18 | 2 | -15/+19 |
* | networking: add and use skb_put_u8() | Johannes Berg | 2017-06-16 | 8 | -18/+18 |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 8 | -14/+14 |
* | networking: make skb_put & friends return void pointers | Johannes Berg | 2017-06-16 | 9 | -23/+21 |
* | networking: introduce and use skb_put_data() | Johannes Berg | 2017-06-16 | 8 | -30/+25 |
* | net: socket: mark socket protocol handler structs as const | linzhang | 2017-05-16 | 1 | -1/+1 |
* | Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2017-04-21 | 1 | -10/+14 |
|\ |
|
| * | NFC: netlink: Use error code from nfc_activate_target() | Andy Shevchenko | 2017-04-05 | 1 | -1/+1 |
| * | nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDED | OGAWA Hirofumi | 2017-04-01 | 1 | -9/+13 |
* | | netlink: pass extended ACK struct where available | Johannes Berg | 2017-04-13 | 1 | -1/+1 |
* | | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 1 | -2/+3 |
|/ |
|
* | net: Work around lockdep limitation in sockets that use sockets | David Howells | 2017-03-10 | 1 | -1/+1 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | genetlink: mark families as __ro_after_init | Johannes Berg | 2016-10-27 | 1 | -1/+1 |
* | genetlink: statically initialize families | Johannes Berg | 2016-10-27 | 1 | -10/+14 |
* | genetlink: no longer support using static family IDs | Johannes Berg | 2016-10-27 | 1 | -1/+0 |
* | genetlink: introduce and use genl_family_attrbuf() | Johannes Berg | 2016-10-27 | 1 | -5/+4 |
* | NFC: digital: Fix RTOX supervisor PDU handling | Thierry Escande | 2016-07-11 | 1 | -2/+24 |
* | NFC: digital: Add support for NFC DEP Response Waiting Time | Thierry Escande | 2016-07-11 | 1 | -16/+55 |
* | NFC: digital: Free supervisor PDUs | Thierry Escande | 2016-07-11 | 1 | -5/+3 |
* | NFC: digital: Rework ACK PDU handling in initiator mode | Thierry Escande | 2016-07-11 | 1 | -13/+27 |
* | NFC: digital: Fix ACK & NACK PDUs handling in target mode | Thierry Escande | 2016-07-11 | 1 | -28/+43 |
* | NFC: digital: Fix target DEP_REQ I-PDU handling after ATN PDU | Thierry Escande | 2016-07-11 | 1 | -12/+33 |
* | NFC: digital: Remove useless call to skb_reserve() | Thierry Escande | 2016-07-11 | 1 | -2/+0 |
* | NFC: digital: Fix handling of saved PDU sk_buff pointers | Thierry Escande | 2016-07-11 | 1 | -30/+29 |
* | NFC: digital: Abort last command when dep link goes down | Thierry Escande | 2016-07-06 | 1 | -0/+2 |
* | NFC: digital: Set the command pending flag | Thierry Escande | 2016-07-06 | 1 | -0/+2 |
* | NFC: digital: Call pending command callbacks at device unregister | Thierry Escande | 2016-07-06 | 1 | -0/+8 |
* | NFC: digital: Rework error handling in DEP_RES response | Thierry Escande | 2016-07-06 | 1 | -1/+1 |
* | NFC: digital: Fix a memory leak in NFC-F listening mode | Thierry Escande | 2016-07-06 | 1 | -10/+1 |