aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller54-326/+511
2019-11-01r8169: fix wrong PHY ID issue with RTL8168dpHeiner Kallweit1-0/+4
2019-11-01gve: Fixes DMA synchronization.Yangchun Fu2-2/+24
2019-11-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller6-15/+11
2019-11-01ixgbe: Remove duplicate clear_bit() callIgor Pylypiv1-1/+0
2019-11-01e1000: fix memory leaksWenwen Wang1-4/+3
2019-11-01i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher1-5/+0
2019-11-01igb: Fix constant media auto sense switching when no cable is connectedManfred Rudigier1-1/+2
2019-11-01net: ethernet: arc: add the missed clk_disable_unprepareChuhong Yuan1-0/+3
2019-10-31hp100: Move 100BaseVG AnyLAN driver to stagingJoe Perches6-3685/+0
2019-10-31bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during suspend/resume.Pavan Chebbi1-0/+2
2019-10-31bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during error recovery.Vasundhara Volam1-9/+14
2019-10-31bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence.Vasundhara Volam3-11/+20
2019-10-31bnxt_en: flow_offload: offload tunnel decap rules via indirect callbacksSriharsha Basavapatna3-2/+165
2019-10-31bnxt_en: Add support for NAT(L3/L4 rewrite)Somnath Kotur2-7/+144
2019-10-31bnxt: Avoid logging an unnecessary message when a flow can't be offloadedSomnath Kotur1-1/+2
2019-10-31bnxt_en: Add support for L2 rewriteVenkat Duvvuru2-0/+143
2019-10-31dpaa2-eth: add MAC/PHY support through phylinkIoana Ciornei9-21/+816
2019-10-31dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGEDIoana Ciornei1-4/+3
2019-10-31sfc: add XDP counters to ethtool statsCharles McLachlan3-0/+42
2019-10-31sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan4-1/+116
2019-10-31sfc: allocate channels for XDP tx queuesCharles McLachlan4-40/+190
2019-10-31sfc: Enable setting of xdp_progCharles McLachlan1-0/+70
2019-10-31sfc: perform XDP processing on received packetsCharles McLachlan3-2/+145
2019-10-31sfc: support encapsulation of xdp_frames in efx_tx_bufferCharles McLachlan2-2/+10
2019-10-31igb: Enable media autosense for the i350.Manfred Rudigier2-2/+2
2019-10-31igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul2-2/+4
2019-10-31mlxsw: Fix 64-bit division in mlxsw_sp_sb_prs_initNathan Chancellor1-1/+1
2019-10-31dpaa_eth: register a device link for the qman portal usedMadalin Bucur1-2/+3
2019-10-31dpaa_eth: extend delays in ndo_stopMadalin Bucur1-1/+3
2019-10-31dpaa_eth: remove netdev_err() for user errorsMadalin Bucur1-12/+4
2019-10-31dpaa_eth: add dropped frames to percpu ethtool statsMadalin Bucur1-0/+8
2019-10-31dpaa_eth: use a page to store the SGTMadalin Bucur1-22/+21
2019-10-31dpaa_eth: cleanup skb_to_contig_fd()Madalin Bucur1-7/+7
2019-10-31dpaa_eth: use fd information in dpaa_cleanup_tx_fd()Madalin Bucur1-6/+7
2019-10-31dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()Madalin Bucur1-7/+7
2019-10-31dpaa_eth: avoid timestamp read on error pathsMadalin Bucur1-7/+10
2019-10-31dpaa_eth: perform DMA unmapping before readMadalin Bucur1-15/+17
2019-10-31dpaa_eth: use page backed rx buffersMadalin Bucur1-29/+22
2019-10-31dpaa_eth: use only one buffer pool per interfaceMadalin Bucur4-92/+57
2019-10-31net: hns3: cleanup byte order issues when printedGuojia Liao4-62/+83
2019-10-31net: hns3: cleanup some print format warningGuojia Liao14-101/+101
2019-10-31net: hns3: add or modify some commentsGuangbin Huang3-2/+5
2019-10-31net: hns3: optimize local variable initializationGuangbin Huang2-3/+2
2019-10-31net: hns3: cleanup a format-truncation warningGuojia Liao1-1/+2
2019-10-31net: hns3: cleanup some coding style issuesGuangbin Huang7-14/+13
2019-10-31net: hns3: cleanup some magic numbersGuojia Liao6-20/+34
2019-10-31net: hns3: add struct netdev_queue debug info for TX timeoutYunsheng Lin1-0/+3
2019-10-31net: hns3: dump some debug information when reset failHuazhong Tan4-4/+35
2019-10-31bnxt_en: Add support to collect crash dump via ethtoolVasundhara Volam3-2/+40