summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2018-09-04net: hns3: Preserve vlan 0 in hardware tableYunsheng Lin1-0/+3
2018-09-04net: hns3: Fix ping exited problem when doing lp selftestYunsheng Lin1-2/+2
2018-09-04net: hns3: Fix for loopback selftest failed problemYunsheng Lin2-37/+31
2018-09-04net: hns3: Implement shutdown ops in hns3 pci driverYunsheng Lin1-0/+13
2018-09-04net: hns3: Fix error of checking used vlan idJian Shen1-1/+1
2018-09-04net: hns3: Fix for multicast failureHuazhong Tan1-2/+2
2018-09-04net: hns3: Fix for vf vlan delete failed problemYunsheng Lin1-0/+8
2018-09-04liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla6-10/+40
2018-09-03net/mlx5e: IPoIB, Use priv stats in completion rx flowFeras Daoud1-1/+2
2018-09-03net/mlx5e: IPoIB, Add ndo stats support for IPoIB child devicesFeras Daoud1-0/+1
2018-09-03net/mlx5e: IPoIB, Add ndo stats support for IPoIB netdevicesFeras Daoud2-0/+43
2018-09-03net/mlx5e: IPoIB, Initialize max_opened_tc in mlx5i_init flowFeras Daoud1-0/+1
2018-09-03net: nixge: Fix Kconfig warning with OF_MDIOMoritz Fischer1-1/+1
2018-09-03net: mvneta: reduce smp_processor_id() calling in mvneta_tx_done_gbeJisheng Zhang1-1/+2
2018-09-03net: mvneta: enable NETIF_F_RXCSUM by defaultJisheng Zhang1-1/+2
2018-09-03net: mvneta: Don't check NETIF_F_GRO ourselfJisheng Zhang1-4/+1
2018-09-02net: bgmac: remove set but not used variable 'err'YueHaibing1-2/+0
2018-09-02liquidio: remove set but not used variable 'irh'YueHaibing1-9/+0
2018-09-02qed: Lower the severity of a dcbx log message.Sudarsana Reddy Kalluru1-2/+3
2018-09-02bnxt_en: remove set but not used variable 'rx_stats'YueHaibing1-2/+0
2018-09-02net: stmmac: Add CBS support in XGMAC2Jose Abreu4-2/+50
2018-09-02dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/netIoana Radulescu11-0/+6947
2018-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-93/+1385
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson1-2/+2
2018-09-01i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson1-4/+2
2018-08-30i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek1-0/+10
2018-08-30i40evf: cancel workqueue sync for adminq when a VF is removedLihong Yang1-0/+2
2018-08-30i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek1-0/+8
2018-08-30i40evf: Don't enable vlan stripping when rx offload is turned onPatryk Małek1-5/+6
2018-08-30i40e: Check and correct speed values for link on openJan Sokolowski1-3/+24
2018-08-30i40e: report correct statistics when XDP is enabledBjörn Töpel1-11/+13
2018-08-30i40e: static analysis report from communityMartyna Szapar1-1/+1
2018-08-30i40evf: set IFF_UNICAST_FLT flag for the VFLihong Yang1-0/+2
2018-08-30i40e: use correct length for strncpyMitch Williams1-1/+2
2018-08-30i40evf: Validate the number of queues a PF sendsPaul M Stillwell Jr1-0/+32
2018-08-30i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński2-5/+14
2018-08-30i40evf: update ethtool stats code and use helper functionsJacob Keller2-60/+298
2018-08-30i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.hJacob Keller2-181/+222
2018-08-30i40e: convert queue stats to i40e_stats arrayJacob Keller1-59/+89
2018-08-30liquidio: remove obsolete functions and data structuresFelix Manlunas9-490/+176
2018-08-30liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas6-110/+98
2018-08-30liquidio: make soft command calls synchronousFelix Manlunas5-161/+129
2018-08-30liquidio: improve soft command handlingFelix Manlunas8-49/+232
2018-08-30net: nixge: Add support for 64-bit platformsMoritz Fischer2-55/+116
2018-08-30liquidio: fix race condition in instruction completion processingRick Farrington3-2/+7
2018-08-30liquidio: remove unnecessary delay when processing IQ responsesRick Farrington1-1/+1
2018-08-308390/etherh: convert to ethtool_{get, set}_link_ksettingsMichal Kubecek1-16/+19
2018-08-30net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring7-46/+40
2018-08-29i40e: add AF_XDP zero-copy Tx supportMagnus Karlsson4-1/+186
2018-08-29i40e: move common Tx functions to i40e_txrx_common.hMagnus Karlsson2-33/+61