summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-29mptcp: simplify subflow_syn_recv_sock()Paolo Abeni1-28/+13
2023-03-29mptcp: avoid unneeded address copyPaolo Abeni1-2/+0
2023-03-29Merge branch 'in6addr_any-cleanups'David S. Miller7-29/+18
2023-03-296lowpan: Remove redundant initialisation.Kuniyuki Iwashima1-1/+1
2023-03-29ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima6-28/+17
2023-03-29Merge branch 'vsock-sockmap-support'David S. Miller13-6/+452
2023-03-29selftests/bpf: add a test case for vsock sockmapBobby Eshleman1-0/+163
2023-03-29selftests/bpf: add vsock to vmtest.shBobby Eshleman3-0/+8
2023-03-29vsock: support sockmapBobby Eshleman9-6/+281
2023-03-29testing/vsock: add vsock_perf to gitignoreBobby Eshleman1-0/+1
2023-03-29Merge branch 'ynl-add-support-for-user-headers-and-struct-attrs'Jakub Kicinski7-18/+516
2023-03-29docs: netlink: document the sub-type attribute propertyDonald Hunter2-0/+24
2023-03-29docs: netlink: document struct support for genetlink-legacyDonald Hunter1-3/+71
2023-03-29netlink: specs: add partial specification for openvswitchDonald Hunter2-0/+292
2023-03-29tools: ynl: Add fixed-header support to ynlDonald Hunter3-12/+44
2023-03-29tools: ynl: Add struct attr decoding to ynlDonald Hunter3-1/+21
2023-03-29tools: ynl: Add C array attribute decoding to ynlDonald Hunter2-3/+22
2023-03-29tools: ynl: Add struct parsing to nlspecDonald Hunter1-0/+43
2023-03-29Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski11-235/+398
2023-03-29docs: netdev: clarify the need to sending reverts as patchesJakub Kicinski1-1/+8
2023-03-29net: ethernet: 8390: axnet_cs: remove unused xfer_count variableTom Rix1-3/+0
2023-03-29Revert "sh_eth: remove open coded netif_running()"Wolfram Sang2-1/+6
2023-03-29Merge branch 'net-refcount-address-dst_entry-reference-count-scalability-issues'Jakub Kicinski13-71/+63
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner7-38/+23
2023-03-29net: dst: Prevent false sharing vs. dst_entry:: __refcntWangyang Guo8-35/+42
2023-03-29Merge branch 'locking/rcuref' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski9-19/+752
2023-03-29net/mlx5e: Fix build break on 32bitSaeed Mahameed1-2/+2
2023-03-28net: ethernet: ti: am65-cpsw: enable p0 host port rx_vlan_remapGrygorii Strashko1-2/+3
2023-03-28net: ethernet: ti: am65-cpsw: add .ndo to set dma per-queue rateGrygorii Strashko4-2/+129
2023-03-28Merge branch 'allocate-multiple-skbuffs-on-tx'Paolo Abeni1-14/+49
2023-03-28virtio/vsock: check argument to avoid no effect callArseniy Krasnov1-0/+6
2023-03-28virtio/vsock: allocate multiple skbuffs on txArseniy Krasnov1-14/+43
2023-03-28atomics: Provide rcuref - scalable reference countingThomas Gleixner4-1/+443
2023-03-28atomics: Provide atomic_add_negative() variantsThomas Gleixner5-18/+309
2023-03-28Merge tag 'linux-can-next-for-6.4-20230327' of git://git.kernel.org/pub/scm/l...Jakub Kicinski6-137/+148
2023-03-28Merge branch 'add-tx-push-buf-len-param-to-ethtool'Jakub Kicinski11-124/+349
2023-03-28net: ena: Advertise TX push supportShay Agroskin1-1/+10
2023-03-28net: ena: Add support to changing tx_push_buf_lenShay Agroskin4-12/+82
2023-03-28net: ena: Recalculate TX state variables every device resetShay Agroskin1-1/+9
2023-03-28net: ena: Add an option to configure large LLQ headersDavid Arinzon2-22/+76
2023-03-28net: ena: Make few cosmetic preparations to support large LLQShay Agroskin1-66/+67
2023-03-28ethtool: Add support for configuring tx_push_buf_lenShay Agroskin6-23/+84
2023-03-28netlink: Add a macro to set policy message with format stringShay Agroskin1-0/+22
2023-03-28qed: remove unused num_ooo_add_to_peninsula variableTom Rix1-2/+1
2023-03-28net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet4-15/+21
2023-03-27dev_ioctl: fix a W=1 warningHeiner Kallweit1-0/+1
2023-03-27net: phy: bcm7xxx: use devm_clk_get_optional_enabled to simplify the codeHeiner Kallweit1-18/+4
2023-03-27tools: ynl: default to treating enums as flags for mask generationJakub Kicinski2-5/+6
2023-03-27selftests: tls: add a test for queuing data before setting the ULPJakub Kicinski1-0/+45
2023-03-27tools: ynl: Add missing types to encode/decodeMichal Michalik1-0/+6