netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-06 14:04:41 to 2023-05-08 16:34:11 UTC [more...]

[PATCH 0/2] Correct fallback compatible for rtl8821cs bluetooth
 2023-05-08 16:34 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: net: realtek-bluetooth: Fix RTL8821CS binding
` [PATCH 2/2] arm64: dts: rockchip: Fix compatible for Bluetooth

[PATCH] virtio_net: set default mtu to 1500 when 'Device maximum MTU' bigger than 1500
 2023-05-08 16:25 UTC  (14+ messages)

[ANN] net-next is OPEN
 2023-05-08 16:23 UTC 

[PATCH net] inet_diag: fix inet_diag_msg_attrs_fill() for net_cls cgroup
 2023-05-08 16:21 UTC  (3+ messages)

[PATCH 09/22] wifi: iwlwifi: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-05-08 16:05 UTC  (4+ messages)
    ` [PATCH] wifi: iwlwifi: Use default @max_active for trans_pcie->rba.alloc_wq

[PATCH] dt-bindings: mt76: support pointing to EEPROM using NVMEM cell
 2023-05-08 16:02 UTC  (2+ messages)

[PATCH] Fix: Preserve /sys hierarchy in network namespaces
 2023-05-08 15:41 UTC  (2+ messages)

[PATCH net-next 1/1] net: stmmac: xgmac: add ethtool per-queue irq statistic support
 2023-05-08 15:14 UTC  (2+ messages)

[PATCH] wireless: ath: work around false-positive stringop-overread warning
 2023-05-08 15:07 UTC  (5+ messages)

[PATCH net v3] virtio_net: Fix error unwinding of XDP initialization
 2023-05-08 15:00 UTC  (5+ messages)

[PATCH net-next v2 00/11] net: stmmac: Convert to platform remove callback returning void
 2023-05-08 14:47 UTC  (13+ messages)
` [PATCH net-next v2 01/11] net: stmmac: Make stmmac_pltfr_remove() return void
` [PATCH net-next v2 02/11] net: stmmac: dwmac-visconti: Make visconti_eth_clock_remove() "
` [PATCH net-next v2 03/11] net: stmmac: dwmac-qcom-ethqos: Drop an if with an always false condition
` [PATCH net-next v2 04/11] net: stmmac: dwmac-visconti: Convert to platform remove callback returning void
` [PATCH net-next v2 05/11] net: stmmac: dwmac-dwc-qos-eth: "
` [PATCH net-next v2 06/11] net: stmmac: dwmac-qcom-ethqos: "
` [PATCH net-next v2 07/11] net: stmmac: dwmac-rk: "
` [PATCH net-next v2 08/11] net: stmmac: dwmac-sti: "
` [PATCH net-next v2 09/11] net: stmmac: dwmac-stm32: "
` [PATCH net-next v2 10/11] net: stmmac: dwmac-sun8i: "
` [PATCH net-next v2 11/11] net: stmmac: dwmac-tegra: "

[PATCH] RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescing
 2023-05-08 14:45 UTC  (5+ messages)

[RESEND PATCH v4 net 1/1] net: fec: correct the counting of XDP sent frames
 2023-05-08 14:38 UTC 

[PATCH RFC 0/2] introduce skb_frag_fill_page_desc()
 2023-05-08 14:31 UTC  (4+ messages)
` [PATCH RFC 1/2] net: introduce and use skb_frag_fill_page_desc()
` [PATCH RFC 2/2] net: remove __skb_frag_set_page()

[PATCH v4 1/1] net: fec: correct the counting of XDP sent frames
 2023-05-08 14:29 UTC 

[PATCH net 0/6] net/sched: Fixes for sch_ingress and sch_clsact
 2023-05-08 14:12 UTC  (15+ messages)
` [PATCH net 1/6] net/sched: sch_ingress: Only create under TC_H_INGRESS
` [PATCH net 2/6] net/sched: sch_clsact: Only create under TC_H_CLSACT
` [PATCH net 3/6] net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs
` [PATCH net 4/6] net/sched: Prohibit regrafting ingress or clsact Qdiscs
` [PATCH net 5/6] net/sched: Refactor qdisc_graft() for ingress and "
` [PATCH net 6/6] net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting

[PATCH net-next 00/12] ice: switchdev bridge offload
 2023-05-08 14:09 UTC  (5+ messages)
` [PATCH net-next 08/12] ice: Add VLAN FDB support in switchdev mode

[PATCH 0/6] bus: fsl-mc: Make remove function return void
 2023-05-08 13:43 UTC  (5+ messages)

[PATCH -next] net: nsh: Use correct mac_offset to unwind gso skb in nsh_gso_segment()
 2023-05-08 13:42 UTC 

[PATCH 00/11] leds: introduce new LED hw control APIs
 2023-05-08 13:11 UTC  (7+ messages)
` [PATCH 07/11] leds: trigger: netdev: reject interval and device store for hw_control

[PATCH] net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register
 2023-05-08 13:11 UTC  (2+ messages)

[PATCH ethtool 0/3] Fix issues found by gcc -fanalyze
 2023-05-08 12:48 UTC  (7+ messages)
` [PATCH ethtool 3/3] Fix potentinal null-pointer derference issues

[PATCH ethtool] Fix argc and argp handling issues
 2023-05-08 12:45 UTC 

[PATCH net-next v4 0/8] ice: support dynamic interrupt allocation
 2023-05-08 12:43 UTC  (9+ messages)
` [PATCH net-next v4 1/8] ice: move interrupt related code to separate file
` [PATCH net-next v4 2/8] ice: use pci_irq_vector helper function
` [PATCH net-next v4 3/8] ice: use preferred MSIX allocation api
` [PATCH net-next v4 4/8] ice: refactor VF control VSI interrupt handling
` [PATCH net-next v4 5/8] ice: remove redundant SRIOV code
` [PATCH net-next v4 6/8] ice: add individual interrupt allocation
` [PATCH net-next v4 7/8] ice: track interrupt vectors with xarray
` [PATCH net-next v4 8/8] ice: add dynamic interrupt allocation

[PATCH net v4 0/2] iavf: Fix issues when setting channels concurrency with removing
 2023-05-08 12:34 UTC  (8+ messages)
` [PATCH net v4 2/2] iavf: Fix out-of-bounds when setting channels on remove

[PATCH net] linux/dim: Do nothing if no time delta between samples
 2023-05-08 12:34 UTC  (3+ messages)

system hang on start-up (mlx5?)
 2023-05-08 12:29 UTC  (9+ messages)

[PATCH RFC v6 2/6] dpll: Add DPLL framework base functions
 2023-05-08 12:17 UTC  (11+ messages)

[PATCH bpf v7 00/13] bpf sockmap fixes
 2023-05-08 11:34 UTC  (7+ messages)
` [PATCH bpf v7 11/13] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v7 12/13] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v7 13/13] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[PATCH net] ice: block LAN in case of VF to VF offload
 2023-05-08 11:30 UTC  (3+ messages)

[PATCH 6.3 478/694] rxrpc: Fix error when reading rxrpc tokens
 2023-05-08  9:45 UTC 

[PATCH 0/4] Add GCC and RPMHCC support for sdx75
 2023-05-08 11:01 UTC  (4+ messages)
` [PATCH 1/4] clk: qcom: branch: Extend the invert logic for branch2 clocks

[syzbot] WARNING in print_tainted
 2023-05-08 10:57 UTC  (2+ messages)
` [syzbot] [ext4?] "

[PATCH 6.2 009/663] net: wwan: t7xx: do not compile with -Werror
 2023-05-08  9:44 UTC  (2+ messages)
` [PATCH 6.2 430/663] rxrpc: Fix error when reading rxrpc tokens

[PATCH 6.1 009/611] net: wwan: t7xx: do not compile with -Werror
 2023-05-08  9:47 UTC  (2+ messages)
` [PATCH 6.1 601/611] wifi: ath11k: synchronize ath11k_mac_he_gi_to_nl80211_he_gi()s return type

[Issue] Bonding can't show correct speed if lower interface is bond 802.3ad
 2023-05-08  9:26 UTC  (3+ messages)

[PATCH ipsec] xfrm: Ensure consistent address families when resolving templates
 2023-05-08  9:03 UTC  (11+ messages)
      ` [PATCH ipsec] xfrm: Reject optional tunnel/BEET mode templates in outbound policies
          ` [PATCH ipsec] af_key: "

[PATCH] ipvlan:Fix out-of-bounds caused by unclear skb->cb
 2023-05-08  8:47 UTC 

[PATCH] Fix grammar in ip-rule(8) man page
 2023-05-08  8:05 UTC 

[PATCH 2/2] net/mlx4: avoid overloading user/kernel pointers
 2023-05-08  7:10 UTC  (2+ messages)

[PATCH net-next] net: phy: dp83869: support mii mode when rgmii strap cfg is used
 2023-05-08  7:03 UTC 

[PATCH net] net: phy: dp83867: add w/a for packet errors seen with short cables
 2023-05-08  7:00 UTC 

[PATCH v4] virtio_net: suppress cpu stall when free_unused_bufs
 2023-05-08  6:47 UTC  (7+ messages)

[PATCH net-next v5 00/15] virtio_net: refactor xdp codes
 2023-05-08  6:46 UTC  (18+ messages)
` [PATCH net-next v5 01/15] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v5 02/15] virtio_net: introduce mergeable_xdp_get_buf()
` [PATCH net-next v5 03/15] virtio_net: optimize mergeable_xdp_get_buf()
` [PATCH net-next v5 04/15] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next v5 05/15] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next v5 06/15] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next v5 07/15] virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo
` [PATCH net-next v5 08/15] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next v5 09/15] virtio_net: merge: remove skip_xdp
` [PATCH net-next v5 10/15] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v5 11/15] virtio_net: small: remove the delta
` [PATCH net-next v5 12/15] virtio_net: small: avoid code duplication in xdp scenarios
` [PATCH net-next v5 13/15] virtio_net: small: remove skip_xdp
` [PATCH net-next v5 14/15] virtio_net: introduce receive_small_build_xdp
` [PATCH net-next v5 15/15] virtio_net: introduce virtnet_build_skb()

[RFC PATCH] SUNRPC: Fix UAF in svc_tcp_listen_data_ready()
 2023-05-08  6:28 UTC  (6+ messages)

[PATCH 0/9] fix softlockup in run_timer_softirq
 2023-05-08  6:21 UTC  (8+ messages)
` [PATCH 2/9] softirq: Use sched_clock() based timeout
` [PATCH 4/9] softirq: Allow early break
` [PATCH 7/9] softirq,net: Use softirq_needs_break()

[PATCH] revert: "softirq: Let ksoftirqd do its job"
 2023-05-08  6:17 UTC 

[PATCH 0/5] Bug fixes for net/handshake
 2023-05-08  5:51 UTC  (5+ messages)

[PATCH net-next 0/2] net: fix memcg overhead caused by sk->sk_forward_alloc size
 2023-05-08  2:08 UTC  (3+ messages)
` [PATCH net-next 1/2] net: Keep sk->sk_forward_alloc as a proper size
` [PATCH net-next 2/2] net: Add sysctl_reclaim_threshold

[PATCH ethtool] netlink: settings: fix netlink support when PLCA is not present
 2023-05-07 22:40 UTC  (2+ messages)

[PATCH ethtool] rxclass: Fix return code in rxclass_rule_ins
 2023-05-07 22:40 UTC  (2+ messages)

[PATCHv2 net 0/3] tipc: fix the mtu update in link mtu negotiation
 2023-05-07 21:46 UTC  (2+ messages)

[PATCH] net: ethernet: mtk_eth_soc: log clock enable errors
 2023-05-07 21:40 UTC 

[regression] Kernel OOPS on boot with Kernel 6.3(.1) and RTL8153 Gigabit Ethernet Adapter
 2023-05-07 18:32 UTC  (4+ messages)

[PATCH v8 7/7] PCI: Work around PCIe link training failures
 2023-05-07 18:33 UTC  (2+ messages)

pull-request: wireless-next-2023-03-30
 2023-05-07 16:32 UTC  (12+ messages)

[PATCH RFC v21 net-next] vmxnet3: Add XDP support
 2023-05-07 14:06 UTC 

[PATCH net] net: skb_partial_csum_set() fix against transport header magic value
 2023-05-07 14:00 UTC  (2+ messages)

[PATCH net] net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe()
 2023-05-07 14:00 UTC  (2+ messages)

[PATCH 0/2] can: esd_usb: Add support for esd CAN-USB/3 (CAN FD)
 2023-05-07  9:58 UTC  (3+ messages)
` [PATCH 2/2] can: esd_usb: Add support for esd CAN-USB/3

[PATCH V6] can: usb: f81604: add Fintek F81604 support
 2023-05-07  8:37 UTC  (2+ messages)

[PATCH v2 0/6] Bug fixes for net/handshake
 2023-05-07  8:27 UTC  (15+ messages)
` [PATCH v2 1/6] net/handshake: Remove unneeded check from handshake_dup()
` [PATCH v2 2/6] net/handshake: Fix handshake_dup() ref counting
` [PATCH v2 3/6] net/handshake: Fix uninitialized local variable
` [PATCH v2 4/6] net/handshake: handshake_genl_notify() shouldn't ignore @flags
` [PATCH v2 5/6] net/handshake: Unpin sock->file if a handshake is cancelled
` [PATCH v2 6/6] net/handshake: Enable the SNI extension to work properly

[PATCH] net:ethernet:freescale:dpaa2:Remove unnecessary (void*) conversions
 2023-05-07  8:16 UTC  (3+ messages)

[syzbot] [nfc?] WARNING in __do_kernel_fault (3)
 2023-05-07  2:09 UTC 

[PATCH v2 00/11] Make iscsid-kernel communications namespace-aware
 2023-05-07  2:01 UTC  (14+ messages)
` [PATCH 01/11] iscsi: create per-net iscsi netlink kernel sockets
` [PATCH 02/11] iscsi: associate endpoints with a host
` [PATCH 03/11] iscsi: sysfs filtering by network namespace
` [PATCH 04/11] iscsi: make all iSCSI netlink multicast namespace aware
` [PATCH 05/11] iscsi: check net namespace for all iscsi lookup
` [PATCH 06/11] iscsi: set netns for tcp and iser hosts
` [PATCH 07/11] iscsi: convert flashnode devices from bus to class
` [PATCH 08/11] iscsi: rename iscsi_bus_flash_* to iscsi_flash_*
` [PATCH 09/11] iscsi: filter flashnode sysfs by net namespace
` [PATCH 10/11] iscsi: make session and connection lists per-net
` [PATCH 11/11] iscsi: force destroy sesions when a network namespace exits

Mail delivery failed: returning message to sender
 2023-05-06 21:43 UTC 

[PATCH bpf-next v7 0/2] Introduce a new kfunc of bpf_task_under_cgroup
 2023-05-06 21:10 UTC  (2+ messages)

[PATCH net-next] net: openvswitch: Use struct_size()
 2023-05-06 18:12 UTC  (2+ messages)

[PATCH RFC 0/3] siw on tunnel devices
 2023-05-06 18:05 UTC  (5+ messages)
` [PATCH RFC 3/3] RDMA/siw: Require non-zero 6-byte MACs for soft iWARP

BUG: KASAN: stack-out-of-bounds in __ip_options_echo
 2023-05-06 17:18 UTC  (6+ messages)

[PATCH wireless] mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()
 2023-05-06 16:06 UTC  (2+ messages)

Quirks for exotic SFP module
 2023-05-06 14:04 UTC  (10+ messages)


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