netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-05 14:07:56 to 2024-07-08 03:37:31 UTC [more...]

[PATCH net] net: bridge: mst: Check vlan state for egress decision
 2024-07-08  3:37 UTC  (3+ messages)

[PATCH] net: fix rc7's __skb_datagram_iter()
 2024-07-08  3:00 UTC 

[PATCH net-next v3 1/1] net: phy: microchip: lan937x: add support for 100BaseTX PHY
 2024-07-08  2:39 UTC  (2+ messages)

[PATCH net-next v7 00/10] virtio-net: support AF_XDP zero copy
 2024-07-08  1:11 UTC  (3+ messages)

[PATCH bpf v3 0/4] af_unix: MSG_OOB handling fix & selftest
 2024-07-07 21:28 UTC  (5+ messages)
` [PATCH bpf v3 1/4] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
` [PATCH bpf v3 2/4] selftest/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()
` [PATCH bpf v3 3/4] selftest/bpf: Parametrize AF_UNIX redir functions to accept send() flags
` [PATCH bpf v3 4/4] selftest/bpf: Test sockmap redirect for AF_UNIX MSG_OOB

[PATCH bpf v2] af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
 2024-07-07 23:10 UTC  (6+ messages)

[PATCH] iproute_lwtunnel: Add check for result of get_u32 function
 2024-07-07 21:22 UTC  (2+ messages)

[PATCH v3 iproute2 0/4] Multiple Spanning Tree (MST) Support
 2024-07-07 21:16 UTC  (8+ messages)

[PATCH] q_tbf: Fix potential static-overflow in tbf_print_opt
 2024-07-07 17:55 UTC 

[PATCH] f_flower: Remove always zero checks
 2024-07-07 17:27 UTC 

[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
 2024-07-07 17:12 UTC  (10+ messages)
` [PATCH net-next v9 10/13] mm: page_frag: introduce prepare/probe/commit API

[PATCH 0/6] use device_for_each_child_node() to access device child nodes
 2024-07-07 17:01 UTC  (13+ messages)
` [PATCH 1/6] device property: document device_for_each_child_node macro
` [PATCH 2/6] hwmon: (ltc2992) use device_for_each_child_node_scoped() to access child nodes
` [PATCH 3/6] leds: bd2606mvv: use device_for_each_child_node() to access device "
` [PATCH 4/6] leds: is31fl319x: use device_for_each_child_node_scoped() to access "
` [PATCH 5/6] leds: pca995x: use device_for_each_child_node() to access device "
` [PATCH 6/6] net: mvpp2: "

[PATCH net v2 0/4] vrf: fix source address selection with route leak
 2024-07-07 17:01 UTC  (9+ messages)
` [PATCH net v2 1/4] ipv4: "
` [PATCH net v2 2/4] ipv6: "
` [PATCH net v2 3/4] ipv6: take care of scope when choosing the src addr
` [PATCH net v2 4/4] selftests: vrf_route_leaking: add local ping test

[PATCH iproute2-next 0/3] minor improvements to makefile, devlink
 2024-07-07 16:50 UTC  (4+ messages)
` [PATCH iproute2-next 3/3] Makefile: support building from subdirectories

[PATCH [net] v2 0/1] net: ethernet: lantiq_etop: fix double free in detach
 2024-07-07 16:17 UTC  (2+ messages)
` [PATCH [net] v2 1/1] "

xdp/xsk.c: Possible bug in xdp_umem_reg version check
 2024-07-07 15:05 UTC 

[net-next PATCH v3 00/15] eth: fbnic: Add network driver for Meta Platforms Host Network Interface
 2024-07-07 14:43 UTC  (13+ messages)
` [net-next PATCH v3 08/15] eth: fbnic: Implement Tx queue alloc/start/stop/free
` [net-next PATCH v3 11/15] eth: fbnic: Add link detection

[PATCH] net: ethernet: lantiq_etop: fix double free in detach
 2024-07-07 14:43 UTC  (2+ messages)

[PATCH net-next v13 00/15] stmmac: Add Loongson platform support
 2024-07-07 13:57 UTC  (11+ messages)
` [PATCH net-next v13 14/15] net: stmmac: dwmac-loongson: Add Loongson GNET support

[PATCH 0/4] Add support for Amlogic HCI UART
 2024-07-07 13:11 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth
` [PATCH 2/4] Bluetooth: hci_uart: Add support for Amlogic HCI UART
` [PATCH 3/4] arm64: defconfig: Enable hci_uart for Amlogic Bluetooth
` [PATCH 4/4] MAINTAINERS: Add an entry for Amlogic HCI UART

[PATCH iwl-net v2 0/3] igc bug fixes related to qbv_count usage
 2024-07-07 12:53 UTC  (4+ messages)
` [PATCH iwl-net v2 1/3] igc: Fix qbv_config_change_errors logics
` [PATCH iwl-net v2 2/3] igc: Fix reset adapter logics when tx mode change
` [PATCH iwl-net v2 3/3] igc: Fix qbv tx latency by setting gtxoffset

[PATCH net-next v16 00/14] net: Make timestamping selectable
 2024-07-07 12:55 UTC  (17+ messages)
` [PATCH net-next v16 01/14] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
` [PATCH net-next v16 02/14] net: Make dev_get_hwtstamp_phylib accessible
` [PATCH net-next v16 03/14] net: Make net_hwtstamp_validate accessible
` [PATCH net-next v16 04/14] net: Change the API of PHY default timestamp to MAC
` [PATCH net-next v16 05/14] net: net_tstamp: Add unspec field to hwtstamp_source enumeration
` [PATCH net-next v16 06/14] net: Add struct kernel_ethtool_ts_info
` [PATCH net-next v16 07/14] ptp: Add phc source and helpers to register specific PTP clock or get information
` [PATCH net-next v16 08/14] net: Add the possibility to support a selected hwtstamp in netdevice
` [PATCH net-next v16 09/14] net: netdevsim: ptp_mock: Convert to netdev_ptp_clock_register
` [PATCH net-next v16 10/14] net: macb: "
` [PATCH net-next v16 11/14] net: ptp: Move ptp_clock_index() to builtin symbol
` [PATCH net-next v16 12/14] net: ethtool: tsinfo: Add support for reading tsinfo for a specific hwtstamp provider
` [PATCH net-next v16 13/14] net: ethtool: Add support for tsconfig command to get/set hwtstamp config
` [PATCH net-next v16 14/14] netlink: specs: Enhance tsinfo netlink attributes and add a tsconfig set command

[PATCH net-next v13 06/15] net: stmmac: dwmac-loongson: Detach GMAC-specific platform data init
 2024-07-07 10:40 UTC  (13+ messages)

[PATCH net-next] selftests: forwarding: Make vxlan-bridge-1d pass on debug kernels
 2024-07-07  9:54 UTC 

[PATCH v1 net 00/11] af_unix: Fix bunch of MSG_OOB bugs and add new tests
 2024-07-06  9:38 UTC  (5+ messages)
` [PATCH v1 net 03/11] af_unix: Stop recv(MSG_PEEK) at consumed OOB skb

ethtool fails to read some QSFP+ modules
 2024-07-07  8:35 UTC  (6+ messages)

[PATCH nf] netfilter: nf_tables: unconditionally flush pending work before notifier
 2024-07-07  8:08 UTC  (3+ messages)

[PATCH] Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()" for linux-6.6.37
 2024-07-07  7:34 UTC  (3+ messages)

[PATCH 0/6] Bluetooth: hci_qca: use the power sequencer for wcn7850
 2024-07-06 23:27 UTC  (9+ messages)
` [PATCH 1/6] dt-bindings: bluetooth: qualcomm: describe the inputs from PMU "
` [PATCH 2/6] Bluetooth: hci_qca: schedule a devm action for disabling the clock
` [PATCH 3/6] Bluetooth: hci_qca: unduplicate calls to hci_uart_register_device()
` [PATCH 4/6] Bluetooth: hci_qca: make pwrseq calls the default if available
` [PATCH 5/6] Bluetooth: hci_qca: use the power sequencer for wcn7850 and wcn6855
` [PATCH 6/6] arm64: dts: qcom: sm8650-qrd: use the PMU to power up bluetooth

[PATCH net-next v3 0/4] net: phy: aquantia: enable support for aqr115c
 2024-07-06 18:26 UTC  (4+ messages)

[PATCH] netfilter: conntrack: tcp: do not lower timeout to CLOSE for in-window RSTs
 2024-07-06 17:04 UTC  (4+ messages)

[PATCH iwl-net v2 1/1] igc: Fix packet still tx after gate close by reducing i226 MAC retry buffer
 2024-07-06 15:38 UTC 

[PATCH net] octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_availability()
 2024-07-06 15:28 UTC  (2+ messages)

[RFC PATCH v3] ptp: Add vDSO-style vmclock support
 2024-07-06 15:14 UTC 

[syzbot] [net?] possible deadlock in team_del_slave (3)
 2024-07-06 15:01 UTC  (3+ messages)
` [PATCH net,v2] team: Fix ABBA deadlock caused by race in team_del_slave

[PATCH net-next v2] ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sched_add_node()
 2024-07-06 14:48 UTC  (2+ messages)

[PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
 2024-07-06 14:26 UTC  (3+ messages)

[PATCH net-next 0/5] selftests: drv-net: rss_ctx: more tests
 2024-07-06 14:03 UTC  (7+ messages)
` [PATCH net-next 1/5] selftests: drv-net: rss_ctx: fix cleanup in the basic test
` [PATCH net-next 3/5] selftests: drv-net: rss_ctx: test queue changes vs user RSS config
` [PATCH net-next 4/5] selftests: drv-net: rss_ctx: check behavior of indirection table resizing

[syzbot] [net?] [bpf?] general protection fault in dev_map_redirect
 2024-07-06 13:38 UTC  (4+ messages)
` [syzbot] [bpf?] [net?] "

[PATCH net-next v2 0/5] netdev_features: start cleaning netdev_features_t up
 2024-07-06 13:29 UTC  (3+ messages)
` [PATCH net-next v2 3/5] netdev_features: convert NETIF_F_LLTX to dev->lltx

[PATCH] Support for segment offloading on software interfaces for packets from virtual machine guests without the SKB_GSO_UDP_L4 flag
 2024-07-06 13:06 UTC  (2+ messages)

[PATCH v5 net-next 0/2] Introduce EN7581 ethernet support
 2024-07-06 12:58 UTC  (6+ messages)
` [PATCH v5 net-next 2/2] net: airoha: Introduce ethernet support for EN7581 SoC

[PATCH net-next] udp: Remove duplicate included header file trace/events/udp.h
 2024-07-06 12:13 UTC  (2+ messages)

[PATCH v3] net: ks8851: Fix deadlock with the SPI chip variant
 2024-07-06 10:13 UTC 

[PATCH net] ice: Adjust memory overrun in ice_sched_add_root_node() and ice_sched_add_node()
 2024-07-06  9:52 UTC  (2+ messages)

[PATCH] net: ppp: reject claimed-as-LCP but actually malformed packets
 2024-07-06  9:35 UTC  (2+ messages)

[PATCH v2] net: ks8851: Fix deadlock with the SPI chip variant
 2024-07-06  9:27 UTC  (5+ messages)

[PATCH net-next 07/10] net/mlx5: Implement PTM cross timestamping support
 2024-07-06  9:26 UTC  (2+ messages)

[GIT PULL] MHI changes for v6.11
 2024-07-06  9:17 UTC  (2+ messages)

[syzbot] [net?] [s390?] possible deadlock in smc_shutdown
 2024-07-06  9:00 UTC 

[RFC PATCH v3 0/7] Add virtio_rtc module and related changes
 2024-07-06  7:50 UTC  (19+ messages)
  ` [RFC PATCH v2] ptp: Add vDSO-style vmclock support

[PATCH -next] gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey
 2024-07-06  6:50 UTC 

[PATCH net-next] net: tn40xx: add per queue netdev-genl stats support
 2024-07-06  6:43 UTC 

[PATCH net v2 1/1] ethtool: netlink: do not return SQI value if link is down
 2024-07-06  5:49 UTC 

[syzbot] [bpf?] [net?] stack segment fault in dev_hash_map_redirect
 2024-07-06  5:08 UTC  (2+ messages)

[syzbot] [bpf?] [net?] stack segment fault in bpf_xdp_redirect
 2024-07-06  3:39 UTC  (2+ messages)

[PATCH bpf-next v6 0/3] Add 12-argument support for RV64 bpf trampoline
 2024-07-06  2:28 UTC  (4+ messages)
` [PATCH bpf-next v6 1/3] riscv, bpf: "

[PATCH net-next v6 0/7] net: pse-pd: Add new PSE c33 features
 2024-07-06  1:50 UTC  (4+ messages)
` [PATCH net-next v6 5/7] net: ethtool: Add new power limit get and set features

[PATCH net v2] net/sched: Fix UAF when resolving a clash
 2024-07-06  1:42 UTC  (4+ messages)

[PATCH net] tcp: fix incorrect undo caused by DSACK of TLP retransmit
 2024-07-06  1:30 UTC  (2+ messages)

[PATCH net-next v3 0/6] net: ethernet: ti: am65-cpsw: Add multi queue RX support
 2024-07-06  1:15 UTC  (3+ messages)
` [PATCH net-next v3 1/6] net: ethernet: ti: am65-cpsw: Introduce multi queue Rx

[PATCH net-next v9 00/10] net: openvswitch: Add sample multicasting
 2024-07-06  1:10 UTC  (2+ messages)

[PATCH net v1 1/1] ethtool: netlink: do not return SQI value if link is down
 2024-07-06  1:00 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_eth_soc: implement .{get,set}_pauseparam ethtool ops
 2024-07-06  0:50 UTC  (2+ messages)

[PATCH net 0/4] wireguard fixes for 6.10-rc7
 2024-07-06  0:50 UTC  (2+ messages)

[PATCH v3] net: ethernet: mtk_ppe: Change PPE entries number to 16K
 2024-07-06  0:50 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] selftests/bpf: new MPTCP subflow subtest
 2024-07-06  0:25 UTC  (5+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: Add mptcp pm_nl_ctl link

[PATCH net] net: bcmasp: Fix error code in probe()
 2024-07-06  0:20 UTC  (3+ messages)

[PATCH 0/4] net: constify struct regmap_bus/regmap_config
 2024-07-06  0:10 UTC  (2+ messages)

[PATCH v3 net-next] tun: Assign missing bpf_net_context
 2024-07-06  0:10 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mediatek: Allow gaps in MAC allocation
 2024-07-06  0:00 UTC  (2+ messages)

[net-next,PATCH] dt-bindings: net: realtek,rtl82xx: Document RTL8211F LED support
 2024-07-05 21:51 UTC 

[PATCH iwl-next v4 0/4] igb: Add support for AF_XDP zero-copy
 2024-07-05 21:22 UTC  (5+ messages)
  ` [Intel-wired-lan] "

[PATCH v1 1/2] Landlock: Add signal control
 2024-07-05 21:21 UTC  (2+ messages)
` [PATCH v1 2/2] Landlock: Signal scoping tests

[PATCH net-next 0/3] bnxt_en: address string truncation
 2024-07-05 19:09 UTC  (9+ messages)
` [PATCH net-next 1/3] bnxt_en: check for fw_ver_str truncation
` [PATCH net-next 2/3] bnxt_en: check for irq name truncation

[PATCH 0/2] Landlock: Add abstract unix socket connect reastriction
 2024-07-05 18:58 UTC 

[PATCH net-next] bnxt_en: fix kernel panic in queue api functions
 2024-07-05 18:42 UTC  (2+ messages)

[PATCH iwl-net v1 0/4] igc bug fixes related to qbv_count usage
 2024-07-05 16:58 UTC  (10+ messages)
` [PATCH iwl-net v1 1/4] igc: Fix qbv_config_change_errors logics
` [PATCH iwl-net v1 2/4] igc: Fix reset adapter logics when tx mode change
` [PATCH iwl-net v1 3/4] igc: Remove unused qbv_count

[syzbot] [kernel?] WARNING in emulate_vsyscall (2)
 2024-07-05 16:53 UTC 

[GIT PULL] Networking for v6.10-rc7
 2024-07-05 16:50 UTC  (2+ messages)
` e1000e regressions reg. suspend and resume (was: Re: [GIT PULL] Networking for v6.10-rc7)

[PATCH iproute] route: filter by interface on multipath routes
 2024-07-05 16:50 UTC  (2+ messages)

[PATCH net-next v2 1/1] net: phy: microchip: lan937x: add support for 100BaseTX PHY
 2024-07-05 15:52 UTC  (3+ messages)

[PATCH net-next] net: tls: Pass union tls_crypto_context pointer to memzero_explicit
 2024-07-05 15:21 UTC  (3+ messages)

[PATCH net] team: Fix ABBA deadlock caused by race in team_del_slave
 2024-07-05 15:19 UTC  (3+ messages)
` [syzbot] [net?] possible deadlock in team_del_slave (3)

[PATCH v10 0/4] net: phy: bcm5481x: add support for BroadR-Reach mode
 2024-07-05 14:51 UTC  (5+ messages)
` [PATCH v10 3/4] dt-bindings: ethernet-phy: add optional brr-mode flag

[PATCH net-next] net: page_pool: fix warning code
 2024-07-05 14:44 UTC  (8+ messages)

[PATCH net-next v2 1/1] net: dsa: microchip: lan9371/2: update MAC capabilities for port 4
 2024-07-05 14:33 UTC  (2+ messages)

[PATCH net-next v1] net: stmmac: xgmac: add support for HW-accelerated VLAN stripping
 2024-07-05 14:07 UTC  (2+ 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).