summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-05Bluetooth: btrtl: Fix an issue that failing to download the FW which size is ...Max Chou1-1/+5
2019-09-05Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva1-6/+2
2019-09-05Bluetooth: btrtl: Remove trailing newline from calls to rtl_dev macrosAlex Lu1-28/+28
2019-09-05Bluetooth: btrtl: Remove redundant prefix from calls to rtl_dev macrosAlex Lu1-6/+6
2019-09-05Bluetooth: btrtl: Add firmware version printAlex Lu1-21/+35
2019-09-05Bluetooth: btrtl: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERYAlex Lu1-0/+5
2019-09-05Bluetooth: hci_qca: wait for Pre shutdown complete event before sending the P...Harish Bandi2-2/+5
2019-09-05bluetooth: hci_bcm: Give more time to come out of resetOndrej Jirman1-1/+1
2019-09-05bluetooth: bcm: Add support for loading firmware for BCM4345C5Ondrej Jirman2-0/+4
2019-09-05dt-bindings: net: Add compatible for BCM4345C5 bluetooth deviceOndrej Jirman1-0/+1
2019-09-05Bluetooth: hci_qca: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for QCA UART RadioRocky Liao1-0/+5
2019-09-05Bluetooth: hci_qca: Make structure qca_proto constantNishka Dasgupta1-1/+1
2019-09-05Bluetooth: 6lowpan: Make variable header_ops constantNishka Dasgupta1-1/+1
2019-09-05Bluetooth: btusb: Fix suspend issue for Realtek devicesAlex Lu1-4/+30
2019-09-05Bluetooth: hci_bcm: Fix -Wunused-const-variable warningsYueHaibing1-15/+15
2019-09-05Bluetooth: hci_qca: Remove redundant initializations to zeroMatthias Kaehlcke1-19/+0
2019-09-05Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad2-7/+24
2019-09-05r8152: adjust the settings of ups flagsHayes Wang1-88/+120
2019-09-05net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-09-05net: qed: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-09-05pppoatm: use %*ph to print small bufferAndy Shevchenko1-3/+1
2019-09-05Merge branch 'Fix-GMII2RGMII-private-field'David S. Miller2-2/+13
2019-09-05net: phy: gmii2rgmii: Dont use priv field in phy deviceHarini Katakam1-2/+2
2019-09-05include: mdio: Add driver data helpersHarini Katakam1-0/+11
2019-09-05Merge branch 'gianfar-some-assorted-cleanup'David S. Miller3-1458/+1359
2019-09-05gianfar: use DT more consistently when selecting PHY connection typeArseny Solokha1-10/+9
2019-09-05gianfar: cleanup gianfar.hArseny Solokha1-38/+0
2019-09-05gianfar: make five functions staticArseny Solokha1-5/+6
2019-09-05gianfar: remove forward declarationsArseny Solokha3-1408/+1347
2019-09-05Merge branch 'stmmac-next'David S. Miller10-47/+1001
2019-09-05net: stmmac: selftests: Add Jumbo Frame testsJose Abreu1-3/+62
2019-09-05net: stmmac: xgmac: Enable RX Jumbo frame supportJose Abreu2-12/+2
2019-09-05net: stmmac: Correctly assing MAX MTU in XGMAC cores caseJose Abreu1-3/+3
2019-09-05net: stmmac: xgmac: Correct RAVSEL field interpretationJose Abreu1-1/+1
2019-09-05net: stmmac: ethtool: Let user configure TX coalesce without RIWTJose Abreu1-12/+9
2019-09-05net: stmmac: Only consider RX error when HW Timestamping is not enabledJose Abreu1-1/+2
2019-09-05net: stmmac: selftests: Implement the ARP Offload testJose Abreu1-0/+110
2019-09-05net: stmmac: xgmac: Implement ARP OffloadJose Abreu4-0/+22
2019-09-05net: stmmac: selftests: Add selftest for L3/L4 FiltersJose Abreu1-1/+285
2019-09-05net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu8-2/+488
2019-09-05net: stmmac: Do not return error code in TC InitializationJose Abreu1-1/+2
2019-09-05net: stmmac: xgmac: Add RBU handling in DMA interruptJose Abreu1-0/+4
2019-09-05net: stmmac: selftests: Return proper error code to userspaceJose Abreu1-11/+11
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller28-298/+5398
2019-09-05rocker: add missing init_net check in FIB notifierJiri Pirko1-0/+3
2019-09-05Merge branch 'net-kzfree'David S. Miller3-16/+8
2019-09-05net: mpoa: Use kzfree rather than its implementation.zhong jiang1-4/+2
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang1-6/+3
2019-09-05ixgbe: Use kzfree() rather than its implementation.zhong jiang1-6/+3
2019-09-05Merge tag 'linux-can-next-for-5.4-20190903' of git://git.kernel.org/pub/scm/l...David S. Miller7-155/+97