| Commit message (Expand) | Author | Age | Files | Lines |
* | ctcm_fsms: Convert skb->user accesses to refcount_t | David S. Miller | 2017-07-03 | 1 | -6/+6 |
* | net: cdc_mbim: apply "NDP to end" quirk to HP lt4132 | Tore Anderson | 2017-07-03 | 1 | -0/+7 |
* | vxlan: correctly set vxlan->net when creating the device in a netns | Sabrina Dubroca | 2017-07-03 | 1 | -3/+6 |
* | net: hns: Use phy_driver to setup Phy loopback | Lin Yun Sheng | 2017-07-03 | 2 | -71/+35 |
* | net: phy: Add phy loopback support in net phy framework | Lin Yun Sheng | 2017-07-03 | 2 | -0/+52 |
* | net/mlx5: fix memcpy limit? | Stephen Rothwell | 2017-07-03 | 1 | -1/+1 |
* | net: cdc_ncm: Reduce memory use when kernel memory low | Jim Baxter | 2017-07-03 | 1 | -12/+42 |
* | qed: Add iWARP support for physical queue allocation | Kalderon, Michal | 2017-07-03 | 1 | -0/+4 |
* | qed: Add iWARP protocol support in context allocation | Kalderon, Michal | 2017-07-03 | 1 | -2/+11 |
* | qed: iWARP CM add error handling | Kalderon, Michal | 2017-07-03 | 1 | -2/+181 |
* | qed: iWARP implement disconnect flows | Kalderon, Michal | 2017-07-03 | 1 | -1/+89 |
* | qed: iWARP CM add active side connect | Kalderon, Michal | 2017-07-03 | 3 | -12/+239 |
* | qed: iWARP CM add passive side connect | Kalderon, Michal | 2017-07-03 | 7 | -19/+1012 |
* | qed: iWARP CM add listener functions and initial SYN processing | Kalderon, Michal | 2017-07-03 | 3 | -3/+291 |
* | qed: iWARP CM - setup a ll2 connection for handling SYN packets | Kalderon, Michal | 2017-07-03 | 2 | -3/+220 |
* | qed: Add iWARP support in ll2 connections | Kalderon, Michal | 2017-07-03 | 1 | -2/+11 |
* | qed: Rename some ll2 related defines | Kalderon, Michal | 2017-07-03 | 2 | -16/+15 |
* | qed: Implement iWARP initialization, teardown and qp operations | Kalderon, Michal | 2017-07-03 | 9 | -40/+749 |
* | qed: Introduce iWARP personality | Kalderon, Michal | 2017-07-03 | 6 | -26/+42 |
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2017-07-02 | 3 | -4/+13 |
|\ |
|
| * | Bluetooth: btbcm: Add entry for BCM43430 UART bluetooth | Ian Molton | 2017-06-29 | 1 | -0/+1 |
| * | Bluetooth: hci_bcm: Add active_low irq polarity quirk for Asus T100CHI | Hans de Goede | 2017-06-29 | 1 | -0/+9 |
| * | Bluetooth: hci_bcm: Fix unwanted error reporting if no bcm dev | Loic Poulain | 2017-06-27 | 1 | -2/+1 |
| * | Bluetooth: hci_serdev: make hci_serdev_client_ops static | Colin Ian King | 2017-06-23 | 1 | -2/+2 |
* | | sfc: correct comment on efx_mcdi_process_event | Edward Cree | 2017-07-02 | 1 | -1/+1 |
* | | sfc: change Unknown MCDI event message to print full event. | Jon Cooper | 2017-07-02 | 1 | -2/+3 |
* | | net/mlx5: fix spelling mistake: "Allodating" -> "Allocating" | Colin Ian King | 2017-07-01 | 1 | -1/+1 |
* | | Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2017-07-01 | 13 | -592/+313 |
|\ \ |
|
| * | | NFC: trf7970a: Correct register settings for 27MHz clock | Geoff Lansberry | 2017-06-28 | 1 | -0/+7 |
| * | | NFC: add NULL checks to avoid potential NULL pointer dereference | Gustavo A. R. Silva | 2017-06-23 | 1 | -2/+4 |
| * | | Revert "NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands" | Mark Greer | 2017-06-23 | 1 | -21/+4 |
| * | | NFC: trf7970a: fix check of clock frequencies, use && instead of || | Colin Ian King | 2017-06-22 | 1 | -1/+1 |
| * | | NFC: st-nci: Get rid of code duplication in ->probe() | Andy Shevchenko | 2017-06-22 | 2 | -103/+18 |
| * | | NFC: st-nci: Add GPIO ACPI mapping table | Andy Shevchenko | 2017-06-22 | 2 | -8/+26 |
| * | | NFC: st-nci: Use unified device properties API meaningfully | Andy Shevchenko | 2017-06-22 | 2 | -48/+11 |
| * | | NFC: st-nci: Covert to use GPIO descriptor | Andy Shevchenko | 2017-06-22 | 2 | -58/+28 |
| * | | NFC: st-nci: Get rid of "interesting" use of interrupt polarity | Andy Shevchenko | 2017-06-22 | 2 | -14/+2 |
| * | | NFC: st-nci: Get rid of platform data | Andy Shevchenko | 2017-06-22 | 2 | -82/+4 |
| * | | NFC: fdp: Add GPIO ACPI mapping table | Andy Shevchenko | 2017-06-22 | 1 | -4/+12 |
| * | | NFC: fdp: Convert to use devres API | Andy Shevchenko | 2017-06-22 | 2 | -16/+9 |
| * | | NFC: fdp: Convert I2C driver to ->probe_new() | Andy Shevchenko | 2017-06-22 | 1 | -10/+2 |
| * | | NFC: st21nfca: Get rid of code duplication in ->probe() | Andy Shevchenko | 2017-06-22 | 1 | -52/+10 |
| * | | NFC: st21nfca: Add GPIO ACPI mapping table | Andy Shevchenko | 2017-06-22 | 1 | -4/+14 |
| * | | NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios() | Andy Shevchenko | 2017-06-22 | 1 | -2/+1 |
| * | | NFC: nfcmrvl: allow gpio 0 for reset signalling | Johan Hovold | 2017-06-18 | 1 | -5/+4 |
| * | | NFC: nfcmrvl_usb: use interface as phy device | Johan Hovold | 2017-06-18 | 1 | -3/+1 |
| * | | NFC: nfcmrvl_uart: fix device-node leak during probe | Johan Hovold | 2017-06-18 | 1 | -0/+3 |
| * | | NFC: nfcmrvl: fix firmware-management initialisation | Johan Hovold | 2017-06-18 | 1 | -7/+9 |
| * | | NFC: nfcmrvl: use nfc-device for firmware download | Johan Hovold | 2017-06-18 | 1 | -2/+5 |
| * | | NFC: nfcmrvl: do not use device-managed resources | Johan Hovold | 2017-06-18 | 1 | -8/+11 |