summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-29ethernet: s2io: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-2/+1
2022-09-29Merge tag 'mlx5-updates-2022-09-27' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski14-176/+230
2022-09-29net/mlx5e: Use runtime values of striding RQ parameters in datapathMaxim Mikityanskiy5-42/+65
2022-09-29net/mlx5e: Make dma_info array dynamic in struct mlx5e_mpw_infoMaxim Mikityanskiy4-19/+24
2022-09-29net/mlx5e: Improve the MTU change shortcutMaxim Mikityanskiy3-8/+8
2022-09-29net/mlx5e: xsk: Fix SKB headroom calculation in validationMaxim Mikityanskiy2-14/+11
2022-09-29net/mlx5e: xsk: Remove dead code in validationMaxim Mikityanskiy3-15/+3
2022-09-29net/mlx5e: Simplify stride size calculation for linear RQMaxim Mikityanskiy1-36/+38
2022-09-29net/mlx5e: kTLS, Check ICOSQ WQE size in advanceMaxim Mikityanskiy5-13/+20
2022-09-29net/mlx5e: Use the aligned max TX MPWQE sizeMaxim Mikityanskiy3-6/+14
2022-09-29net/mlx5e: Fix a typo in mlx5e_xdp_mpwqe_is_fullMaxim Mikityanskiy2-2/+2
2022-09-29net/mlx5e: Use mlx5e_stop_room_for_max_wqe where appropriateMaxim Mikityanskiy1-1/+1
2022-09-29net/mlx5e: Let mlx5e_get_sw_max_sq_mpw_wqebbs accept mdevMaxim Mikityanskiy2-8/+6
2022-09-29net/mlx5e: Validate striding RQ before enabling XDPMaxim Mikityanskiy5-23/+45
2022-09-29net/mlx5e: Make mlx5e_verify_rx_mpwqe_strides staticMaxim Mikityanskiy2-4/+2
2022-09-29net/mlx5e: Remove unused fields from datapath structsMaxim Mikityanskiy2-7/+5
2022-09-29net/mlx5e: Convert mlx5e_get_max_sq_wqebbs to u8Maxim Mikityanskiy1-3/+5
2022-09-29net/mlx5: Add the log_min_mkey_entity_size capabilityMaxim Mikityanskiy1-1/+7
2022-09-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski16-184/+406
2022-09-29net: sunhme: Fix undersized zeroing of quattro->happy_mealsSean Anderson1-3/+1
2022-09-29net: wwan: iosm: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-1/+1
2022-09-29Merge branch 'rework-resource-allocation-in-felix-dsa-driver'Jakub Kicinski4-229/+133
2022-09-29net: dsa: felix: update regmap requests to be string-basedVladimir Oltean4-54/+112
2022-09-29LoongArch: Clean up loongson3_smp_ops declarationYanteng Si1-2/+0
2022-09-29LoongArch: Fix and cleanup csr_era handling in do_ri()Huacai Chen1-13/+2
2022-09-29LoongArch: Align the address of kernel_entry to 4KBHuacai Chen1-0/+2
2022-09-29net: dsa: felix: use DEFINE_RES_MEM_NAMED for resourcesVladimir Oltean3-188/+38
2022-09-29net: dsa: felix: remove felix_info :: init_regmapVladimir Oltean4-6/+2
2022-09-29net: dsa: felix: remove felix_info :: imdio_baseVladimir Oltean2-4/+6
2022-09-29net: dsa: felix: remove felix_info :: imdio_resVladimir Oltean2-3/+1
2022-09-29Merge branch 'mptcp-properly-clean-up-unaccepted-subflows'Jakub Kicinski3-29/+22
2022-09-29mptcp: fix unreleased socket in accept queueMenglong Dong3-27/+9
2022-09-29mptcp: factor out __mptcp_close() without socket lockMenglong Dong2-2/+13
2022-09-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-101/+71
2022-09-29net: ethernet: mtk_eth_soc: fix mask of RX_DMA_GET_SPORT{,_V2}Daniel Golle1-2/+2
2022-09-29net: mscc: ocelot: fix tagged VLAN refusal while under a VLAN-unaware bridgeVladimir Oltean1-0/+7
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski170-284/+207
2022-09-29net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau2-0/+13
2022-09-29Merge branch 'mptcp-mptcp-support-for-tcp_fastopen_connect'Jakub Kicinski4-4/+48
2022-09-29mptcp: poll allow write call before actual connectBenjamin Hesmans1-0/+4
2022-09-29mptcp: handle defer connect in mptcp_sendmsgDmytro Shytyi1-0/+22
2022-09-29tcp: export tcp_sendmsg_fastopenBenjamin Hesmans2-3/+4
2022-09-29mptcp: add TCP_FASTOPEN_CONNECT socket optionBenjamin Hesmans1-1/+18
2022-09-29netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-29Merge branch 'shrink-struct-ubuf_info'Jakub Kicinski9-35/+48
2022-09-29net: shrink struct ubuf_infoPavel Begunkov5-38/+28
2022-09-29vhost/net: use struct ubuf_info_msgzcPavel Begunkov1-7/+8
2022-09-29xen/netback: use struct ubuf_info_msgzcPavel Begunkov3-6/+7
2022-09-29net: introduce struct ubuf_info_msgzcPavel Begunkov1-0/+21
2022-09-28Merge tag 'irq_urgent_for_v6.0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+16