summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-01-01e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck1-8/+9
2020-01-01igc: Add legacy power management supportSasha Neftin4-0/+246
2019-12-31igc: Add 64 bit DMA access supportSasha Neftin1-0/+3
2019-12-31igc: Fix parameter descriptions for a several functionsSasha Neftin1-3/+7
2019-12-31igc: Fix the parameter description for igc_alloc_rx_buffersSasha Neftin1-1/+2
2019-12-31igc: Remove excess parameter description from igc_is_non_eopSasha Neftin1-1/+0
2019-12-31igc: Prefer to use the pci_release_mem_regions methodSasha Neftin1-2/+1
2019-12-31igc: Improve the DMA mapping flowSasha Neftin1-15/+9
2019-12-31igc: Add scatter gather supportSasha Neftin1-0/+1
2019-12-31igb: dont drop packets if rx flow control is enabledRobert Beckett3-14/+42
2019-12-31sfc: avoid duplicate error handling code in 'efx_ef10_sriov_set_vf_mac()'Christophe JAILLET1-3/+2
2019-12-28gianfar: Fix TX timestamping with a stacked DSA driverVladimir Oltean1-3/+7
2019-12-28net: ena: remove set but not used variable 'rx_ring'YueHaibing1-3/+0
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-7/+7
2019-12-27mlxsw: spectrum_router: Remove FIB entry list from FIB nodeIdo Schimmel1-151/+74
2019-12-27mlxsw: spectrum_router: Consolidate identical functionsIdo Schimmel1-49/+22
2019-12-27mlxsw: spectrum_router: Make route creation and destruction symmetricIdo Schimmel1-3/+15
2019-12-27mlxsw: spectrum_router: Eliminate dead codeIdo Schimmel1-10/+0
2019-12-27mlxsw: spectrum_router: Remove unnecessary checksIdo Schimmel1-15/+1
2019-12-26net: Introduce peer to peer one step PTP time stamping.Richard Cochran4-0/+6
2019-12-26net: netcp_ethss: Use the PHY time stamping interface.Richard Cochran1-5/+3
2019-12-25ipv6: Remove old route notifications and convert listenersIdo Schimmel1-5/+4
2019-12-25mlxsw: spectrum_router: Start using new IPv6 route notificationsIdo Schimmel1-149/+76
2019-12-25r8169: move enabling EEE to rtl8169_init_phyHeiner Kallweit1-11/+3
2019-12-25r8169: remove MAC workaround in rtl8168e_2_hw_phy_configHeiner Kallweit1-3/+0
2019-12-25r8169: factor out rtl8168h_2_get_adc_bias_ioffsetHeiner Kallweit1-19/+20
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller81-290/+445
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds49-213/+368
2019-12-21sfc: Include XDP packet headroom in buffer step size.Charles McLachlan1-7/+7
2019-12-21sfc: fix channel allocation with brute forceEdward Cree2-22/+19
2019-12-21qede: Disable hardware gro when xdp prog is installedManish Chopra1-2/+2
2019-12-21net: ena: fix issues in setting interrupt moderation params in ethtoolArthur Kiyanovski1-14/+10
2019-12-21net: ena: fix default tx interrupt moderation intervalArthur Kiyanovski1-1/+1
2019-12-21net: stmmac: platform: Fix MDIO init for platforms without PHYPadmanabhan Rajanbabu1-1/+1
2019-12-21net: hns3: only print misc interrupt status when handling failsHuazhong Tan1-3/+6
2019-12-21net: hns3: add a log for getting chain failure in hns3_nic_uninit_vector_data()Huazhong Tan1-1/+6
2019-12-21net: hns3: add some VF VLAN information for command "ip link show"Huazhong Tan1-0/+3
2019-12-21net: hns3: implement ndo_features_check ops for hns3 driverYunsheng Lin1-0/+32
2019-12-21net: hns3: get FD rules location before dump in debugfsYufeng Mo1-7/+67
2019-12-21net: hns3: optimization for CMDQ uninitializationHuazhong Tan2-15/+3
2019-12-21net: hns3: remove useless mutex vport_cfg_mutex in the struct hclge_devHuazhong Tan3-13/+0
2019-12-21net: hns3: check FE bit before calling hns3_add_frag()Yunsheng Lin1-33/+13
2019-12-21net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao1-1/+1
2019-12-21xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson4-7/+7
2019-12-21cxgb4: fix refcount init for TC-MQPRIO offloadRahul Lakkireddy1-4/+8
2019-12-20net: bcmgenet: Add software counters to track reallocationsDoug Berger2-0/+8
2019-12-20net: bcmgenet: Be drop monitor friendly while re-allocating headroomDoug Berger1-1/+2
2019-12-20net: bcmgenet: Turn on offloads by defaultDoug Berger1-3/+5
2019-12-20net: bcmgenet: Utilize bcmgenet_set_features() during resume/openDoug Berger1-0/+8
2019-12-20net: bcmgenet: Refactor bcmgenet_set_features()Doug Berger1-19/+19