aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/aqc111.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-27net: usb: aqc111: Add support for getting and setting of MAC addressDmitry Bezrukov1-0/+1
2018-11-27net: usb: aqc111: Introduce link managementDmitry Bezrukov2-0/+248
2018-11-27net: usb: aqc111: Introduce PHY accessDmitry Bezrukov2-0/+98
2018-11-27net: usb: aqc111: Various callbacks implementationDmitry Bezrukov2-0/+177
2018-11-27net: usb: aqc111: Add implementation of read and write commandsDmitry Bezrukov2-0/+110
2018-11-27net: usb: aqc111: Add bind and empty unbind callbacksDmitry Bezrukov1-0/+35
2018-11-27net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbEDmitry Bezrukov3-0/+61
2018-11-27add documents for snmp countersyupeng1-0/+202
2018-11-27mlxsw: spectrum: Flip driver to use emulated 802.1Q FIDsIdo Schimmel3-8/+10
2018-11-27mlxsw: spectrum_router: Introduce emulated VLAN RIFsIdo Schimmel1-0/+9
2018-11-27mlxsw: spectrum_fid: Introduce emulated 802.1Q FIDsIdo Schimmel1-0/+33
2018-11-27mlxsw: spectrum_fid: Make flood index calculation more robustIdo Schimmel1-1/+1
2018-11-27mlxsw: spectrum_switchdev: Do not set field when it is reservedIdo Schimmel3-1/+10
2018-11-27net: aquantia: return 'err' if set MPI_DEINIT state failsYueHaibing1-0/+2
2018-11-27net: bridge: export supported booloptsNikolay Aleksandrov1-1/+1
2018-11-27net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov5-1/+34
2018-11-27net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov6-2/+115
2018-11-26virtio_ring: advertize packed ring layoutTiwei Bie1-0/+2
2018-11-26virtio_ring: disable packed ring on unsupported transportsTiwei Bie3-0/+40
2018-11-26virtio_ring: leverage event idx in packed ringTiwei Bie1-6/+71
2018-11-26virtio_ring: introduce packed ring supportTiwei Bie1-30/+870
2018-11-26virtio_ring: cache whether we will use DMA APITiwei Bie1-4/+8
2018-11-26virtio_ring: extract split ring handling from ring creationTiwei Bie1-99/+121
2018-11-26virtio_ring: allocate desc state for split ring separatelyTiwei Bie1-18/+27
2018-11-26virtio_ring: introduce helper for indirect featureTiwei Bie1-3/+13
2018-11-26virtio_ring: introduce debug helpersTiwei Bie1-22/+27
2018-11-26virtio_ring: put split ring fields in a sub structTiwei Bie1-65/+91
2018-11-26virtio_ring: put split ring functions togetherTiwei Bie1-254/+271
2018-11-26virtio_ring: add _split suffix for split ring functionsTiwei Bie1-96/+155
2018-11-26virtio: add packed ring types and macrosTiwei Bie2-0/+55
2018-11-26bpf: align map type names formatting.David Calavera1-23/+23
2018-11-26bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King1-1/+1
2018-11-26bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev1-2/+1
2018-11-25net: remove unsafe skb_insert()Eric Dumazet3-26/+2
2018-11-25net: bridge: remove redundant checks for null p->dev and p->brColin Ian King1-3/+0
2018-11-25r8169: make use of xmit_more and __netdev_sent_queueHeiner Kallweit1-10/+9
2018-11-25net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queueHeiner Kallweit1-0/+8
2018-11-24selftests/net: add txring_overwriteWillem de Bruijn4-1/+191
2018-11-24net: qualcomm: rmnet: move null check on dev before dereferecing itColin Ian King1-1/+4
2018-11-24cxgb4: remove set but not used variables 'multitrc, speed'YueHaibing1-4/+1
2018-11-24net: fixup type in netdev_start_xmit()Alexey Dobriyan1-1/+1
2018-11-23net: gemini: Fix copy/paste errorAndreas Fiedler1-1/+1
2018-11-23net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz1-9/+5
2018-11-23dt-bindings: dsa: Fix typo in "probed"Fabio Estevam1-1/+1
2018-11-23net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi1-1/+3
2018-11-23ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing1-1/+4
2018-11-23rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata3-9/+0
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata7-61/+25
2018-11-23ocelot: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata3-0/+32
2018-11-23mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-1/+44