aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-30net: qualcomm: rmnet: Remove set but not used variable 'cmd'YueHaibing1-2/+0
2018-11-30tun: implement carrier changeNicolas Dichtel1-1/+26
2018-11-30mlxsw: spectrum: Enable VxLAN enslavement to VLAN-aware bridgesIdo Schimmel3-14/+404
2018-11-30mlxsw: spectrum_switchdev: Prepare function for VLAN-aware bridgesIdo Schimmel3-9/+11
2018-11-30mlxsw: spectrum_switchdev: Unify VxLAN leave functionIdo Schimmel3-38/+9
2018-11-30mlxsw: spectrum_fid: Add API to lookup 802.1Q FIDs without creating themIdo Schimmel3-2/+11
2018-11-30qede: Register l2 queues with doorbell overflow recovery mechanismAriel Elior1-0/+9
2018-11-30qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior1-0/+2
2018-11-30qed: Register light L2 queues with doorbell overflow recovery mechanismAriel Elior2-10/+21
2018-11-30qed: Register slowpath queue doorbell with doorbell overflow recovery mechanismAriel Elior2-13/+38
2018-11-30qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior6-24/+280
2018-11-30qed: Add doorbell overflow recovery mechanismAriel Elior3-0/+365
2018-11-30nfp: report more info when reconfiguration failsJakub Kicinski2-2/+9
2018-11-30nfp: add offset to all TLV parsing errorsJakub Kicinski1-8/+8
2018-11-30nfp: add offloads on representorsJakub Kicinski5-0/+143
2018-11-30nfp: add locking around representor changesJakub Kicinski3-0/+8
2018-11-30nfp: run don't require Qdiscs on representor netdevsJakub Kicinski1-0/+1
2018-11-30nfp: run representor TX locklesslyJakub Kicinski1-0/+2
2018-11-30nfp: avoid oversized TSO headers with metadata prependJakub Kicinski1-1/+4
2018-11-30nfp: correct descriptor offsets in presence of metadataJakub Kicinski1-8/+12
2018-11-30nfp: move queue variable initJakub Kicinski1-1/+3
2018-11-30nfp: move temporary variables in nfp_net_tx_complete()Jakub Kicinski1-14/+17
2018-11-30nfp: copy only the relevant part of the TX descriptor for fragsJakub Kicinski2-5/+8
2018-11-30cxgb4: number of VFs supported is not always 16Ganesh Goudar1-1/+1
2018-11-29net: Don't default Aquantia USB driver to 'y'David S. Miller1-1/+0
2018-11-29qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.Michael Shteinbok3-2/+4
2018-11-29dpaa2-eth: Add "fall through" commentsIoana Ciocoi Radulescu1-0/+2
2018-11-29net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi1-0/+10
2018-11-29net: ethernet: ave: Set initial wol state to disabledKunihiko Hayashi1-1/+5
2018-11-29net: ethernet: ave: Add suspend/resume supportKunihiko Hayashi1-0/+44
2018-11-29brcmfmac: Fix out of bounds memory access during fw loadLyude Paul1-2/+6
2018-11-29brcmfmac: Call brcmf_dmi_probe before brcmf_of_probeHans de Goede1-1/+1
2018-11-29brcmfmac: support STA info struct v7Dan Haab1-7/+33
2018-11-29b43: Use cordic algorithm from kernel libraryPriit Laes5-68/+15
2018-11-29b43: Fix error in cordic routineLarry Finger1-1/+1
2018-11-29brcmsmac: Use cordic-related macros from common cordic libraryPriit Laes3-11/+4
2018-11-28Merge tag 'linux-can-next-for-4.21-20181128' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller10-92/+393
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller29-464/+242
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-43/+52
2018-11-28Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller4-9/+12
2018-11-28s390/qeth: fix length check in SNMP processingJulian Wiedmann1-15/+12
2018-11-28net: qualcomm: rmnet: remove set but not used variables 'ip_family, fc_seq, qos_id'YueHaibing1-7/+0
2018-11-28qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_info'YueHaibing1-11/+2
2018-11-28net: neterion: vxge: remove set but not used variables 'max_frags' and 'txdl_priv'YueHaibing1-7/+0
2018-11-28dpaa2-eth: Add xdp countersIoana Ciocoi Radulescu3-0/+10
2018-11-28dpaa2-eth: Cleanup channel statsIoana Ciocoi Radulescu3-16/+7
2018-11-28dpaa2-eth: Add support for XDP_TXIoana Ciocoi Radulescu2-1/+52
2018-11-28dpaa2-eth: Map Rx buffers as bidirectionalIoana Ciocoi Radulescu1-7/+7
2018-11-28dpaa2-eth: Release buffers back to pool on XDP_DROPIoana Ciocoi Radulescu2-3/+33
2018-11-28dpaa2-eth: Move functionIoana Ciocoi Radulescu1-17/+17