summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-01-14net/mlx5e: IPsec, Avoid unreachable returnTariq Toukan1-2/+2
2021-01-14net/mlx5e: IPsec, Enclose csum logic under ipsec configTariq Toukan2-2/+11
2021-01-14net/mlx5e: CT: Remove redundant usage of zone maskRoi Dayan1-3/+1
2021-01-14net/mlx5e: Remove redundant initialization to nullRoi Dayan1-2/+2
2021-01-14net/mlx5e: CT: Pass null instead of zero specRoi Dayan1-2/+1
2021-01-14net/mlx5e: E-Switch, Offload all chain 0 priorities when modify header and fo...Jianbo Liu2-9/+0
2021-01-14net/mlx5: E-Switch, use new cap as condition for mpls over udpEli Cohen1-2/+2
2021-01-14net/mlx5e: Simplify condition on esw_vport_enable_qos()Eli Cohen1-2/+1
2021-01-13fsl/fman: Add MII mode support.Maxim Kochetkov1-0/+4
2021-01-13net: marvell: Fixed two spellings,controling to controlling and oen to oneBhaskar Chowdhury1-1/+1
2021-01-13r8169: improve DASH supportHeiner Kallweit1-31/+22
2021-01-13r8169: improve rtl8169_rx_csumHeiner Kallweit1-3/+5
2021-01-13r8169: align rtl_wol_suspend_quirk with vendor driver and rename itHeiner Kallweit1-16/+4
2021-01-13net: ks8851: Select PHYLIB and MICREL_PHY in KconfigMarek Vasut1-0/+4
2021-01-12net: mvpp2: prs: improve ipv4 parse flowStefan Chulski1-25/+39
2021-01-12r8169: clean up rtl_pll_power_down/up functionsHeiner Kallweit1-8/+3
2021-01-12r8169: improve handling D3 PLL power-downHeiner Kallweit1-29/+22
2021-01-12r8169: enable PLL power-down for chip versions 34, 35, 36, 42Heiner Kallweit1-7/+4
2021-01-12r8169: make use of the unaligned access helpersHeiner Kallweit1-22/+13
2021-01-12r8169: tweak max read request size for newer chips also in jumbo mtu modeHeiner Kallweit1-4/+5
2021-01-12r8169: align RTL8168e jumbo pcie read request size with vendor driverHeiner Kallweit1-4/+2
2021-01-12net: marvell: prestera: Correct typoFlorian Fainelli1-5/+5
2021-01-12mlxsw: spectrum_switchdev: remove transactional logic for VLAN objectsVladimir Oltean1-33/+4
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean8-179/+61
2021-01-12net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean5-67/+49
2021-01-12net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean5-138/+37
2021-01-12r8169: deprecate support for RTL_GIGA_MAC_VER_27Heiner Kallweit1-2/+6
2021-01-10r8169: don't wakeup-enable device on shutdown if WOL is disabledHeiner Kallweit1-1/+1
2021-01-10r8169: improve rtl_ocp_reg_failureHeiner Kallweit1-11/+6
2021-01-10r8169: replace BUG_ON with WARN in _rtl_eri_writeHeiner Kallweit1-1/+3
2021-01-10dpaa2-mac: remove a comment regarding pause settingsIoana Ciornei1-3/+0
2021-01-10dpaa2-mac: remove an unnecessary checkIoana Ciornei1-24/+19
2021-01-10dpaa2-eth: retry the probe when the MAC is not yet discovered on the busIoana Ciornei1-1/+5
2021-01-10dpaa2-mac: export MAC counters even when in TYPE_FIXEDIoana Ciornei4-53/+39
2021-01-10dpaa2-mac: split up initializing the MAC object from connecting to itIoana Ciornei3-29/+59
2021-01-10ice: drop dead code in ice_receive_skb()Eric Dumazet1-6/+1
2021-01-09ibmvnic: merge do_change_param_reset into do_resetLijun Pan1-110/+44
2021-01-09net: broadcom: share header defining UniMAC registersRafał Miłecki6-186/+130
2021-01-09bgmac: add bgmac_umac_*() helpers for accessing UniMAC registersRafał Miłecki2-40/+55
2021-01-09ravb: update "undocumented" annotationsSergey Shtylyov1-13/+13
2021-01-09ravb: remove APSR_DMSergey Shtylyov2-9/+8
2021-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-175/+274
2021-01-08Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski12-65/+120
2021-01-08octeontx2-af: fix memory leak of lmac and lmac->nameColin Ian King1-3/+11
2021-01-08chtls: Fix chtls resources release sequenceAyush Sawal1-4/+4
2021-01-08chtls: Added a check to avoid NULL pointer dereferenceAyush Sawal1-0/+5
2021-01-08chtls: Replace skb_dequeue with skb_peekAyush Sawal1-1/+1
2021-01-08chtls: Avoid unnecessary freeing of oreq pointerAyush Sawal1-3/+1
2021-01-08chtls: Fix panic when route to peer not configuredAyush Sawal1-2/+12
2021-01-08chtls: Remove invalid set_tcb callAyush Sawal1-3/+0