summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: Add storm FW version to ethtool driver query output.Sudarsana Reddy Kalluru2018-11-271-0/+6
* bnx2x: Add MBI version to ethtool driver query output.Sudarsana Reddy Kalluru2018-11-272-1/+28
* r8169: remove unneeded mmiowb barriersHeiner Kallweit2018-11-271-7/+1
* net: hns3: Config NIC port speed same as that of optical modulePeng Li2018-11-273-60/+49
* qed: Add support for MBI upgrade over MFW.Sudarsana Reddy Kalluru2018-11-274-34/+40
* qede: Update link status only when interface is ready.Sudarsana Reddy Kalluru2018-11-272-2/+7
* qede: Simplify the usage of qede-flags.Sudarsana Reddy Kalluru2018-11-273-8/+11
* qed: Display port_id in the UFP debug messages.Sudarsana Reddy Kalluru2018-11-271-7/+13
* net: usb: aqc111: Extend cdc_ether blacklistDmitry Bezrukov2018-11-271-0/+26
* net: usb: aqc111: Add ASIX's HW idsDmitry Bezrukov2018-11-271-0/+40
* net: usb: aqc111: Add support for wake on LAN by MAGIC packetDmitry Bezrukov2018-11-272-0/+192
* net: usb: aqc111: Implement get/set_link_ksettings callbacksDmitry Bezrukov2018-11-271-0/+124
* net: usb: aqc111: Initialize ethtool_ops structureDmitry Bezrukov2018-11-271-0/+28
* net: usb: aqc111: Add RX VLAN filtering supportDmitry Bezrukov2018-11-272-1/+90
* net: usb: aqc111: Add support for VLAN_CTAG_TX/RX offloadDmitry Bezrukov2018-11-272-1/+28
* net: usb: aqc111: Implement set_rx_mode callbackDmitry Bezrukov2018-11-272-5/+71
* net: usb: aqc111: Add support for TSODmitry Bezrukov2018-11-272-2/+12
* net: usb: aqc111: Add support for enable/disable checksum offloadDmitry Bezrukov2018-11-272-1/+45
* net: usb: aqc111: Add support for changing MTUDmitry Bezrukov2018-11-271-1/+59
* net: usb: aqc111: Add checksum offload supportDmitry Bezrukov2018-11-272-2/+52
* net: usb: aqc111: Implement RX data pathDmitry Bezrukov2018-11-272-0/+117
* net: usb: aqc111: Implement TX data pathDmitry Bezrukov2018-11-272-0/+80
* net: usb: aqc111: Add support for getting and setting of MAC addressDmitry Bezrukov2018-11-272-0/+48
* net: usb: aqc111: Introduce link managementDmitry Bezrukov2018-11-272-0/+248
* net: usb: aqc111: Introduce PHY accessDmitry Bezrukov2018-11-272-0/+98
* net: usb: aqc111: Various callbacks implementationDmitry Bezrukov2018-11-272-0/+177
* net: usb: aqc111: Add implementation of read and write commandsDmitry Bezrukov2018-11-272-0/+110
* net: usb: aqc111: Add bind and empty unbind callbacksDmitry Bezrukov2018-11-271-0/+35
* net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbEDmitry Bezrukov2018-11-273-0/+61
* mlxsw: spectrum: Flip driver to use emulated 802.1Q FIDsIdo Schimmel2018-11-273-8/+10
* mlxsw: spectrum_router: Introduce emulated VLAN RIFsIdo Schimmel2018-11-271-0/+9
* mlxsw: spectrum_fid: Introduce emulated 802.1Q FIDsIdo Schimmel2018-11-271-0/+33
* mlxsw: spectrum_fid: Make flood index calculation more robustIdo Schimmel2018-11-271-1/+1
* mlxsw: spectrum_switchdev: Do not set field when it is reservedIdo Schimmel2018-11-273-1/+10
* net: aquantia: return 'err' if set MPI_DEINIT state failsYueHaibing2018-11-271-0/+2
* virtio_ring: advertize packed ring layoutTiwei Bie2018-11-261-0/+2
* virtio_ring: disable packed ring on unsupported transportsTiwei Bie2018-11-263-0/+40
* virtio_ring: leverage event idx in packed ringTiwei Bie2018-11-261-6/+71
* virtio_ring: introduce packed ring supportTiwei Bie2018-11-261-30/+870
* virtio_ring: cache whether we will use DMA APITiwei Bie2018-11-261-4/+8
* virtio_ring: extract split ring handling from ring creationTiwei Bie2018-11-261-99/+121
* virtio_ring: allocate desc state for split ring separatelyTiwei Bie2018-11-261-18/+27
* virtio_ring: introduce helper for indirect featureTiwei Bie2018-11-261-3/+13
* virtio_ring: introduce debug helpersTiwei Bie2018-11-261-22/+27
* virtio_ring: put split ring fields in a sub structTiwei Bie2018-11-261-65/+91
* virtio_ring: put split ring functions togetherTiwei Bie2018-11-261-254/+271
* virtio_ring: add _split suffix for split ring functionsTiwei Bie2018-11-261-96/+155
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-265-59/+55
|\
| * bpf: Remove unused variable in nsim_bpfNathan Chancellor2018-11-161-1/+0
| * bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-102-9/+7