summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: usb: aqc111: Add support for TSODmitry Bezrukov2018-11-282-2/+12
* net: usb: aqc111: Add support for enable/disable checksum offloadDmitry Bezrukov2018-11-282-1/+45
* net: usb: aqc111: Add support for changing MTUDmitry Bezrukov2018-11-281-1/+59
* net: usb: aqc111: Add checksum offload supportDmitry Bezrukov2018-11-282-2/+52
* net: usb: aqc111: Implement RX data pathDmitry Bezrukov2018-11-282-0/+117
* net: usb: aqc111: Implement TX data pathDmitry Bezrukov2018-11-282-0/+80
* net: usb: aqc111: Add support for getting and setting of MAC addressDmitry Bezrukov2018-11-282-0/+48
* net: usb: aqc111: Introduce link managementDmitry Bezrukov2018-11-282-0/+248
* net: usb: aqc111: Introduce PHY accessDmitry Bezrukov2018-11-282-0/+98
* net: usb: aqc111: Various callbacks implementationDmitry Bezrukov2018-11-282-0/+177
* net: usb: aqc111: Add implementation of read and write commandsDmitry Bezrukov2018-11-282-0/+110
* net: usb: aqc111: Add bind and empty unbind callbacksDmitry Bezrukov2018-11-281-0/+35
* net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbEDmitry Bezrukov2018-11-283-0/+61
* mlxsw: spectrum: Flip driver to use emulated 802.1Q FIDsIdo Schimmel2018-11-283-8/+10
* mlxsw: spectrum_router: Introduce emulated VLAN RIFsIdo Schimmel2018-11-281-0/+9
* mlxsw: spectrum_fid: Introduce emulated 802.1Q FIDsIdo Schimmel2018-11-281-0/+33
* mlxsw: spectrum_fid: Make flood index calculation more robustIdo Schimmel2018-11-281-1/+1
* mlxsw: spectrum_switchdev: Do not set field when it is reservedIdo Schimmel2018-11-283-1/+10
* net: aquantia: return 'err' if set MPI_DEINIT state failsYueHaibing2018-11-281-0/+2
* virtio_ring: advertize packed ring layoutTiwei Bie2018-11-271-0/+2
* virtio_ring: disable packed ring on unsupported transportsTiwei Bie2018-11-273-0/+40
* virtio_ring: leverage event idx in packed ringTiwei Bie2018-11-271-6/+71
* virtio_ring: introduce packed ring supportTiwei Bie2018-11-271-30/+870
* virtio_ring: cache whether we will use DMA APITiwei Bie2018-11-271-4/+8
* virtio_ring: extract split ring handling from ring creationTiwei Bie2018-11-271-99/+121
* virtio_ring: allocate desc state for split ring separatelyTiwei Bie2018-11-271-18/+27
* virtio_ring: introduce helper for indirect featureTiwei Bie2018-11-271-3/+13
* virtio_ring: introduce debug helpersTiwei Bie2018-11-271-22/+27
* virtio_ring: put split ring fields in a sub structTiwei Bie2018-11-271-65/+91
* virtio_ring: put split ring functions togetherTiwei Bie2018-11-271-254/+271
* virtio_ring: add _split suffix for split ring functionsTiwei Bie2018-11-271-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-171-1/+0
| * bpf: do not pass netdev to translate() and prepare() offload callbacksQuentin Monnet2018-11-112-9/+7
| * bpf: pass prog instead of env to bpf_prog_offload_verifier_prep()Quentin Monnet2018-11-112-4/+3
| * bpf: pass destroy() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-112-8/+3
| * bpf: pass translate() as a callback and remove its ndo_bpf subcommandQuentin Monnet2018-11-112-13/+12
| * bpf: call verifier_prep from its callback in struct bpf_offload_devQuentin Monnet2018-11-112-21/+22
| * bpf: pass a struct with offload callbacks to bpf_offload_dev_create()Quentin Monnet2018-11-114-7/+7
| * nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.cQuentin Monnet2018-11-113-8/+12
| * nfp: bpf: relax prog rejection through max_pkt_offsetJiong Wang2018-11-091-4/+5
* | net: remove unsafe skb_insert()Eric Dumazet2018-11-251-2/+2
* | r8169: make use of xmit_more and __netdev_sent_queueHeiner Kallweit2018-11-251-10/+9
* | net: qualcomm: rmnet: move null check on dev before dereferecing itColin Ian King2018-11-251-1/+4
* | cxgb4: remove set but not used variables 'multitrc, speed'YueHaibing2018-11-251-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-25124-478/+1212
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-2442-211/+309
| |\ \
| | * | net: gemini: Fix copy/paste errorAndreas Fiedler2018-11-241-1/+1
| | * | net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz2018-11-241-9/+5
| | * | net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi2018-11-241-1/+3