summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann2021-07-271-14/+1
* wan: use ndo_siocdevprivateArnd Bergmann2021-07-278-56/+117
* ppp: use ndo_siocdevprivateArnd Bergmann2021-07-271-3/+3
* sb1000: use ndo_siocdevprivateArnd Bergmann2021-07-271-9/+11
* hippi: use ndo_siocdevprivateArnd Bergmann2021-07-272-6/+8
* airo: use ndo_siocdevprivateArnd Bergmann2021-07-271-7/+8
* hamradio: use ndo_siocdevprivateArnd Bergmann2021-07-279-60/+64
* cxgb3: use ndo_siocdevprivateArnd Bergmann2021-07-271-4/+8
* qeth: use ndo_siocdevprivateArnd Bergmann2021-07-274-14/+35
* slip/plip: use ndo_siocdevprivateArnd Bergmann2021-07-272-7/+18
* net: usb: use ndo_siocdevprivateArnd Bergmann2021-07-272-4/+6
* fddi: use ndo_siocdevprivateArnd Bergmann2021-07-271-7/+12
* 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