summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* eql: use ndo_siocdevprivateArnd Bergmann2021-07-271-9/+15
* tehuti: use ndo_siocdevprivateArnd Bergmann2021-07-271-13/+5
* hamachi: use ndo_siocdevprivateArnd Bergmann2021-07-271-25/+38
* appletalk: use ndo_siocdevprivateArnd Bergmann2021-07-271-6/+10
* bonding: use siocdevprivateArnd Bergmann2021-07-271-6/+24
* tulip: use ndo_siocdevprivateArnd Bergmann2021-07-271-3/+8
* phonet: use siocdevprivateArnd Bergmann2021-07-271-2/+3
* hostap: use ndo_siocdevprivateArnd Bergmann2021-07-273-7/+29
* staging: wlan-ng: use siocdevprivateArnd Bergmann2021-07-271-65/+11
* staging: rtlwifi: use siocdevprivateArnd Bergmann2021-07-278-10/+34
* net: qed: remove unneeded return variablesJason Wang2021-07-271-4/+2
* net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean2021-07-272-0/+3
* net: ipa: introduce ipa_uc_clock()Alex Elder2021-07-264-17/+45
* net: ipa: set up the microcontroller earlierAlex Elder2021-07-263-14/+14
* net: ipa: set up IPA interrupts earlierAlex Elder2021-07-263-17/+21
* net: ipa: configure memory regions earlyAlex Elder2021-07-261-8/+8
* net: ipa: kill ipa_modem_setup()Alex Elder2021-07-265-20/+23
* net: ipa: enable inline checksum offload for IPA v4.5+Alex Elder2021-07-263-0/+6
* net: ipa: use WARN_ON() rather than assertionsAlex Elder2021-07-267-44/+53
* net: ipa: kill the remaining conditional validation codeAlex Elder2021-07-267-27/+1
* net: ipa: always validate filter and route tablesAlex Elder2021-07-262-35/+17
* net: ipa: fix ipa_cmd_table_valid()Alex Elder2021-07-263-26/+29
* net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean2021-07-261-0/+4
* net: dsa: sja1105: add support for imprecise RXVladimir Oltean2021-07-261-1/+7
* net: dsa: sja1105: deny more than one VLAN-aware bridgeVladimir Oltean2021-07-261-0/+13
* net: dsa: sja1105: deny 8021q uppers on portsVladimir Oltean2021-07-261-0/+15
* net: dsa: sja1105: delete vlan delta save/restore logicVladimir Oltean2021-07-262-300/+114
* net: dsa: sja1105: remove redundant re-assignment of pointer tableColin Ian King2021-07-261-2/+0
* Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-07-2624-810/+1104
|\
| * net/mlx5e: Use the new TIR API for kTLSMaxim Mikityanskiy2021-07-263-29/+35
| * net/mlx5e: Move management of indir traffic types to rx_resMaxim Mikityanskiy2021-07-267-81/+87
| * net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy2021-07-2611-307/+447
| * net/mlx5e: Create struct mlx5e_rss_params_hashMaxim Mikityanskiy2021-07-264-20/+22
| * net/mlx5e: Remove mdev from mlx5e_build_indir_tir_ctx_common()Maxim Mikityanskiy2021-07-261-10/+9
| * net/mlx5e: Remove lro_param from mlx5e_build_indir_tir_ctx_common()Maxim Mikityanskiy2021-07-261-6/+6
| * net/mlx5e: Remove mlx5e_priv usage from mlx5e_build_*tir_ctx*()Maxim Mikityanskiy2021-07-263-36/+56
| * net/mlx5e: Use mlx5e_rqt_get_rqtn to access RQT hardware idMaxim Mikityanskiy2021-07-263-5/+9
| * net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy2021-07-2611-119/+188
| * net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy2021-07-2614-154/+189
| * net/mlx5e: Move mlx5e_build_rss_params() call to init_rxMaxim Mikityanskiy2021-07-263-8/+7
| * net/mlx5e: Convert RQT to a dedicated objectMaxim Mikityanskiy2021-07-2610-276/+295
| * net/mlx5e: Check if inner FT is supported outside of create/destroy functionsMaxim Mikityanskiy2021-07-261-16/+15
| * net/mlx5: Take TIR destruction out of the TIR list lockMaxim Mikityanskiy2021-07-261-1/+2
| * net/mlx5e: Block LRO if firmware asks for tunneled LROMaxim Mikityanskiy2021-07-261-0/+15
| * net/mlx5e: Prohibit inner indir TIRs in IPoIBMaxim Mikityanskiy2021-07-263-27/+7
* | Merge tag 'linux-can-next-for-5.15-20210725' of git://git.kernel.org/pub/scm/...David S. Miller2021-07-2618-417/+528
|\ \
| * | can: flexcan: update Kconfig to enable coldfireAngelo Dureghello2021-07-251-1/+2
| * | can: flexcan: add mcf5441x supportAngelo Dureghello2021-07-251-20/+104
| * | can: etas_es58x: rewrite the message cast in es58{1,_fd}_tx_can_msg to increa...Vincent Mailhol2021-07-252-4/+2
| * | can: etas_es58x: use sizeof and sizeof_field macros instead of constant valuesVincent Mailhol2021-07-252-2/+2