netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-05 22:58:52 to 2023-11-07 01:30:26 UTC [more...]

[PATCH v2] tg3: power down device only on SYSTEM_POWER_OFF
 2023-11-07  1:30 UTC  (2+ messages)

[PATCH net] idpf: fix potential use-after-free in idpf_tso()
 2023-11-07  1:30 UTC  (2+ messages)

[PATCH iproute2] libnetlink: validate nlmsg header length first
 2023-11-07  1:20 UTC 

[RFC PATCH v3 00/12] Device Memory TCP
 2023-11-07  1:09 UTC  (44+ messages)
` [RFC PATCH v3 01/12] net: page_pool: factor out releasing DMA from releasing the page
` [RFC PATCH v3 02/12] net: page_pool: create hooks for custom page providers
` [RFC PATCH v3 03/12] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH v3 04/12] netdev: support binding dma-buf to netdevice
` [RFC PATCH v3 05/12] netdev: netdevice devmem allocator
` [RFC PATCH v3 06/12] memory-provider: dmabuf devmem memory provider
` [RFC PATCH v3 07/12] page-pool: device memory support
` [RFC PATCH v3 08/12] net: support non paged skb frags
` [RFC PATCH v3 09/12] net: add support for skbs with unreadable frags
` [RFC PATCH v3 10/12] tcp: RX path for devmem TCP
` [RFC PATCH v3 11/12] net: add SO_DEVMEM_DONTNEED setsockopt to release RX pages
` [RFC PATCH v3 12/12] selftests: add ncdevmem, netcat for devmem TCP

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2023-11-06 (ice)
 2023-11-07  0:48 UTC  (5+ messages)
` [PATCH net 1/4] ice: Fix SRIOV LAG disable on non-compliant aggregate
` [PATCH net 2/4] ice: lag: in RCU, use atomic allocation
` [PATCH net 3/4] ice: Fix VF-VF filter rules in switchdev mode
` [PATCH net 4/4] ice: Fix VF-VF direction matching in drop rule in switchdev

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-11-06 (i40e)
 2023-11-07  0:35 UTC  (3+ messages)
` [PATCH net 1/2] i40e: Do not call devlink_port_type_clear()
` [PATCH net 2/2] i40e: Fix devlink port unregistering

[netdev call] Nov 7th
 2023-11-07  0:23 UTC 

[PATCH] netlink: introduce netlink poll to resolve fast return issue
 2023-11-06 23:48 UTC  (2+ messages)

[PATCH bpf 0/6] bpf_redirect_peer fixes
 2023-11-06 23:44 UTC  (10+ messages)
` [PATCH bpf 1/6] netkit: Add tstats per-CPU traffic counters
` [PATCH bpf 4/6] bpf, netkit: Add indirect call wrapper for fetching peer dev

[PATCH bpf-next v5 00/13] xsk: TX metadata
 2023-11-06 23:31 UTC  (5+ messages)
` [PATCH bpf-next v5 06/13] xsk: Document tx_metadata_len layout

BPF/XDP: kernel panic when removing an interface that is an xdp_redirect target
 2023-11-06 23:03 UTC 

[PATCH] net: bcmasp: Use common error handling code in bcmasp_probe()
 2023-11-06 22:58 UTC  (5+ messages)

[syzbot] [dccp?] general protection fault in dccp_write_xmit (2)
 2023-11-06 22:52 UTC  (2+ messages)

[PATCH] Documentation: Document the Netlink spec
 2023-11-06 22:51 UTC  (2+ messages)

[PATCH v9 bpf-next 11/17] bpf,lsm: add BPF token LSM hooks
 2023-11-06 22:46 UTC  (4+ messages)
` [PATCH v9 "

[PATCH net v2 0/4] Fix large frames in the Gemini ethernet driver
 2023-11-06 22:44 UTC  (9+ messages)
` [PATCH net v2 1/4] net: ethernet: cortina: Fix MTU max setting
` [PATCH net v2 3/4] net: ethernet: cortina: Protect against oversized frames
` [PATCH net v2 4/4] net: ethernet: cortina: Handle large frames

[PATCH net-next v2 0/3] net: dsa: realtek: support reset controller
 2023-11-06 22:37 UTC  (8+ messages)
` [PATCH net-next v2 3/3] "

Missing a write memory barrier in tls_init()
 2023-11-06 22:36 UTC  (2+ messages)

[PATCH v9 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
 2023-11-06 22:29 UTC  (4+ messages)
` [PATCH v9 9/17] "

[PATCH] s390/qeth: Fix typo 'weed' in comment
 2023-11-06 22:20 UTC 

[PATCH net] macsec: Abort MACSec Rx offload datapath when skb is not marked with MACSec metadata
 2023-11-06 22:15 UTC  (3+ messages)

[PATCH net v3] tcp: Fix -Wc23-extensions in tcp_options_write()
 2023-11-06 21:48 UTC  (4+ messages)

[PATCH net] net: phylink: initialize carrier state at creation
 2023-11-06 21:26 UTC  (3+ messages)

[PATCH net v2] tcp: Fix -Wc23-extensions in tcp_options_write()
 2023-11-06 21:16 UTC  (5+ messages)

[RFC Draft net-next] docs: netdev: add section on using lei to manage netdev mail volume
 2023-11-06 20:19 UTC  (4+ messages)

[PATCH bpf-next v11 03/13] bpf, net: introduce bpf_struct_ops_desc
 2023-11-06 20:12 UTC  (2+ messages)
` [PATCH bpf-next v11 10/13] bpf, net: switch to dynamic registration

[PATCH net-next v6 0/5] Coalesce mac ocp write/modify calls to reduce spinlock contention
 2023-11-06 19:26 UTC  (7+ messages)

[PATCH v9 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token
 2023-11-06 19:18 UTC  (3+ messages)
` [PATCH v9 "

[PATCH] can: netlink: Fix TDCO calculation using the old data bittiming
 2023-11-06 18:01 UTC 

[net-next RFC PATCH v5 1/4] net: phy: aquantia: move to separate directory
 2023-11-06 17:33 UTC  (5+ messages)
` [net-next RFC PATCH v5 2/4] net: phy: aquantia: move MMD_VEND define to header
` [net-next RFC PATCH v5 3/4] net: phy: aquantia: add firmware load support
` [net-next RFC PATCH v5 4/4] dt-bindings: Document bindings for Marvell Aquantia PHY

[PATCH iproute2-next v2] bridge: mdb: Add get support
 2023-11-06 17:20 UTC  (2+ messages)

[patch net-next v4 0/7] expose devlink instances relationships
 2023-11-06 17:11 UTC  (3+ messages)
` [patch net-next v4 1/7] ip/ipnetns: move internals of get_netnsid_from_name() into namespace.c

[ANNOUNCE] iproute2 6.6 release
 2023-11-06 17:03 UTC 

Bypass qdiscs?
 2023-11-06 16:51 UTC  (8+ messages)

[net-next RFC PATCH v3 1/4] net: phy: aquantia: move to separate directory
 2023-11-06 16:47 UTC  (4+ messages)
` [net-next RFC PATCH v3 4/4] dt-bindings: Document bindings for Marvell Aquantia PHY

[PATCH net] net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_FMTMSG_LEN
 2023-11-06 16:03 UTC 

[PATCH iwl-net] ice: fix DDP package download for packages without signature segment
 2023-11-06 15:40 UTC  (3+ messages)
` [PATCH iwl-net v2] "

[PATCH net 0/2] r8169: fix DASH deviceis network lost issue
 2023-11-06 15:11 UTC  (3+ messages)
` [PATCH net 1/2] r8169: add handling DASH when DASH is disabled
` [PATCH net 2/2] r8169: fix network lost after resume on DASH systems

[PATCH bpf 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-11-06 14:42 UTC  (6+ messages)
` [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
` [PATCH bpf 2/2] bpf: sockmap, add af_unix test with both sockets in map

KASAN: use-after-free Read in j1939_session_get_by_addr
 2023-11-06 14:35 UTC  (2+ messages)
` [syzbot] "

[PATCH net-next V8 2/2] ptp: fix corrupted list in ptp_open
 2023-11-06 14:31 UTC 

[PATCH net-next V8 1/2] ptp: ptp_read should not release queue
 2023-11-06 14:31 UTC 

[PATCH net-next V7 1/2] ptp: fix corrupted list in ptp_open
 2023-11-06 13:41 UTC 

[PATCH net-next V7 2/2] ptp: ptp_read should not release queue
 2023-11-06 13:41 UTC 

[PATCH 5.10 09/95] r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1
 2023-11-06 13:03 UTC  (2+ messages)
` [PATCH 5.10 10/95] r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1

[PATCH 5.15 021/128] r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx
 2023-11-06 13:03 UTC  (3+ messages)
` [PATCH 5.15 022/128] r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1
` [PATCH 5.15 023/128] r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1

[PATCH 5.4 07/74] r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1
 2023-11-06 13:03 UTC  (2+ messages)
` [PATCH 5.4 08/74] r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1

[PATCH 4.19 09/61] r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1
 2023-11-06 13:03 UTC  (3+ messages)
` [PATCH 4.19 10/61] r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1
` [PATCH 4.19 41/61] MAINTAINERS: r8169: Update path to the driver

[PATCH] net: usbnet: Fix potential NULL pointer dereference
 2023-11-06 12:59 UTC  (6+ messages)

[PATCH net v3] net: ti: icssg-prueth: Add missing icss_iep_put to error path
 2023-11-06 12:01 UTC  (2+ messages)

PRP with VLAN support - or how to contribute to a Linux network driver
 2023-11-06 11:01 UTC 

[PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
 2023-11-06 10:15 UTC  (5+ messages)

[PATCH net 0/4] vsock: fix server prevents clients from reconnecting
 2023-11-06 10:50 UTC  (10+ messages)
` [PATCH net 1/4] vsock/virtio: remove socket from connected/bound list on shutdown
` [PATCH net 2/4] test/vsock fix: add missing check on socket creation
` [PATCH net 3/4] test/vsock: refactor vsock_accept
` [PATCH net 4/4] test/vsock: add dobule bind connect test

[PATCH] rfkill: return ENOTTY on invalid ioctl
 2023-11-06 10:30 UTC  (4+ messages)

[PATCH net v2] net: ti: icssg-prueth: Add missing icss_iep_put to error path
 2023-11-06 10:15 UTC  (2+ messages)

[PATCH net v2 0/3] bugfixs for smc
 2023-11-06 10:10 UTC  (2+ messages)

[PATCH net v2] net: ti: icssg-prueth: Fix error cleanup on failing pruss_request_mem_region
 2023-11-06 10:07 UTC  (2+ messages)

Inquiry from MikolajGroup Hungary
 2023-11-06  9:54 UTC 

[PATCH iwl-net] ice: fix DDP package download for packages without signature segment
 2023-11-06  9:44 UTC  (4+ messages)
` [Intel-wired-lan] "

[PATCH v2] drivers/net/ppp: use standard array-copy-function
 2023-11-06  9:16 UTC 

[PATCH net] nfsd: regenerate user space parsers after ynl-gen changes
 2023-11-06  9:10 UTC  (2+ messages)

[PATCH net 1/1] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
 2023-11-06  9:00 UTC  (2+ messages)

[net PATCH] octeontx2-pf: Free pending and dropped SQEs
 2023-11-06  9:00 UTC  (2+ messages)

[PATCH v1 net] tcp: Fix SYN option room calculation for TCP-AO
 2023-11-06  9:00 UTC  (2+ messages)

[PATCH net-next v2 0/9] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2023-11-06  8:59 UTC  (5+ messages)
` [PATCH net-next v2 8/9] microchip: lan865x: add driver support for Microchip's LAN865X MACPHY

[RFC v1 0/8] vhost-vdpa: add support for iommufd
 2023-11-06  8:54 UTC  (16+ messages)
` [RFC v1 2/8] Kconfig: Add the new file vhost/iommufd
` [RFC v1 3/8] vhost: Add 3 new uapi to support iommufd
` [RFC v1 4/8] vdpa: Add new vdpa_config_ops "
` [RFC v1 6/8] vdpa: change the map/unmap process "
` [RFC v1 7/8] vp_vdpa::Add support for iommufd
` [RFC v1 8/8] iommu: expose the function iommu_device_use_default_domain

[PATCH net v2] virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
 2023-11-06  8:42 UTC  (2+ messages)

[PATCH net-next 0/9] mptcp: Features and fixes for v6.7
 2023-11-06  8:18 UTC  (5+ messages)
` [PATCH net-next 9/9] mptcp: refactor sndbuf auto-tuning

[PATCH net] virtio_net: fix missing dma unmap for resize
 2023-11-06  8:18 UTC 

[PATCH net] tcp: Fix -Wc23-extensions in tcp_options_write()
 2023-11-06  7:49 UTC  (4+ messages)

[PATCH] staging: Revert "staging: qlge: Retire the driver"
 2023-11-06  6:54 UTC  (2+ messages)

[PATCH net-next v2 4/5] virtio-net: support rx netdim
 2023-11-06  5:13 UTC  (2+ messages)

[PATCH v9 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
 2023-11-06  5:01 UTC  (2+ messages)
` [PATCH v9 "

[PATCH v2 1/2] tg3: Increment tx_dropped in tg3_tso_bug()
 2023-11-06  3:59 UTC  (3+ messages)

[PATCH v3] tg3: Fix the TX ring stall
 2023-11-06  3:50 UTC  (2+ messages)

[PATCH net-next v10 12/13] net:ethernet:realtek: Update the Makefile and Kconfig in the realtek folder
 2023-11-06  2:26 UTC  (3+ messages)

[syzbot] [net?] general protection fault in ptp_ioctl
 2023-11-06  2:12 UTC  (3+ messages)
` [PATCH] ptp: fix null ptr deref in ptp_ioctrl

[PATCH] Fixes a null pointer dereference in ptp_ioctl
 2023-11-06  0:48 UTC 

[PATCH iproute2] Revert "Makefile: ensure CONF_USR_DIR honours the libdir config"
 2023-11-06  0:14 UTC 


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