netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-16 22:14:53 to 2023-06-19 05:41:50 UTC [more...]

linux-next: build warning after merge of the net-next tree
 2023-06-19  5:41 UTC 

[syzbot] [net?] KASAN: null-ptr-deref Read in nsim_dev_trap_report_work
 2023-06-19  5:16 UTC 

[PATCH v2 iwl-next] ice: use ice_down_up() where applicable
 2023-06-19  4:44 UTC  (2+ messages)
` [Intel-wired-lan] "

linux-next: build warning after merge of the net-next tree
 2023-06-19  4:40 UTC 

[PATCH 0/4] Add support for Agilex5 SoCFPGA platform
 2023-06-19  2:15 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: intel: Add Intel Agilex5 compatible
` [PATCH 2/4] dt-bindings: clock: Add Intel Agilex5 clocks and resets
` [PATCH 3/4] clk: socfpga: agilex5: Add clock driver for Agilex5 platform
` [PATCH 4/4] arm64: dts: agilex5: Add initial support for Intel's Agilex5 SoCFPGA

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-19  2:12 UTC  (32+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 04/12] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

linux-next: manual merge of the net-next tree with the net tree
 2023-06-19  0:54 UTC 

Is EDT now expected to work with any qdisc?
 2023-06-18 22:52 UTC  (2+ messages)

[PATCH net-next v0] net: phy-c45: Fix genphy_c45_ethtool_set_eee description
 2023-06-18 20:32 UTC  (2+ messages)

[PATCH v4 net-next 0/9] net: ethernet: Rework EEE
 2023-06-18 20:30 UTC  (13+ messages)
` [PATCH v4 net-next 1/9] net: phy-c45: Fix genphy_c45_ethtool_set_eee description
` [PATCH v4 net-next 2/9] net: add helpers for EEE configuration
` [PATCH v4 net-next 3/9] net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacks
` [PATCH v4 net-next 4/9] net: phy: Add helper to set EEE Clock stop enable bit
` [PATCH v4 net-next 5/9] net: phy: Keep track of EEE configuration
` [PATCH v4 net-next 6/9] net: phy: Immediately call adjust_link if only tx_lpi_enabled changes
` [PATCH v4 net-next 7/9] net: phy: Add phy_support_eee() indicating MAC support EEE
` [PATCH v4 net-next 8/9] net: fec: Move fec_enet_eee_mode_set() and helper earlier
` [PATCH v4 net-next 9/9] net: fec: Fixup EEE

[PATCH net-next v0 1/3] led: trig: netdev: Fix requesting offload device
 2023-06-18 20:28 UTC  (6+ messages)
` [PATCH net-next v0 2/3] net: phy: phy_device: Call into the PHY driver to set LED offload
` [PATCH net-next v0 3/3] net: phy: marvell: Add support for offloading LED blinking

[net-next PATCH v4 0/3] leds: trigger: netdev: add additional modes
 2023-06-18 20:15 UTC  (6+ messages)
` [net-next PATCH v4 1/3] leds: trigger: netdev: add additional specific link speed mode
` [net-next PATCH v4 2/3] leds: trigger: netdev: add additional specific link duplex mode
` [net-next PATCH v4 3/3] leds: trigger: netdev: expose hw_control status via sysfs

[net-next 01/15] net/mlx5: Ack on sync_reset_request only if PF can do reset_now
 2023-06-18 18:00 UTC  (2+ messages)

[PATCH v7 00/22] net/tcp: Add TCP-AO support
 2023-06-18 17:50 UTC  (3+ messages)
` [PATCH v7 04/22] net/tcp: Prevent TCP-MD5 with TCP-AO being set

[PATCH net-next v2 00/17] splice, net: Switch over users of sendpage() and remove it
 2023-06-18 17:28 UTC  (22+ messages)
` [PATCH net-next v2 01/17] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next v2 02/17] net: Display info about MSG_SPLICE_PAGES memory handling in proc
` [PATCH net-next v2 03/17] tcp_bpf, smc, tls, espintcp: Reduce MSG_SENDPAGE_NOTLAST usage
` [PATCH net-next v2 04/17] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [PATCH net-next v2 05/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v2 06/17] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [PATCH net-next v2 07/17] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next v2 08/17] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v2 09/17] dlm: "
` [PATCH net-next v2 10/17] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [PATCH net-next v2 11/17] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [PATCH net-next v2 12/17] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH net-next v2 13/17] drbd: "
` [PATCH net-next v2 14/17] drdb: Send an entire bio in a single sendmsg
` [PATCH net-next v2 15/17] iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH net-next v2 16/17] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next v2 17/17] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH net-next v2] gro: move the tc_ext comparison to a helper
 2023-06-18 17:10 UTC  (2+ messages)

[PATCH net-next] net: phy: at803x: Use devm_regulator_get_enable_optional()
 2023-06-18 16:40 UTC  (3+ messages)

[PATCH net] net: phy: Manual remove LEDs to ensure correct ordering
 2023-06-18 16:40 UTC  (2+ messages)

[PATCH net-next v3 0/4] introduce page_pool_alloc() API
 2023-06-18 15:05 UTC  (18+ messages)
` [PATCH net-next v3 3/4] page_pool: "

[PATCH net-next] crypto: Fix af_alg_sendmsg(MSG_SPLICE_PAGES) sglist limit
 2023-06-18 13:40 UTC  (2+ messages)

[PATCH net-next] ipv6: also use netdev_hold() in ip6_route_check_nh()
 2023-06-18 13:40 UTC  (3+ messages)

[PATCH net-next] dt-bindings: net: phy: gpy2xx: more precise description
 2023-06-18 13:40 UTC  (2+ messages)

[PATCH] net: revert "align SO_RCVMARK required privileges with SO_MARK"
 2023-06-18 10:31 UTC  (2+ messages)
` [PATCH net v2] revert "net: align "

[PATCH] nfc: fdp: Add MODULE_FIRMWARE macros
 2023-06-18 10:30 UTC  (2+ messages)

[PATCH] ieee802154/adf7242: Add MODULE_FIRMWARE macro
 2023-06-18 10:20 UTC  (2+ messages)

[net-next,v2] tcp: Use per-vma locking for receive zerocopy
 2023-06-18 10:20 UTC  (2+ messages)

[PATCH net-next] netlabel: Reorder fields in 'struct netlbl_domaddr6_map'
 2023-06-18 10:16 UTC 

[PATCH net-next v5] tcp: enforce receive buffer memory limits by allowing the tcp window to shrink
 2023-06-18 10:10 UTC  (2+ messages)

[PATCH net-next] mptcp: Reorder fields in 'struct mptcp_pm_add_entry'
 2023-06-18  9:46 UTC 

[PATCH net-next] mctp: Reorder fields in 'struct mctp_route'
 2023-06-18  9:33 UTC 

[RFC PATCH v1 0/4] virtio/vsock: some updates for MSG_PEEK flag
 2023-06-18  6:24 UTC  (5+ messages)
` [RFC PATCH v1 1/4] virtio/vsock: rework MSG_PEEK for SOCK_STREAM
` [RFC PATCH v1 2/4] virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET
` [RFC PATCH v1 3/4] vsock/test: rework MSG_PEEK test for SOCK_STREAM
` [RFC PATCH v1 4/4] vsock/test: MSG_PEEK test for SOCK_SEQPACKET

[PATCH v4 0/5] pci-hyperv: Fix race condition bugs for fast device hotplug
 2023-06-18  3:06 UTC  (2+ messages)

[PATCH V2] ptp: clockmatrix: Add Defer probe if firmware load fails
 2023-06-18  0:54 UTC 

[PATCH] net: phy: mediatek: fix compile-test dependencies
 2023-06-17 22:26 UTC  (4+ messages)

[syzbot] [nfc?] WARNING in nfc_llcp_unregister_device
 2023-06-17 21:50 UTC 

[PATCH net-next] dt-bindings: net: bluetooth: qualcomm: document VDD_CH1
 2023-06-17 20:38 UTC  (2+ messages)

[PATCH v2 00/23] arm64: qcom: sa8775p-ride: enable the first ethernet port
 2023-06-17 19:24 UTC  (3+ messages)

[PATCH v14] ath10k: add LED and GPIO controlling support for various chipsets
 2023-06-16 21:27 UTC  (4+ messages)

[PATCH] net: fec: allow to build without PAGE_POOL_STATS
 2023-06-17 15:48 UTC  (2+ messages)

[PATCHv4 0/4] net/tls: fixes for NVMe-over-TLS
 2023-06-17 14:08 UTC  (6+ messages)
` [PATCH 1/4] net/tls: handle MSG_EOR for tls_sw TX flow
` [PATCH 4/4] net/tls: implement ->read_sock()

[PATCH net-next 01/17] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
 2023-06-17 13:52 UTC  (5+ messages)
` [PATCH net-next 00/17] splice, net: Switch over users of sendpage() and remove it

[PATCH net-next v2 0/2] net: stmmac: fix & improve driver statistics
 2023-06-17 13:09 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: stmmac: don't clear network statistics in .ndo_open()
` [PATCH net-next v2 2/2] net: stmmac: use pcpu 64 bit statistics where necessary

[PATCH net-next] net: dqs: add NIC stall detector based on BQL
 2023-06-17 12:27 UTC  (3+ messages)

[PATCH net-next v4 0/5] introduce page_pool_alloc() API
 2023-06-17 12:19 UTC  (9+ messages)
` [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag

[syzbot] [bluetooth?] BUG: sleeping function called from invalid context in __hci_cmd_sync_sk
 2023-06-17 11:12 UTC 

[net-next:main 3/11] htmldocs: Documentation/networking/device_drivers/ethernet/amazon/ena.rst:209: WARNING: Explicit markup ends without a blank line; unexpected unindent
 2023-06-17 10:58 UTC 

[RFC PATCH v8 01/10] dpll: documentation on DPLL subsystem interface
 2023-06-17 10:36 UTC  (11+ messages)

[PATCH 0/5] Rust abstractions for network device drivers
 2023-06-17 10:15 UTC  (11+ messages)

[Discuss] IPv4 packets lost with macvlan over bond alb
 2023-06-17  8:29 UTC  (4+ messages)

[PATCH] selftests: tc-testing: add one test for flushing explicitly created chain
 2023-06-17  8:01 UTC  (2+ messages)

[PATCH v1 net-next 0/5] ipv6: Random cleanup for Extension Header
 2023-06-17  8:00 UTC  (3+ messages)
` [PATCH v1 net-next 1/5] ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv()

[PATCH net-next] devlink: report devlink_port_type_warn source device
 2023-06-17  7:50 UTC  (2+ messages)

[pull request][net-next 00/15] mlx5 updates 2023-06-16
 2023-06-17  7:48 UTC  (3+ messages)
` [net-next 07/15] net/mlx5: Bridge, expose FDB state via debugfs

[RFC PATCH net 0/3] virtio-net: allow usage of small vrings
 2023-06-17  7:44 UTC  (2+ messages)

[PATCH net-next] net: sched: Remove unused qdisc_l2t()
 2023-06-17  7:30 UTC  (2+ messages)

[PATCH net-next v1] netlink: specs: fixup openvswitch specs for code generation
 2023-06-17  7:30 UTC  (2+ messages)

[PATCH v1] net: mctp: remove redundant RTN_UNICAST check
 2023-06-17  7:30 UTC  (3+ messages)

[PATCH v2] drivers:net:ethernet:Add missing fwnode_handle_put()
 2023-06-17  7:24 UTC  (2+ messages)

[PATCH net-next] kcm: Fix unnecessary psock unreservation
 2023-06-17  7:20 UTC  (2+ messages)

[PATCH v2 net] sfc: use budget for TX completions
 2023-06-17  7:10 UTC  (2+ messages)

[PATCH net-next v2 00/15][pull request] Introduce Intel IDPF driver
 2023-06-17  7:01 UTC  (8+ messages)
` [PATCH net-next v2 03/15] idpf: add controlq init and reset checks
` [PATCH net-next v2 04/15] idpf: add core init and interrupt request
` [PATCH net-next v2 12/15] idpf: add RX splitq napi poll support

[PATCH net-next v3 00/15][pull request] Introduce Intel IDPF driver
 2023-06-17  6:56 UTC  (17+ messages)
` [PATCH net-next v3 01/15] virtchnl: add virtchnl version 2 ops
` [PATCH net-next v3 02/15] idpf: add module register and probe functionality
` [PATCH net-next v3 03/15] idpf: add controlq init and reset checks
` [PATCH net-next v3 04/15] idpf: add core init and interrupt request
` [PATCH net-next v3 05/15] idpf: add create vport and netdev configuration
` [PATCH net-next v3 06/15] idpf: add ptypes and MAC filter support
` [PATCH net-next v3 07/15] idpf: configure resources for TX queues
` [PATCH net-next v3 08/15] idpf: configure resources for RX queues
` [PATCH net-next v3 09/15] idpf: initialize interrupts and enable vport
` [PATCH net-next v3 10/15] idpf: add splitq start_xmit
` [PATCH net-next v3 11/15] idpf: add TX splitq napi poll support
` [PATCH net-next v3 12/15] idpf: add RX "
` [PATCH net-next v3 13/15] idpf: add singleq start_xmit and napi poll
` [PATCH net-next v3 14/15] idpf: add ethtool callbacks
` [PATCH net-next v3 15/15] idpf: configure SRIOV and add other ndo_ops

[PATCH net v6 0/6] net: dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling
 2023-06-17  6:26 UTC  (7+ messages)
` [PATCH net v6 1/6] net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAP
` [PATCH net v6 2/6] net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch
` [PATCH net v6 3/6] net: dsa: mt7530: fix handling of BPDUs on "
` [PATCH net v6 4/6] net: dsa: mt7530: fix handling of LLDP frames
` [PATCH net v6 5/6] net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
` [PATCH net v6 6/6] MAINTAINERS: add me as maintainer of MEDIATEK SWITCH DRIVER

[PATCH v10 vfio 0/7] pds_vfio driver
 2023-06-17  4:49 UTC  (8+ messages)
` [PATCH v10 vfio 4/7] vfio/pds: Add VFIO live migration support
` [PATCH v10 vfio 6/7] vfio/pds: Add support for firmware recovery

Fw: Qatar's corrupted authorities indirect threat to Europe
 2023-06-17  4:44 UTC 

question: potential memory leak in ngbe_probe?
 2023-06-17  3:31 UTC 

[PATCH net-next 3/8] net: stmmac: move PTP interrupt handling to IP-specific DWMAC file
 2023-06-17  3:09 UTC  (2+ messages)

[PATCH net 0/2] selftests/ptp: Add support for new timestamp IOCTLs
 2023-06-17  0:58 UTC  (4+ messages)
` [PATCH net 1/2] selftests/ptp: Add -x option for testing PTP_SYS_OFFSET_EXTENDED
` [PATCH net 2/2] selftests/ptp: Add -X option for testing PTP_SYS_OFFSET_PRECISE

[PATCH net-next v2 0/2] net: create device lookup API with reference tracking
 2023-06-17  0:10 UTC  (4+ messages)
` [PATCH net-next v2 1/2] "

[RFC bpf-next 0/7] bpf: netdev TX metadata
 2023-06-16 23:10 UTC  (6+ messages)

[PATCH net-next v8 00/11] Brcm ASP 2.0 Ethernet Controller
 2023-06-16 22:14 UTC  (10+ messages)
` [PATCH net-next v8 03/11] net: bcmasp: Add support for ASP2.0 Ethernet controller
` [PATCH net-next v8 04/11] net: bcmasp: Add support for WoL magic packet
` [PATCH net-next v8 05/11] net: bcmasp: Add support for wake on net filters
` [PATCH net-next v8 06/11] net: bcmasp: Add support for eee mode
` [PATCH net-next v8 07/11] net: bcmasp: Add support for ethtool standard stats
` [PATCH net-next v8 08/11] net: bcmasp: Add support for ethtool driver stats
` [PATCH net-next v8 09/11] net: phy: mdio-bcm-unimac: Add asp v2.0 support
` [PATCH net-next v8 10/11] net: phy: bcm7xxx: Add EPHY entry for 74165
` [PATCH net-next v8 11/11] MAINTAINERS: ASP 2.0 Ethernet driver maintainers


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