netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-09 23:10:57 to 2023-08-10 11:21:34 UTC [more...]

[PATCH net-next 1/2] dt-bindings: net: ethernet-controller: add PSGMII mode
 2023-08-10 11:21 UTC  (4+ messages)
` [PATCH net-next 2/2] net: phy: Introduce PSGMII PHY interface mode

[PATCH v3 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer
 2023-08-10 11:17 UTC  (5+ messages)
` [PATCH v3 21/28] net: wan: Add framer framework support
` [PATCH v3 22/28] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer

[PATCH iwl-net v1] ice: fix receive buffer size miscalculation
 2023-08-10 11:02 UTC  (2+ messages)

[PATCH] net: phy: Don't disable irqs on shutdown if WoL is enabled
 2023-08-10 11:01 UTC  (11+ messages)

[PATCH 0/4] Add support for Agilex5 SoCFPGA platform
 2023-08-10 10:56 UTC  (6+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 4/5] clk: socfpga: agilex: add clock driver for the Agilex5

[PATCH] virtio-net: Zero max_tx_vq field for VIRTIO_NET_CTRL_MQ_HASH_CONFIG case
 2023-08-10 10:41 UTC  (6+ messages)

[PATCH net-next 00/15] inet: socket lock and data-races avoidance
 2023-08-10 10:39 UTC  (16+ messages)
` [PATCH net-next 01/15] inet: introduce inet->inet_flags
` [PATCH net-next 02/15] inet: set/get simple options locklessly
` [PATCH net-next 03/15] inet: move inet->recverr to inet->inet_flags
` [PATCH net-next 04/15] inet: move inet->recverr_rfc4884 "
` [PATCH net-next 05/15] inet: move inet->freebind "
` [PATCH net-next 06/15] inet: move inet->hdrincl "
` [PATCH net-next 07/15] inet: move inet->mc_loop to inet->inet_frags
` [PATCH net-next 08/15] inet: move inet->mc_all "
` [PATCH net-next 09/15] inet: move inet->transparent to inet->inet_flags
` [PATCH net-next 10/15] inet: move inet->is_icsk "
` [PATCH net-next 11/15] inet: move inet->nodefrag "
` [PATCH net-next 12/15] inet: move inet->bind_address_no_port "
` [PATCH net-next 13/15] inet: move inet->defer_connect "
` [PATCH net-next 14/15] inet: implement lockless IP_TTL
` [PATCH net-next 15/15] inet: implement lockless IP_MINTTL

[PATCH] net: sfp: handle 100G/25G active optical cables in sfp_parse_support
 2023-08-10 10:39 UTC  (2+ messages)

[PATCH net-next 1/2] net/xgene: fix Wvoid-pointer-to-enum-cast warning
 2023-08-10 10:39 UTC  (2+ messages)
` [PATCH net-next 2/2] net/marvell: "

[PATCH net-next v1 0/7] introduce DEFINE_FLEX() macro
 2023-08-10 10:35 UTC  (8+ messages)
` [PATCH net-next v1 1/7] overflow: add DEFINE_FLEX() for on-stack allocs
` [PATCH net-next v1 2/7] ice: ice_sched_remove_elems: replace 1 elem array param by u32
` [PATCH net-next v1 3/7] ice: drop two params of ice_aq_move_sched_elems()
` [PATCH net-next v1 4/7] ice: make use of DEFINE_FLEX() in ice_ddp.c
` [PATCH net-next v1 5/7] ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrp
` [PATCH net-next v1 6/7] ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_item
` [PATCH net-next v1 7/7] ice: make use of DEFINE_FLEX() in ice_switch.c

[PATCH] net: phy: at803x: Improve hibernation support on start up
 2023-08-10 10:34 UTC  (22+ messages)

[PATCH] MAINTAINERS: update Claudiu Beznea's email address
 2023-08-10 10:30 UTC  (4+ messages)

possible deadlock in raw_setsockopt
 2023-08-10 10:30 UTC 

[RFC PATCH v2 00/11] Device Memory TCP
 2023-08-10 10:29 UTC  (13+ messages)
` [RFC PATCH v2 01/11] net: add netdev netlink api to bind dma-buf to a net device
` [RFC PATCH v2 02/11] netdev: implement netlink api to bind dma-buf to netdevice
` [RFC PATCH v2 03/11] netdev: implement netdevice devmem allocator
` [RFC PATCH v2 04/11] memory-provider: updates to core provider API for devmem TCP
` [RFC PATCH v2 05/11] memory-provider: implement dmabuf devmem memory provider
` [RFC PATCH v2 06/11] page-pool: add device memory support
` [RFC PATCH v2 07/11] net: support non paged skb frags
` [RFC PATCH v2 08/11] net: add support for skbs with unreadable frags
` [RFC PATCH v2 09/11] tcp: implement recvmsg() RX path for devmem TCP
` [RFC PATCH v2 10/11] net: add SO_DEVMEM_DONTNEED setsockopt to release RX pages
` [RFC PATCH v2 11/11] selftests: add ncdevmem, netcat for devmem TCP

[PATCH net 0/5] Netfilter fixes for net
 2023-08-10 10:29 UTC  (8+ messages)
` [PATCH net 1/5] netfilter: nf_tables: don't skip expired elements during walk
` [PATCH net 2/5] netfilter: nf_tables: GC transaction API to avoid race with control plane
` [PATCH net 3/5] netfilter: nf_tables: adapt set backend to use GC transaction API
` [PATCH net 4/5] netfilter: nft_set_hash: mark set element as dead when deleting from packet path
` [PATCH net 5/5] netfilter: nf_tables: remove busy mark and gc batch API

[RFC PATCH bpf-next 0/2] Remove unnecessary synchronizations in cpumap
 2023-08-10 10:22 UTC  (6+ messages)
` [RFC PATCH bpf-next 1/2] bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()
` [RFC PATCH bpf-next 2/2] bpf, cpumap: Clean up bpf_cpu_map_entry directly in cpu_map_free

[PATCH 0/4][next] i40e: Replace one-element arrays with flexible-array members
 2023-08-10 10:13 UTC  (9+ messages)
` [PATCH 1/4][next] i40e: Replace one-element array with flex-array member in struct i40e_package_header
  ` [Intel-wired-lan] "
` [PATCH 2/4][next] i40e: Replace one-element array with flex-array member in struct i40e_profile_segment
  ` [Intel-wired-lan] "
` [PATCH 3/4][next] i40e: Replace one-element array with flex-array member in struct i40e_section_table
  ` [Intel-wired-lan] "
` [PATCH 4/4][next] i40e: Replace one-element array with flex-array member in struct i40e_profile_aq_section
  ` [Intel-wired-lan] "

[PATCH net-next v3 1/1] net: stmmac: xgmac: RX queue routing configuration
 2023-08-10 10:03 UTC  (2+ messages)

[PATCH 1/1] net: stmmac: dwmac4: extract MAC_HW_Feature regs MSB first
 2023-08-10  9:59 UTC 

[PATCH net-next v5 0/2] netconsole: Enable compile time configuration
 2023-08-10  9:54 UTC  (3+ messages)
` [PATCH net-next v5 1/2] netconsole: Create a allocation helper
` [PATCH net-next v5 2/2] netconsole: Enable compile time configuration

[PATCH v3 0/5] Introduce IEP driver and packet timestamping support
 2023-08-10  9:53 UTC  (4+ messages)
` [PATCH v3 1/5] dt-bindings: net: Add ICSS IEP
    ` [EXTERNAL] "

[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
 2023-08-10  9:52 UTC  (6+ messages)
` [PATCH net-next v2 3/5] net: phy: update in-band AN mode when changing interface by PHY driver

[PATCH v1 mptcp-next] mptcp: Remove unnecessary test for __mptcp_init_sock()
 2023-08-10  9:51 UTC  (2+ messages)

[PATCH net-next 0/2] Support more IPsec selectors in mlx5 packet offload
 2023-08-10  9:47 UTC  (2+ messages)

[PATCH net-next v5 0/3] net: dsa: rzn1-a5psw: add support for vlan and .port_bridge_flags
 2023-08-10  9:36 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: dsa: rzn1-a5psw: use a5psw_reg_rmw() to modify flooding resolution
` [PATCH net-next v5 2/3] net: dsa: rzn1-a5psw: add support for .port_bridge_flags
` [PATCH net-next v5 3/3] net: dsa: rzn1-a5psw: add vlan support

[PATCH v5 00/12] can: m_can: Optimizations for m_can/tcan part 2
 2023-08-10  9:32 UTC  (2+ messages)

[PATCH net-next 00/10] genetlink: provide struct genl_info to dumps
 2023-08-10  9:12 UTC  (19+ messages)
` [PATCH net-next 01/10] genetlink: use push conditional locking info dumpit/done
` [PATCH net-next 02/10] genetlink: make genl_info->nlhdr const
` [PATCH net-next 03/10] genetlink: remove userhdr from struct genl_info
` [PATCH net-next 04/10] genetlink: add struct genl_info to struct genl_dumpit_info
` [PATCH net-next 05/10] genetlink: use attrs from struct genl_info
` [PATCH net-next 07/10] genetlink: add genlmsg_iput() API
` [PATCH net-next 08/10] netdev-genl: use struct genl_info for reply construction
` [PATCH net-next 09/10] ethtool: netlink: simplify arguments to ethnl_default_parse()

[PATCHv4 net] ipv6: do not match device when remove source route
 2023-08-10  9:06 UTC  (4+ messages)

[PATCH net-next 0/2] Use helper functions to update stats
 2023-08-10  8:56 UTC  (3+ messages)
` [PATCH net-next 1/2] net: macsec: "
` [PATCH net-next 2/2] vxlan: "

[PATCH net] net: stmmac: remove disable_irq() from ->ndo_poll_controller()
 2023-08-10  8:37 UTC 

BCM43455: brcmf_notify_rssi / cfg80211_cqm_rssi_notify : Unable to handle kernel NULL pointer dereference
 2023-08-10  8:34 UTC  (2+ messages)
` BCM43455: brcmf_notify_rssi / cfg80211_cqm_rssi_notify : Unable to handle kernel NULL pointer dereference (RSSI notification after station disconnect?)

[PATCH net-next] net: ethernet: 8390: ne2k-pci: use module_pci_driver() macro
 2023-08-10  8:33 UTC  (2+ messages)

[PATCH v14 vfio 0/8] pds-vfio-pci driver
 2023-08-10  8:32 UTC  (8+ messages)
` [PATCH v14 vfio 6/8] vfio/pds: Add support for dirty page tracking

[PATCH v2 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-08-10  8:26 UTC  (4+ messages)
` [PATCH v2 7/8] io_uring/cmd: BPF hook for getsockopt cmd

[PATCH net-next v2 0/5] net: Remove redundant of_match_ptr() macro
 2023-08-10  8:16 UTC  (6+ messages)
` [PATCH net-next v2 1/5] net: dsa: realtek: Remove redundant of_match_ptr()
` [PATCH net-next v2 2/5] net: dsa: rzn1-a5psw: "
` [PATCH net-next v2 3/5] net: gemini: "
` [PATCH net-next v2 4/5] net: qualcomm: "
` [PATCH net-next v2 5/5] wlcore: spi: "

[PATCH iwl-net v2] ice: Block switchdev mode when ADQ is active and vice versa
 2023-08-10  8:14 UTC  (3+ messages)

[patch net-next 0/5] net: Remove redundant of_match_ptr() macro
 2023-08-10  8:11 UTC  (6+ messages)
` [patch net-next 1/5] net: dsa: realtek: Remove redundant of_match_ptr()
` [patch net-next 2/5] net: dsa: rzn1-a5psw: "
` [patch net-next 3/5] net: gemini: "
` [patch net-next 4/5] net: qualcomm: "
` [patch net-next 5/5] wlcore: spi: "

[PATCH net-next 0/5] bonding: do some cleanups in bond driver
 2023-08-10  8:10 UTC  (11+ messages)
` [PATCH net-next 2/5] bonding: remove warning printing in bond_create_debugfs
` [PATCH net-next 3/5] bonding: remove unnecessary NULL check in debugfs function
` [PATCH net-next 4/5] bonding: use bond_set_slave_arr to simplify code

[PATCH v3 0/9] arm64: dts: qcom: enable EMAC1 on sa8775p
 2023-08-10  8:09 UTC  (10+ messages)
` [PATCH v3 1/9] arm64: dts: qcom: sa8775p: add a node for the second serdes PHY
` [PATCH v3 2/9] arm64: dts: qcom: sa8775p: add a node for EMAC1
` [PATCH v3 3/9] arm64: dts: qcom: sa8775p-ride: enable the second SerDes PHY
` [PATCH v3 4/9] arm64: dts: qcom: sa8775p-ride: move the reset-gpios property of the PHY
` [PATCH v3 5/9] arm64: dts: qcom: sa8775p-ride: index the first SGMII PHY
` [PATCH v3 6/9] arm64: dts: qcom: sa8775p-ride: add the second "
` [PATCH v3 7/9] arm64: dts: qcom: sa8775p-ride: sort aliases alphabetically
` [PATCH v3 8/9] arm64: dts: qcom: sa8775p-ride: add an alias for ethernet0
` [PATCH v3 9/9] arm64: dts: qcom: sa8775p-ride: enable EMAC1

[PATCH net-next v2] net: mana: Add gdma stats to ethtool output for mana
 2023-08-10  8:08 UTC  (2+ messages)

[PATCH net 0/6] There are some bugfix for the HNS3 ethernet driver
 2023-08-10  8:06 UTC  (8+ messages)
` [PATCH net 5/6] net: hns3: fix wrong print link down up

[PATCH net] net: hns3: fix strscpy causing content truncation issue
 2023-08-10  7:45 UTC  (3+ messages)

[PATCH V8 0/9] Enable Wifi RFI interference mitigation feature support
 2023-08-10  7:38 UTC  (10+ messages)
` [PATCH V8 1/9] drivers core: Add support for Wifi band RF mitigations
` [PATCH V8 2/9] drivers core: add ACPI based WBRF mechanism introduced by AMD
` [PATCH V8 3/9] cfg80211: expose nl80211_chan_width_to_mhz for wide sharing
` [PATCH V8 4/9] wifi: mac80211: Add support for WBRF features
` [PATCH V8 5/9] drm/amd/pm: update driver_if and ppsmc headers for coming wbrf feature
` [PATCH V8 6/9] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature
` [PATCH V8 7/9] drm/amd/pm: add flood detection for wbrf events
` [PATCH V8 8/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0
` [PATCH V8 9/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.7

[PATCH v4] tun: avoid high-order page allocation for packet header
 2023-08-10  6:53 UTC  (3+ messages)

[PATCH V5 net-next 0/2] net: fec: add XDP_TX feature support
 2023-08-10  6:45 UTC  (3+ messages)
` [PATCH V5 net-next 1/2] "
` [PATCH V5 net-next 2/2] net: fec: improve XDP_TX performance

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-08-10  6:47 UTC  (19+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()

[PATCH net-next v3 0/9] Create common DPLL configuration API
 2023-08-10  6:45 UTC  (5+ messages)
` [PATCH net-next v3 1/9] dpll: documentation on DPLL subsystem interface
` [PATCH net-next v3 7/9] ice: implement dpll interface to control cgu

[PATCH] net: phy: Don't disable irqs on shutdown if WoL is enabled
 2023-08-10  6:32 UTC  (3+ messages)

[PATCH net-next v2 0/2] Add Realtek automotive PCIe driver
 2023-08-10  6:29 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net/ethernet/realtek: Add Realtek automotive PCIe driver code
` [PATCH net-next v2 2/2] MAINTAINERS: Add the rtase ethernet driver entry

Race over table->data in proc_do_sync_threshold()
 2023-08-10  6:20 UTC  (3+ messages)

[PATCH bpf-next 2/9] xsk: add TX timestamp and TX checksum offload support
 2023-08-10  6:12 UTC  (3+ messages)

pull-request: bpf 2023-08-09
 2023-08-10  5:53 UTC 

pull-request: bpf-next 2023-08-09
 2023-08-10  5:51 UTC 

[PATCH net-next v22] vmxnet3: Add XDP support
 2023-08-10  4:13 UTC 

[PATCH bpf v3 0/4] bug fixes for sockmap
 2023-08-10  4:00 UTC  (2+ messages)

[PATCH v13 vfio 0/7] pds-vfio-pci driver
 2023-08-10  3:46 UTC  (7+ messages)
` [PATCH v13 vfio 6/7] vfio/pds: Add support for firmware recovery

[PATCH bpf] xsk: fix refcount underflow in error path
 2023-08-10  3:30 UTC  (2+ messages)

[PATCH net V2] virtio-net: set queues after driver_ok
 2023-08-10  3:12 UTC 

[PATCH net] virtio-net: set queues after driver_ok
 2023-08-10  3:11 UTC  (5+ messages)

[PATCH net] octeontx2-pf: Set page pool size
 2023-08-10  2:44 UTC 

[PATCH v2 0/5] ARM: Add GXP UMAC Support
 2023-08-10  1:54 UTC  (9+ messages)
` [PATCH v2 4/5] net: hpe: Add GXP UMAC Driver

[PATCH mlx5-next v1 00/14] mlx5 MACsec RoCEv2 support
 2023-08-09 23:53 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 21ef7b1e17d039053edaeaf41142423810572741
 2023-08-09 23:31 UTC  (2+ 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).