netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-25 10:04:58 to 2023-01-25 23:05:28 UTC [more...]

[PATCH net-next v2 0/2] ethtool: netlink: handle SET intro/outro in the common code
 2023-01-25 23:05 UTC  (2+ messages)
` [PATCH net-next v2 1/2] "

[RFC PATCH net-next 00/11] ENETC mqprio/taprio cleanup
 2023-01-25 22:47 UTC  (7+ messages)
` [RFC PATCH net-next 03/11] net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.h

[PATCH net-next 0/5] tls: implement key updates for TLS1.3
 2023-01-25 22:43 UTC  (5+ messages)

[PATCH] net: page_pool: fix refcounting issues with fragmented allocation
 2023-01-25 22:14 UTC  (14+ messages)

[PATCH net v2 0/2] mlx5: bugfixes for ptp fifo queue
 2023-01-25 22:02 UTC  (5+ messages)
` [PATCH net v2 1/2] mlx5: fix possible ptp queue fifo overflow

[kernel PATCH v1 0/1] Reason to disable adv during power off without clearing
 2023-01-25 21:54 UTC  (3+ messages)
` [kernel PATCH v1 1/1] Bluetooth: Don't send HCI commands to remove adv if adapter is off

[PATCH net-next RFC 01/20] net/sched: act_api: change act_base into an IDR
 2023-01-25 21:44 UTC  (12+ messages)
` [PATCH net-next RFC 14/20] p4tc: add header field create, get, delete, flush and dump
` [PATCH net-next RFC 15/20] p4tc: add action template create, update, delete, get, "
` [PATCH net-next RFC 17/20] p4tc: add table entry create, update, get, delete, "
` [PATCH net-next RFC 18/20] p4tc: add register create, update, delete, get, "
` [PATCH net-next RFC 19/20] p4tc: add dynamic action commands

[PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-25 (igc)
 2023-01-25 21:27 UTC  (4+ messages)
` [PATCH net-next 1/3] igc: Add qbv_config_change_errors counter
` [PATCH net-next 2/3] igc: offload queue max SDU from tc-taprio
` [PATCH net-next 3/3] igc: Clean up and optimize watchdog task

[PATCH net-next 0/4][pull request] virtchnl: update and refactor
 2023-01-25 21:24 UTC  (5+ messages)
` [PATCH net-next 1/4] virtchnl: remove unused structure declaration
` [PATCH net-next 2/4] virtchnl: update header and increase header clarity
` [PATCH net-next 3/4] virtchnl: do structure hardening
` [PATCH net-next 4/4] virtchnl: i40e/iavf: rename iwarp to rdma

[PATCH net 0/2] mlx5: bugfixes for ptp fifo queue
 2023-01-25 21:24 UTC  (7+ messages)
` [PATCH net 1/2] mlx5: fix possible ptp queue fifo overflow

[PATCH 1/2] selftests: net: Fix missing nat6to4.o when running udpgro_frglist.sh
 2023-01-25 21:17 UTC  (3+ messages)
` [PATCH 2/2] selftests: net: .gitignore the scratch directory of bpf

[PATCH v2 1/2] selftests: net: Fix missing nat6to4.o when running udpgro_frglist.sh
 2023-01-25 21:13 UTC  (2+ messages)
` [PATCH v2 2/2] selftests: net: .gitignore the scratch directory of bpf

[PATCH net-next] unix: Guarantee sk_state relevance in case of it was assigned by a task on other cpu
 2023-01-25 21:09 UTC  (3+ messages)

[PATCH net-next 0/8] net: ipa: abstract status parsing
 2023-01-25 20:45 UTC  (9+ messages)
` [PATCH net-next 1/8] net: ipa: refactor status buffer parsing
` [PATCH net-next 2/8] net: ipa: stop using sizeof(status)
` [PATCH net-next 3/8] net: ipa: define all IPA status mask bits
` [PATCH net-next 4/8] net: ipa: rename the NAT enumerated type
` [PATCH net-next 5/8] net: ipa: define remaining IPA status field values
` [PATCH net-next 6/8] net: ipa: IPA status preparatory cleanups
` [PATCH net-next 7/8] net: ipa: introduce generalized status decoder
` [PATCH net-next 8/8] net: ipa: add IPA v5.0 packet status support

[PATCH v2 0/3] Another crack at a handshake upcall mechanism
 2023-01-25 20:41 UTC 

[net-next PATCH v3 1/2] net: dsa: qca8k: add QCA8K_ATU_TABLE_SIZE define for fdb access
 2023-01-25 20:35 UTC  (2+ messages)
` [net-next PATCH v3 2/2] net: dsa: qca8k: convert to regmap read/write API

[PATCH] i40e: Add checking for null for nlmsg_find_attr()
 2023-01-25 20:09 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v2 00/18] can: m_can: Optimizations for m_can/tcan part 2
 2023-01-25 19:50 UTC  (19+ messages)
` [PATCH v2 01/18] can: tcan4x5x: Remove reserved register 0x814 from writable table
` [PATCH v2 02/18] can: tcan4x5x: Check size of mram configuration
` [PATCH v2 03/18] can: m_can: Remove repeated check for is_peripheral
` [PATCH v2 04/18] can: m_can: Always acknowledge all interrupts
` [PATCH v2 05/18] can: m_can: Remove double interrupt enable
` [PATCH v2 06/18] can: m_can: Disable unused interrupts
` [PATCH v2 07/18] can: m_can: Keep interrupts enabled during peripheral read
` [PATCH v2 08/18] can: m_can: Write transmit header and data in one transaction
` [PATCH v2 09/18] can: m_can: Implement receive coalescing
` [PATCH v2 10/18] can: m_can: Implement transmit coalescing
` [PATCH v2 11/18] can: m_can: Add rx coalescing ethtool support
` [PATCH v2 12/18] can: m_can: Add tx "
` [PATCH v2 13/18] can: m_can: Cache tx putidx
` [PATCH v2 14/18] can: m_can: Use the workqueue as queue
` [PATCH v2 15/18] can: m_can: Introduce a tx_fifo_in_flight counter
` [PATCH v2 16/18] can: m_can: Use tx_fifo_in_flight for netif_queue control
` [PATCH v2 17/18] can: m_can: Implement BQL
` [PATCH v2 18/18] can: m_can: Implement transmit submission coalescing

[PATCH net-next v2] neighbor: fix proxy_delay usage when it is zero
 2023-01-25 19:51 UTC 

[PATCH net-next] neighbor: fix proxy_delay usage when it is zero
 2023-01-25 19:50 UTC  (3+ messages)

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-25 19:22 UTC  (19+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn

[PATCH net-next] ibmvnic: Toggle between queue types in affinity mapping
 2023-01-25 19:16 UTC  (5+ messages)

[PATCH 00/12] can: rcar_canfd: Add support for R-Car V4H systems
 2023-01-25 19:16 UTC  (4+ messages)
` [PATCH 01/12] dt-bindings: can: renesas,rcar-canfd: R-Car V3U is R-Car Gen4
` [PATCH 02/12] dt-bindings: can: renesas,rcar-canfd: Document R-Car V4H support
` [PATCH 03/12] dt-bindings: can: renesas,rcar-canfd: Add transceiver support

[PATCH 0/2] net: stmmac: add DT parameter to keep RX_CLK running in LPI state
 2023-01-25 19:14 UTC  (5+ messages)

[PATCH net 0/4] Netfilter fixes for net
 2023-01-25 19:03 UTC  (3+ messages)
` [PATCH net 0/4] Netfilter fixes for net: manual merge

[PATCH net-next v1 00/10] Convert drivers to return XFRM configuration errors through extack
 2023-01-25 19:02 UTC  (4+ messages)
` [PATCH net-next v1 01/10] xfrm: extend add policy callback to set failure reason

[PATCH v3] netpoll: Remove 4s sleep during carrier detection
 2023-01-25 18:52 UTC 

[PATCH iproute2 1/1] macsec: Fix Macsec packet number attribute print
 2023-01-25 18:30 UTC  (2+ messages)

[PATCH net] net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices
 2023-01-25 18:23 UTC 

Setting TLS_RX and TLS_TX crypto info more than once?
 2023-01-25 18:22 UTC  (4+ messages)

[PATCH v4 net 0/3] fixes for mtk_eth_soc
 2023-01-25 18:16 UTC  (4+ messages)
` [PATCH v4 net 1/3] net: mediatek: sgmii: ensure the SGMII PHY is powered down on configuration
` [PATCH v4 net 2/3] net: mediatek: sgmii: fix duplex configuration
` [PATCH v4 net 3/3] mtk_sgmii: enable PCS polling to allow SFP work

[patch net-next 00/12] devlink: Cleanup params usage
 2023-01-25 18:13 UTC  (16+ messages)
` [patch net-next 01/12] net/mlx5: Change devlink param register/unregister function names
` [patch net-next 02/12] net/mlx5: Covert devlink params registration to use devlink_params_register/unregister()
` [patch net-next 03/12] devlink: make devlink_param_register/unregister static
` [patch net-next 04/12] devlink: don't work with possible NULL pointer in devlink_param_unregister()
` [patch net-next 05/12] ice: remove pointless calls to devlink_param_driverinit_value_set()
` [patch net-next 06/12] qed: remove pointless call "
` [patch net-next 07/12] devlink: make devlink_param_driverinit_value_set() return void
` [patch net-next 08/12] devlink: put couple of WARN_ONs in devlink_param_driverinit_value_get()
` [patch net-next 09/12] devlink: protect devlink param list by instance lock
` [patch net-next 10/12] net/mlx5: Move fw reset devlink param to fw reset code
` [patch net-next 11/12] net/mlx5: Move flow steering devlink param to flow steering code
` [patch net-next 12/12] net/mlx5: Move eswitch port metadata devlink param to flow eswitch code

[PATCH v5 net-next 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-01-25 18:08 UTC  (9+ messages)
` [PATCH v5 net-next 4/5] net: wwan: t7xx: Enable devlink based fw flashing and coredump collection
` [PATCH v5 net-next 5/5] net: wwan: t7xx: Devlink documentation

[PATCH bpf-next v8 00/17] xdp: hints via kfuncs
 2023-01-25 17:16 UTC  (7+ messages)
` [PATCH bpf-next v8 17/17] selftests/bpf: Simple program to dump XDP RX metadata

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-25 16:57 UTC  (6+ messages)
` [PATCH 2/2] vhost: check for pending livepatches from "

[PATCH v3] netrom: Fix use-after-free caused by accept on already connected socket
 2023-01-25 16:48 UTC  (2+ messages)

[PATCH v2] netrom: Fix use-after-free caused by accept on already connected socket
 2023-01-25 16:40 UTC  (2+ messages)

KASAN veth use after free in XDP_REDIRECT
 2023-01-25 16:40 UTC  (3+ messages)

[PATCH iproute2] ip-rule.8: Bring synopsis in line with description
 2023-01-25 16:17 UTC  (4+ messages)
` [PATCH iproute2 v2 1/1] "

[PATCH net-next v5 0/6] net/sched: cls_api: Support hardware miss to tc action
 2023-01-25 15:32 UTC  (7+ messages)
` [PATCH net-next v5 1/6] "
` [PATCH net-next v5 2/6] net/sched: flower: Move filter handle initialization earlier
` [PATCH net-next v5 3/6] net/sched: flower: Support hardware miss to tc action
` [PATCH net-next v5 4/6] net/mlx5: Refactor tc miss handling to a single function
` [PATCH net-next v5 5/6] net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG
` [PATCH net-next v5 6/6] net/mlx5e: TC, Set CT miss to the specific ct action instance

WARNING in pskb_expand_head
 2023-01-25 15:31 UTC  (2+ messages)
` [syzbot] "

[PATCH v4 1/3] dsa: marvell: Provide per device information about max frame size
 2023-01-25 15:12 UTC  (5+ messages)

[PATCH] net: qrtr: free memory on error path in radix_tree_insert()
 2023-01-25 15:04 UTC  (2+ messages)

bnxt devl_assert_locked warning
 2023-01-25 15:01 UTC  (4+ messages)

[PATCH net v2 0/5] net: xdp: execute xdp_do_flush() before napi_complete_done()
 2023-01-25 14:58 UTC  (3+ messages)
` [PATCH net v2 4/5] dpaa_eth: "

[PATCH net-next] net: dsa: ocelot: build felix.c into a dedicated kernel module
 2023-01-25 14:57 UTC 

[PATCH v5 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-25 14:55 UTC  (5+ messages)
` [PATCH v5 06/14] x86/ioremap: Support hypervisor specified range to map as encrypted

[PATCH treewide v2 0/9] phy: Add devm_of_phy_optional_get() helper
 2023-01-25 14:38 UTC  (5+ messages)
` [PATCH v2 8/9] usb: host: ehci-exynos: Convert to devm_of_phy_optional_get()
` [PATCH v2 9/9] usb: host: ohci-exynos: "

[PATCH net RFC 1/1] mfd/ptp: clockmatrix: support 32-bit address space
 2023-01-25 14:36 UTC  (2+ messages)

[PATCH net] sfc: correctly advertise tunneled IPv6 segmentation
 2023-01-25 14:35 UTC 

[PATCH net-next 0/5] net: phy: C45-over-C22 access
 2023-01-25 13:52 UTC  (7+ messages)

[PATCH net-next 0/2] amd-xgbe: add support for 2.5GbE and rx-adaptation
 2023-01-25 13:39 UTC  (3+ messages)
` [PATCH net-next 1/2] amd-xgbe: add 2.5GbE support to 10G BaseT mode

mtk_eth_soc for mt7621 won't work after 6.0-rc1
 2023-01-25 13:21 UTC  (4+ messages)
` gmac1 issues with mtk_eth_soc & port 5 issues with MT7530 DSA driver

[PATCH net 0/4] net: mctp: struct sock lifetime fixes
 2023-01-25 13:10 UTC  (2+ messages)

[PATCH net v3 0/2] net: ravb: Fix potential issues
 2023-01-25 13:10 UTC  (2+ messages)

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2023-01-25 12:49 UTC  (7+ messages)

ethtool: introducing "-D_POSIX_C_SOURCE=200809L" breaks compilation with OpenWrt
 2023-01-25 11:26 UTC  (3+ messages)

[PATCH v1 0/3] Add support for NXP bluetooth chipsets
 2023-01-25 11:22 UTC  (3+ messages)
` [PATCH v1 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets

[PATCH v2 net-next 2/8] sfc: add devlink info support for ef100
 2023-01-25 11:20 UTC  (2+ messages)

[PATCH v2] net/x25: Fix to not accept on connected socket
 2023-01-25 11:08 UTC  (3+ messages)

[PATCH v3] net/x25: Fix to not accept on connected socket
 2023-01-25 11:05 UTC 

[PATCH net-next] net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL_NETLINK=n
 2023-01-25 11:02 UTC 

[PATCH v3] net/rose: Fix to not accept on connected socket
 2023-01-25 10:59 UTC 

[PATCH v3 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-25 10:59 UTC  (2+ messages)

[PATCH net-next 0/8] mptcp: add mixed v4/v6 support for the in-kernel PM
 2023-01-25 10:47 UTC  (9+ messages)
` [PATCH net-next 1/8] mptcp: let the in-kernel PM use mixed IPv4 and IPv6 addresses
` [PATCH net-next 2/8] mptcp: propagate sk_ipv6only to subflows
` [PATCH net-next 3/8] selftests: mptcp: add test-cases for mixed v4/v6 subflows
` [PATCH net-next 4/8] mptcp: userspace pm: use a single point of exit
` [PATCH net-next 5/8] selftests: mptcp: userspace: print titles
` [PATCH net-next 6/8] selftests: mptcp: userspace: refactor asserts
` [PATCH net-next 7/8] selftests: mptcp: userspace: print error details if any
` [PATCH net-next 8/8] selftests: mptcp: userspace: avoid read errors

[syzbot] KMSAN: uninit-value in qrtr_tx_resume
 2023-01-25 10:42 UTC 

Very strange EPOLLHUP during connect()
 2023-01-25 10:41 UTC 

[PATCH v2 bpf-next 0/8] xdp: introduce xdp-feature support
 2023-01-25 10:35 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/8] netdev-genl: create a simple family for netdev stuff
` [PATCH v2 bpf-next 6/8] bpf: devmap: check XDP features in __xdp_enqueue routine

[PATCH 4/9] i40e: Remove redundant pci_enable_pcie_error_reporting()
 2023-01-25 10:34 UTC  (2+ messages)
  ` [Intel-wired-lan] "

[PATCH wpan-next v2 0/2] ieee802154: Beaconing support
 2023-01-25 10:29 UTC  (3+ messages)
` [PATCH wpan-next v2 1/2] ieee802154: Add support for user beaconing requests
` [PATCH wpan-next v2 2/2] mac802154: Handle basic beaconing

[PATCH bpf-next v3 00/16] bpfilter
 2023-01-25 10:25 UTC  (5+ messages)

[PATCH net-next v4 0/8] Netlink protocol specs
 2023-01-25 10:16 UTC  (6+ messages)
` [PATCH net-next v4 5/8] net: fou: regenerate the uAPI from the spec

[bpf-next v2] selftests/bpf: fix vmtest static compilation error
 2023-01-25 10:04 UTC 


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).