summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* sfc: Enable setting of xdp_progCharles McLachlan2019-10-311-0/+70
* sfc: perform XDP processing on received packetsCharles McLachlan2019-10-313-2/+145
* sfc: support encapsulation of xdp_frames in efx_tx_bufferCharles McLachlan2019-10-312-2/+10
* mlxsw: Fix 64-bit division in mlxsw_sp_sb_prs_initNathan Chancellor2019-10-311-1/+1
* dpaa_eth: register a device link for the qman portal usedMadalin Bucur2019-10-311-2/+3
* dpaa_eth: extend delays in ndo_stopMadalin Bucur2019-10-311-1/+3
* dpaa_eth: remove netdev_err() for user errorsMadalin Bucur2019-10-311-12/+4
* dpaa_eth: add dropped frames to percpu ethtool statsMadalin Bucur2019-10-311-0/+8
* dpaa_eth: use a page to store the SGTMadalin Bucur2019-10-311-22/+21
* dpaa_eth: cleanup skb_to_contig_fd()Madalin Bucur2019-10-311-7/+7
* dpaa_eth: use fd information in dpaa_cleanup_tx_fd()Madalin Bucur2019-10-311-6/+7
* dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()Madalin Bucur2019-10-311-7/+7
* dpaa_eth: avoid timestamp read on error pathsMadalin Bucur2019-10-311-7/+10
* dpaa_eth: perform DMA unmapping before readMadalin Bucur2019-10-311-15/+17
* dpaa_eth: use page backed rx buffersMadalin Bucur2019-10-311-29/+22
* dpaa_eth: use only one buffer pool per interfaceMadalin Bucur2019-10-314-92/+57
* net: hns3: cleanup byte order issues when printedGuojia Liao2019-10-314-62/+83
* net: hns3: cleanup some print format warningGuojia Liao2019-10-3114-101/+101
* net: hns3: add or modify some commentsGuangbin Huang2019-10-313-2/+5
* net: hns3: optimize local variable initializationGuangbin Huang2019-10-312-3/+2
* net: hns3: cleanup a format-truncation warningGuojia Liao2019-10-311-1/+2
* net: hns3: cleanup some coding style issuesGuangbin Huang2019-10-317-14/+13
* net: hns3: cleanup some magic numbersGuojia Liao2019-10-316-20/+34
* net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin2019-10-311-0/+3
* net: hns3: dump some debug information when reset failHuazhong Tan2019-10-314-4/+35
* bnxt_en: Add support to collect crash dump via ethtoolVasundhara Volam2019-10-313-2/+40
* bnxt_en: Add support to invoke OP-TEE API to reset firmwareVasundhara Volam2019-10-312-2/+14
* mlxsw: spectrum: Generalize split count checkJiri Pirko2019-10-311-3/+3
* mlxsw: spectrum: Iterate over all ports in gap during unsplit createJiri Pirko2019-10-311-13/+8
* mlxsw: spectrum: Fix base port get for split count 4 and 8Jiri Pirko2019-10-311-13/+15
* mlxsw: spectrum: Use port_module_max_width to compute base port indexJiri Pirko2019-10-311-2/+0
* mlxsw: spectrum: Remember split base local port and use it in unsplitJiri Pirko2019-10-312-9/+8
* mlxsw: spectrum: Introduce resource for getting offset of 4 lanes split portJiri Pirko2019-10-312-0/+4
* mlxsw: spectrum: Push getting offsets of split ports into a helperJiri Pirko2019-10-311-23/+35
* mlxsw: spectrum: Add sanity checks into module info getJiri Pirko2019-10-311-2/+37
* mlxsw: spectrum: Pass mapping values in port mapping structureJiri Pirko2019-10-311-30/+26
* mlxsw: spectrum: Use mapping of port being split for creating split portsJiri Pirko2019-10-311-10/+13
* mlxsw: spectrum: Replace port_to_module array with array of structsJiri Pirko2019-10-312-39/+84
* mlxsw: spectrum: Distinguish between unsplittable and split portJiri Pirko2019-10-311-4/+11
* mlxsw: spectrum: Move max_width check up before count checkJiri Pirko2019-10-311-6/+6
* mlxsw: spectrum: Use PMTM register to get max module widthJiri Pirko2019-10-314-19/+67
* mlxsw: reg: Add Port Module Type Mapping RegisterJiri Pirko2019-10-311-0/+50
* mlxsw: reg: Extend PMLP tx/rx lane value size to 4 bitsJiri Pirko2019-10-311-2/+3
* cxgb4/l2t: Simplify 't4_l2e_free()' and '_t4_l2e_free()'Christophe JAILLET2019-10-311-6/+2
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2019-10-3010-55/+122
|\
| * e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin2019-10-291-0/+2
| * e1000e: Add support for Tiger LakeSasha Neftin2019-10-295-1/+26
| * i40e: Add UDP segmentation offload supportJosh Hunt2019-10-292-3/+10
| * ixgbe: Add UDP segmentation offload supportJosh Hunt2019-10-291-6/+18
| * igb: Add UDP segmentation offload supportJosh Hunt2019-10-292-6/+18