summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum_acl: Allocate default actions for internal TCAM regionsIdo Schimmel2022-01-282-1/+13
* mlxsw: spectrum: Guard against invalid local portsAmit Cohen2022-01-284-7/+10
* mlxsw: core: Consolidate trap groups to a single event groupJiri Pirko2022-01-284-9/+8
* mlxsw: core: Move functions to register/unregister array of traps to core.cJiri Pirko2022-01-283-49/+58
* mlxsw: core: Move basic trap group initialization from spectrum.cJiri Pirko2022-01-283-31/+21
* mlxsw: core: Move basic_trap_groups_set() call out of EMAD init codeJiri Pirko2022-01-281-6/+10
* mlxsw: spectrum: Set basic trap groups from an arrayJiri Pirko2022-01-281-29/+18
* Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-01-2839-352/+440
|\
| * net/mlx5: VLAN push on RX, pop on TXDima Chumak2022-01-271-1/+3
| * net/mlx5: Introduce software defined steering capabilitiesDima Chumak2022-01-275-0/+51
| * net/mlx5e: CT, Remove redundant flow args from tc ct callsRoi Dayan2022-01-274-23/+13
| * net/mlx5e: TC, Store mapped tunnel id on flow attrRoi Dayan2022-01-276-23/+10
| * net/mlx5e: Test CT and SAMPLE on flow attrRoi Dayan2022-01-277-32/+82
| * net/mlx5e: Refactor eswitch attr flags to just attr flagsRoi Dayan2022-01-2710-40/+40
| * net/mlx5e: CT, Don't set flow flag CT for ct clear flowRoi Dayan2022-01-273-74/+6
| * net/mlx5e: TC, Hold sample_attr on stack instead of pointerRoi Dayan2022-01-275-16/+10
| * net/mlx5e: TC, Reject rules with multiple CT actionsRoi Dayan2022-01-272-0/+11
| * net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attrRoi Dayan2022-01-273-9/+9
| * net/mlx5e: TC, Pass attr to tc_act can_offload()Roi Dayan2022-01-2719-34/+53
| * net/mlx5e: TC, Split pedit offloads verify from alloc_tc_pedit_action()Roi Dayan2022-01-271-11/+22
| * net/mlx5e: TC, Move pedit_headers_action to parse_attrRoi Dayan2022-01-278-34/+19
| * net/mlx5e: Move counter creation call to alloc_flow_attr_counter()Roi Dayan2022-01-271-13/+20
| * net/mlx5e: Pass attr arg for attaching/detaching encapsRoi Dayan2022-01-273-13/+20
| * net/mlx5e: Move code chunk setting encap dests into its own functionRoi Dayan2022-01-271-51/+93
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-01-2810-112/+49
|\ \
| * | igbvf: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-16/+6
| * | igb: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-13/+6
| * | igc: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-13/+6
| * | ice: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-2/+0
| * | iavf: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-6/+3
| * | e1000e: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-15/+7
| * | i40e: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-6/+3
| * | ixgbevf: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-14/+6
| * | ixgbe: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-13/+7
| * | ixgb: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-14/+5
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-27176-1240/+2689
|\ \ | |/ |/|
| * Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2755-280/+524
| |\
| | * net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()Jisheng Zhang2022-01-271-1/+1
| | * net: stmmac: skip only stmmac_ptp_register when resume from suspendMohammad Athari Bin Ismail2022-01-271-11/+9
| | * net: stmmac: configure PTP clock source prior to PTP initializationMohammad Athari Bin Ismail2022-01-272-3/+3
| | * connector/cn_proc: Use task_is_in_init_pid_ns()Leo Yan2022-01-271-1/+1
| | * gve: Fix GFP flags when allocing pagesCatherine Sullivan2022-01-274-6/+7
| | * net: lan966x: Fix sleep in atomic context when updating MAC tableHoratiu Vultur2022-01-261-5/+6
| | * net: lan966x: Fix sleep in atomic context when injecting framesHoratiu Vultur2022-01-261-3/+3
| | * ethernet: seeq/ether3: don't write directly to netdev->dev_addrJakub Kicinski2022-01-261-1/+3
| | * ethernet: 8390/etherh: don't write directly to netdev->dev_addrJakub Kicinski2022-01-261-2/+4
| | * ethernet: i825xx: don't write directly to netdev->dev_addrJakub Kicinski2022-01-261-1/+3
| | * ethernet: broadcom/sb1250-mac: don't write directly to netdev->dev_addrJakub Kicinski2022-01-261-3/+1
| | * ethernet: tundra: don't write directly to netdev->dev_addrJakub Kicinski2022-01-261-17/+18
| | * ethernet: 3com/typhoon: don't write directly to netdev->dev_addrJakub Kicinski2022-01-261-2/+4