netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-17 19:15:19 to 2024-06-18 09:24:25 UTC [more...]

[PATCH v8] af_packet: Handle outgoing VLAN packets without hardware offloading
 2024-06-18  9:24 UTC  (5+ messages)

[PATCH] netns: Make get_net_ns() handle zero refcount net
 2024-06-18  9:20 UTC  (2+ messages)

[PATCH mlx5-next] RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is disabled
 2024-06-18  9:14 UTC  (2+ messages)

[PATCH] xdp: remove WARN() from __xdp_reg_mem_model()
 2024-06-18  9:13 UTC  (2+ messages)

[net-next,PATCH 0/2] Series to deliver Ethernet for STM32MP25
 2024-06-18  9:09 UTC  (6+ messages)
` [net-next,PATCH 2/2] net: stmmac: dwmac-stm32: stm32: add management of stm32mp25 for stm32

[PATCH net-next v2 0/3] add flow director for txgbe
 2024-06-18  9:07 UTC  (7+ messages)
` [PATCH net-next v2 2/3] net: txgbe: support Flow Director perfect filters

[net-next,v9] net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
 2024-06-18  9:08 UTC 

[net-next PATCH v5 00/10] Introduce RVU representors
 2024-06-18  9:08 UTC  (17+ messages)
` [net-next PATCH v5 01/10] octeontx2-pf: Refactoring RVU driver
    ` [EXTERNAL] "
` [net-next PATCH v5 02/10] octeontx2-pf: RVU representor driver
    ` [EXTERNAL] "
` [net-next PATCH v5 03/10] octeontx2-pf: Create representor netdev
` [net-next PATCH v5 05/10] octeontx2-af: Add packet path between representor and VF
` [net-next PATCH v5 09/10] octeontx2-pf: Add representors for sdp MAC

[PATCH net-next v2 0/9] net: openvswitch: Add sample multicasting
 2024-06-18  9:08 UTC  (20+ messages)
` [PATCH net-next v2 2/9] net: sched: act_sample: add action cookie to sample
` [PATCH net-next v2 5/9] net: openvswitch: add emit_sample action
` [PATCH net-next v2 6/9] net: openvswitch: store sampling probability in cb
` [PATCH net-next v2 7/9] net: openvswitch: do not notify drops inside sample
` [PATCH net-next v2 9/9] selftests: openvswitch: add emit_sample test

[PATCH net] sched: act_ct: add netns into the key of tcf_ct_flow_table
 2024-06-18  9:04 UTC  (2+ messages)

[PATCH 00/15] Introduce HabanaLabs network drivers
 2024-06-18  9:00 UTC  (18+ messages)
` [PATCH 01/15] net: hbl_cn: add habanalabs Core Network driver
` [PATCH 04/15] net: hbl_cn: QP state machine
` [PATCH 09/15] net: hbl_en: add habanalabs Ethernet driver

[PATCH v5 0/4] tracing: improve symbolic printing
 2024-06-18  8:26 UTC  (3+ messages)
` [PATCH v5 3/4] net: dropreason: use new __print_sym() in tracing

[TEST] virtio tests need veth?
 2024-06-18  8:21 UTC  (5+ messages)

[PATCH v7 net-next 00/15] locking: Introduce nested-BH locking
 2024-06-18  8:17 UTC  (18+ messages)
` [PATCH v7 net-next 01/15] locking/local_lock: Introduce guard definition for local_lock
` [PATCH v7 net-next 02/15] locking/local_lock: Add local nested BH locking infrastructure
` [PATCH v7 net-next 03/15] net: Use __napi_alloc_frag_align() instead of open coding it
` [PATCH v7 net-next 04/15] net: Use nested-BH locking for napi_alloc_cache
` [PATCH v7 net-next 05/15] net/tcp_sigpool: Use nested-BH locking for sigpool_scratch
` [PATCH v7 net-next 06/15] net/ipv4: Use nested-BH locking for ipv4_tcp_sk
` [PATCH v7 net-next 07/15] netfilter: br_netfilter: Use nested-BH locking for brnf_frag_data_storage
` [PATCH v7 net-next 08/15] net: softnet_data: Make xmit per task
` [PATCH v7 net-next 09/15] dev: Remove PREEMPT_RT ifdefs from backlog_lock.*()
` [PATCH v7 net-next 10/15] dev: Use nested-BH locking for softnet_data.process_queue
` [PATCH v7 net-next 11/15] lwt: Don't disable migration prio invoking BPF
` [PATCH v7 net-next 12/15] seg6: Use nested-BH locking for seg6_bpf_srh_states
` [PATCH v7 net-next 13/15] net: Use nested-BH locking for bpf_scratchpad
` [PATCH v7 net-next 14/15] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT
` [PATCH v7 net-next 15/15] net: Move per-CPU flush-lists to bpf_net_context "

[PATCH net-next 0/8] ionic: rework fix for doorbell miss
 2024-06-18  8:16 UTC  (5+ messages)
` [PATCH net-next 7/8] ionic: Use an u16 for rx_copybreak

[PATCH net-next v6 00/10] virtio-net: support AF_XDP zero copy
 2024-06-18  7:56 UTC  (11+ messages)
` [PATCH net-next v6 01/10] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v6 02/10] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v6 03/10] virtio_net: separate receive_buf
` [PATCH net-next v6 04/10] virtio_net: separate receive_mergeable
` [PATCH net-next v6 05/10] virtio_net: xsk: bind/unbind xsk for rx
` [PATCH net-next v6 06/10] virtio_net: xsk: support wakeup
` [PATCH net-next v6 07/10] virtio_net: xsk: rx: support fill with xsk buffer
` [PATCH net-next v6 08/10] virtio_net: xsk: rx: support recv small mode
` [PATCH net-next v6 09/10] virtio_net: xsk: rx: support recv merge mode
` [PATCH net-next v6 10/10] virtio_net: xsk: rx: free the unused xsk buffer

[PATCH net-next v2] virtio_net: add support for Byte Queue Limits
 2024-06-18  7:52 UTC  (7+ messages)

[PATCH net-next v20 02/13] rtase: Implement the .ndo_open function
 2024-06-18  7:51 UTC  (8+ messages)
    ` [v20 "

[PATCH v2 net-next 0/2] Introduce EN7581 ethernet support
 2024-06-18  7:49 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] dt-bindings: net: airoha: Add EN7581 ethernet controller
` [PATCH v2 net-next 2/2] net: airoha: Introduce ethernet support for EN7581 SoC

[PATCH ipsec 1/2] xfrm: Fix input error path memory access
 2024-06-18  7:47 UTC  (4+ messages)
` [PATCH ipsec 2/2] xfrm: Log input direction mismatch error in one place

[PATCH net v1 1/1] net: stmmac: Assign configured channel value to EXTTS event
 2024-06-18  7:38 UTC 

[PATCH v2] selftests: openvswitch: Set value to nla flags
 2024-06-18  7:29 UTC 

[PATCH net-next v20 00/13] Add Realtek automotive PCIe driver
 2024-06-18  7:28 UTC  (11+ messages)
` [PATCH net-next v20 07/13] rtase: Implement a function to receive packets
` [PATCH net-next v20 10/13] rtase: Implement ethtool function

[PATCH] rds:Simplify the allocation of slab caches
 2024-06-18  7:21 UTC  (2+ messages)

[PATCH net-next v3 1/2] net: dsa: mt7530: factor out bridge join/leave logic
 2024-06-18  7:17 UTC  (2+ messages)
` [PATCH net-next v3 2/2] net: dsa: mt7530: add support for bridge port isolation

[PATCH net 0/3] mlxsw: Fixes
 2024-06-18  6:55 UTC  (4+ messages)
` [PATCH net 2/3] mlxsw: core_thermal: Fix driver initialization failure

[PATCH net-next] etherdevice: Optimize is_broadcast_ether_addr
 2024-06-18  6:47 UTC  (3+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-18  6:43 UTC  (21+ messages)
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers

[PATCH] net: micro-optimize skb_datagram_iter
 2024-06-18  6:37 UTC  (6+ messages)

[PATCH net-next v10 4/7] net: tn40xx: add basic Tx handling
 2024-06-18  6:27 UTC  (4+ messages)

[PATCH net-next v5 0/7] net: pass receive socket to drop tracepoint
 2024-06-18  6:24 UTC  (15+ messages)
` [PATCH net-next v5 1/7] net: add rx_sk to trace_kfree_skb
` [PATCH net-next v5 2/7] net: introduce sk_skb_reason_drop function
` [PATCH net-next v5 3/7] ping: use sk_skb_reason_drop to free rx packets
` [PATCH net-next v5 4/7] net: raw: "
` [PATCH net-next v5 5/7] tcp: "
` [PATCH net-next v5 6/7] udp: "
` [PATCH net-next v5 7/7] af_packet: "

[PATCH net-next v2 1/2] net: dsa: mt7530: factor out bridge join/leave logic
 2024-06-18  6:22 UTC  (3+ messages)

[PATCH iwl-net] ice: Fix VSI list rule with ICE_SW_LKUP_LAST type
 2024-06-18  6:21 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next v6 0/2] Introduce auxiliary bus IRQs sysfs
 2024-06-18  6:19 UTC  (6+ messages)
` [PATCH net-next v6 1/2] driver core: auxiliary bus: show auxiliary device IRQs

[PATCH 0/2] dt-bindings: net: Convert fsl,fman related file to yaml format
 2024-06-18  6:18 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: net: Convert fsl-fman to yaml

[net PATCH] octeontx2-pf: Fix linking objects into multiple modules
 2024-06-18  6:11 UTC 

[PATCH net-next v2 0/3] bnxt_en: implement netdev_queue_mgmt_ops
 2024-06-18  5:52 UTC  (4+ messages)
` [PATCH net-next v2 1/3] bnxt_en: Add support to call FW to update a VNIC
` [PATCH net-next v2 2/3] bnxt_en: split rx ring helpers out from ring helpers
` [PATCH net-next v2 3/3] bnxt_en: implement netdev_queue_mgmt_ops

[PATCH net-next v11 0/7] add ethernet driver for Tehuti Networks TN40xx chips
 2024-06-18  5:16 UTC  (8+ messages)
` [PATCH net-next v11 1/7] PCI: Add Edimax Vendor ID to pci_ids.h
` [PATCH net-next v11 2/7] net: tn40xx: add pci driver for Tehuti Networks TN40xx chips
` [PATCH net-next v11 3/7] net: tn40xx: add register defines
` [PATCH net-next v11 4/7] net: tn40xx: add basic Tx handling
` [PATCH net-next v11 5/7] net: tn40xx: add basic Rx handling
` [PATCH net-next v11 6/7] net: tn40xx: add mdio bus support
` [PATCH net-next v11 7/7] net: tn40xx: add phylink support

[PATCH net-next v1 0/3] bnxt_en: implement netdev_queue_mgmt_ops
 2024-06-18  4:36 UTC  (4+ messages)
` [PATCH net-next v1 3/3] "

[PATCH net] ionic: fix kernel panic due to multi-buffer handling
 2024-06-18  4:14 UTC 

From : Miss.Samaan Nazira
 2024-06-18  3:39 UTC 

[TEST] TCP MD5 vs kmemleak
 2024-06-18  3:24 UTC  (2+ messages)

[PATCH 0/2] virtio_net: fixes for checksum offloading and XDP handling
 2024-06-18  3:15 UTC  (7+ messages)
` [PATCH 1/2] virtio_net: checksum offloading handling fix
` [PATCH 2/2] virtio_net: fixing XDP for fully checksummed packets handling

[syzbot] [net?] [virt?] upstream test error: KMSAN: uninit-value in receive_buf
 2024-06-18  2:56 UTC  (4+ messages)

[PATCH RESEND net-next v14 0/5] ethtool: provide the dim profile fine-tuning channel
 2024-06-18  2:56 UTC  (6+ messages)
` [PATCH RESEND net-next v14 1/5] linux/dim: move useful macros to .h file
` [PATCH RESEND net-next v14 2/5] dim: make DIMLIB dependent on NET
` [PATCH RESEND net-next v14 3/5] ethtool: provide customized dim profile management
` [PATCH RESEND net-next v14 4/5] dim: add new interfaces for initialization and getting results
` [PATCH RESEND net-next v14 5/5] virtio-net: support dim profile fine-tuning

[net PATCH] net: stmmac: No need to calculate speed divider when offload is disabled
 2024-06-18  2:31 UTC  (5+ messages)

[syzbot] [kvm?] general protection fault in get_work_pool (2)
 2024-06-18  2:22 UTC 

[PATCH net-next v15 00/14] net: Make timestamping selectable
 2024-06-18  1:50 UTC  (8+ messages)
` [PATCH net-next v15 02/14] net: Move dev_set_hwtstamp_phylib to net/core/dev.h
` [PATCH net-next v15 04/14] net: Make net_hwtstamp_validate accessible
` [PATCH net-next v15 13/14] net: ethtool: tsinfo: Add support for hwtstamp provider and get/set hwtstamp config

[PATCH net-next v5 00/15] virtio-net: support AF_XDP zero copy
 2024-06-18  1:40 UTC  (21+ messages)
` [PATCH net-next v5 08/15] virtio_net: sq support premapped mode
` [PATCH net-next v5 09/15] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v5 11/15] virtio_net: xsk: tx: support xmit xsk buffer

[PATCH net-next v3 0/4] virtio_net: enable the irq for ctrlq
 2024-06-18  1:29 UTC  (5+ messages)
` [PATCH net-next v3 4/4] virtio_net: improve dim command request efficiency

[patch net-next] virtio_net: add support for Byte Queue Limits
 2024-06-18  1:19 UTC  (14+ messages)

[PATCH net-next] net: mana: Use mana_cleanup_port_context() for rxq cleanup
 2024-06-18  1:10 UTC  (2+ messages)

[PATCH net-next] fou: remove warn in gue_gro_receive on unsupported protocol
 2024-06-18  1:10 UTC  (2+ messages)

[PATCH] net: dwc-xlgmac: fix missing MODULE_DESCRIPTION() warning
 2024-06-18  1:10 UTC  (4+ messages)

[PATCH net] ipv6: prevent possible NULL deref in fib6_nh_init()
 2024-06-18  1:10 UTC  (2+ messages)

[PATCH net] tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
 2024-06-18  1:10 UTC  (2+ messages)

[PATCH net] selftests: mptcp: userspace_pm: fixed subtest names
 2024-06-18  1:10 UTC  (2+ messages)

[PATCH net] ipv6: prevent possible NULL dereference in rt6_probe()
 2024-06-18  1:10 UTC  (2+ messages)

[PATCH net] xfrm6: check ip6_dst_idev() return value in xfrm6_get_saddr()
 2024-06-18  1:10 UTC  (2+ messages)

[PATCH net-next] net: sun3lance: Remove redundant assignment
 2024-06-18  1:00 UTC  (2+ messages)

[net-next PATCH 0/2] Fix maximum TX/RX frame sizes in ravb driver
 2024-06-18  0:07 UTC  (7+ messages)
` [net-next PATCH 1/2] net: ravb: Fix maximum MTU for GbEth devices
` [net-next PATCH 2/2] net: ravb: Fix R-Car RX frame size limit

[syzbot] [net?] [pm?] BUG: soft lockup in call_timer_fn
 2024-06-17 22:49 UTC 

[PATCH] Documentation: Remove the "rhash_entries=" from kernel-parameters.txt
 2024-06-17 22:24 UTC  (2+ messages)

[PATCH] Documentation: Remove "ltpc=" from the kernel-parameters.txt
 2024-06-17 22:15 UTC  (2+ messages)

[PATCH net-next v10 0/7] add ethernet driver for Tehuti Networks TN40xx chips
 2024-06-17 22:04 UTC  (3+ messages)

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-17 21:34 UTC  (14+ messages)

[PATCH ipsec-next v1 0/8] Add IP-TFS mode to xfrm
 2024-06-17 21:24 UTC  (11+ messages)
  ` [PATCH ipsec-next v2 0/17] "
          ` [devel-ipsec] "

[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
 2024-06-17 21:19 UTC  (12+ messages)

[PATCH net v3] net: do not leave a dangling sk pointer, when socket creation fails
 2024-06-17 21:15 UTC  (2+ messages)

[PATCH ipsec-next v4 00/18] Add IP-TFS mode to xfrm
 2024-06-17 20:53 UTC  (19+ messages)
` [PATCH ipsec-next v4 01/18] xfrm: config: add CONFIG_XFRM_IPTFS
` [PATCH ipsec-next v4 02/18] include: uapi: add ip_tfs_*_hdr packet formats
` [PATCH ipsec-next v4 03/18] include: uapi: add IPPROTO_AGGFRAG for AGGFRAG in ESP
` [PATCH ipsec-next v4 04/18] xfrm: sysctl: allow configuration of global default values
` [PATCH ipsec-next v4 05/18] xfrm: netlink: add config (netlink) options
` [PATCH ipsec-next v4 06/18] xfrm: add mode_cbs module functionality
` [PATCH ipsec-next v4 07/18] xfrm: add generic iptfs defines and functionality
` [PATCH ipsec-next v4 08/18] xfrm: iptfs: add new iptfs xfrm mode impl
` [PATCH ipsec-next v4 09/18] xfrm: iptfs: add user packet (tunnel ingress) handling
` [PATCH ipsec-next v4 10/18] xfrm: iptfs: share page fragments of inner packets
` [PATCH ipsec-next v4 11/18] xfrm: iptfs: add fragmenting of larger than MTU user packets
` [PATCH ipsec-next v4 12/18] xfrm: iptfs: add basic receive packet (tunnel egress) handling
` [PATCH ipsec-next v4 13/18] xfrm: iptfs: handle received fragmented inner packets
` [PATCH ipsec-next v4 14/18] xfrm: iptfs: add reusing received skb for the tunnel egress packet
` [PATCH ipsec-next v4 15/18] xfrm: iptfs: add skb-fragment sharing code
` [PATCH ipsec-next v4 16/18] xfrm: iptfs: handle reordering of received packets
` [PATCH ipsec-next v4 17/18] xfrm: iptfs: only send the NL attrs that corr. to the SA dir
` [PATCH ipsec-next v4 18/18] xfrm: iptfs: add tracepoint functionality

[PATCH net v2] net: do not leave a dangling sk pointer, when socket creation fails
 2024-06-17 20:44 UTC  (3+ messages)

[PATCH v3,net-next] net: mana: Add support for page sizes other than 4KB on ARM64
 2024-06-17 20:24 UTC  (2+ messages)

[PATCH net-next 0/3] net: handle the exp removal problem with ovs upcall properly
 2024-06-17 20:10 UTC  (3+ messages)
` [PATCH net-next 3/3] openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conntrack

[PATCH net-next v3 0/7] net: pse-pd: Add new PSE c33 features
 2024-06-17 19:57 UTC  (11+ messages)
` [PATCH net-next v3 1/7] net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended state
` [PATCH net-next v3 5/7] net: ethtool: Add new power limit get and set features


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