messages from 2023-09-04 12:34:25 to 2023-09-05 19:32:45 UTC [more...]
[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-09-05 16:09 UTC (3+ messages)
[PATCH bpf-next v4 0/9] Add cgroup sockaddr hooks for unix sockets
2023-09-05 19:02 UTC (5+ messages)
` [PATCH bpf-next v3 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
` [PATCH bpf-next v3 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
[PATCH net-next RFC v4 2/5] net: Expose available time stamping layers to user space
2023-09-05 18:47 UTC (15+ messages)
[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-09-05 (i40e, iavf)
2023-09-05 18:29 UTC (4+ messages)
` [PATCH net 1/2] i40e: fix potential memory leaks in i40e_remove()
` [PATCH net 2/2] iavf: Fix promiscuous mode configuration flow messages
[RFC net-next v1 1/2] dt-bindings: net: dsa: microchip: Update ksz device tree bindings for drive strength
2023-09-05 18:28 UTC (4+ messages)
` [RFC net-next v1 2/2] net: dsa: microchip: ksz9477: Add drive strength configuration
[PATCH net 0/3][pull request] Change MIN_TXD and MIN_RXD to allow set rx/tx value between 64 and 80
2023-09-05 18:07 UTC (4+ messages)
` [PATCH net 1/3] igc: Change IGC_MIN "
` [PATCH net 2/3] igbvf: Change IGBVF_MIN "
` [PATCH net 3/3] igb: Change IGB_MIN "
[PATCH net] igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU
2023-09-05 18:01 UTC (3+ messages)
[net PATCH] octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handler
2023-09-05 18:01 UTC (2+ messages)
[syzbot] [sctp?] [reiserfs?] KMSAN: uninit-value in __schedule (4)
2023-09-05 17:55 UTC
[RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5
2023-09-05 17:53 UTC (32+ messages)
` [RFC bpf-next 01/23] ice: make RX hash reading code more reusable
` [xdp-hints] "
` [RFC bpf-next 02/23] ice: make RX HW timestamp "
` [RFC bpf-next 03/23] ice: make RX checksum checking "
` [xdp-hints] "
` [RFC bpf-next 04/23] ice: Make ptype internal to descriptor info processing
` [RFC bpf-next 05/23] ice: Introduce ice_xdp_buff
` [xdp-hints] "
` [RFC bpf-next 06/23] ice: Support HW timestamp hint
` [RFC bpf-next 07/23] ice: Support RX hash XDP hint
` [xdp-hints] "
` [RFC bpf-next 08/23] ice: Support XDP hints in AF_XDP ZC mode
` [xdp-hints] "
` [RFC bpf-next 10/23] ice: Implement VLAN tag hint
` [xdp-hints] [RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5
[PATCH net 1/2] net/mlx5e: Clear mirred devices array if the rule is split
2023-09-05 17:48 UTC (2+ messages)
` [PATCH net 2/2] mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev mode
[PATCH net v3 0/2][pull request] igc: Enhance the tx-usecs coalesce setting implementation
2023-09-05 17:15 UTC (9+ messages)
` [PATCH net v3 2/2] igc: Modify the tx-usecs coalesce setting
Fwd: RCU indicates stalls with iwlwifi, causing boot failures
2023-09-05 16:21 UTC (4+ messages)
[PATCH net] net: ipv4: fix one memleak in __inet_del_ifa()
2023-09-05 15:57 UTC (2+ messages)
[PATCH net-next] net: phy: avoid kernel warning dump when stopping an errored PHY
2023-09-05 15:24 UTC (10+ messages)
[PATCH v3 RFC 0/4] net: dsa: hsr: Enable HSR HW offloading for KSZ9477
2023-09-05 15:20 UTC (23+ messages)
` [PATCH v3 RFC 2/4] net: dsa: Extend ksz9477 TAG setup to support HSR frames duplication
` [PATCH v3 RFC 3/4] net: dsa: hsr: Enable in KSZ9477 switch HW HSR offloading
` [PATCH v3 RFC 4/4] net: dsa: hsr: Provide generic HSR ksz_hsr_{join|leave} functions
[syzbot] [arm?] [netfilter?] KASAN: slab-out-of-bounds Read in do_csum
2023-09-05 15:02 UTC (3+ messages)
getting rid of the last memory modifitions through gup(FOLL_GET)
2023-09-05 14:16 UTC
[PATCH net] ip_tunnels: use DEV_STATS_INC()
2023-09-05 13:40 UTC
[PATCH net] xfrm: interface: use DEV_STATS_INC()
2023-09-05 13:23 UTC
[PATCH net] r8152: avoid the driver drops a lot of packets
2023-09-05 12:58 UTC (5+ messages)
[PATCH net] net: deal with integer overflows in kmalloc_reserve()
2023-09-05 12:44 UTC (11+ messages)
[syzbot] [bluetooth?] KASAN: use-after-free Read in hci_conn_security
2023-09-05 12:42 UTC
[PATCH v4 00/10] io_uring: Initial support for {s,g}etsockopt commands
2023-09-05 12:32 UTC (16+ messages)
` [PATCH v4 01/10] bpf: Leverage sockptr_t in BPF getsockopt hook
` [PATCH v4 02/10] bpf: Leverage sockptr_t in BPF setsockopt hook
` [PATCH v4 03/10] net/socket: Break down __sys_setsockopt
` [PATCH v4 04/10] net/socket: Break down __sys_getsockopt
` [PATCH v4 05/10] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v4 06/10] selftests/net: Extract uring helpers to be reusable
` [PATCH v4 07/10] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v4 08/10] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v4 09/10] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v4 10/10] selftests/bpf/sockopt: Add io_uring support
Regression with AX88179A: can't manually set MAC address anymore
2023-09-05 12:31 UTC (2+ messages)
selftests: net: pmtu.sh: Unable to handle kernel paging request at virtual address
2023-09-05 12:24 UTC (9+ messages)
[PATCH 2/4] dt-bindings: net: dsa: document internal MDIO bus
2023-09-05 12:13 UTC (16+ messages)
[PATCH net v3] team: fix null-ptr-deref when team device type is changed
2023-09-05 12:01 UTC (3+ messages)
[PATCH iproute2-next v3] iplink: bridge: Add support for bridge FDB learning limits
2023-09-05 11:47 UTC
[PATCH -next v2 0/3] staging: rtl8192e: Do not call kfree_skb() under spin_lock_irqsave()
2023-09-05 11:59 UTC
[PATCH net-next v3 0/6] bridge: Add a limit on learned FDB entries
2023-09-05 11:47 UTC (7+ messages)
` [PATCH net-next v3 1/6] net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
` [PATCH net-next v3 2/6] net: bridge: Set strict_start_type for br_policy
` [PATCH net-next v3 3/6] net: bridge: Track and limit dynamically learned FDB entries
` [PATCH net-next v3 4/6] net: bridge: Add netlink knobs for number / max "
` [PATCH net-next v3 5/6] net: bridge: Add a configurable default FDB learning limit
` [PATCH net-next v3 6/6] selftests: forwarding: bridge_fdb_learning_limit: Add a new selftest
[PATCH net v2] team: fix null-ptr-deref when team device type is changed
2023-09-05 11:43 UTC (3+ messages)
[PATCH net] net: stmmac: fix handling of zero coalescing tx-usecs
2023-09-05 11:32 UTC
[net-next v3 1/5] net: wwan: t7xx: Infrastructure for early port configuration
2023-09-05 11:26 UTC (5+ messages)
` [net-next v3 2/5] net: wwan: t7xx: Register with devlink and implement firmware flashing
` [net-next v3 3/5] net: wwan: t7xx: Creates region & snapshot for coredump log collection
` [net-next v3 4/5] net: wwan: t7xx: Adds sysfs attribute of modem event
` [net-next v3 5/5] net: wwan: t7xx: Devlink documentation
[net-next v3 0/5] net: wwan: t7xx: fw flashing & coredump support
2023-09-05 11:26 UTC
[PATCH] net: dsa: mt7530: refactor deprecated strncpy
2023-09-05 11:15 UTC (2+ messages)
[PATCH net] octeontx2-pf: Fix page pool cache index corruption
2023-09-05 10:49 UTC (3+ messages)
` [EXT] "
[PATCH v4] drivers/net: process the result of hdlc_open() and add call of hdlc_close() in uhdlc_close()
2023-09-05 10:46 UTC (4+ messages)
[PATCH net v2] net/ipv6: SKB symmetric hash should incorporate transport ports
2023-09-05 10:36 UTC
[PATCH net] net/ipv6: SKB symmetric hash should incorporate transport ports
2023-09-05 10:32 UTC (3+ messages)
[PATCH v2 1/1] xfrm: Use skb_mac_header_was_set() to check for MAC header presence
2023-09-05 10:13 UTC (3+ messages)
[PATCH v1 net] page_pool: Cap queue size to 32k
2023-09-05 9:57 UTC (2+ messages)
backport of "Include asm/ptrace.h in syscall_wrapper header" to stable 5.10
2023-09-05 9:56 UTC
[PATCH] net: hsr : Provide fix for HSRv1 supervisor frames decoding
2023-09-05 9:55 UTC (6+ messages)
[net v4] net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)
2023-09-05 9:33 UTC
[PATCH net] Revert "net: macsec: preserve ingress frame ordering"
2023-09-05 9:27 UTC (2+ messages)
[PATCH net-next v2 0/3] net/sched: Introduce tc block ports tracking and use
2023-09-05 9:18 UTC (4+ messages)
` [PATCH net-next v2 3/3] net/sched: act_blockcast: Introduce blockcast tc action
` Weird sparse error WAS( "
[PATCH net] net: team: do not use dynamic lockdep key
2023-09-05 8:46 UTC
[RFC PATCH net-next 0/4] Introduce switch mode and TAPRIO offload support for ICSSG driver
2023-09-05 8:43 UTC (10+ messages)
` [RFC PATCH net-next 1/4] net: ti: icssg-prueth: Add helper functions to configure FDB
` [RFC PATCH net-next 3/4] net: ti: icssg-prueth: Add support for ICSSG switch firmware on AM654 PG2.0 EVM
` [RFC PATCH net-next 4/4] net: ti: icssg_prueth: add TAPRIO offload support
[PATCH] net/mlx5e: Add missing check for xa_load
2023-09-05 8:33 UTC (2+ messages)
[PATCH net] kcm: Destroy mutex in kcm_exit_net()
2023-09-05 8:23 UTC (2+ messages)
[PATCH net-next v3 02/11] net: phy: introduce phy_has_c45_registers()
2023-09-05 8:22 UTC (12+ messages)
[PATCH net] kcm: Fix memory leak in error path of kcm_sendmsg()
2023-09-05 8:09 UTC (2+ messages)
[PATCH net 1/1] net: sched: sch_qfq: Fix UAF in qfq_dequeue()
2023-09-05 7:22 UTC (2+ messages)
[PATCH net] docs: netdev: update the netdev infra URLs
2023-09-05 5:00 UTC (2+ messages)
[PATCH net-next v7 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
2023-09-05 4:30 UTC (6+ messages)
` [PATCH net-next v7 4/4] vsock/virtio: MSG_ZEROCOPY flag support
[RFC net-next v4 0/7] introduce DEFINE_FLEX() macro
2023-09-05 3:55 UTC (7+ messages)
` [RFC net-next v4 1/7] overflow: add DEFINE_FLEX() for on-stack allocs
` [RFC net-next v4 6/7] ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_item
` [RFC net-next v4 7/7] ice: make use of DEFINE_FLEX() in ice_switch.c
[PATCH net] team: fix null-ptr-deref when team device type is changed
2023-09-05 3:36 UTC (3+ messages)
ARM BCM53573 SoC hangs/lockups caused by locks/clock/random changes
2023-09-04 20:16 UTC (4+ messages)
[GIT PULL] virtio: features
2023-09-04 18:43 UTC (2+ messages)
[PATCH v2 00/89] fs: new accessors for inode->i_ctime
2023-09-04 18:11 UTC (2+ messages)
` [f2fs-dev] "
Vmxnet3 v22 - bug
2023-09-04 16:24 UTC
[PATCH iwl-next v2 2/9] ethtool: Add forced speed to supported link modes maps
2023-09-04 15:27 UTC (9+ messages)
` [Intel-wired-lan] "
[PATCH v4 0/3] can: xilinx_can: Add ECC feature support
2023-09-04 15:22 UTC (7+ messages)
` [PATCH v4 1/3] dt-bindings: can: xilinx_can: Add ECC property 'xlnx,has-ecc'
` [PATCH v4 2/3] can: xilinx_can: Add ECC support
` [PATCH v4 3/3] can: xilinx_can: Add ethtool stats interface for ECC errors
low pending handshake limit
2023-09-04 15:13 UTC
[RFC PATCH net-next 0/2] Add support for ICSSG on AM64x EVM
2023-09-04 14:18 UTC (3+ messages)
` [RFC PATCH net-next 2/2] net: ti: icssg-prueth: Add AM64x icssg support
[RFC PATCH net-next 0/2] Add Half Duplex support for ICSSG Driver
2023-09-04 14:17 UTC (3+ messages)
` [RFC PATCH net-next 2/2] net: ti: icssg-prueth: Add support for half duplex operation
[syzbot] [net?] KASAN: global-out-of-bounds Read in macvlan_hard_header (4)
2023-09-04 12:55 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).