summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz2018-09-272-8/+7
* Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetoothChristian Hewitt2018-09-271-0/+1
* Bluetooth: btrtl: Add support for RTL8822C with USB interfaceAlex Lu2018-09-271-0/+8
* Bluetooth: hci_serdev: Fixed error space required before open paranethesisJagdish Tirumala2018-09-271-1/+1
* Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2018-09-274-0/+139
* Bluetooth: hci_qca: Add poweroff support during hci down for wcn3990Balakrishna Godavarthi2018-09-271-0/+33
* Bluetooth: btusb: Add quirk for BTUSB_INTEL_NEWJustin TerAvest2018-09-271-0/+1
* Bluetooth: btrtl: Make array extension_sig static, shrinks object sizeColin Ian King2018-09-271-1/+1
* Bluetooth: hci_serdev: Add protocol check in hci_uart_dequeue().Balakrishna Godavarthi2018-09-271-3/+4
* Bluetooth: hci_serdev: clear HCI_UART_PROTO_READY to avoid closing proto racesBalakrishna Godavarthi2018-09-271-0/+1
* Bluetooth: hci_qca: Remove hdev dereference in qca_close().Balakrishna Godavarthi2018-09-271-6/+9
* Bluetooth: hci_qca: Remove serdev_device_open/close function callsBalakrishna Godavarthi2018-09-271-2/+0
* Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri2018-09-273-14/+20
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-2611-15/+14
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-2612-18/+14
* net: mvneta: Add support for 2500Mbps SGMIIMaxime Chevallier2018-09-261-4/+23
* Merge branch 'net-vhost-improve-performance-when-enable-busyloop'David S. Miller2018-09-262-79/+92
|\
| * net: vhost: add rx busy polling in tx pathTonghao Zhang2018-09-261-21/+14
| * net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang2018-09-261-40/+70
| * net: vhost: replace magic number of lock annotationTonghao Zhang2018-09-261-3/+3
| * net: vhost: lock the vqs one by oneTonghao Zhang2018-09-261-17/+7
|/
* tcp: expose sk_state in tcp_retransmit_skb tracepointYafang Shao2018-09-261-2/+5
* net: faraday: fix return type of ndo_start_xmit functionYueHaibing2018-09-262-5/+6
* net: smsc: fix return type of ndo_start_xmit functionYueHaibing2018-09-263-3/+6
* net: liquidio: list usage cleanupzhong jiang2018-09-261-2/+1
* net: qed: list usage cleanupzhong jiang2018-09-263-13/+9
* Merge branch 'net-bridge-convert-bool-options-to-bits'David S. Miller2018-09-2612-116/+151
|\
| * net: bridge: pack net_bridge betterNikolay Aleksandrov2018-09-261-2/+2
| * net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov2018-09-263-4/+4
| * net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov2018-09-264-9/+12
| * net: bridge: convert mcast options to bitsNikolay Aleksandrov2018-09-264-32/+33
| * net: bridge: convert and rename mcast disabledNikolay Aleksandrov2018-09-265-21/+24
| * net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov2018-09-264-4/+4
| * net: bridge: convert nf call options to bitsNikolay Aleksandrov2018-09-264-18/+19
| * net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov2018-09-265-18/+49
| * net: bridge: make struct opening bracket consistentNikolay Aleksandrov2018-09-261-8/+4
|/
* Merge branch 's390-net-next'David S. Miller2018-09-267-292/+200
|\
| * s390/qeth: remove duplicated carrier state trackingJulian Wiedmann2018-09-265-22/+10
| * s390/qeth: clean up drop conditions for received cmdsJulian Wiedmann2018-09-261-10/+11
| * s390/qeth: re-indent qeth_check_ipa_data()Julian Wiedmann2018-09-261-71/+58
| * s390/qeth: consume local address eventsJulian Wiedmann2018-09-261-2/+2
| * s390/qeth: remove various redundant codeJulian Wiedmann2018-09-263-15/+2
| * s390/qeth: remove CARD_FROM_CDEV helperJulian Wiedmann2018-09-261-44/+29
| * s390/qeth: pass card pointer in iob callbackJulian Wiedmann2018-09-262-24/+32
| * s390/qeth: re-use qeth_notify_skbs()Julian Wiedmann2018-09-261-24/+5
| * s390/qeth: remove additional skb refcountJulian Wiedmann2018-09-261-2/+0
| * s390/qeth: replace open-coded skb_queue_walk()Julian Wiedmann2018-09-261-15/+4
| * net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann2018-09-263-36/+23
| * s390/qeth: on gdev release, reset drvdataJulian Wiedmann2018-09-261-2/+3
| * s390/qeth: fix discipline unload after setup errorJulian Wiedmann2018-09-264-4/+2