summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo2019-02-251-10/+6Star
* | switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli2019-02-252-46/+0Star
* | dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-2516-32/+23Star
* | net: phy: fix reading fixed phy statusHeiner Kallweit2019-02-251-0/+3
* | net: phy: improve auto-neg emulation in swphyHeiner Kallweit2019-02-251-9/+1Star
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-02-2527-218/+661
|\ \ | |/ |/|
| * Bluetooth: mediatek: update the common setup between MT7622 and other devicesSean Wang2019-02-181-14/+190
| * Bluetooth: mediatek: pass a pointer to mtk_hci_wmt_syncSean Wang2019-02-181-15/+48
| * Bluetooth: mediatek: fix up an error path to restore bdev->tx_stateSean Wang2019-02-181-0/+2
| * Bluetooth: mediatek: trivial typo fixSean Wang2019-02-181-1/+1
| * Bluetooth: a2mp: Use struct_size() helperGustavo A. R. Silva2019-02-181-1/+1
| * Bluetooth: hci_event: Use struct_size() helperGustavo A. R. Silva2019-02-181-4/+4
| * Bluetooth: hci_ldisc: Initialize hci_dev before open()Jeremy Cline2019-02-181-7/+14
| * Bluetooth: hci_qca: Disable IBS state machine and flush Tx bufferBalakrishna Godavarthi2019-02-181-2/+15
| * Bluetooth: hci_qca: Deassert RTS while baudrate change commandBalakrishna Godavarthi2019-02-181-14/+15
| * Bluetooth: hci_qca: use wait_until_sent() for power pulsesBalakrishna Godavarthi2019-02-181-23/+15Star
| * Bluetooth: remove redundant zero check on countColin Ian King2019-02-181-3/+0Star
| * Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-02-041-2/+1Star
| * Bluetooth: btusb: Add shutdown routine for BTUSB_INTEL_NEW devicesRaghuram Hegde2019-01-291-0/+19
| * Bluetooth: btusb: btusb_intel_cmd_timeout: use sleeping functionsRajat Jain2019-01-291-3/+3
| * Bluetooth: btrtl: Restore old logic to assume firmware is already loadedKai-Heng Feng2019-01-281-3/+7
| * Bluetooth: make hw_err static, reduces object code sizeColin Ian King2019-01-251-1/+1
| * Bluetooth: btusb: Use the cmd_timeout method to reset the Intel BT chipRajat Jain2019-01-251-0/+54
| * Bluetooth: Allow driver specific cmd timeout handlingRajat Jain2019-01-252-0/+4
| * usb: assign ACPI companions for embedded USB devicesDmitry Torokhov2019-01-251-9/+35
| * usb: split code locating ACPI companion into port and deviceDmitry Torokhov2019-01-251-61/+72
| * Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-232-0/+2
| * Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-01-231-0/+6
| * Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-01-231-31/+46
| * Bluetooth: btmrvl: Drop unused GPIO includesLinus Walleij2019-01-221-2/+0Star
| * Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-01-225-7/+17
| * Bluetooth: btmrvl: add support for sd8977 chipsetHemantkumar Suthar2019-01-222-2/+38
| * Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()Myungho Jung2019-01-222-0/+8
| * Bluetooth: btmrvl: lower log level of informational messageStefan Agner2019-01-221-1/+1
| * Bluetooth: btmrvl: improve printk messagesStefan Agner2019-01-221-3/+4
| * 6lowpan: fix debugfs_simple_attr.cocci warningsYueHaibing2019-01-221-21/+21
| * Bluetooth: 6lowpan: Fix debugfs_simple_attr.cocci warningsYueHaibing2019-01-221-5/+6
| * Bluetooth: hci_qca: Add helper to set device addressBalakrishna Godavarthi2019-01-223-2/+30
* | net: fix double-free in bpf_lwt_xmit_reroutePeter Oskolkov2019-02-251-1/+1
* | ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmitwenxu2019-02-251-11/+27
* | Merge branch 'dsa-mv88e6xxx-lockdep'David S. Miller2019-02-251-0/+10
|\ \
| * | net: dsa: mv88e6xxx: Release lock while requesting IRQAndrew Lunn2019-02-251-0/+2
| * | net: dsa: mv88e6xxx: Add lockdep classes to fix false positive splatAndrew Lunn2019-02-251-0/+8
|/ /
* | ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu2019-02-252-8/+26
* | tls: Return type of non-data records retrieved using MSG_PEEK in recvmsgVakul Garg2019-02-252-11/+77
* | Merge branch 'ipv4-v6-icmp-small-cleanup-and-update'David S. Miller2019-02-253-22/+16Star
|\ \
| * | ipv6: icmp: use percpu allocationKefeng Wang2019-02-252-7/+6Star
| * | ipv6: icmp: use icmpv6_sk_exit()Kefeng Wang2019-02-251-14/+11Star
| * | ipv4: icmp: use icmp_sk_exit()Kefeng Wang2019-02-251-3/+1Star
|/ /
* | ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu2019-02-251-1/+1