netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-08 13:01:47 to 2023-11-09 11:05:54 UTC [more...]

[PATCH net-next v2 00/21] virtio-net: support AF_XDP zero copy
 2023-11-09 10:58 UTC  (16+ messages)
` [PATCH net-next v2 04/21] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v2 05/21] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
` [PATCH net-next v2 12/21] virtio_net: xsk: tx: support tx
` [PATCH net-next v2 16/21] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v2 17/21] virtio_net: xsk: rx: skip dma unmap when rq is bind with AF_XDP

[RFC PATCH v3 00/12] Device Memory TCP
 2023-11-09 11:05 UTC  (49+ messages)
` [RFC PATCH v3 04/12] netdev: support binding dma-buf to netdevice
` [RFC PATCH v3 05/12] netdev: netdevice devmem allocator
` [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 12/12] selftests: add ncdevmem, netcat "

[PATCH net 0/3] dpll: fix unordered unbind/bind registerer issues
 2023-11-09 10:56 UTC  (11+ messages)
` [PATCH net 1/3] dpll: fix pin dump crash after module unbind
` [PATCH net 2/3] dpll: fix pin dump crash for rebound module
` [PATCH net 3/3] dpll: fix register pin with unregistered parent pin

[PATCH net] net: microchip: lan743x : bidirectional throughuput improvement
 2023-11-09 10:53 UTC  (6+ messages)

[PATCH net v4 0/3] Fix large frames in the Gemini ethernet driver
 2023-11-09 10:50 UTC  (8+ messages)
` [PATCH net v4 1/3] net: ethernet: cortina: Fix max RX frame define
` [PATCH net v4 2/3] net: ethernet: cortina: Handle large frames
` [PATCH net v4 3/3] net: ethernet: cortina: Fix MTU max setting

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-09 10:49 UTC  (31+ messages)
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally

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

[PATCH iwl-next v1 00/15] one by one port representors creation
 2023-11-09 10:32 UTC  (24+ messages)
` [PATCH iwl-next v1 04/15] ice: track q_id in representor
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 06/15] ice: track port representors in xarray
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 07/15] ice: remove VF pointer reference in eswitch code
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 08/15] ice: make representor code generic
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 09/15] ice: return pointer to representor
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 10/15] ice: allow changing SWITCHDEV_CTRL VSI queues
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 11/15] ice: set Tx topology every time new repr is added
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 12/15] ice: realloc VSI stats arrays
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 13/15] ice: add VF representors one by one
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 14/15] ice: adjust switchdev rebuild path
  ` [Intel-wired-lan] "
` [PATCH iwl-next v1 15/15] ice: reserve number of CP queues
  ` [Intel-wired-lan] "

[PATCH net 1/1] net: stmmac: fix MAC and phylink mismatch issue after resume with STMMAC_FLAG_USE_PHY_WOL enabled
 2023-11-09  9:46 UTC  (3+ messages)

[PATCH net v2] page_pool: Add myself as page pool reviewer in MAINTAINERS
 2023-11-09  9:43 UTC  (5+ messages)

[PATCH net-next 00/15] net: page_pool: add netlink-based introspection
 2023-11-09  9:21 UTC  (14+ messages)
` [PATCH net-next 01/15] net: page_pool: split the page_pool_params into fast and slow
` [PATCH net-next 02/15] net: page_pool: avoid touching slow on the fastpath
` [PATCH net-next 04/15] net: page_pool: id the page pools
` [PATCH net-next 05/15] net: page_pool: record pools per netdev
` [PATCH net-next 07/15] eth: link netdev to page_pools in drivers

[PATCH iwl-net] i40e: Fix waiting for queues of all VSIs to be disabled
 2023-11-09  9:20 UTC  (3+ messages)

[PATCH v2 0/3] add qca8084 ethernet phy driver
 2023-11-09  9:16 UTC  (5+ messages)
` [PATCH v2 1/3] net: phy: at803x: add QCA8084 ethernet phy support

[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-09  8:47 UTC  (8+ messages)
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v9 bpf-next 03/17] bpf: introduce BPF token object

[syzbot] [net?] [nfc?] KASAN: slab-use-after-free Read in nfc_alloc_send_skb
 2023-11-09  8:36 UTC 

[PATCH net-next v2 0/5] virtio-net: support dynamic coalescing moderation
 2023-11-09  8:34 UTC  (9+ messages)
` [PATCH net-next v2 2/5] virtio-net: separate rx/tx coalescing moderation cmds
` [PATCH net-next v2 4/5] virtio-net: support rx netdim
` [PATCH net-next v2 5/5] virtio-net: return -EOPNOTSUPP for adaptive-tx

[PATCHv2] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
 2023-11-09  8:08 UTC  (3+ messages)

PRP with VLAN support - or how to contribute to a Linux network driver
 2023-11-09  8:08 UTC  (3+ messages)

[RFC net-next] net: don't dump stack on queue timeout
 2023-11-09  7:40 UTC  (2+ messages)

[PATCH v4] net: mvneta: fix calls to page_pool_get_stats
 2023-11-09  7:48 UTC  (2+ messages)

[PATCH net-next 1/1] net: stmmac: Add support for HW-accelerated VLAN stripping
 2023-11-09  5:38 UTC 

[syzbot] [net?] BUG: unable to handle kernel paging request in nsim_bpf
 2023-11-09  5:10 UTC 

[PATCH net-next v2 1/1] net: stmmac: check CBS input values before configuration
 2023-11-09  5:08 UTC  (3+ messages)

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-11-06 (i40e)
 2023-11-09  2:50 UTC  (2+ messages)

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2023-11-06 (ice)
 2023-11-09  2:50 UTC  (2+ messages)

[PATCH net V9 1/2] ptp: ptp_read should not release queue
 2023-11-09  2:50 UTC  (2+ messages)

[PATCH net] net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAP
 2023-11-09  2:50 UTC  (2+ messages)

[PATCH net] net: kcm: fill in MODULE_DESCRIPTION()
 2023-11-09  2:50 UTC  (2+ messages)

[PATCH net 0/5] Netfilter fixes for net
 2023-11-09  2:50 UTC  (7+ messages)
` [PATCH net 1/5] netfilter: add missing module descriptions
` [PATCH net 2/5] netfilter: nf_tables: remove catchall element in GC sync path
` [PATCH net 3/5] ipvs: add missing module descriptions
` [PATCH net 4/5] netfilter: xt_recent: fix (increase) ipv6 literal buffer length
` [PATCH net 5/5] netfilter: nat: fix ipv6 nat redirect with mapped and scoped addresses

[PATCH] boning: use a read-write lock in bonding_show_bonds()
 2023-11-09  2:43 UTC  (3+ messages)

[PATCH] iphase: Adding a null pointer check
 2023-11-09  2:40 UTC  (2+ messages)

[PATCH net,v3, 0/2] hv_netvsc: fix race of netvsc and VF register
 2023-11-09  2:26 UTC  (3+ messages)
` [PATCH net,v3, 2/2] hv_netvsc: Fix race of register_netdevice_notifier "

pull-request: bpf 2023-11-08
 2023-11-09  2:20 UTC  (2+ messages)

[PATCH net-next v4] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-11-09  2:13 UTC  (2+ messages)

BPF/XDP: kernel panic when removing an interface that is an xdp_redirect target
 2023-11-09  2:11 UTC  (6+ messages)

[PATCH][ncsi] Revert NCSI link loss/gain commit
 2023-11-09  2:06 UTC  (2+ messages)

[PATCH net] net/sched: act_ct: Always fill offloading tuple iifidx
 2023-11-09  2:00 UTC  (5+ messages)

[PATCH] Documentation: Document the Netlink spec
 2023-11-09  1:43 UTC  (5+ messages)

[ANN] netdev development stats for 6.7
 2023-11-09  1:17 UTC  (5+ messages)

[PATCH v2 net 0/7] qbv cycle time extension/truncation
 2023-11-08 23:41 UTC  (8+ messages)
` [PATCH v2 net 1/7] net/sched: taprio: fix too early schedules switching
` [PATCH v2 net 2/7] net/sched: taprio: fix cycle time adjustment for next entry
` [PATCH v2 net 3/7] net/sched: taprio: update impacted fields during cycle time adjustment

[PATCH net v2] net: set SOCK_RCU_FREE before inserting socket into hashtable
 2023-11-08 23:30 UTC  (2+ messages)

[PATCH net v3] hv_netvsc: Mark VF as slave before exposing it to user-mode
 2023-11-08 22:06 UTC 

[PATCH net] indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc
 2023-11-08 21:45 UTC  (2+ messages)

[PATCH net] net: set SOCK_RCU_FREE before inserting socket into hashtable
 2023-11-08 21:01 UTC  (3+ messages)

[PATCH iwl-net] i40e: Fix max frame size check
 2023-11-08 20:38 UTC  (2+ messages)

[PATCH net-next 1/1] ptp: clockmatrix: support 32-bit address space
 2023-11-08 19:11 UTC  (2+ messages)

EIO on send with UDP_SEGMENT
 2023-11-08 19:11 UTC  (4+ messages)

[PATCH iwl-net v3] ice: fix DDP package download for packages without signature segment
 2023-11-08 18:59 UTC  (2+ messages)

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

[PATCH 1/2] tg3: Move the [rt]x_dropped counters to tg3_napi
 2023-11-08 18:39 UTC  (3+ messages)

[PATCH net 0/2] r8169: fix DASH deviceis network lost issue
 2023-11-08 18:08 UTC  (6+ messages)
` [PATCH net 2/2] r8169: fix network lost after resume on DASH systems

[PATCH] net: bcmasp: Use common error handling code in bcmasp_probe()
 2023-11-08 17:46 UTC  (5+ messages)
  `  "

[syzbot] [net?] WARNING in inet_csk_get_port (2)
 2023-11-08 17:45 UTC  (4+ messages)

Bypass qdiscs?
 2023-11-08 17:17 UTC  (7+ messages)

[REPORT] BPF: Reproducible triggering of BUG() from userspace PoC
 2023-11-08 15:46 UTC 

[PATCH net] tty: Fix uninit-value access in ppp_sync_receive()
 2023-11-08 15:44 UTC 

[PATCH net v3 0/4] Fix large frames in the Gemini ethernet driver
 2023-11-08 15:29 UTC  (9+ messages)
` [PATCH net v3 1/4] net: ethernet: cortina: Fix MTU max setting
` [PATCH net v3 3/4] net: ethernet: cortina: Handle large frames
` [PATCH net v3 4/4] net: ethernet: cortina: Checksum only TCP and UDP

[PATCH v8 0/2] can: esd: add support for esd GmbH PCIe/402 CAN interface
 2023-11-08 15:23 UTC  (5+ messages)
` [PATCH v8 2/2] can: esd: add support for esd GmbH PCIe/402 CAN interface family

[PATCH net v2 0/4] Fix large frames in the Gemini ethernet driver
 2023-11-08 15:18 UTC  (5+ messages)
` [PATCH net v2 4/4] net: ethernet: cortina: Handle large frames

[PATCH net v1] net/smc: avoid data corruption caused by decline
 2023-11-08 14:58 UTC  (3+ messages)

[PATCH bpf-next] selftests/xsk: fix for SEND_RECEIVE_UNALIGNED test
 2023-11-08 14:30 UTC  (2+ messages)

[PATCH net-next v8 0/7] Add MACsec support for TJA11XX C45 PHYs
 2023-11-08 13:50 UTC  (4+ messages)
` [PATCH net-next v8 5/7] net: phy: nxp-c45-tja11xx: add MACsec support


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