summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-01-26bnxt_en: Add driver support to use Real Time Counter for PTPPavan Chebbi4-6/+79
2022-01-26bnxt_en: PTP: Refactor PTP initialization functionsPavan Chebbi1-14/+31
2022-01-26bnxt_en: Update firmware interface to 1.10.2.73Michael Chan1-39/+460
2022-01-26Merge branch 'stmmac-PCS-modernize'David S. Miller3-118/+73
2022-01-26net: stmmac: use .mac_select_pcs() interfaceRussell King (Oracle)1-3/+12
2022-01-26net: stmmac: convert to phylink_generic_validate()Russell King (Oracle)1-24/+1
2022-01-26net: stmmac: remove phylink_config.pcs_poll usageRussell King (Oracle)1-1/+0
2022-01-26net: stmmac/xpcs: convert to pcs_validate()Russell King (Oracle)3-23/+11
2022-01-26net: stmmac: fill in supported_interfacesRussell King (Oracle)1-0/+8
2022-01-26net: stmmac: convert to phylink_get_linkmodes()Russell King (Oracle)1-83/+42
2022-01-26net: xpcs: add support for retrieving supported interface modesRussell King (Oracle)2-0/+15
2022-01-26Merge branch 'mlxsw-RJ45'David S. Miller5-27/+179
2022-01-26mlxsw: core_env: Forbid module reset on RJ45 portsDanielle Ratson1-0/+6
2022-01-26mlxsw: core_env: Forbid power mode set and get on RJ45 portsDanielle Ratson1-0/+13
2022-01-26mlxsw: core_env: Forbid getting module EEPROM on RJ45 portsDanielle Ratson1-3/+49
2022-01-26mlxsw: core_env: Query and store port module's type during initializationDanielle Ratson1-0/+28
2022-01-26mlxsw: reg: Add Port Module Type Mapping registerDanielle Ratson1-0/+53
2022-01-26mlxsw: spectrum_ethtool: Add support for two new link modesDanielle Ratson2-0/+12
2022-01-26mlxsw: Add netdev argument to mlxsw_env_get_module_info()Danielle Ratson4-4/+7
2022-01-26mlxsw: core_env: Do not pass number of modules as argumentIdo Schimmel1-9/+6
2022-01-26mlxsw: spectrum_ethtool: Remove redundant variableIdo Schimmel1-12/+6
2022-01-25net: Adjust sk_gso_max_size once when setDavid Ahern3-3/+3
2022-01-25net: tulip: remove redundant assignment to variable new_csr6Colin Ian King1-1/+1
2022-01-25ipv6: gro: flush instead of assuming different flows on hop_limit mismatchJakub Kicinski1-2/+3
2022-01-25net: mana: Use struct_size() helper in mana_gd_create_dma_region()Gustavo A. R. Silva1-2/+2
2022-01-25r8169: use new PM macrosHeiner Kallweit1-12/+6
2022-01-25Merge branch 'dsa-avoid-cross-chip-vlan-sync'David S. Miller1-13/+27
2022-01-25net: dsa: Avoid cross-chip syncing of VLAN filteringTobias Waldekranz1-3/+5
2022-01-25net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leaveTobias Waldekranz1-13/+25
2022-01-25Merge branch 'netns-speedup-dismantle'David S. Miller10-230/+82
2022-01-25ipv4/tcp: do not use per netns ctl socketsEric Dumazet2-35/+27
2022-01-25ipv6: do not use per netns icmp socketsEric Dumazet2-53/+10
2022-01-25ipv4: do not use per netns icmp socketsEric Dumazet2-61/+31
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet6-69/+0
2022-01-25tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet2-8/+6
2022-01-25tcp/dccp: add tw->tw_bslotEric Dumazet2-4/+8
2022-01-25Merge branch 'ionic-fw-recovery'David S. Miller9-202/+409
2022-01-25ionic: replace set_vf data with unionShannon Nelson4-67/+55
2022-01-25ionic: stretch heartbeat detectionShannon Nelson4-24/+20
2022-01-25ionic: remove the dbid_inuse bitmapShannon Nelson2-17/+1
2022-01-25ionic: disable napi when ionic_lif_init() failsBrett Creeley1-0/+1
2022-01-25ionic: Cleanups in the Tx hotpath codeBrett Creeley1-32/+34
2022-01-25ionic: Prevent filter add/del err msgs when the device is not availableBrett Creeley1-5/+32
2022-01-25ionic: Query FW when getting VF info via ndo_get_vf_configBrett Creeley5-8/+148
2022-01-25ionic: Allow flexibility for error reporting on dev commandsBrett Creeley2-4/+30
2022-01-25ionic: Correctly print AQ errors if completions aren't receivedBrett Creeley1-0/+2
2022-01-25ionic: fix up printing of timeout errorShannon Nelson1-2/+6
2022-01-25ionic: better handling of RESET eventShannon Nelson2-10/+24
2022-01-25ionic: add FW_STOPPING stateShannon Nelson4-12/+19
2022-01-25ionic: Don't send reset commands if FW isn't runningBrett Creeley3-13/+23