netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-11 14:21:11 to 2023-01-12 05:00:27 UTC [more...]

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-10 (ixgbe, igc, iavf)
 2023-01-12  5:00 UTC  (3+ messages)

[PATCH v8 00/25] nvme-tcp receive offloads
 2023-01-12  4:47 UTC  (5+ messages)
` [PATCH v8 01/25] net: Introduce direct data placement tcp offload
` [PATCH v8 03/25] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats

[PATCH v2 net-next,0/8] octeontx2-af: Miscellaneous changes for CPT
 2023-01-12  4:41 UTC  (9+ messages)
` [PATCH v2 net-next,1/8] octeontx2-af: recover CPT engine when it gets fault
` [PATCH v2 net-next,2/8] octeontx2-af: add mbox for CPT LF reset
` [PATCH v2 net-next,3/8] octeontx2-af: modify FLR sequence for CPT
` [PATCH v2 net-next,4/8] octeontx2-af: optimize cpt pf identification
` [PATCH v2 net-next,5/8] octeontx2-af: restore rxc conf after teardown sequence
` [PATCH v2 net-next,6/8] octeontx2-af: update CPT inbound inline IPsec config mailbox
` [PATCH v2 net-next,7/8] octeontx2-af: add ctx ilen to cpt lf alloc mailbox
` [PATCH v2 net-next,8/8] octeontx2-af: add mbox to return CPT_AF_FLT_INT info

[PATCH net] net: hns3: fix wrong use of rss size during VF rss config
 2023-01-12  4:30 UTC  (4+ messages)

[PATCH net-next resubmit v2] r8169: disable ASPM in case of tx timeout
 2023-01-12  4:20 UTC  (6+ messages)

[PATCH net] net: ethernet: renesas: rswitch: Fix ethernet-ports handling
 2023-01-12  4:18 UTC  (2+ messages)

[PATCH] vhost-scsi: unbreak any layout for response
 2023-01-12  4:02 UTC  (3+ messages)

[pull request][net-next 00/15] mlx5 updates 2023-01-10
 2023-01-12  3:46 UTC  (11+ messages)
` [net-next 05/15] net/mlx5e: kTLS, Add debugfs
` [net-next 08/15] net/mlx5e: Add hairpin debugfs files

[PATCH V1 net-next 0/5] Add devlink support to ena
 2023-01-12  3:39 UTC  (10+ messages)

[PATCH bpf-next v3 00/16] bpfilter
 2023-01-12  3:17 UTC  (7+ messages)

[PATCH bpf-next v3 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-12  2:30 UTC  (6+ messages)
` [PATCH bpf-next v3 04/15] selftests/xsk: print correct error codes when exiting
` [PATCH bpf-next v3 11/15] selftests/xsk: get rid of built-in XDP program

[PATCH v3 00/26] Split netmem from struct page
 2023-01-12  2:12 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
 2023-01-12  1:26 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnel

[net-next v2] ipv6: remove max_size check inline with ipv4
 2023-01-12  1:25 UTC 

[PATCH net-next v2 0/4] net: ethernet: renesas: rswitch: Modify initialization for SERDES and PHY
 2023-01-12  1:09 UTC  (3+ messages)

[net-next] ipv6: remove max_size check inline with ipv4
 2023-01-12  1:06 UTC  (2+ messages)

[PATCHv2 net 0/2] net: fix nsna_ping not working in team
 2023-01-12  0:41 UTC  (3+ messages)
` [PATCHv2 net 1/2] ipv6: prevent only DAD and RS sending for IFF_NO_ADDRCONF
` [PATCHv2 net 2/2] kselftest: add a selftest for ipv6 dad and rs sending

[PATCH net] dt-bindings: net: snps,stmmac: Fix inconsistencies in some properties belonging to stmmac-axi-config
 2023-01-12  0:40 UTC  (3+ messages)

[PATCH bpf-next v7 00/17] xdp: hints via kfuncs
 2023-01-12  0:32 UTC  (17+ messages)
` [PATCH bpf-next v7 01/17] bpf: Document XDP RX metadata
` [PATCH bpf-next v7 02/17] bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
` [PATCH bpf-next v7 03/17] bpf: Move offload initialization into late_initcall
` [PATCH bpf-next v7 04/17] bpf: Reshuffle some parts of bpf/offload.c
` [PATCH bpf-next v7 05/17] bpf: Introduce device-bound XDP programs
` [PATCH bpf-next v7 06/17] selftests/bpf: Update expected test_offload.py messages
` [PATCH bpf-next v7 07/17] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v7 09/17] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v7 10/17] veth: Support RX XDP metadata
` [PATCH bpf-next v7 11/17] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v7 12/17] net/mlx4_en: Introduce wrapper for xdp_buff
` [PATCH bpf-next v7 13/17] net/mlx4_en: Support RX XDP metadata
` [PATCH bpf-next v7 14/17] xsk: Add cb area to struct xdp_buff_xsk
` [PATCH bpf-next v7 15/17] net/mlx5e: Introduce wrapper for xdp_buff
` [PATCH bpf-next v7 16/17] net/mlx5e: Support RX XDP metadata
` [PATCH bpf-next v7 17/17] selftests/bpf: Simple program to dump XDP RX metadata

[PATCH net-next 00/14] devlink: code split and structured instance walk
 2023-01-12  0:13 UTC  (12+ messages)
` [PATCH net-next 13/14] devlink: add by-instance dump infra

[patch net-next v4 00/10] devlink: linecard and reporters locking cleanup
 2023-01-12  0:12 UTC  (2+ messages)

[PATCH net] ethtool:add netlink attr in rss get reply only if value is not null
 2023-01-11 23:56 UTC 

Possible race with xsk_flush
 2023-01-11 23:06 UTC  (7+ messages)
` [PATCH] veth: Fix race with AF_XDP exposing old or uninitialized descriptors

[PATCH net-next v3 0/4] net: phy: mxl-gpy: broken interrupt fixes
 2023-01-11 22:48 UTC  (6+ messages)
` [PATCH net-next v3 2/4] dt-bindings: net: phy: add MaxLinear GPY2xx bindings

[PATCH net-next v6 0/6] dsa: lan9303: Move to PHYLINK
 2023-01-11 22:07 UTC  (4+ messages)
` [PATCH net-next v6 1/6] dsa: lan9303: align dsa_switch_ops members

[PATCH] caif: don't assume iov_iter type
 2023-01-11 21:58 UTC  (2+ messages)

[PATCH net] uapi: linux: restore IPPROTO_MAX to 256
 2023-01-11 21:47 UTC 

[PATCH net] r8169: fix rtl8168h wol fail
 2023-01-11 21:40 UTC  (10+ messages)

[PATCH net-next 0/9] devlink: remove the wait-for-references on unregister
 2023-01-11 21:29 UTC  (10+ messages)
` [PATCH net-next 7/9] devlink: allow registering parameters after the instance

[PATCH net-next] devlink: keep the instance mutex alive until references are gone
 2023-01-11 21:20 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the net tree
 2023-01-11 21:07 UTC 

[PATCH ethtool-next v6 0/2] add netlink support for rss get
 2023-01-11 20:36 UTC  (3+ messages)
` [PATCH ethtool-next v6 1/2] Move code that print rss info into common file
` [PATCH ethtool-next v6 2/2] netlink: add netlink handler for get rss (-x)

[PATCH net v2] sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
 2023-01-11 20:37 UTC 

[PATCH v2] net: wan: Add checks for NULL. If uhdlc_priv_tsa != 1 then utdm is not initialized. And if ret != NULL then goto undo_uhdlc_init, where utdm is dereferenced. Same if dev == NULL
 2023-01-11 20:10 UTC  (5+ messages)
` [PATCH v3] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs
    ` [PATCH v4] "

[PATCH v3] Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
 2023-01-11 20:10 UTC  (2+ messages)

[PATCH net-next v4 00/10] tsnep: XDP support
 2023-01-11 20:06 UTC  (14+ messages)
` [PATCH net-next v4 05/10] tsnep: Add XDP TX support
` [PATCH net-next v4 10/10] tsnep: Support XDP BPF program setup

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-01-09 (ice)
 2023-01-11 20:01 UTC  (5+ messages)
` [PATCH net 2/2] ice: Add check for kzalloc

[PATCH net] sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htb
 2023-01-11 19:56 UTC  (3+ messages)

[PATCH v1] net/dev.c : Remove redundant state settings after waking up
 2023-01-11 19:39 UTC  (7+ messages)

[PATCH bpf-next v2 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-11 19:20 UTC  (5+ messages)
` [PATCH bpf-next v2 11/15] selftests/xsk: get rid of built-in XDP program

[PATCH] rndis_wlan: Prevent buffer overflow in rndis_query_oid
 2023-01-11 19:12 UTC  (7+ messages)
      ` [PATCH v2] "

[PATCH v2 iproute2 00/11] SPDX cleanups
 2023-01-11 18:52 UTC  (12+ messages)
` [PATCH v2 iproute2 01/11] bridge: use SPDX
` [PATCH v2 iproute2 02/11] genl: "
` [PATCH v2 iproute2 03/11] lib: replace GPL boilerplate with SPDX
` [PATCH v2 iproute2 04/11] devlink: use SPDX
` [PATCH v2 iproute2 05/11] ip: "
` [PATCH v2 iproute2 06/11] testsuite: "
` [PATCH v2 iproute2 07/11] tipc: "
` [PATCH v2 iproute2 08/11] tc: replace GPL-BSD boilerplate in codel and fq
` [PATCH v2 iproute2 09/11] tc: use SPDX
` [PATCH v2 iproute2 10/11] misc: "
` [PATCH v2 iproute2 11/11] netem: add SPDX license header

[PATCH iproute] tc: remove support for rr qdisc
 2023-01-11 18:50 UTC  (2+ messages)

[RFC PATCH net-next 0/7] NIC driver Rx ring ECN
 2023-01-11 18:46 UTC  (9+ messages)
` [RFC PATCH 1/7] net: NIC driver Rx ring ECN: skbuff and tcp support
` [RFC PATCH 2/7] net: NIC driver Rx ring ECN: stats counter
` [RFC PATCH 3/7] drivers: net: xgene: NIC driver Rx ring ECN
` [RFC PATCH 4/7] drivers: net: bnx2x: "
` [RFC PATCH 5/7] "
` [RFC PATCH 6/7] drivers: net: bnx2: "
` [RFC PATCH 7/7] "

[PATCH v2 00/11] dt-bindings: first batch of dt-schema conversions for Amlogic Meson bindings
 2023-01-11 18:40 UTC  (2+ messages)

[PATCH] netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function
 2023-01-11 18:10 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net] rxrpc: Fix wrong error return in rxrpc_connect_call()
 2023-01-11 18:07 UTC 

[PATCH v2 ethtool-next 0/2] add support for PLCA RS
 2023-01-11 17:38 UTC  (3+ messages)
` [PATCH v2 ethtool-next 1/2] update UAPI header copies
` [PATCH v2 ethtool-next 2/2] add support for IEEE 802.3cg-2019 Clause 148

[PATCH] net: remove redundant config PCI dependency for some network driver configs
 2023-01-11 17:38 UTC  (2+ messages)

[PATCH net 0/2] amd-xgbe: PFC and KR-Training fixes
 2023-01-11 17:28 UTC  (3+ messages)
` [PATCH net 1/2] amd-xgbe: TX Flow Ctrl Registers are h/w ver dependent
` [PATCH net 2/2] amd-xgbe: Delay AN timeout during KR training

[PATCH net-next 1/1] plca.c: fix obvious mistake in checking retval
 2023-01-11 17:30 UTC 

[PATCH net-next] net: ethernet: mtk_wed: get rid of queue lock for tx queue
 2023-01-11 17:26 UTC 

[PATCH v5 linux-next 1/4] dt-bindings: net: rockchip-dwmac: fix rv1126 compatible warning
 2023-01-11 17:24 UTC  (2+ messages)
` [PATCH v5 linux-next 3/4] ARM: dts: Add Ethernet GMAC node for RV1126 SoC

[PATCH v3 06/13] tty: Convert ->carrier_raised() and callchains to bool
 2023-01-11 17:25 UTC  (2+ messages)

[PATCH v5 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
 2023-01-11 17:22 UTC  (6+ messages)
` [PATCH v5 net-next 1/5] net: ethernet: mtk_eth_soc: introduce mtk_hw_reset utility routine
` [PATCH v5 net-next 2/5] net: ethernet: mtk_eth_soc: introduce mtk_hw_warm_reset support
` [PATCH v5 net-next 3/5] net: ethernet: mtk_eth_soc: align reset procedure to vendor sdk
` [PATCH v5 net-next 4/5] net: ethernet: mtk_eth_soc: add dma checks to mtk_hw_reset_check
` [PATCH v5 net-next 5/5] net: ethernet: mtk_wed: add reset/reset_complete callbacks

[PATCH v4 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
 2023-01-11 17:11 UTC  (3+ messages)
` [PATCH v4 net-next 3/5] net: ethernet: mtk_eth_soc: align reset procedure to vendor sdk

[PATCH 1/2] bus: mhi: core: add SBL state callback
 2023-01-11 17:10 UTC  (10+ messages)
` [PATCH 2/2] wifi: ath11k: use unique QRTR instance ID

[syzbot] kernel BUG in rxrpc_put_call
 2023-01-11 16:50 UTC  (2+ messages)

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2023-01-11 16:27 UTC  (23+ messages)

[PATCH v2 net-next 00/12] ethtool support for IEEE 802.3 MAC Merge layer
 2023-01-11 16:17 UTC  (13+ messages)
` [PATCH v2 net-next 01/12] net: ethtool: netlink: introduce ethnl_update_bool()
` [PATCH v2 net-next 02/12] net: ethtool: add support for MAC Merge layer
` [PATCH v2 net-next 03/12] docs: ethtool-netlink: document interface "
` [PATCH v2 net-next 04/12] net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)
` [PATCH v2 net-next 05/12] docs: ethtool: document ETHTOOL_A_STATS_SRC and ETHTOOL_A_PAUSE_STATS_SRC
` [PATCH v2 net-next 06/12] net: ethtool: add helpers for aggregate statistics
` [PATCH v2 net-next 07/12] net: ethtool: add helpers for MM addFragSize translation
` [PATCH v2 net-next 08/12] net: dsa: add plumbing for changing and getting MAC merge layer state
` [PATCH v2 net-next 09/12] net: mscc: ocelot: allow ocelot_stat_layout elements with no name
` [PATCH v2 net-next 10/12] net: mscc: ocelot: hide access to ocelot_stats_layout behind a helper
` [PATCH v2 net-next 11/12] net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959
` [PATCH v2 net-next 12/12] net: mscc: ocelot: add MAC Merge layer support for VSC9959

BUG: tools/testing/selftests/net/l2_tos_ttl_inherit.sh hangs when selftest restarted
 2023-01-11 15:22 UTC  (5+ messages)

[Regression] 6.0.16-6.0.18 kernel no longer return EADDRINUSE from bind
 2023-01-11 15:52 UTC 

[PATCH ethtool 0/5] MAC Merge layer support
 2023-01-11 15:36 UTC  (6+ messages)
` [PATCH ethtool 1/5] uapi: add kernel headers for MAC merge layer
` [PATCH ethtool 2/5] netlink: add support for MAC Merge layer
` [PATCH ethtool 3/5] netlink: pass the source of statistics for pause stats
` [PATCH ethtool 4/5] netlink: pass the source of statistics for port stats
` [PATCH ethtool 5/5] ethtool.8: update documentation with MAC Merge related bits

[PATCH net-next v9 0/2] Add support to offload macsec using netlink update
 2023-01-11 15:02 UTC  (3+ messages)
` [PATCH net-next v9 1/2] macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink
` [PATCH net-next v9 2/2] macsec: dump IFLA_MACSEC_OFFLOAD attribute as part of macsec dump

[PATCH] USB: disable all RNDIS protocol drivers
 2023-01-11 14:56 UTC  (3+ messages)

[PATCH] net: ena: initialize dim_sample
 2023-01-11 14:29 UTC  (6+ messages)

[RFC net-next 1/2] net/sched: act_mirred: better wording on protection against excessive stack growth
 2023-01-11 14:26 UTC  (8+ messages)
` [RFC net-next 2/2] act_mirred: use the backlog for nested calls to mirred ingress

[PATCH net] bnxt: make sure we return pages to the pool
 2023-01-11 14:22 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: Enable PTP receive for mv88e6390
 2023-01-11 14:20 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).