aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Bluetooth: hci_qca: Split qca_power_setup()Bjorn Andersson1-25/+36
2019-10-17Bluetooth: hci_qca: Use regulator bulk enable/disableBjorn Andersson1-42/+13
2019-10-17Bluetooth: hci_qca: Don't vote for specific voltageBjorn Andersson1-18/+8
2019-10-17Bluetooth: hci_qca: Update regulator_set_load() usageBjorn Andersson1-15/+18
2019-10-17Bluetooth: hci_qca: Add delay for wcn3990 stabilityJeffrey Hugo1-1/+3
2019-10-17Bluetooth: btusb: Trigger Intel FW download error recoveryAmit K Bag3-4/+67
2019-10-17Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek1-1/+8
2019-10-16Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc1-0/+8
2019-10-16Bluetooth: btwilink: drop superseded driverSebastian Reichel3-349/+0
2019-10-16Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)1-2/+2
2019-10-16Revert "Bluetooth: hci_ll: set operational frequency earlier"Adam Ford1-21/+18
2019-10-16Bluetooth: btusb: Use IS_ENABLED instead of #ifdefMarcel Holtmann1-15/+7
2019-10-16Bluetooth: btusb: avoid unused function warningArnd Bergmann1-3/+2
2019-10-16Bluetooth: btusb: print FW version after FW downloadAmit K Bag1-0/+7
2019-10-16Bluetooth: btrtl: Fix an issue for the incorrect error return code.Max Chou1-1/+1
2019-10-16Bluetooth: hci_nokia: Save a few cycles in 'nokia_enqueue()'Christophe JAILLET1-1/+1
2019-10-16Bluetooth: remove set but not used variable 'smp'YueHaibing1-6/+0
2019-10-15net: bcmgenet: Add a shutdown callbackFlorian Fainelli1-0/+6
2019-10-15net: phylink: use more linkmode_*Russell King2-5/+8
2019-10-15tc-testing: updated pedit test casesRoman Mashak1-0/+198
2019-10-15net: bcmgenet: Generate a random MAC if none is validFlorian Fainelli1-9/+8
2019-10-15net_sched: sch_fq: remove one obsolete check in fq_dequeue()Eric Dumazet1-2/+1
2019-10-15net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()Alexander Lobakin1-24/+25
2019-10-15hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya1-10/+12
2019-10-15Merge branch 'mlxsw-Add-support-for-400Gbps-50Gbps-per-lane-link-modes'David S. Miller4-11/+58
2019-10-15mlxsw: spectrum: Add support for 400Gbps (50Gbps per lane) link modesJiri Pirko2-10/+43
2019-10-15ethtool: Add support for 400Gbps (50Gbps per lane) link modesJiri Pirko2-1/+15
2019-10-15net: Update address for vrf and l3mdev in MAINTAINERSDavid Ahern1-2/+2
2019-10-15Merge branch 'Scatter-gather-SPI-for-SJA1105-DSA'David S. Miller2-99/+85
2019-10-15net: dsa: sja1105: Switch to scatter/gather API for SPIVladimir Oltean2-81/+85
2019-10-15net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xferVladimir Oltean1-33/+15
2019-10-15net: b44: remove redundant assignment to variable regColin Ian King1-3/+0
2019-10-14Merge branch 'PTP-driver-refactoring-for-SJA1105-DSA'David S. Miller5-341/+386
2019-10-14net: dsa: sja1105: Change the PTP command access patternVladimir Oltean3-12/+18
2019-10-14net: dsa: sja1105: Move PTP data to its own private structureVladimir Oltean4-296/+335
2019-10-14net: dsa: sja1105: Make all public PTP functions take dsa_switch as argumentVladimir Oltean5-36/+37
2019-10-14net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_infoVladimir Oltean1-15/+14
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller85-1020/+1889
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller30-130/+212
2019-10-13genetlink: do not parse attributes for families with zero maxattrMichal Kubecek1-6/+4
2019-10-13tcp: improve recv_skip_hint for tcp_zerocopy_receiveSoheil Hassas Yeganeh1-5/+5
2019-10-12Merge branch 'selftests-bpf-Makefile-cleanup'Alexei Starovoitov1-49/+8
2019-10-12selftests/bpf: Remove obsolete pahole/BTF support detectionAndrii Nakryiko1-48/+6
2019-10-12selftests/bpf: Enforce libbpf build before BPF programs are builtAndrii Nakryiko1-1/+2
2019-10-12Merge branch 'samples-cross-compile'Alexei Starovoitov5-99/+218
2019-10-12samples/bpf: Add preparation steps and sysroot info to readmeIvan Khoronzhuk1-5/+36
2019-10-12samples/bpf: Add sysroot supportIvan Khoronzhuk1-0/+5
2019-10-12samples/bpf: Provide C/LDFLAGS to libbpfIvan Khoronzhuk1-1/+2
2019-10-12libbpf: Add C/LDFLAGS to libbpf.so and test_libpf targetsIvan Khoronzhuk1-3/+4
2019-10-12libbpf: Don't use cxx to test_libpf targetIvan Khoronzhuk2-19/+13