summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum: Load firmware version based on devlink parameterShalom Toledo2018-12-033-0/+75
* mlxsw: core: Reset firmware after flash during driver initializationShalom Toledo2018-12-032-14/+29
* net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit2018-12-031-28/+14
* net: usb: aqc111: Initialize wol_cfg with memset in aqc111_suspendNathan Chancellor2018-12-011-1/+3
* net: qualcomm: rmnet: Remove set but not used variable 'cmd'YueHaibing2018-12-011-2/+0
* tun: implement carrier changeNicolas Dichtel2018-12-011-1/+26
* mlxsw: spectrum: Enable VxLAN enslavement to VLAN-aware bridgesIdo Schimmel2018-12-013-14/+404
* mlxsw: spectrum_switchdev: Prepare function for VLAN-aware bridgesIdo Schimmel2018-12-013-9/+11
* mlxsw: spectrum_switchdev: Unify VxLAN leave functionIdo Schimmel2018-12-013-38/+9
* mlxsw: spectrum_fid: Add API to lookup 802.1Q FIDs without creating themIdo Schimmel2018-12-013-2/+11
* qede: Register l2 queues with doorbell overflow recovery mechanismAriel Elior2018-11-301-0/+9
* qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior2018-11-301-0/+2
* qed: Register light L2 queues with doorbell overflow recovery mechanismAriel Elior2018-11-302-10/+21
* qed: Register slowpath queue doorbell with doorbell overflow recovery mechanismAriel Elior2018-11-302-13/+38
* qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior2018-11-306-24/+280
* qed: Add doorbell overflow recovery mechanismAriel Elior2018-11-303-0/+365
* nfp: report more info when reconfiguration failsJakub Kicinski2018-11-302-2/+9
* nfp: add offset to all TLV parsing errorsJakub Kicinski2018-11-301-8/+8
* nfp: add offloads on representorsJakub Kicinski2018-11-305-0/+143
* nfp: add locking around representor changesJakub Kicinski2018-11-303-0/+8
* nfp: run don't require Qdiscs on representor netdevsJakub Kicinski2018-11-301-0/+1
* nfp: run representor TX locklesslyJakub Kicinski2018-11-301-0/+2
* nfp: avoid oversized TSO headers with metadata prependJakub Kicinski2018-11-301-1/+4
* nfp: correct descriptor offsets in presence of metadataJakub Kicinski2018-11-301-8/+12
* nfp: move queue variable initJakub Kicinski2018-11-301-1/+3
* nfp: move temporary variables in nfp_net_tx_complete()Jakub Kicinski2018-11-301-14/+17
* nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski2018-11-302-5/+8
* cxgb4: number of VFs supported is not always 16Ganesh Goudar2018-11-301-1/+1
* net: Don't default Aquantia USB driver to 'y'David S. Miller2018-11-301-1/+0
* qede - Add a statistic for a case where driver drops tx packet due to memory ...Michael Shteinbok2018-11-293-2/+4
* dpaa2-eth: Add "fall through" commentsIoana Ciocoi Radulescu2018-11-291-0/+2
* net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi2018-11-291-0/+10
* net: ethernet: ave: Set initial wol state to disabledKunihiko Hayashi2018-11-291-1/+5
* net: ethernet: ave: Add suspend/resume supportKunihiko Hayashi2018-11-291-0/+44
* Merge tag 'linux-can-next-for-4.21-20181128' of git://git.kernel.org/pub/scm/...David S. Miller2018-11-2910-92/+393
|\
| * can: flexcan: split the Message Buffer RAM areaPankaj Bansal2018-11-281-3/+13
| * can: flexcan: Add provision for variable payload sizePankaj Bansal2018-11-281-33/+55
| * can: flexcan: move rx_offload_add() from flexcan_probe() to flexcan_open()Pankaj Bansal2018-11-281-33/+36
| * can: flexcan: flexcan_chip_start(): enable loopback mode in flexcanPankaj Bansal2018-11-281-3/+19
| * can: flexcan: add self wakeup supportAisheng Dong2018-11-281-9/+164
| * can: flexcan: flexcan_chip_start(): adjust comment to match the codeMarc Kleine-Budde2018-11-281-1/+6
| * can: flexcan: FLEXCAN_IFLAG_MB: add () around macro argumentMarc Kleine-Budde2018-11-281-1/+1
| * can: flexcan: flexcan_irq(): fix indentionMarc Kleine-Budde2018-11-281-1/+1
| * can: flexcan: flexcan_start_xmit(): fix indentionMarc Kleine-Budde2018-11-281-2/+2
| * can: flexcan: enable flexcan for all architecturesPankaj Bansal2018-11-281-1/+1
| * can: rcar: add SPDX identifiers to Kconfig and MakefileKuninori Morimoto2018-11-282-0/+2
| * can: rcar: use SPDX identifier for Renesas driversWolfram Sang2018-11-282-10/+2
| * can: sja1000: plx_pci: add support for ASEM CAN raw deviceFlavio Suligoi2018-11-282-1/+65
| * can: xilinx: add can 2.0 supportShubhrajyoti Datta2018-11-281-1/+33
| * can: xilinx: fix return type of ndo_start_xmit functionYueHaibing2018-11-281-1/+1