netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-20 18:00:21 to 2023-11-21 02:56:32 UTC [more...]

[PATCH net] ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
 2023-11-21  2:56 UTC  (2+ messages)

[patch net-next v3 0/9] devlink: introduce notifications filtering
 2023-11-21  2:51 UTC  (6+ messages)
` [patch net-next v3 5/9] genetlink: implement release callback and free sk_user_data there
` [patch net-next v3 8/9] devlink: add a command to set notification filter and use it for multicasts

[PATCH iwl-next v4 00/12] Add E800 live migration driver
 2023-11-21  2:51 UTC  (13+ messages)
` [PATCH iwl-next v4 01/12] ice: Add function to get RX queue context
` [PATCH iwl-next v4 02/12] ice: Add function to get and set TX "
` [PATCH iwl-next v4 03/12] ice: Introduce VF state ICE_VF_STATE_REPLAYING_VC for migration
` [PATCH iwl-next v4 04/12] ice: Add fundamental migration init and exit function
` [PATCH iwl-next v4 05/12] ice: Log virtual channel messages in PF
` [PATCH iwl-next v4 06/12] ice: Add device state save/load function for migration
` [PATCH iwl-next v4 07/12] ice: Fix VSI id in virtual channel message "
` [PATCH iwl-next v4 08/12] ice: Save and load RX Queue head
` [PATCH iwl-next v4 09/12] ice: Save and load TX "
` [PATCH iwl-next v4 10/12] ice: Add device suspend function for migration
` [PATCH iwl-next v4 11/12] ice: Save and load mmio registers
` [PATCH iwl-next v4 12/12] vfio/ice: Implement vfio_pci driver for E800 devices

[PATCH net-next] net: ethernet: mtk_wed: add support for devices with more than 4GB of dram
 2023-11-21  2:30 UTC  (2+ messages)

[PATCH] net/mlx5e: Fix a race in command alloc flow
 2023-11-21  2:00 UTC 

[PATCH net-next v7 1/5] rust: core abstractions for network PHY drivers
 2023-11-21  2:13 UTC  (4+ messages)

[PATCH] i40e: Use correct buffer size
 2023-11-21  2:12 UTC  (6+ messages)
` [PATCH iwl-next] "

[PATCH net-next 0/2] nfp: add flow-steering support
 2023-11-21  2:10 UTC  (2+ messages)

[PATCH net-next 0/6] selftests: tc-testing: more updates to tdc
 2023-11-21  2:10 UTC  (3+ messages)

[PATCH 0/7] TCP-AO fixes
 2023-11-21  2:01 UTC  (8+ messages)
` [PATCH 1/7] Documentation/tcp: Fix an obvious typo
` [PATCH 2/7] net/tcp: Consistently align TCP-AO option in the header
` [PATCH 3/7] net/tcp: Limit TCP_AO_REPAIR to non-listen sockets
` [PATCH 4/7] net/tcp: Reset TCP-AO cached keys on listen() syscall
` [PATCH 5/7] net/tcp: Don't add key with non-matching VRF on connected sockets
` [PATCH 6/7] net/tcp: ACCESS_ONCE() on snd/rcv SNEs
` [PATCH 7/7] net/tcp: Don't store TCP-AO maclen on reqsk

[PATCH net-next v9 0/3] net: axienet: Introduce dmaengine
 2023-11-21  2:00 UTC  (2+ messages)

[PATCH net-next] net: microchip: lan743x : bidirectional throughput improvement
 2023-11-21  2:00 UTC  (2+ messages)

[PATCH net-next] selftests: net: verify fq per-band packet limit
 2023-11-21  2:00 UTC  (2+ messages)

[RFC PATCH net-next v2 00/10] Introduce PHY listing and link_topology tracking
 2023-11-21  1:40 UTC  (12+ messages)
` [RFC PATCH net-next v2 01/10] net: phy: Introduce ethernet link topology representation
` [RFC PATCH net-next v2 03/10] net: phy: add helpers to handle sfp phy connect/disconnect
` [RFC PATCH net-next v2 04/10] net: sfp: Add helper to return the SFP bus name
` [RFC PATCH net-next v2 05/10] net: ethtool: Allow passing a phy index for some commands
` [RFC PATCH net-next v2 06/10] net: ethtool: Introduce a command to list PHYs on an interface

[PATCH v2] dpll: Fix potential msg memleak when genlmsg_put_reply failed
 2023-11-21  1:37 UTC 

[PATCH iwl-next v1] ice: Improve logs for max ntuple errors
 2023-11-21  1:32 UTC 

[PATCH] nfc: virtual_ncidev: Add variable to check if ndev is running
 2023-11-21  1:31 UTC  (10+ messages)

[PATCH iwl-next] ice: Add support for devlink loopback param
 2023-11-21  1:29 UTC  (2+ messages)

[PATCH net-next,v4] bonding: return -ENOMEM instead of BUG in alb_upper_dev_walk
 2023-11-21  1:20 UTC  (2+ messages)

[PATCH net-next v7 2/5] rust: net::phy add module_phy_driver macro
 2023-11-21  0:49 UTC  (4+ messages)

[PATCH net-next v4] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-11-21  0:23 UTC  (7+ messages)

[PATCH net-next v2 00/15] net: page_pool: add netlink-based introspection
 2023-11-21  0:00 UTC  (16+ messages)
` [PATCH net-next v2 01/15] net: page_pool: split the page_pool_params into fast and slow
` [PATCH net-next v2 02/15] net: page_pool: avoid touching slow on the fastpath
` [PATCH net-next v2 03/15] net: page_pool: factor out uninit
` [PATCH net-next v2 04/15] net: page_pool: id the page pools
` [PATCH net-next v2 05/15] net: page_pool: record pools per netdev
` [PATCH net-next v2 06/15] net: page_pool: stash the NAPI ID for easier access
` [PATCH net-next v2 07/15] eth: link netdev to page_pools in drivers
` [PATCH net-next v2 08/15] net: page_pool: add nlspec for basic access to page pools
` [PATCH net-next v2 09/15] net: page_pool: implement GET in the netlink API
` [PATCH net-next v2 10/15] net: page_pool: add netlink notifications for state changes
` [PATCH net-next v2 11/15] net: page_pool: report amount of memory held by page pools
` [PATCH net-next v2 12/15] net: page_pool: report when page pool was destroyed
` [PATCH net-next v2 13/15] net: page_pool: expose page pool stats via netlink
` [PATCH net-next v2 14/15] net: page_pool: mute the periodic warning for visible page pools
` [PATCH net-next v2 15/15] tools: ynl: add sample for getting page-pool information

[net-next PATCH v8 00/10] Introduce queue and NAPI support in netdev-genl (Was: Introduce NAPI queues support)
 2023-11-20 23:56 UTC  (4+ messages)
` [net-next PATCH v8 02/10] net: Add queue and napi association
` [PATCH 11/10] eth: bnxt: link NAPI instances to queues and IRQs

wait_for_unix_gc can cause CPU overload for well behaved programs
 2023-11-20 23:53 UTC  (4+ messages)

[PATCH net-next 00/13] bnxt_en: Prepare to support new P7 chips
 2023-11-20 23:44 UTC  (14+ messages)
` [PATCH net-next 01/13] bnxt_en: The caller of bnxt_alloc_ctx_mem() should always free bp->ctx
` [PATCH net-next 02/13] bnxt_en: Free bp->ctx inside bnxt_free_ctx_mem()
` [PATCH net-next 03/13] bnxt_en: Restructure context memory data structures
` [PATCH net-next 04/13] bnxt_en: Add page info to struct bnxt_ctx_mem_type
` [PATCH net-next 05/13] bnxt_en: Use the pg_info field in bnxt_ctx_mem_type struct
` [PATCH net-next 06/13] bnxt_en: Add bnxt_setup_ctxm_pg_tbls() helper function
` [PATCH net-next 07/13] bnxt_en: Add support for new backing store query firmware API
` [PATCH net-next 08/13] bnxt_en: Add support for HWRM_FUNC_BACKING_STORE_CFG_V2 firmware calls
` [PATCH net-next 09/13] bnxt_en: Add db_ring_mask and related macro to bnxt_db_info struct
` [PATCH net-next 10/13] bnxt_en: Modify TX ring indexing logic
` [PATCH net-next 11/13] bnxt_en: Modify RX "
` [PATCH net-next 12/13] bnxt_en: Modify the NAPI logic for the new P7 chips
` [PATCH net-next 13/13] bnxt_en: Rename some macros for the P5 chips

[PATCH iproute2 v3] ip, link: Add support for netkit
 2023-11-20 23:33 UTC 

[PATCH v6 net-next 0/7] net: ethernet: am65-cpsw: Add mqprio, frame pre-emption & coalescing
 2023-11-20 23:26 UTC  (7+ messages)
` [PATCH v6 net-next 2/7] net: ethernet: am65-cpsw: cleanup TAPRIO handling
` [PATCH v6 net-next 5/7] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
` [PATCH v6 net-next 6/7] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support

[RFC ipsec-next v2 0/8] Add IP-TFS mode to xfrm
 2023-11-20 23:05 UTC  (13+ messages)
` [RFC ipsec-next v2 2/8] iptfs: uapi: ip: add ip_tfs_*_hdr packet formats
` [RFC ipsec-next v2 4/8] iptfs: sysctl: allow configuration of global default values
  ` [devel-ipsec] [RFC ipsec-next v2 0/8] Add IP-TFS mode to xfrm
      ` [DKIM] "

[PATCH net-next v8 00/15] Introducing P4TC
 2023-11-20 22:56 UTC  (25+ messages)
` [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v8 15/15] p4tc: Add P4 extern interface

[PATCH v2 bpf-next 00/11] bpf: tcp: Support arbitrary SYN Cookie at TC
 2023-11-20 22:23 UTC  (12+ messages)
` [PATCH v2 bpf-next 01/11] tcp: Clean up reverse xmas tree in cookie_v[46]_check()
` [PATCH v2 bpf-next 02/11] tcp: Cache sock_net(sk) "
` [PATCH v2 bpf-next 03/11] tcp: Clean up goto labels "
` [PATCH v2 bpf-next 04/11] tcp: Don't pass cookie to __cookie_v[46]_check()
` [PATCH v2 bpf-next 05/11] tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock()
` [PATCH v2 bpf-next 06/11] tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie()
` [PATCH v2 bpf-next 07/11] tcp: Factorise cookie req initialisation
` [PATCH v2 bpf-next 08/11] tcp: Factorise non-BPF SYN Cookie handling
` [PATCH v2 bpf-next 09/11] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()
` [PATCH v2 bpf-next 10/11] bpf: tcp: Support arbitrary SYN Cookie
` [PATCH v2 bpf-next 11/11] selftest: bpf: Test bpf_sk_assign_tcp_reqsk()

[PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
 2023-11-20 22:28 UTC  (2+ messages)

[PATCH iproute2-next 0/3] Change parse_one_of(), parse_on_off() to strcmp()
 2023-11-20 22:27 UTC  (5+ messages)
` [PATCH iproute2-next 3/3] lib: utils: Add parse_one_of_deprecated(), parse_on_off_deprecated()

[net-next PATCH] net: phy: aquantia: make mailbox interface4 lsw addr mask more specific
 2023-11-20 19:35 UTC 

[PATCH net-next 0/9] net: Add support for Power over Ethernet (PoE)
 2023-11-20 22:14 UTC  (8+ messages)
` [PATCH net-next 2/9] ethtool: Expand Ethernet Power Equipment with PoE alongside PoDL

[PATCH net-next v7 00/16] net: Make timestamping selectable
 2023-11-20 22:05 UTC  (20+ messages)
` [PATCH net-next v7 15/16] net: ethtool: ts: Let the active time stamping layer be selectable

[PATCH iproute2 v2] ip, link: Add support for netkit
 2023-11-20 22:05 UTC  (5+ messages)

[net-next PATCH] net: phy: correctly check soft_reset ret ONLY if defined for PHY
 2023-11-20 21:53 UTC  (6+ messages)

[PATCH bpf-next 1/2] netdevsim: don't accept device bound programs
 2023-11-20 21:39 UTC  (2+ messages)
  ` [PATCH bpf-next 2/2] bpf: bring back removal of dev-bound id from idr

[net-next RFC PATCH 00/14] net: phy: Support DT PHY package
 2023-11-20 21:25 UTC  (8+ messages)
` [net-next RFC PATCH 03/14] dt-bindings: net: document ethernet PHY package nodes

[PATCH bpf-next v7 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-11-20 21:15 UTC  (3+ messages)
` [PATCH bpf-next v7 17/18] selftests/bpf: Use AF_INET for TX in xdp_metadata

[PATCH v2] Documentation: Document each netlink family
 2023-11-20 21:14 UTC  (7+ messages)

[PATCH bpf 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-11-20 21:13 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock

[PATCH net-next v6 0/7] Support symmetric-xor RSS hash
 2023-11-20 20:56 UTC  (8+ messages)
` [PATCH net-next v6 1/7] net: ethtool: pass ethtool_rxfh to get/set_rxfh ethtool ops
` [PATCH net-next v6 2/7] net: ethtool: add support for symmetric-xor RSS hash
` [PATCH net-next v6 3/7] ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
` [PATCH net-next v6 4/7] ice: refactor RSS configuration
` [PATCH net-next v6 5/7] ice: refactor the FD and RSS flow ID generation
` [PATCH net-next v6 6/7] ice: enable symmetric-xor RSS for Toeplitz hash function
` [PATCH net-next v6 7/7] iavf: "

[PATCH 00/13] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
 2023-11-20 20:48 UTC  (12+ messages)
` [PATCH 01/13] net: ravb: Check return value of reset_control_deassert()
` [PATCH 02/13] net: ravb: Use pm_runtime_resume_and_get()
` [PATCH 03/13] net: ravb: Make write access to CXR35 first before accessing other EMAC registers
` [PATCH 04/13] net: ravb: Start TX queues after HW initialization succeeded
` [PATCH 05/13] net: ravb: Stop DMA in case of failures on ravb_open()

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

[PATCH net] docs: netdev: try to guide people on dealing with silence
 2023-11-20 20:13 UTC  (2+ messages)

[net-next PATCH 0/2] ocetontx2: Multicast/mirror offload changes
 2023-11-20 20:11 UTC  (3+ messages)
` [net-next PATCH 1/2] octeontx2-af: Add new mbox to support multicast/mirror offload

[PATCH net-next 00/15][pull request] ice: one by one port representors creation
 2023-11-20 19:54 UTC  (3+ messages)
` [PATCH net-next 13/15] ice: add VF representors one by one

[PATCH v7 net-next 4/5] net-device: reorganize net_device fast path variables
 2023-11-20 19:41 UTC  (4+ messages)

[PATCH net,v5, 0/3] hv_netvsc: fix race of netvsc, VF register, and slave bit
 2023-11-20 19:28 UTC  (3+ messages)
` [PATCH net,v5, 3/3] hv_netvsc: Mark VF as slave before exposing it to user-mode

[net-next v2 0/5] net: ethernet: renesas: rcar_gen4_ptp: Add V4H support
 2023-11-20 19:28 UTC  (3+ messages)
` [net-next v2 5/5] net: ethernet: renesas: rcar_gen4_ptp: Break out to module

[PATCH net-next 0/7] net/smc: implement SMCv2.1 virtual ISM device support
 2023-11-20 19:17 UTC  (3+ messages)
` [PATCH net-next 5/7] net/smc: compatible with 128-bits extend GID of virtual ISM device

[PATCH net-next] net: do not send a MOVE event when netdev changes netns
 2023-11-20 18:41 UTC 

[PATCH bpf v3 0/8] bpf_redirect_peer fixes
 2023-11-20 18:40 UTC  (2+ messages)

[PATCH 00/14] renesas: rzg3s: Add support for Ethernet
 2023-11-20 18:39 UTC  (3+ messages)
` [PATCH 09/14] dt-bindings: net: renesas,etheravb: Document RZ/G3S support

[PATCH net-next 00/14] mlxsw: Preparations for support of CFF flood mode
 2023-11-20 18:25 UTC  (15+ messages)
` [PATCH net-next 01/14] mlxsw: cmd: Add cmd_mbox.query_fw.cff_support
` [PATCH net-next 02/14] mlxsw: cmd: Add MLXSW_CMD_MBOX_CONFIG_PROFILE_FLOOD_MODE_CFF
` [PATCH net-next 03/14] mlxsw: resources: Add max_cap_nve_flood_prf
` [PATCH net-next 04/14] mlxsw: reg: Add Switch FID Flooding Profiles Register
` [PATCH net-next 05/14] mlxsw: reg: Mark SFGC & some SFMR fields as reserved in CFF mode
` [PATCH net-next 06/14] mlxsw: reg: Drop unnecessary writes from mlxsw_reg_sfmr_pack()
` [PATCH net-next 07/14] mlxsw: reg: Extract flood-mode specific part of mlxsw_reg_sfmr_pack()
` [PATCH net-next 08/14] mlxsw: reg: Add to SFMR register the fields related to CFF flood mode
` [PATCH net-next 09/14] mlxsw: core, pci: Add plumbing related to CFF mode
` [PATCH net-next 10/14] mlxsw: pci: Permit enabling "
` [PATCH net-next 11/14] mlxsw: spectrum_fid: Drop unnecessary conditions
` [PATCH net-next 12/14] mlxsw: spectrum_fid: Extract SFMR packing into a helper
` [PATCH net-next 13/14] mlxsw: spectrum_router: Add a helper to get subport number from a RIF
` [PATCH net-next 14/14] mlxsw: spectrum_router: Call RIF setup before obtaining FID

[PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-20 18:08 UTC  (9+ 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).