summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: virtio: use eth_hw_addr_set()Jakub Kicinski2021-10-281-3/+7
* devlink: Simplify internal devlink params implementationLeon Romanovsky2021-10-281-123/+46
* Merge branch 'octeontx2-debugfs-updates'David S. Miller2021-10-283-11/+114
|\
| * octeontx2-af: debugfs: Add channel and channel mask.Rakesh Babu2021-10-283-0/+9
| * octeontx2-af: cn10k: debugfs for dumping LMTST map tableHarman Kalra2021-10-281-0/+94
| * octeontx2-af: debugfs: Minor changes.Rakesh Babu Saladi2021-10-281-11/+11
|/
* net: phy: microchip_t1: add cable test support for lan87xx phyYuiko Oshino2021-10-281-0/+239
* ptp: fix code indentation issuesCarlos Llamas2021-10-281-3/+3
* net: cleanup __sk_stream_memory_free()Eric Dumazet2021-10-281-8/+2
* sky2: Remove redundant assignment and parenthesesluo penghao2021-10-281-1/+1
* net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier2021-10-281-2/+10
* devlink: add documentation for octeontx2 driverSubbaraya Sundeep2021-10-282-0/+43
* sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy2021-10-281-2/+6
* Merge tag 'mlx5-net-next-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2021-10-2834-248/+292
|\
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2021-10-2834-248/+292
| |\
| | * Merge brank 'mlx5_mkey' into rdma.git for-nextLeon Romanovsky2021-10-211325-8594/+14696
| | |\
| | | * RDMA/mlx5: Attach ndescs to mlx5_ib_mkeyAharon Landau2021-10-196-52/+26
| | | * RDMA/mlx5: Move struct mlx5_core_mkey to mlx5_ibAharon Landau2021-10-195-31/+29
| | | * RDMA/mlx5: Replace struct mlx5_core_mkey by u32 keyAharon Landau2021-10-1921-81/+82
| | | * RDMA/mlx5: Remove pd from struct mlx5_core_mkeyAharon Landau2021-10-195-11/+0
| | | * RDMA/mlx5: Remove size from struct mlx5_core_mkeyAharon Landau2021-10-195-7/+2
| | | * RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau2021-10-196-16/+12
| | * | net/mlx5: Add priorities for counters in RDMA namespacesAharon Landau2021-10-093-8/+50
| | * | net/mlx5: Add ifc bits to support optional countersAharon Landau2021-10-091-3/+19
| | * | IB/mlx5: Enable UAR to have DevX UIDMeir Lichtinger2021-09-285-33/+66
| | * | net/mlx5: Add uid field to UAR allocation structuresMeir Lichtinger2021-09-281-2/+2
* | | | Merge branch 'mvpp2-phylink'David S. Miller2021-10-281-45/+52
|\ \ \ \
| * | | | net: mvpp2: clean up mvpp2_phylink_validate()Russell King (Oracle)2021-10-281-10/+7
| * | | | net: mvpp2: drop use of phylink_helper_basex_speed()Russell King (Oracle)2021-10-281-12/+7
| * | | | net: mvpp2: remove interface checks in mvpp2_phylink_validate()Russell King (Oracle)2021-10-281-26/+7
| * | | | net: mvpp2: populate supported_interfaces memberRussell King2021-10-281-0/+34
|/ / / /
* | | | ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov2021-10-281-12/+12
* | | | mpt fusion: use dev_addr_set()Jakub Kicinski2021-10-281-1/+1
* | | | firewire: don't write directly to netdev->dev_addrJakub Kicinski2021-10-281-7/+7
* | | | media: use eth_hw_addr_set()Jakub Kicinski2021-10-281-4/+4
* | | | Merge branch 'tcp-tx-side-cleanups'David S. Miller2021-10-285-47/+14
|\ \ \ \
| * | | | tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet2021-10-282-6/+0
| * | | | tcp: do not clear skb->csum if already zeroEric Dumazet2021-10-283-3/+0
| * | | | tcp: factorize ip_summed settingEric Dumazet2021-10-283-9/+2
| * | | | tcp: no longer set skb->reserved_tailroomEric Dumazet2021-10-282-6/+0
| * | | | tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet2021-10-281-7/+3
| * | | | tcp: cleanup tcp_remove_empty_skb() useEric Dumazet2021-10-283-7/+8
| * | | | tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet2021-10-281-9/+1
|/ / / /
* | | | net: phy: Fix unsigned comparison with less than zeroJiapeng Chong2021-10-281-1/+1
* | | | Merge branch 'mptcp-rework-fwd-memory-allocation-and-one-cleanup'Jakub Kicinski2021-10-286-155/+120
|\ \ \ \
| * | | | mptcp: drop unused sk in mptcp_push_releaseGeliang Tang2021-10-281-5/+4
| * | | | mptcp: allocate fwd memory separately on the rx and tx pathPaolo Abeni2021-10-282-145/+95
| * | | | net: introduce sk_forward_alloc_get()Paolo Abeni2021-10-284-3/+14
| * | | | tcp: define macros for a couple reclaim thresholdsPaolo Abeni2021-10-281-2/+7
|/ / / /
* | | | inet: remove races in inet{6}_getname()Eric Dumazet2021-10-283-17/+21