summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/wan/fsl_ucc_hdlc: GUMR for non tsa modeDavid Gounaris2018-09-031-0/+6
* net/wan/fsl_ucc_hdlc: hmaskDavid Gounaris2018-09-032-1/+5
* net/wan/fsl_ucc_hdlc: Adding ARPHRD_ETHERDavid Gounaris2018-09-031-0/+5
* net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parityDavid Gounaris2018-09-031-0/+1
* net/wan/fsl_ucc_hdlc: allow ucc index up to 7David Gounaris2018-09-031-1/+1
* cxgb4: collect hardware queue descriptorsRahul Lakkireddy2018-09-036-1/+399
* cxgb4: when max_tx_rate is 0 disable tx rate limitingGanesh Goudar2018-09-031-2/+23
* net: hns3: Refine hns3_get_link_ksettings()Jian Shen2018-09-031-28/+40
* net: hns3: Remove redundant codes of query advertised flow control abilitiyJian Shen2018-09-032-27/+0
* net: hns3: Change the dst mac addr of loopback packetYunsheng Lin2018-09-031-0/+1
* net: hns3: Only update mac configuation when necessaryYunsheng Lin2018-09-031-17/+31
* net: hns3: Preserve vlan 0 in hardware tableYunsheng Lin2018-09-031-0/+3
* net: hns3: Fix ping exited problem when doing lp selftestYunsheng Lin2018-09-031-2/+2
* net: hns3: Fix for loopback selftest failed problemYunsheng Lin2018-09-032-37/+31
* net: hns3: Implement shutdown ops in hns3 pci driverYunsheng Lin2018-09-031-0/+13
* net: hns3: Fix error of checking used vlan idJian Shen2018-09-031-1/+1
* net: hns3: Fix for multicast failureHuazhong Tan2018-09-031-2/+2
* net: hns3: Fix for vf vlan delete failed problemYunsheng Lin2018-09-031-0/+8
* liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla2018-09-036-10/+40
* net/mlx5e: IPoIB, Use priv stats in completion rx flowFeras Daoud2018-09-021-1/+2
* net/mlx5e: IPoIB, Add ndo stats support for IPoIB child devicesFeras Daoud2018-09-021-0/+1
* net/mlx5e: IPoIB, Add ndo stats support for IPoIB netdevicesFeras Daoud2018-09-022-0/+43
* net/mlx5e: IPoIB, Initialize max_opened_tc in mlx5i_init flowFeras Daoud2018-09-021-0/+1
* net: dsa: mv88e6xxx: Add SERDES phydev_link_change for 6352Andrew Lunn2018-09-023-0/+127
* net: dsa: mv88e6xxx: Fix writing to a PHY page.Andrew Lunn2018-09-021-0/+3
* net: nixge: Fix Kconfig warning with OF_MDIOMoritz Fischer2018-09-021-1/+1
* net: mvneta: reduce smp_processor_id() calling in mvneta_tx_done_gbeJisheng Zhang2018-09-021-1/+2
* net: mvneta: enable NETIF_F_RXCSUM by defaultJisheng Zhang2018-09-021-1/+2
* net: mvneta: Don't check NETIF_F_GRO ourselfJisheng Zhang2018-09-021-4/+1
* net: bgmac: remove set but not used variable 'err'YueHaibing2018-09-011-2/+0
* net: dsa: b53: Provide sensible defaultsFlorian Fainelli2018-09-011-0/+2
* liquidio: remove set but not used variable 'irh'YueHaibing2018-09-011-9/+0
* qed: Lower the severity of a dcbx log message.Sudarsana Reddy Kalluru2018-09-011-2/+3
* bnxt_en: remove set but not used variable 'rx_stats'YueHaibing2018-09-011-2/+0
* net: remove duplicated include from net_failover.cYueHaibing2018-09-011-1/+0
* net: stmmac: Add CBS support in XGMAC2Jose Abreu2018-09-014-2/+50
* dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/netIoana Radulescu2018-09-0115-212/+10
* staging: fsl-dpaa2/eth: Delay netdev_register() callIoana Radulescu2018-09-011-39/+32
* net: dsa: mv88e6xxx: Share main switch IRQMarek Behún2018-08-311-1/+1
* veth: add software timestampingMichael Walle2018-08-311-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-318-93/+1385
|\
| * xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson2018-09-011-2/+2
| * i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson2018-09-011-4/+2
| * i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson2018-08-294-1/+186
| * i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson2018-08-292-33/+61
| * i40e: add AF_XDP zero-copy Rx supportBjörn Töpel2018-08-297-11/+775
| * i40e: move common Rx functions to i40e_txrx_common.hBjörn Töpel2018-08-292-20/+44
| * i40e: refactor Rx path for re-useBjörn Töpel2018-08-291-34/+77
| * i40e: added queue pair disable/enable functionsBjörn Töpel2018-08-291-0/+250
* | i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek2018-08-301-0/+10