messages from 2024-07-29 20:53:46 to 2024-07-30 07:09:55 UTC [more...]
[PATCH] tcp/dccp: Add another way to allocate local ports in connect()
2024-07-30 7:09 UTC (3+ messages)
` "
[PATCH v5 0/5] Add AP6275P wireless support
2024-07-30 6:37 UTC (10+ messages)
` [PATCH v5 1/5] dt-bindings: net: wireless: brcm4329-fmac: add pci14e4,449d
` [PATCH v5 2/5] dt-bindings: net: wireless: brcm4329-fmac: add clock description for AP6275P
` [PATCH v5 3/5] arm64: dts: rockchip: Add AP6275P wireless support to Khadas Edge 2
` [PATCH v5 4/5] wifi: brcmfmac: Add optional lpo clock enable support
` [PATCH v5 5/5] wifi: brcmfmac: add flag for random seed during firmware download
[PATCH net v1] net: wan: fsl_qmc_hdlc: Discard received CRC
2024-07-30 6:31 UTC
[PATCH net v1] net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutex
2024-07-30 6:31 UTC
[PATCH net 0/8] mlx5 misc fixes 2024-07-30
2024-07-30 6:16 UTC (9+ messages)
` [PATCH net 1/8] net/mlx5: Always drain health in shutdown callback
` [PATCH net 2/8] net/mlx5: Fix error handling in irq_pool_request_irq
` [PATCH net 3/8] net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
` [PATCH net 4/8] net/mlx5: Lag, don't use the hardcoded value of the first port
` [PATCH net 5/8] net/mlx5: Fix missing lock on sync reset reload
` [PATCH net 6/8] net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capability
` [PATCH net 7/8] net/mlx5e: Fix CT entry update leaks of modify header context
` [PATCH net 8/8] net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptys
[PATCH net-next v5 00/14] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
2024-07-30 6:16 UTC (17+ messages)
` [PATCH net-next v5 01/14] Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interface
` [PATCH net-next v5 02/14] net: ethernet: oa_tc6: implement register write operation
` [PATCH net-next v5 03/14] net: ethernet: oa_tc6: implement register read operation
` [PATCH net-next v5 04/14] net: ethernet: oa_tc6: implement software reset
` [PATCH net-next v5 05/14] net: ethernet: oa_tc6: implement error interrupts unmasking
` [PATCH net-next v5 06/14] net: ethernet: oa_tc6: implement internal PHY initialization
` [PATCH net-next v5 07/14] net: phy: microchip_t1s: add c45 direct access in LAN865x internal PHY
` [PATCH net-next v5 08/14] net: ethernet: oa_tc6: enable open alliance tc6 data communication
` [PATCH net-next v5 09/14] net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet frames
` [PATCH net-next v5 10/14] net: ethernet: oa_tc6: implement receive path to receive rx "
` [PATCH net-next v5 11/14] net: ethernet: oa_tc6: implement mac-phy interrupt
` [PATCH net-next v5 12/14] net: ethernet: oa_tc6: add helper function to enable zero align rx frame
` [PATCH net-next v5 13/14] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
` [PATCH net-next v5 14/14] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY
[PATCH v2 0/3] Add support for Amlogic HCI UART
2024-07-30 5:52 UTC (9+ messages)
` [PATCH v2 1/3] dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth
[PATCH net-next v2 0/2] net: ethernet: mtk_eth_soc: improve RX performance
2024-07-30 5:29 UTC (3+ messages)
[RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
2024-07-30 5:09 UTC (4+ messages)
[PATCHSET][RFC] struct fd and memory safety
2024-07-30 5:17 UTC (41+ messages)
` [PATCH 01/39] memcg_write_event_control(): fix a user-triggerable oops
` [PATCH 02/39] introduce fd_file(), convert all accessors to it
` [PATCH 03/39] struct fd: representation change
` [PATCH 04/39] add struct fd constructors, get rid of __to_fd()
` [PATCH 05/39] regularize emptiness checks in fini_module(2) and vfs_dedupe_file_range()
` [PATCH 06/39] net/socket.c: switch to CLASS(fd)
` [PATCH 07/39] introduce struct fderr, convert overlayfs uses to that
` [PATCH 08/39] experimental: convert fs/overlayfs/file.c to CLASS(...)
` [PATCH 09/39] timerfd: switch to CLASS(fd, ...)
` [PATCH 10/39] get rid of perf_fget_light(), convert kernel/events/core.c to CLASS(fd)
` [PATCH 11/39] switch netlink_getsockbyfilp() to taking descriptor
` [PATCH 12/39] do_mq_notify(): saner skb freeing on failures
` [PATCH 13/39] do_mq_notify(): switch to CLASS(fd, ...)
` [PATCH 14/39] simplify xfs_find_handle() a bit
` [PATCH 15/39] convert vmsplice() to CLASS(fd, ...)
` [PATCH 16/39] convert __bpf_prog_get() "
` [PATCH 17/39] bpf: resolve_pseudo_ldimm64(): take handling of a single ldimm64 insn into helper
` [PATCH 18/39] bpf maps: switch to CLASS(fd, ...)
` [PATCH 19/39] fdget_raw() users: switch to CLASS(fd_raw, ...)
` [PATCH 20/39] introduce "fd_pos" class, convert fdget_pos() users to it
` [PATCH 21/39] o2hb_region_dev_store(): avoid goto around fdget()/fdput()
` [PATCH 22/39] privcmd_ioeventfd_assign(): don't open-code eventfd_ctx_fdget()
` [PATCH 23/39] fdget(), trivial conversions
` [PATCH 24/39] fdget(), more "
` [PATCH 25/39] convert do_preadv()/do_pwritev()
` [PATCH 26/39] convert cachestat(2)
` [PATCH 27/39] switch spufs_calls_{get,put}() to CLASS() use
` [PATCH 28/39] convert spu_run(2)
` [PATCH 29/39] convert media_request_get_by_fd()
` [PATCH 30/39] convert coda_parse_fd()
` [PATCH 31/39] convert cifs_ioctl_copychunk()
` [PATCH 32/39] convert vfs_dedupe_file_range()
` [PATCH 33/39] convert do_select()
` [PATCH 34/39] do_pollfd(): convert to CLASS(fd)
` [PATCH 35/39] convert bpf_token_create()
` [PATCH 36/39] assorted variants of irqfd setup: convert to CLASS(fd)
` [PATCH 37/39] memcg_write_event_control(): switch "
` [PATCH 38/39] css_set_fork(): switch to CLASS(fd_raw, ...)
` [PATCH 39/39] deal with the last remaing boolean uses of fd_file()
[syzbot] [wireless?] WARNING in plfxlc_mac_release
2024-07-30 4:28 UTC (2+ messages)
` [PATCH] wifi: plfxlc: remove assert for mac->lock
[PATCH bpf-next v4 13/20] bpf, lsm: Add check for BPF LSM return value
2024-07-30 4:25 UTC (7+ messages)
` [PATCH bpf-next v4 16/20] bpf: Add a special case for bitwise AND on range [-1, 0]
` [RFC bpf-next] bpf, verifier: improve signed ranges inference for BPF_AND
[PATCH net] net: mctp: Consistent peer address handling in ioctl tag allocation
2024-07-30 3:40 UTC
[PATCH net-next v17 00/14] Device Memory TCP
2024-07-30 2:26 UTC (15+ messages)
` [PATCH net-next v17 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v17 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v17 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v17 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v17 06/14] page_pool: devmem support
` [PATCH net-next v17 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v17 08/14] net: support non paged skb frags
` [PATCH net-next v17 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v17 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v17 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v17 12/14] net: add devmem TCP documentation
` [PATCH net-next v17 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v17 14/14] netdev: add dmabuf introspection
[PATCH net-next v25 00/13] Add Realtek automotive PCIe driver
2024-07-30 2:15 UTC (5+ messages)
` [PATCH net-next v25 02/13] rtase: Implement the .ndo_open function
` [PATCH net-next v25 06/13] rtase: Implement .ndo_start_xmit function
[PATCH net-next 0/7] net/selftests: TCP-AO selftests updates
2024-07-30 2:12 UTC (8+ messages)
` [PATCH net-next 1/7] selftests/net: Clean-up double assignment
` [PATCH net-next 2/7] selftests/net: Provide test_snprintf() helper
` [PATCH net-next 3/7] selftests/net: Be consistent in kconfig checks
` [PATCH net-next 4/7] selftests/net: Don't forget to close nsfd after switch_save_ns()
` [PATCH net-next 5/7] selftests/tcp_ao: Fix printing format for uint64_t
` [PATCH net-next 6/7] selftests/net: Synchronize client/server before counters checks
` [PATCH net-next 7/7] selftests/net: Add trace events matching to tcp_ao
[net-next,v2] net: phy: phy_device: fix PHY WOL enabled, PM failed to suspend
2024-07-30 0:48 UTC (2+ messages)
` [net-next,v3] "
[PATCH net v2] net: ethernet: mtk_eth_soc: drop clocks unused by Ethernet driver
2024-07-30 2:06 UTC (2+ messages)
[PATCH net] ethtool: fix argument check in do_srxfh function to prevent segmentation fault
2024-07-30 2:04 UTC (2+ messages)
[PATCH net-next 1/2] selftests: net-drv: exercise queue stats when the device is down
2024-07-30 2:00 UTC (4+ messages)
` [PATCH net-next 2/2] selftests: net: ksft: support marking tests as disruptive
[PATCH v7 0/3] vdpa: support set mac address from vdpa tool
2024-07-30 1:28 UTC (10+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] vdpa_sim_net: Add the support of set mac address
` [PATCH v7 3/3] vdpa/mlx5: "
[PATCH net-next 0/4] net/smc: do some cleanups in smc module
2024-07-30 1:25 UTC (5+ messages)
` [PATCH net-next 1/4] net/smc: remove unreferenced header in smc_loopback.h file
` [PATCH net-next 2/4] net/smc: remove the fallback in __smc_connect
` [PATCH net-next 3/4] net/smc: remove redundant code in smc_connect_check_aclc
` [PATCH net-next 4/4] net/smc: remove unused input parameters in smcr_new_buf_create
[PATCH iwl-next,v1 3/3] igc: Add default Rx Queue into documentation
2024-07-30 1:23 UTC
[PATCH iwl-next,v1 2/3] igc: Add default Rx queue configuration via sysfs
2024-07-30 1:23 UTC
[PATCH iwl-next,v1 1/3] igc: Add documentation
2024-07-30 1:22 UTC
[PATCH iwl-next,v1 0/3] Add Default Rx Queue Setting for igc driver
2024-07-30 1:22 UTC
[PATCH net] virtio_net: Avoid sending unnecessary vq coalescing commands
2024-07-30 1:11 UTC (2+ messages)
[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
2024-07-30 0:35 UTC (4+ messages)
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
[PATCH net v2] net/tcp: Disable TCP-AO static key after RCU grace period
2024-07-30 0:33 UTC
[PATCH net-next] ipv6: eliminate ndisc_ops_is_useropt()
2024-07-30 0:30 UTC
[PATCH net v2] ipv6: fix ndisc_is_useropt() handling for PIO
2024-07-30 0:27 UTC (2+ messages)
[RFC PATCH v9 00/11] bpf qdisc
2024-07-30 0:20 UTC (5+ messages)
` [RFC PATCH v9 07/11] bpf: net_sched: Allow more optional operators in Qdisc_ops
[PATCH net-next v2] Add support for PIO p flag
2024-07-30 0:06 UTC (2+ messages)
[PATCH net-next 0/9] net: dsa: vsc73xx: fix MDIO bus access and PHY operations
2024-07-29 23:39 UTC (16+ messages)
` [PATCH net-next 1/9] net: dsa: vsc73xx: fix phylink capabilities
` [PATCH net-next 2/9] net: dsa: vsc73xx: fix port MAC configuration in full duplex mode
` [PATCH net-next 3/9] net: dsa: vsc73xx: pass value in phy_write operation
` [PATCH net-next 4/9] net: dsa: vsc73xx: use defined values in phy operations
` [PATCH net-next 5/9] net: dsa: vsc73xx: use mutex to mdio operations
` [PATCH net-next 6/9] net: dsa: vsc73xx: speed up mdio bus to max allowed value
` [PATCH net-next 7/9] net: dsa: vsc73xx: allow phy resetting
` [PATCH net-next 8/9] net: phy: vitesse: repair vsc73xx autonegotiation
` [PATCH net-next 9/9] net: phy: vitesse: implement downshift in vsc73xx phys
[PATCH net] ipv6: fix ndisc_is_useropt() handling for PIO
2024-07-29 23:38 UTC
[PATCH 6.1 1/2] wifi: mac80211: Allow NSS change only up to capability
2024-07-29 22:59 UTC (2+ messages)
` [PATCH 6.1 2/2] wifi: mac80211: track capability/opmode NSS separately
[PATCH 6.6] wifi: mac80211: track capability/opmode NSS separately
2024-07-29 22:58 UTC
[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
2024-07-29 22:37 UTC (4+ messages)
[PATCH net-next 00/15][pull request] ice: support devlink subfunction
2024-07-29 22:34 UTC (16+ messages)
` [PATCH net-next 01/15] ice: add new VSI type for subfunctions
` [PATCH net-next 02/15] ice: export ice ndo_ops functions
` [PATCH net-next 03/15] ice: add basic devlink subfunctions support
` [PATCH net-next 04/15] ice: treat subfunction VSI the same as PF VSI
` [PATCH net-next 05/15] ice: allocate devlink for subfunction
` [PATCH net-next 06/15] ice: base subfunction aux driver
` [PATCH net-next 07/15] ice: implement netdev for subfunction
` [PATCH net-next 08/15] ice: make representor code generic
` [PATCH net-next 09/15] ice: create port representor for SF
` [PATCH net-next 10/15] ice: don't set target VSI for subfunction
` [PATCH net-next 11/15] ice: check if SF is ready in ethtool ops
` [PATCH net-next 12/15] ice: implement netdevice ops for SF representor
` [PATCH net-next 13/15] ice: support subfunction devlink Tx topology
` [PATCH net-next 14/15] ice: basic support for VLAN in subfunctions
` [PATCH net-next 15/15] ice: allow to activate and deactivate subfunction
[PATCH net 0/2] Fix bad offload warning when sending UDP GSO from a tunnel device
2024-07-29 22:10 UTC (6+ messages)
` [PATCH net 1/2] udp: Mark GSO packets as CHECKSUM_UNNECESSARY early on on output
linux-next: Fixes tag needs some work in the bpf-next tree
2024-07-29 22:07 UTC (2+ messages)
[PATCH net-next] selftests: net: ksft: print more of the stack for checks
2024-07-29 21:58 UTC (2+ messages)
[PATCH v1 net-next 0/6] net: Random cleanup for netns initialisation
2024-07-29 21:08 UTC (7+ messages)
` [PATCH v1 net-next 1/6] l2tp: Don't assign net->gen->ptr[] for pppol2tp_net_ops
` [PATCH v1 net-next 2/6] net: Don't register pernet_operations if only one of id or size is specified
` [PATCH v1 net-next 3/6] net: Initialise net->passive once in preinit_net()
` [PATCH v1 net-next 4/6] net: Call preinit_net() without pernet_ops_rwsem
` [PATCH v1 net-next 5/6] net: Slim down setup_net()
` [PATCH v1 net-next 6/6] net: Initialise net.core sysctl defaults in preinit_net()
[PATCH bpf] selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp
2024-07-29 21:05 UTC (2+ messages)
[PATCH net-next v3 1/2] net: dsa: vsc73xx: make RGMII delays configurable
2024-07-29 21:02 UTC (2+ messages)
` [PATCH net-next v3 2/2] dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-ps
[PATCH] RDMA/rds: remove unused struct 'rds_ib_dereg_odp_mr'
2024-07-29 21:01 UTC (7+ messages)
[PATCH net-next] net/rds: remove unused struct 'rds_ib_dereg_odp_mr'
2024-07-29 21:01 UTC
[syzbot] [net?] Internal error in _prb_read_valid (2)
2024-07-29 20:55 UTC
[PATCH net-next v1 0/3] fix bnxt_en queue reset when queue is active
2024-07-29 20:54 UTC (4+ messages)
` [PATCH net-next v1 1/3] bnxt_en: Add support to call FW to update a VNIC
` [PATCH net-next v1 2/3] bnxt_en: stop packet flow during bnxt_queue_stop/start
` [PATCH net-next v1 3/3] bnxt_en: only set dev->queue_mgmt_ops if BNXT_SUPPORTS_NTUPLE_VNIC
[PATCH] net/tcp: Expand goo.gl link
2024-07-29 20:54 UTC (5+ messages)
[PATCH net-next] net/tcp: Expand goo.gl link
2024-07-29 20:53 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).