aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-24bareudp: Fix uninitialized variable warnings.David S. Miller1-0/+2
2020-02-24net: Special handling for IP & MPLS.Martin Varghese1-3/+64
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like MPLS, IP, NSH etc.Martin Varghese3-0/+757
2020-02-24ptp: Add a ptp clock driver for IDT 82P33 SMU.Min Li4-0/+1192
2020-02-24mlxsw: spectrum_trap: Add ACL devlink-trap supportJiri Pirko2-0/+18
2020-02-24mlxsw: spectrum_trap: Introduce dummy group with thin policerJiri Pirko2-0/+25
2020-02-24mlxsw: core: Extend MLXSW_RXL_DIS to register disabled trap groupJiri Pirko3-39/+47
2020-02-24mlxsw: core: Allow to enable/disable rx_listener for trapJiri Pirko2-10/+40
2020-02-24mlxsw: acl_flex_actions: Trap all ACL dropped packets to DISCARD_*_ACL trapsJiri Pirko2-2/+6
2020-02-24mlxsw: spectrum_acl: Pass the ingress indication down to flex actionJiri Pirko5-6/+8
2020-02-24mlxsw: spectrum_flower: Disable mixed bound blocks to contain action dropJiri Pirko3-1/+27
2020-02-24mlxsw: spectrum_acl: Track ingress and egress block bindingsJiri Pirko2-6/+23
2020-02-24mlxsw: spectrum_trap: Prepare mlxsw_core_trap_action_set() to handle not only actionJiri Pirko3-14/+13
2020-02-24mlxsw: spectrum_trap: Use listener->en/dis_action instead of hard-coded valuesJiri Pirko1-2/+2
2020-02-24mlxsw: core: Allow to register disabled traps using MLXSW_RXL_DISJiri Pirko3-12/+31
2020-02-24mlxsw: spectrum_trap: Set unreg_action to be SET_FW_DEFAULTJiri Pirko1-2/+2
2020-02-24net/atheros: Clean atheros code from driver versionLeon Romanovsky8-31/+0
2020-02-24net/arc: Delete driver versionLeon Romanovsky4-6/+0
2020-02-24net/aquantia: Delete module versionLeon Romanovsky5-19/+0
2020-02-24net/apm: Properly mark absence of FWLeon Romanovsky2-2/+0
2020-02-24net/apm: Remove useless driver versionLeon Romanovsky6-6/+0
2020-02-24net/amd: Remove useless driver versionLeon Romanovsky8-35/+4
2020-02-24net/amazon: Ensure that driver version is aligned to the linux kernelLeon Romanovsky3-27/+2
2020-02-24net/althera: Delete hardcoded driver versionLeon Romanovsky1-1/+0
2020-02-24net/alteon: Properly report FW versionLeon Romanovsky1-3/+2
2020-02-24net/allwinner: Remove driver versionLeon Romanovsky1-2/+0
2020-02-24net/alacritech: Delete driver versionLeon Romanovsky1-3/+0
2020-02-24net/agere: Delete unneeded driver versionLeon Romanovsky2-2/+0
2020-02-24net/aeroflex: Don't assign FW if it is not availableLeon Romanovsky1-1/+0
2020-02-24net/aeroflex: Clean ethtool_info struct assignmentsLeon Romanovsky1-1/+0
2020-02-24net/adaptec: Clean driver versionsLeon Romanovsky1-18/+1
2020-02-24net/3com: Delete driver and module versions from 3com driversLeon Romanovsky4-25/+2
2020-02-24net/dummy: Ditch driver and module versionsLeon Romanovsky1-3/+0
2020-02-24net/bond: Delete driver and module versionsLeon Romanovsky2-8/+3
2020-02-24net: hns3: remove redundant initialization of pointer 'client'Colin Ian King1-1/+1
2020-02-24net/mlxfw: fix spelling mistake: "progamming" -> "programming"Colin Ian King1-1/+1
2020-02-23r8169: improve rtl8169_start_xmitHeiner Kallweit1-13/+10
2020-02-23net: ena: ethtool: remove redundant non-zero check on rcColin Ian King1-4/+0
2020-02-23tun: Remove unnecessary BUG_ON check in tun_net_xmitDavid Ahern1-2/+0
2020-02-23mlxsw: pci: Remove unused valuesIdo Schimmel1-2/+0
2020-02-23mlxsw: core: Remove priv from listener equality comparisonJiri Pirko2-25/+15
2020-02-23mlxsw: spectrum_acl: Make block arg const where appropriateJiri Pirko2-7/+10
2020-02-23mlxsw: spectrum_trap: Make global arrays const as they should beJiri Pirko1-6/+6
2020-02-23mlxsw: core: Remove initialization to false of mlxsw_listener structJiri Pirko1-2/+0
2020-02-23mlxsw: core: Convert is_event and is_ctrl bools to be single bitsJiri Pirko1-2/+2
2020-02-23mlxsw: core: Remove dummy union name from struct mlxsw_listenerJiri Pirko2-7/+7
2020-02-23mlxsw: core: Remove unused action field from mlxsw_rx_listener structJiri Pirko1-1/+0
2020-02-23mlxsw: spectrum_trap: Move policer initialization to mlxsw_sp_trap_init()Jiri Pirko1-53/+19
2020-02-23mlxsw: core_acl_flex_actions: Rename Trap / Discard Action to Trap ActionJiri Pirko1-54/+49
2020-02-23mlxsw: spectrum_trap: Move functions to avoid their forward declarationsJiri Pirko1-78/+73