summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: hci_bcm: Give more time to come out of resetOndrej Jirman2019-09-051-1/+1
* bluetooth: bcm: Add support for loading firmware for BCM4345C5Ondrej Jirman2019-09-052-0/+4
* dt-bindings: net: Add compatible for BCM4345C5 bluetooth deviceOndrej Jirman2019-09-051-0/+1
* Bluetooth: hci_qca: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for QCA UART RadioRocky Liao2019-09-051-0/+5
* Bluetooth: hci_qca: Make structure qca_proto constantNishka Dasgupta2019-09-051-1/+1
* Bluetooth: 6lowpan: Make variable header_ops constantNishka Dasgupta2019-09-051-1/+1
* Bluetooth: btusb: Fix suspend issue for Realtek devicesAlex Lu2019-09-051-4/+30
* Bluetooth: hci_bcm: Fix -Wunused-const-variable warningsYueHaibing2019-09-051-15/+15
* Bluetooth: hci_qca: Remove redundant initializations to zeroMatthias Kaehlcke2019-09-051-19/+0
* Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad2019-09-052-7/+24
* r8152: adjust the settings of ups flagsHayes Wang2019-09-051-88/+120
* net: hns: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-051-1/+1
* net: qed: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-051-1/+1
* pppoatm: use %*ph to print small bufferAndy Shevchenko2019-09-051-3/+1
* Merge branch 'Fix-GMII2RGMII-private-field'David S. Miller2019-09-052-2/+13
|\
| * net: phy: gmii2rgmii: Dont use priv field in phy deviceHarini Katakam2019-09-051-2/+2
| * include: mdio: Add driver data helpersHarini Katakam2019-09-051-0/+11
|/
* Merge branch 'gianfar-some-assorted-cleanup'David S. Miller2019-09-053-1458/+1359
|\
| * gianfar: use DT more consistently when selecting PHY connection typeArseny Solokha2019-09-051-10/+9
| * gianfar: cleanup gianfar.hArseny Solokha2019-09-051-38/+0
| * gianfar: make five functions staticArseny Solokha2019-09-051-5/+6
| * gianfar: remove forward declarationsArseny Solokha2019-09-053-1408/+1347
|/
* Merge branch 'stmmac-next'David S. Miller2019-09-0510-47/+1001
|\
| * net: stmmac: selftests: Add Jumbo Frame testsJose Abreu2019-09-051-3/+62
| * net: stmmac: xgmac: Enable RX Jumbo frame supportJose Abreu2019-09-052-12/+2
| * net: stmmac: Correctly assing MAX MTU in XGMAC cores caseJose Abreu2019-09-051-3/+3
| * net: stmmac: xgmac: Correct RAVSEL field interpretationJose Abreu2019-09-051-1/+1
| * net: stmmac: ethtool: Let user configure TX coalesce without RIWTJose Abreu2019-09-051-12/+9
| * net: stmmac: Only consider RX error when HW Timestamping is not enabledJose Abreu2019-09-051-1/+2
| * net: stmmac: selftests: Implement the ARP Offload testJose Abreu2019-09-051-0/+110
| * net: stmmac: xgmac: Implement ARP OffloadJose Abreu2019-09-054-0/+22
| * net: stmmac: selftests: Add selftest for L3/L4 FiltersJose Abreu2019-09-051-1/+285
| * net: stmmac: Implement L3/L4 Filters using TC FlowerJose Abreu2019-09-058-2/+488
| * net: stmmac: Do not return error code in TC InitializationJose Abreu2019-09-051-1/+2
| * net: stmmac: xgmac: Add RBU handling in DMA interruptJose Abreu2019-09-051-0/+4
| * net: stmmac: selftests: Return proper error code to userspaceJose Abreu2019-09-051-11/+11
|/
* Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-0528-298/+5398
|\
| * can: add support of SAE J1939 protocolThe j1939 authors2019-09-0415-0/+5055
| * can: extend sockaddr_can to include j1939 membersKurt Van Dijck2019-09-041-0/+17
| * can: add socket type for CAN_J1939Kurt Van Dijck2019-09-041-1/+2
| * can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck2019-09-043-4/+12
| * mailmap: update email addressKurt Van Dijck2019-09-041-0/+1
| * can: af_can: use spin_lock_bh() for &net->can.rcvlists_lockOleksij Rempel2019-09-041-4/+4
| * can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()Marc Kleine-Budde2019-09-041-29/+16
| * can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde2019-09-046-39/+12
| * can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde2019-09-048-23/+96
| * can: af_can: can_pernet_exit(): no need to iterate over and cleanup registere...Marc Kleine-Budde2019-09-041-15/+0
| * can: af_can: can_rx_register(): use max() instead of open coding itMarc Kleine-Budde2019-09-041-2/+2
| * can: af_can: give variable holding the CAN receiver and the receiver list a s...Marc Kleine-Budde2019-09-041-51/+50
| * can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()Marc Kleine-Budde2019-09-041-5/+5