aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann160-190/+206
2021-07-27wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann1-14/+1
2021-07-27wan: use ndo_siocdevprivateArnd Bergmann8-56/+117
2021-07-27ppp: use ndo_siocdevprivateArnd Bergmann1-3/+3
2021-07-27sb1000: use ndo_siocdevprivateArnd Bergmann1-9/+11
2021-07-27hippi: use ndo_siocdevprivateArnd Bergmann2-6/+8
2021-07-27airo: use ndo_siocdevprivateArnd Bergmann1-7/+8
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann9-60/+64
2021-07-27cxgb3: use ndo_siocdevprivateArnd Bergmann1-4/+8
2021-07-27slip/plip: use ndo_siocdevprivateArnd Bergmann2-7/+18
2021-07-27net: usb: use ndo_siocdevprivateArnd Bergmann2-4/+6
2021-07-27fddi: use ndo_siocdevprivateArnd Bergmann1-7/+12
2021-07-27eql: use ndo_siocdevprivateArnd Bergmann1-9/+15
2021-07-27tehuti: use ndo_siocdevprivateArnd Bergmann1-13/+5
2021-07-27hamachi: use ndo_siocdevprivateArnd Bergmann1-25/+38
2021-07-27appletalk: use ndo_siocdevprivateArnd Bergmann1-6/+10
2021-07-27bonding: use siocdevprivateArnd Bergmann1-6/+24
2021-07-27tulip: use ndo_siocdevprivateArnd Bergmann1-3/+8
2021-07-27phonet: use siocdevprivateArnd Bergmann1-2/+3
2021-07-27hostap: use ndo_siocdevprivateArnd Bergmann3-7/+29
2021-07-27net: qed: remove unneeded return variablesJason Wang1-4/+2
2021-07-27net: build all switchdev drivers as modules when the bridge is a moduleVladimir Oltean2-0/+3
2021-07-26net: ipa: introduce ipa_uc_clock()Alex Elder4-17/+45
2021-07-26net: ipa: set up the microcontroller earlierAlex Elder3-14/+14
2021-07-26net: ipa: set up IPA interrupts earlierAlex Elder3-17/+21
2021-07-26net: ipa: configure memory regions earlyAlex Elder1-8/+8
2021-07-26net: ipa: kill ipa_modem_setup()Alex Elder5-20/+23
2021-07-26net: ipa: enable inline checksum offload for IPA v4.5+Alex Elder3-0/+6
2021-07-26net: ipa: use WARN_ON() rather than assertionsAlex Elder7-44/+53
2021-07-26net: ipa: kill the remaining conditional validation codeAlex Elder7-27/+1
2021-07-26net: ipa: always validate filter and route tablesAlex Elder2-35/+17
2021-07-26net: ipa: fix ipa_cmd_table_valid()Alex Elder3-26/+29
2021-07-26net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean1-0/+4
2021-07-26net: dsa: sja1105: add support for imprecise RXVladimir Oltean1-1/+7
2021-07-26net: dsa: sja1105: deny more than one VLAN-aware bridgeVladimir Oltean1-0/+13
2021-07-26net: dsa: sja1105: deny 8021q uppers on portsVladimir Oltean1-0/+15
2021-07-26net: dsa: sja1105: delete vlan delta save/restore logicVladimir Oltean2-300/+114
2021-07-26net: dsa: sja1105: remove redundant re-assignment of pointer tableColin Ian King1-2/+0
2021-07-26Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller24-810/+1104
2021-07-26Merge tag 'linux-can-next-for-5.15-20210725' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller18-417/+528
2021-07-26net/mlx5e: Use the new TIR API for kTLSMaxim Mikityanskiy3-29/+35
2021-07-26net/mlx5e: Move management of indir traffic types to rx_resMaxim Mikityanskiy7-81/+87
2021-07-26net/mlx5e: Convert TIR to a dedicated objectMaxim Mikityanskiy11-307/+447
2021-07-26net/mlx5e: Create struct mlx5e_rss_params_hashMaxim Mikityanskiy4-20/+22
2021-07-26net/mlx5e: Remove mdev from mlx5e_build_indir_tir_ctx_common()Maxim Mikityanskiy1-10/+9
2021-07-26net/mlx5e: Remove lro_param from mlx5e_build_indir_tir_ctx_common()Maxim Mikityanskiy1-6/+6
2021-07-26net/mlx5e: Remove mlx5e_priv usage from mlx5e_build_*tir_ctx*()Maxim Mikityanskiy3-36/+56
2021-07-26net/mlx5e: Use mlx5e_rqt_get_rqtn to access RQT hardware idMaxim Mikityanskiy3-5/+9
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy11-119/+188
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy14-154/+189