summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/cdc_ncm: Increase NTB max RX/TX values to 64kbƁukasz Spintzyk2022-07-211-2/+2
* net/cdc_ncm: Enable ZLP for DisplayLink ethernet devicesDominik Czerwik2022-07-211-1/+24
* Merge branch 'net-ipa-move-configuration-data-files'Jakub Kicinski2022-07-217-3/+7
|\
| * net: ipa: move configuration data files into a subdirectoryAlex Elder2022-07-217-1/+1
| * net: ipa: list supported IPA versions in the MakefileAlex Elder2022-07-211-3/+7
|/
* Merge branch 'net-ipa-small-transaction-updates'Jakub Kicinski2022-07-214-38/+66
|\
| * net: ipa: fix an outdated commentAlex Elder2022-07-211-1/+1
| * net: ipa: report when the driver has been removedAlex Elder2022-07-211-0/+2
| * net: ipa: skip some cleanup for unused transactionsAlex Elder2022-07-211-1/+2
| * net: ipa: rearrange transaction initializationAlex Elder2022-07-212-30/+33
| * net: ipa: add a transaction committed listAlex Elder2022-07-213-7/+29
|/
* net: ipa: add an endpoint device attribute groupAlex Elder2022-07-214-31/+102
* selftests: net: af_unix: Fix a build error of unix_connect.c.Kuniyuki Iwashima2022-07-211-2/+1
* net: amd8111e: remove repeated dev->features assignementJian Shen2022-07-211-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-07-2143-357/+518
|\
| * netfilter: xt_TPROXY: remove pr_debug invocationsJustin Stitt2022-07-211-23/+2
| * netfilter: flowtable: prefer refcount_incFlorian Westphal2022-07-211-8/+3
| * netfilter: ipvs: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-211-3/+2
| * netfilter: nf_nat: in nf_nat_initialized(), use const struct nf_conn *James Yonan2022-07-141-1/+1
| * netfilter: nf_tables: move nft_cmp_fast_mask to where its usedFlorian Westphal2022-07-112-10/+12
| * netfilter: nf_tables: use correct integer typesFlorian Westphal2022-07-114-11/+12
| * netfilter: nf_tables: add and use BE register load-store helpersFlorian Westphal2022-07-113-4/+19
| * netfilter: nf_tables: use the correct get/put helpersFlorian Westphal2022-07-114-10/+11
| * netfilter: x_tables: use correct integer typesFlorian Westphal2022-07-113-9/+9
| * netfilter: nfnetlink: add missing __be16 castFlorian Westphal2022-07-111-1/+1
| * netfilter: nft_set_bitmap: Fix spelling mistakeZhang Jiaming2022-07-111-2/+2
| * netfilter: h323: merge nat hook pointers into oneFlorian Westphal2022-07-113-242/+169
| * netfilter: nf_conntrack: use rcu accessors where neededFlorian Westphal2022-07-117-16/+57
| * netfilter: nf_conntrack: add missing __rcu annotationsFlorian Westphal2022-07-115-5/+5
| * netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov2022-07-118-4/+206
| * net/sched: act_ct: set 'net' pointer when creating new nf_flow_tableVlad Buslov2022-07-111-2/+3
| * netfilter: conntrack: use correct format charactersBill Wendling2022-07-111-1/+1
| * netfilter: conntrack: use fallthrough to cleanupJackie Liu2022-07-111-5/+3
* | Merge tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-07-2120-861/+1157
|\ \
| * | net/mlx5: CT: Remove warning of ignore_flow_level support for non PFRoi Dayan2022-07-192-2/+2
| * | net/mlx5e: Add resiliency for PTP TX port timestampAya Levin2022-07-195-2/+50
| * | net/mlx5: Expose ts_cqe_metadata_size2wqe_counterAya Levin2022-07-191-1/+5
| * | net/mlx5e: HTB, move htb functions to a new fileMoshe Tal2022-07-197-746/+832
| * | net/mlx5e: HTB, change functions name to follow conventionMoshe Tal2022-07-194-36/+36
| * | net/mlx5e: HTB, remove priv from htb function callsMoshe Tal2022-07-194-150/+172
| * | net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structureSaeed Mahameed2022-07-193-32/+70
| * | net/mlx5e: HTB, move stats and max_sqs to privMoshe Tal2022-07-194-19/+19
| * | net/mlx5e: HTB, move section comment to the right placeMoshe Tal2022-07-191-2/+2
| * | net/mlx5e: HTB, move ids to selq_params structMoshe Tal2022-07-196-34/+62
| * | net/mlx5e: HTB, reduce visibility of htb functionsSaeed Mahameed2022-07-193-74/+70
| * | net/mlx5e: Fix mqprio_rl handling on devlink reloadMoshe Tal2022-07-192-41/+106
| * | net/mlx5e: Report header-data split state through ethtoolGal Pressman2022-07-194-5/+14
* | | net: ipa: initialize ring indexes to 0Alex Elder2022-07-202-10/+13
* | | net: marvell: prestera: add phylink supportOleksandr Mazur2022-07-205-62/+334
* | | vmxnet3: Implement ethtool's get_channels commandAndrey Turkin2022-07-201-0/+29