Age | Commit message (Expand) | Author | Files | Lines |
2019-10-17 | Bluetooth: hci_qca: Update regulator_set_load() usage | Bjorn Andersson | 1 | -15/+18 |
2019-10-17 | Bluetooth: hci_qca: Add delay for wcn3990 stability | Jeffrey Hugo | 1 | -1/+3 |
2019-10-17 | Bluetooth: btusb: Trigger Intel FW download error recovery | Amit K Bag | 3 | -4/+67 |
2019-10-17 | Bluetooth: hci_core: fix init for HCI_USER_CHANNEL | Mattijs Korpershoek | 1 | -1/+8 |
2019-10-16 | Bluetooth: Workaround directed advertising bug in Broadcom controllers | Szymon Janc | 1 | -0/+8 |
2019-10-16 | Bluetooth: btwilink: drop superseded driver | Sebastian Reichel | 3 | -349/+0 |
2019-10-16 | Bluetooth: missed cpu_to_le16 conversion in hci_init4_req | Ben Dooks (Codethink) | 1 | -2/+2 |
2019-10-16 | Revert "Bluetooth: hci_ll: set operational frequency earlier" | Adam Ford | 1 | -21/+18 |
2019-10-16 | Bluetooth: btusb: Use IS_ENABLED instead of #ifdef | Marcel Holtmann | 1 | -15/+7 |
2019-10-16 | Bluetooth: btusb: avoid unused function warning | Arnd Bergmann | 1 | -3/+2 |
2019-10-16 | Bluetooth: btusb: print FW version after FW download | Amit K Bag | 1 | -0/+7 |
2019-10-16 | Bluetooth: btrtl: Fix an issue for the incorrect error return code. | Max Chou | 1 | -1/+1 |
2019-10-16 | Bluetooth: hci_nokia: Save a few cycles in 'nokia_enqueue()' | Christophe JAILLET | 1 | -1/+1 |
2019-10-16 | Bluetooth: remove set but not used variable 'smp' | YueHaibing | 1 | -6/+0 |
2019-10-16 | net: bcmgenet: Add a shutdown callback | Florian Fainelli | 1 | -0/+6 |
2019-10-16 | net: phylink: use more linkmode_* | Russell King | 2 | -5/+8 |
2019-10-16 | tc-testing: updated pedit test cases | Roman Mashak | 1 | -0/+198 |
2019-10-16 | net: bcmgenet: Generate a random MAC if none is valid | Florian Fainelli | 1 | -9/+8 |
2019-10-16 | net_sched: sch_fq: remove one obsolete check in fq_dequeue() | Eric Dumazet | 1 | -2/+1 |
2019-10-16 | net: core: use listified Rx for GRO_NORMAL in napi_gro_receive() | Alexander Lobakin | 1 | -24/+25 |
2019-10-16 | hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communication | Himadri Pandya | 1 | -10/+12 |
2019-10-16 | Merge branch 'mlxsw-Add-support-for-400Gbps-50Gbps-per-lane-link-modes' | David S. Miller | 4 | -11/+58 |
2019-10-16 | mlxsw: spectrum: Add support for 400Gbps (50Gbps per lane) link modes | Jiri Pirko | 2 | -10/+43 |
2019-10-16 | ethtool: Add support for 400Gbps (50Gbps per lane) link modes | Jiri Pirko | 2 | -1/+15 |
2019-10-15 | net: Update address for vrf and l3mdev in MAINTAINERS | David Ahern | 1 | -2/+2 |
2019-10-15 | Merge branch 'Scatter-gather-SPI-for-SJA1105-DSA' | David S. Miller | 2 | -99/+85 |
2019-10-15 | net: dsa: sja1105: Switch to scatter/gather API for SPI | Vladimir Oltean | 2 | -81/+85 |
2019-10-15 | net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xfer | Vladimir Oltean | 1 | -33/+15 |
2019-10-15 | net: b44: remove redundant assignment to variable reg | Colin Ian King | 1 | -3/+0 |
2019-10-15 | Merge branch 'PTP-driver-refactoring-for-SJA1105-DSA' | David S. Miller | 5 | -341/+386 |
2019-10-15 | net: dsa: sja1105: Change the PTP command access pattern | Vladimir Oltean | 3 | -12/+18 |
2019-10-15 | net: dsa: sja1105: Move PTP data to its own private structure | Vladimir Oltean | 4 | -296/+335 |
2019-10-15 | net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument | Vladimir Oltean | 5 | -36/+37 |
2019-10-15 | net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_info | Vladimir Oltean | 1 | -15/+14 |
2019-10-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 85 | -1020/+1889 |
2019-10-13 | Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub... | David S. Miller | 30 | -130/+212 |
2019-10-13 | genetlink: do not parse attributes for families with zero maxattr | Michal Kubecek | 1 | -6/+4 |
2019-10-13 | tcp: improve recv_skip_hint for tcp_zerocopy_receive | Soheil Hassas Yeganeh | 1 | -5/+5 |
2019-10-13 | Merge branch 'selftests-bpf-Makefile-cleanup' | Alexei Starovoitov | 1 | -49/+8 |
2019-10-13 | selftests/bpf: Remove obsolete pahole/BTF support detection | Andrii Nakryiko | 1 | -48/+6 |
2019-10-13 | selftests/bpf: Enforce libbpf build before BPF programs are built | Andrii Nakryiko | 1 | -1/+2 |
2019-10-13 | Merge branch 'samples-cross-compile' | Alexei Starovoitov | 5 | -99/+218 |
2019-10-13 | samples/bpf: Add preparation steps and sysroot info to readme | Ivan Khoronzhuk | 1 | -5/+36 |
2019-10-13 | samples/bpf: Add sysroot support | Ivan Khoronzhuk | 1 | -0/+5 |
2019-10-13 | samples/bpf: Provide C/LDFLAGS to libbpf | Ivan Khoronzhuk | 1 | -1/+2 |
2019-10-13 | libbpf: Add C/LDFLAGS to libbpf.so and test_libpf targets | Ivan Khoronzhuk | 1 | -3/+4 |
2019-10-13 | libbpf: Don't use cxx to test_libpf target | Ivan Khoronzhuk | 2 | -19/+13 |
2019-10-13 | samples/bpf: Use target CC environment for HDR_PROBE | Ivan Khoronzhuk | 1 | -3/+2 |
2019-10-13 | samples/bpf: Use own flags but not HOSTCFLAGS | Ivan Khoronzhuk | 1 | -2/+4 |
2019-10-13 | samples/bpf: Base target programs rules on Makefile.target | Ivan Khoronzhuk | 1 | -66/+69 |