netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-15 13:35:24 to 2023-11-15 20:17:33 UTC [more...]

[patch net-next 0/8] devlink: introduce notifications filtering
 2023-11-15 20:17 UTC  (14+ messages)
` [patch net-next 1/8] devlink: use devl_is_registered() helper instead xa_get_mark()
` [patch net-next 2/8] devlink: introduce __devl_is_registered() helper and use it instead of xa_get_mark()
` [patch net-next 3/8] devlink: send notifications only if there are listeners
` [patch net-next 4/8] devlink: introduce a helper for netlink multicast send
` [patch net-next 5/8] genetlink: implement release callback and free sk_user_data there
` [patch net-next 6/8] genetlink: introduce helpers to do filtered multicast
` [patch net-next 7/8] devlink: add a command to set notification filter and use it for multicasts
` [patch net-next 8/8] devlink: extend multicast filtering by port index

[PATCH net-next v11 00/13] Add Realtek automotive PCIe driver
 2023-11-15 19:58 UTC  (15+ messages)
` [PATCH net-next v11 01/13] net:ethernet:realtek:rtase: Add pci table supported in this module
` [PATCH net-next v11 02/13] net:ethernet:realtek:rtase: Implement the .ndo_open function
` [PATCH net-next v11 04/13] net:ethernet:realtek:rtase: Implement the interrupt routine and rtase_poll
` [PATCH net-next v11 05/13] net:ethernet:realtek:rtase: Implement hardware configuration function
` [PATCH net-next v11 06/13] net:ethernet:realtek:rtase: Implement .ndo_start_xmit function
` [PATCH net-next v11 07/13] net:ethernet:realtek:rtase: Implement a function to receive packets
` [PATCH net-next v11 08/13] net:ethernet:realtek:rtase: Implement net_device_ops
` [PATCH net-next v11 09/13] net:ethernet:realtek:rtase: Implement pci_driver suspend and resume function
` [PATCH net-next v11 10/13] net:ethernet:realtek:rtase: Implement ethtool function
` [PATCH net-next v11 12/13] net:ethernet:realtek: Update the Makefile and Kconfig in the realtek folder

[pull request][net-next V2 00/13] mlx5 updates 2023-11-13
 2023-11-15 19:36 UTC  (14+ messages)
` [net-next V2 01/13] net/mlx5: print change on SW reset semaphore returns busy
` [net-next V2 02/13] net/mlx5: Allow sync reset flow when BF MGT interface device is present
` [net-next V2 03/13] net/mlx5e: Some cleanup in mlx5e_tc_stats_matchall()
` [net-next V2 04/13] net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by
` [net-next V2 05/13] net/mlx5: Annotate struct mlx5_flow_handle "
` [net-next V2 06/13] net/mlx5: simplify mlx5_set_driver_version string assignments
` [net-next V2 07/13] net/mlx5e: Access array with enum values instead of magic numbers
` [net-next V2 08/13] net/mlx5: Refactor real time clock operation checks for PHC
` [net-next V2 09/13] net/mlx5: Initialize clock->ptp_info inside mlx5_init_timer_clock
` [net-next V2 10/13] net/mlx5: Convert scaled ppm values outside the s32 range for PHC frequency adjustments
` [net-next V2 11/13] net/mlx5: Query maximum frequency adjustment of the PTP hardware clock
` [net-next V2 12/13] net/mlx5e: Add local loopback counter to vport rep stats
` [net-next V2 13/13] net/mlx5e: Remove early assignment to netdev->features

[PATCH RFC 0/8] A possible proposal for intergating dmabuf to page pool
 2023-11-15 19:05 UTC  (18+ messages)
` [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider

[RFC ipsec-next v2 0/8] Add IP-TFS mode to xfrm
 2023-11-15 19:04 UTC  (4+ messages)
` [RFC ipsec-next v2 6/8] iptfs: xfrm: Add mode_cbs module functionality
  ` [devel-ipsec] "

[PATCH net-next v9 0/3] net: axienet: Introduce dmaengine
 2023-11-15 18:56 UTC  (4+ messages)
` [PATCH net-next v9 1/3] dt-bindings: net: xlnx,axi-ethernet: Introduce DMA support
` [PATCH net-next v9 2/3] net: axienet: Preparatory changes for dmaengine support
` [PATCH net-next v9 3/3] net: axienet: Introduce "

[PATCH] net/tg3: fix race condition in tg3_reset_task_cancel()
 2023-11-15 18:56 UTC  (8+ messages)
` [PATCH v2] net/tg3: fix race condition in tg3_reset_task()

[PATCH net] net: sched: fix warn on htb offloaded class creation
 2023-11-15 18:51 UTC  (10+ messages)

[PATCH net 0/6] Netfilter fixes for net
 2023-11-15 18:45 UTC  (7+ messages)
` [PATCH net 1/6] netfilter: nft_set_rbtree: Remove unused variable nft_net
` [PATCH net 2/6] netfilter: nf_conntrack_bridge: initialize err to 0
` [PATCH net 3/6] netfilter: nf_tables: fix pointer math issue in nft_byteorder_eval()
` [PATCH net 4/6] netfilter: nf_tables: bogus ENOENT when destroying element which does not exist
` [PATCH net 5/6] netfilter: ipset: fix race condition between swap/destroy and kernel side add/del/test
` [PATCH net 6/6] netfilter: nf_tables: split async and sync catchall in two functions

[PATCH net v3] ravb: Fix races between ravb_tx_timeout_work() and net related ops
 2023-11-15 18:37 UTC  (2+ messages)

[PATCH net v2] ravb: Fix races between ravb_tx_timeout_work() and net related ops
 2023-11-15 18:31 UTC  (4+ messages)

[PATCH net-next v3 0/8] net: qualcomm: ipqess: introduce Qualcomm IPQESS driver
 2023-11-15 18:18 UTC  (13+ messages)
` [PATCH net-next v3 3/8] net: qualcomm: ipqess: introduce the "
` [PATCH net-next v3 4/8] net: qualcomm: ipqess: Add Ethtool ops to IPQESS port netdevices
` [PATCH net-next v3 6/8] net: phy: add calibration callbacks to phy_driver

[PATCH 0/6] pull request for net-next: batman-adv 2023-11-15
 2023-11-15 17:59 UTC  (7+ messages)
` [PATCH 1/6] batman-adv: Start new development cycle
` [PATCH 2/6] batman-adv: mcast: implement multicast packet reception and forwarding
` [PATCH 3/6] batman-adv: mcast: implement multicast packet generation
` [PATCH 4/6] batman-adv: mcast: shrink tracker packet after scrubbing
` [PATCH 5/6] batman-adv: Switch to linux/sprintf.h
` [PATCH 6/6] batman-adv: Switch to linux/array_size.h

[PATCH v7 net-next 0/5] Analyze and Reorganize core Networking Structs to optimize cacheline consumption
 2023-11-15 17:59 UTC  (5+ messages)
` [PATCH v7 net-next 1/5] Documentations: Analyze heavily used Networking related structs

[PATCH net-next] indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc
 2023-11-15 17:56 UTC  (2+ messages)

[PATCH bpf-next v7 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-11-15 17:53 UTC  (19+ messages)
` [PATCH bpf-next v7 01/18] ice: make RX hash reading code more reusable
` [PATCH bpf-next v7 02/18] ice: make RX HW timestamp "
` [PATCH bpf-next v7 03/18] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v7 04/18] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v7 05/18] ice: Support HW timestamp hint
` [PATCH bpf-next v7 06/18] ice: Support RX hash XDP hint
` [PATCH bpf-next v7 07/18] xsk: add functions to fill control buffer
` [PATCH bpf-next v7 08/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v7 09/18] xdp: Add VLAN tag hint
` [PATCH bpf-next v7 10/18] ice: Implement "
` [PATCH bpf-next v7 11/18] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v7 12/18] veth: Implement VLAN tag XDP hint
` [PATCH bpf-next v7 13/18] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [PATCH bpf-next v7 14/18] mlx5: implement VLAN tag XDP hint
` [PATCH bpf-next v7 15/18] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v7 16/18] selftests/bpf: Add flags and VLAN hint to xdp_hw_metadata
` [PATCH bpf-next v7 17/18] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v7 18/18] selftests/bpf: Check VLAN tag and proto "

[PATCH net-next,v3] bonding: use WARN_ON instead of BUG in alb_upper_dev_walk
 2023-11-15 17:49 UTC  (3+ messages)

[PATCH iwl-next v2] ice: Block PF reinit if attached to bond
 2023-11-15 17:42 UTC  (2+ messages)

[PATCH iproute2 v2] Makefile: use /usr/share/iproute2 for config files
 2023-11-15 17:39 UTC  (2+ messages)

[PATCH net-next] r8169: improve RTL8411b phy-down fixup
 2023-11-15 17:35 UTC  (2+ messages)

[PATCH iproute2-next 0/3] Change parse_one_of(), parse_on_off() to strcmp()
 2023-11-15 16:57 UTC  (7+ messages)
` [PATCH iproute2-next 1/3] lib: utils: Switch matches() to returning int again
` [PATCH iproute2-next 2/3] lib: utils: Generalize code of parse_one_of(), parse_on_off()
` [PATCH iproute2-next 3/3] lib: utils: Add parse_one_of_deprecated(), parse_on_off_deprecated()

[PATCH net] rxrpc: Fix some minor issues with bundle tracing
 2023-11-15 17:15 UTC 

[PATCH v2] stmmac: dwmac-loongson: Add architecture dependency
 2023-11-15 17:11 UTC  (2+ messages)

[PATCH net] net/smc: Fix dependency of SMC on ISM
 2023-11-15 17:06 UTC  (6+ messages)
` [PATCH net] s390/ism: ism driver implies smc protocol
    ` [PATCH net v2] "

[PATCH 0/9] add MDIO changes on ipq5332 platform
 2023-11-15 17:03 UTC  (17+ messages)
` [PATCH 1/9] net: mdio: ipq4019: increase eth_ldo_rdy for "
` [PATCH 3/9] net: mdio: ipq4019: Enable GPIO reset "
` [PATCH 4/9] net: mdio: ipq4019: configure CMN PLL clock for ipq5332
` [PATCH 5/9] net: mdio: ipq4019: support MDIO clock frequency divider
` [PATCH 7/9] net: mdio: ipq4019: program phy address when "fixup" defined
` [PATCH 8/9] net: mdio: ipq4019: add qca8084 configurations
` [PATCH 9/9] dt-bindings: net: ipq4019-mdio: Document ipq5332 platform

[PATCH iwl-next 0/5] i40e: Simplify VSI and VEB handling
 2023-11-15 17:01 UTC  (4+ messages)
` [PATCH iwl-next 3/5] i40e: Add helpers to find VSI and VEB by SEID and use them

[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-11-15 16:58 UTC  (16+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
` [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[PATCH net-next 0/4] selftests: tc-testing: updates to tdc
 2023-11-15 16:39 UTC  (2+ messages)

[PATCH net] net: sched: do not offload flows with a helper in act_ct
 2023-11-15 16:37 UTC  (4+ messages)

[PATCH v1 1/1] treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEX
 2023-11-15 16:28 UTC  (3+ messages)

[PATCH net-next 0/3] Add linkmode_fill, use linkmode_*() in phylink/sfp code
 2023-11-15 16:23 UTC  (7+ messages)
` [PATCH net-next 1/3] net: linkmode: add linkmode_fill() helper
` [PATCH net-next 2/3] net: phylink: use linkmode_fill()
` [PATCH net-next 3/3] net: sfp: use linkmode_*() rather than open coding

[PATCH net] macsec: Abort MACSec Rx offload datapath when skb is not marked with MACSec metadata
 2023-11-15 16:21 UTC  (5+ messages)

[PATCH net-next v4] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-11-15 16:14 UTC  (5+ messages)

[PATCH] net: stmmac: fix FPE events losing
 2023-11-15 16:00 UTC  (4+ messages)

[PATCH] i40e: Use correct buffer size
 2023-11-15 15:39 UTC  (3+ messages)
` [PATCH iwl-next] "

[PATCH net-next v3 1/1] ptp: clockmatrix: support 32-bit address space
 2023-11-15 15:26 UTC  (4+ messages)

[PATCH net-next v4 1/1] ptp: clockmatrix: support 32-bit address space
 2023-11-15 15:10 UTC 

[PATCH net-next v2] netlink: introduce netlink poll to resolve fast return issue
 2023-11-15 14:49 UTC  (2+ messages)

[PATCH v9 00/27] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-11-15 14:40 UTC  (28+ messages)
` [PATCH v9 01/27] soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
` [PATCH v9 02/27] soc: fsl: cpm1: qmc: "
` [PATCH v9 03/27] soc: fsl: cpm1: qmc: Fix rx channel reset
` [PATCH v9 04/27] soc: fsl: cpm1: qmc: Extend the API to provide Rx status
` [PATCH v9 05/27] soc: fsl: cpm1: qmc: Remove inline function specifiers
` [PATCH v9 06/27] soc: fsl: cpm1: qmc: Add support for child devices
` [PATCH v9 07/27] net: wan: Add support for QMC HDLC
` [PATCH v9 08/27] MAINTAINERS: Add the Freescale QMC HDLC driver entry
` [PATCH v9 09/27] soc: fsl: cpm1: qmc: Introduce available timeslots masks
` [PATCH v9 10/27] soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
` [PATCH v9 11/27] soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*
` [PATCH v9 12/27] soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
` [PATCH v9 13/27] soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()
` [PATCH v9 14/27] soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries
` [PATCH v9 15/27] soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
` [PATCH v9 16/27] soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag
` [PATCH v9 17/27] soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()
` [PATCH v9 18/27] soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
` [PATCH v9 19/27] soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime
` [PATCH v9 20/27] wan: qmc_hdlc: Add runtime timeslots changes support
` [PATCH v9 21/27] net: wan: Add framer framework support
` [PATCH v9 22/27] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer
` [PATCH v9 23/27] net: wan: framer: Add support for the Lantiq PEF2256 framer
` [PATCH v9 24/27] pinctrl: Add support for the Lantic PEF2256 pinmux
` [PATCH v9 25/27] MAINTAINERS: Add the Lantiq PEF2256 driver entry
` [PATCH v9 26/27] ASoC: codecs: Add support for the framer codec
` [PATCH v9 27/27] net: wan: fsl_qmc_hdlc: Add framer support

[PATCH net v1] net/smc: avoid data corruption caused by decline
 2023-11-15 14:06 UTC  (8+ messages)

[PATCH v3 0/6] add qca8084 ethernet phy driver
 2023-11-15 14:31 UTC  (9+ messages)
` [PATCH v3 1/6] net: phylink: move phylink_pcs_neg_mode() to phylink.c
` [PATCH v3 2/6] net: phy: introduce core support for phy-mode = "10g-qxgmii"
` [PATCH v3 3/6] net: phy: at803x: add QCA8084 ethernet phy support
` [PATCH v3 4/6] net: phy: at803x: add the function phydev_id_is_qca808x
` [PATCH v3 5/6] net: phy: at803x: Add qca8084_config_init function
` [PATCH v3 6/6] net: phy: qca8084: add qca8084_link_change_notify

[PATCH net-next] net: mana: Assigning IRQ affinity on HT cores
 2023-11-15 13:48 UTC 

[PATCH bpf-next v5 00/13] xsk: TX metadata
 2023-11-15 13:37 UTC  (8+ messages)
` [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support


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