aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-09net/mlx5: DR, Add support for ConnectX-7 steeringYevgeny Kliteynik10-110/+435
2022-03-09net/mlx5: DR, Refactor ste_ctx handling for STE v0/1Yevgeny Kliteynik5-17/+40
2022-03-09net/mlx5: DR, Rename action modify fields to reflect naming in HW specYevgeny Kliteynik1-12/+12
2022-03-09net/mlx5: DR, Fix handling of different actions on the same STE in STEv1Yevgeny Kliteynik1-4/+2
2022-03-09net/mlx5: DR, Remove unneeded commentsYevgeny Kliteynik1-2/+2
2022-03-09net/mlx5: DR, Add support for matching on Internet Header Length (IHL)Yevgeny Kliteynik5-3/+15
2022-03-09net/mlx5: DR, Align mlx5dv_dr API vport action with FW behaviorShun Hao1-9/+3
2022-03-09net/mlx5: Add debugfs counters for page commands failuresMoshe Shemesh2-3/+15
2022-03-09net/mlx5: Add pages debugfsMoshe Shemesh2-0/+19
2022-03-09net/mlx5: Move debugfs entries to separate structMoshe Shemesh4-18/+24
2022-03-09net/mlx5: Remove redundant error on reclaim pagesMoshe Shemesh1-4/+8
2022-03-09net/mlx5: Remove redundant error on give pagesMoshe Shemesh1-4/+10
2022-03-09net/mlx5: Remove redundant notify fail on give pagesMoshe Shemesh1-1/+5
2022-03-09net/mlx5: Add command failures data to debugfsMoshe Shemesh2-9/+42
2022-03-09net/mlx5e: TC, Fix use after free in mlx5e_clone_flow_attr_for_post_act()Dan Carpenter1-1/+1
2022-03-09net/mlx5e: SHAMPO, reduce TIR indicationBen Ben-Ishay2-5/+1
2022-03-09net/mlx5e: Lag, Only handle events from highest priority multipath entryRoi Dayan1-3/+8
2022-03-09net/mlx5: Fix offloading with ESWITCH_IPV4_TTL_MODIFY_ENABLEDima Chumak1-3/+0
2022-03-09net/mlx5: Fix a race on command flush flowMoshe Shemesh1-7/+8
2022-03-09ice: Add support for outer dest MAC for ADQ tunnelsAmritha Nambiar1-4/+28
2022-03-09ice: avoid XDP checks in ice_clean_tx_irq()Maciej Fijalkowski1-6/+1
2022-03-09ice: change "can't set link" message to dbg levelJonathan Toppins1-3/+3
2022-03-09ice: Add slow path offload stats on port representor in switchdevMarcin Szycik3-3/+61
2022-03-09ice: Add support for inner etype in switchdevMartyna Szapar-Mudlaw3-12/+277
2022-03-09ath9k: make array voice_priority static constColin Ian King1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_aplist_eventGustavo A. R. Silva2-5/+2
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_disconnect_eventGustavo A. R. Silva1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_connect_eventGustavo A. R. Silva1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_channel_list_replyGustavo A. R. Silva1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_start_scan_cmdGustavo A. R. Silva2-8/+2
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_begin_scan_cmdGustavo A. R. Silva2-8/+3
2022-03-09net: lan966x: Add spinlock for frame transmission from CPU.Horatiu Vultur2-1/+10
2022-03-09net: ethernet: sun: use min_t() to make code cleanerChangcheng Deng1-1/+1
2022-03-09net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addrMiaoqian Lin1-0/+1
2022-03-09net: ethernet: lpc_eth: Handle error for clk_enableJiasheng Jiang1-1/+4
2022-03-09net:mcf8390: Use platform_get_irq() to get the interruptMinghao Chi (CGEL ZTE)1-5/+5
2022-03-09net: ethernet: ti: cpts: Handle error for clk_enableJiasheng Jiang1-1/+3
2022-03-09rtw89: declare HE capabilities in 6G bandPing-Ke Shih1-0/+12
2022-03-09rtw89: fix HE PHY bandwidth capabilityJohannes Berg1-4/+9
2022-03-09rtw89: add tx_wake notify for low ps modeChin-Yen Lee6-9/+53
2022-03-09rtw89: 8852a: add ieee80211_ops::hw_scanPo Hao Huang8-13/+1069
2022-03-09net/fungible: CONFIG_FUN_CORE needs SBITMAPDimitris Michailidis1-0/+1
2022-03-09net/fungible: Fix local_memory_node errorDimitris Michailidis2-2/+2
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean1-0/+16
2022-03-09net: dsa: felix: actually disable flooding towards NPI portVladimir Oltean1-0/+9
2022-03-09net: dsa: felix: drop "bool change" from felix_set_tag_protocolVladimir Oltean1-39/+26
2022-03-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueDavid S. Miller11-101/+76
2022-03-09Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller11-46/+291
2022-03-08net: prestera: acl: make read-only array client_map static constColin Ian King1-1/+1
2022-03-08ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin1-1/+3