Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-14 14:40:06 to 2023-09-15 12:53:50 UTC [more...]

[Bug][USB4NET] Potential Bug with USB4NET and Linux Bridging
 2023-09-15 12:53 UTC  (4+ messages)

[PATCH v2] net: thunderbolt: Fix TCPv6 GSO checksum calculation
 2023-09-15 12:50 UTC  (2+ messages)

[PATCH net] amd-xgbe: read STAT1 register twice to get correct value
 2023-09-15 12:41 UTC  (2+ messages)

[RFC PATCH 0/9] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-15 12:36 UTC  (17+ messages)
` [RFC PATCH 1/9] iov_iter: Fix some checkpatch complaints in kunit tests
` [RFC PATCH 2/9] iov_iter: Consolidate some of the repeated code into helpers
` [RFC PATCH 3/9] iov_iter: Consolidate the test vector struct in the kunit tests
` [RFC PATCH 4/9] iov_iter: Consolidate bvec pattern checking
` [RFC PATCH 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [RFC PATCH 6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [RFC PATCH 7/9] iov_iter: Add extract "
` [RFC PATCH 8/9] iov_iter: Add benchmarking kunit tests
` [RFC PATCH 9/9] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[PATCH net-next v3 1/2] pktgen: Automate flag enumeration for unknown flag handling
 2023-09-15 12:23 UTC  (2+ messages)
` [PATCH net-next v3 2/2] pktgen: Introducing 'SHARED' flag for testing with non-shared skb

[PATCH] net: sched: hfsc: dont intepret cls results when asked to drop
 2023-09-15 12:18 UTC 

[PATCH 2/4] dt-bindings: net: dsa: document internal MDIO bus
 2023-09-15 12:18 UTC  (14+ messages)

[PATCH net-next 0/5] vsock/test: add recv_buf()/send_buf() utility functions and some improvements
 2023-09-15 12:14 UTC  (6+ messages)
` [PATCH net-next 1/5] vsock/test: add recv_buf() utility function
` [PATCH net-next 2/5] vsock/test: use recv_buf() in vsock_test.c
` [PATCH net-next 3/5] vsock/test: add send_buf() utility function
` [PATCH net-next 4/5] vsock/test: use send_buf() in vsock_test.c
` [PATCH net-next 5/5] vsock/test: track bytes in MSG_PEEK test for SOCK_SEQPACKET

[PATCH] net: sched: drr: dont intepret cls results when asked to drop
 2023-09-15 10:41 UTC 

[PATCH] net: sched: htb: dont intepret cls results when asked to drop
 2023-09-15 10:56 UTC 

[PATCH net] xfrm6: fix inet6_dev refcount underflow problem
 2023-09-15 11:20 UTC 

[PATCH] net: sched: qfq: dont intepret cls results when asked to drop
 2023-09-15 10:50 UTC 

[PATCH v4 00/42] ep93xx device tree conversion
 2023-09-15 10:49 UTC  (4+ messages)
` [PATCH v4 21/42] dt-bindings: net: Add Cirrus EP93xx
` [PATCH v4 22/42] net: cirrus: add DT support for "

[PATCH net-next v6 0/2] net: stmmac: Tx coe sw fallback
 2023-09-15  9:54 UTC  (3+ messages)
` [PATCH net-next v6 1/2] dt-bindings: net: snps,dwmac: Tx coe unsupported
` [PATCH net-next v6 2/2] net: stmmac: Tx coe sw fallback

[PATCH net-next] ipv6: do not merge differe type and protocol routes
 2023-09-15 10:02 UTC  (14+ messages)

[PATCH net 0/5] There are some bugfix for the HNS3 ethernet driver
 2023-09-15  9:53 UTC  (6+ messages)
` [PATCH net 1/5] net: hns3: add cmdq check for vf periodic service task
` [PATCH net 2/5] net: hns3: fix GRE checksum offload issue
` [PATCH net 3/5] net: hns3: only enable unicast promisc when mac table full
` [PATCH net 4/5] net: hns3: fix fail to delete tc flower rules during reset issue
` [PATCH net 5/5] net: hns3: add 5ms delay before clear firmware reset irq source

[PATCH v5 0/3] Move Loongson1 MAC arch-code to the driver dir
 2023-09-15  9:57 UTC  (8+ messages)
` [PATCH v5 1/3] dt-bindings: mfd: syscon: Add compatibles for Loongson-1 syscon
` [PATCH v5 2/3] dt-bindings: net: Add Loongson-1 Ethernet Controller
` [PATCH v5 3/3] net: stmmac: Add glue layer for Loongson-1 SoC

[PATCH bpf-next v2 0/9] xsk: TX metadata
 2023-09-15  9:44 UTC  (14+ messages)
` [PATCH bpf-next v2 1/9] xsk: Support tx_metadata_len
` [PATCH bpf-next v2 2/9] xsk: add TX timestamp and TX checksum offload support
` [PATCH bpf-next v2 3/9] tools: ynl: print xsk-features from the sample
` [PATCH bpf-next v2 4/9] net/mlx5e: Implement AF_XDP TX timestamp and checksum offload
` [PATCH bpf-next v2 5/9] selftests/xsk: Support tx_metadata_len
` [PATCH bpf-next v2 6/9] selftests/bpf: Add csum helpers
` [PATCH bpf-next v2 7/9] selftests/bpf: Add TX side to xdp_metadata
` [PATCH bpf-next v2 8/9] selftests/bpf: Add TX side to xdp_hw_metadata
` [PATCH bpf-next v2 9/9] xsk: document tx_metadata_len layout

[PATCH net v1 1/1] net/core: Fix ETH_P_1588 flow dissector
 2023-09-15  9:50 UTC  (2+ messages)

[PATCH net-next 00/14] ipv6: round of data-races fixes
 2023-09-15  9:40 UTC  (30+ messages)
` [PATCH net-next 01/14] ipv6: lockless IPV6_UNICAST_HOPS implementation
` [PATCH net-next 02/14] ipv6: lockless IPV6_MULTICAST_LOOP implementation
` [PATCH net-next 03/14] ipv6: lockless IPV6_MULTICAST_HOPS implementation
` [PATCH net-next 04/14] ipv6: lockless IPV6_MTU implementation
` [PATCH net-next 05/14] ipv6: lockless IPV6_MINHOPCOUNT implementation
` [PATCH net-next 06/14] ipv6: lockless IPV6_RECVERR_RFC4884 implementation
` [PATCH net-next 07/14] ipv6: lockless IPV6_MULTICAST_ALL implementation
` [PATCH net-next 08/14] ipv6: lockless IPV6_AUTOFLOWLABEL implementation
` [PATCH net-next 09/14] ipv6: lockless IPV6_DONTFRAG implementation
` [PATCH net-next 10/14] ipv6: lockless IPV6_RECVERR implemetation
` [PATCH net-next 11/14] ipv6: move np->repflow to atomic flags
` [PATCH net-next 12/14] ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementation
` [PATCH net-next 13/14] ipv6: lockless IPV6_MTU_DISCOVER implementation
` [PATCH net-next 14/14] ipv6: lockless IPV6_FLOWINFO_SEND implementation

[net-next PATCH] octeontx2-pf: Enable PTP PPS output support
 2023-09-15  9:40 UTC  (2+ messages)

[PATCH net-next] net: dsa: rtl8366rb: Implement setting up link on CPU port
 2023-09-15  9:40 UTC  (2+ messages)

[PATCH] net: ti: icssg-prueth: add PTP dependency
 2023-09-15  9:40 UTC  (2+ messages)

[PATCH v4 05/13] iov: Move iterator functions to a header file
 2023-09-15  9:38 UTC  (4+ messages)
` [PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs

[PATCH v11 10/12] selftests/landlock: Add 11 new test suites dedicated to network
 2023-09-15  8:54 UTC  (8+ messages)
` [PATCH v11.1] "

[RFC PATCH net-next 0/3] sock: Be aware of memcg pressure on alloc
 2023-09-15  8:47 UTC  (3+ messages)
  `  "

[PATCH net] i40e: Fix VF VLAN offloading when port VLAN is configured
 2023-09-15  8:42 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH net v2 1/2] iavf: add iavf_schedule_aq_request() helper
 2023-09-15  8:40 UTC  (6+ messages)
` [PATCH net v2 2/2] iavf: schedule a request immediately after add/delete vlan
    ` [Intel-wired-lan] "
  ` [Intel-wired-lan] [PATCH net v2 1/2] iavf: add iavf_schedule_aq_request() helper

[PATCH net-next v2 0/6] net: stmmac: add and use library for setting clock
 2023-09-15  8:38 UTC  (20+ messages)
` [PATCH net-next 1/6] net: stmmac: add stmmac_set_tx_clk_gmii()
` [PATCH net-next 2/6] net: stmmac: imx: use stmmac_set_tx_clk_gmii()
` [PATCH net-next 3/6] net: stmmac: intel-plat: "
` [PATCH net-next 4/6] net: stmmac: rk: "
` [PATCH net-next 5/6] net: stmmac: starfive: "

[PATCH net-next v8 0/6] introduce page_pool_alloc() related API
 2023-09-15  8:28 UTC  (5+ messages)
` [PATCH net-next v8 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
` [PATCH net-next v8 2/6] page_pool: unify frag_count handling in page_pool_is_last_frag()

[net-next PATCH] octeon_ep: support to fetch firmware info
 2023-09-15  8:16 UTC 

[PATCH] [Intel-wired-lan][PATCH iwl-next v2] ice: store VF's pci_dev ptr in ice_vf
 2023-09-15  8:11 UTC  (3+ messages)
  ` [Intel-wired-lan] [PATCH] [PATCH "

[PATCH net] selftests: tls: swap the TX and RX sockets in some tests
 2023-09-15  6:50 UTC  (2+ messages)

[PATCH net] dmaengine: ti: k3-udma-glue: fix k3_udma_glue_tx_get_irq() error checking
 2023-09-15  6:45 UTC  (3+ messages)

Urgent Bug Report Kernel crash 6.5.2
 2023-09-15  6:45 UTC  (2+ messages)

[PATCH net v3 0/5] net: microchip: sparx5: Fix some memory leaks in vcap_api_kunit
 2023-09-15  6:40 UTC  (2+ messages)

[PATCH] net/qlcnic: fix possible use-after-free bugs in qlcnic_alloc_rx_skb()
 2023-09-15  5:45 UTC  (2+ messages)

[PATCH v3 net] ipv4: fix null-deref in ipv4_link_failure
 2023-09-15  5:12 UTC 

[PATCH net-next] ipv4/fib: send RTM_DELROUTE notify when flush fib
 2023-09-15  3:07 UTC  (16+ messages)

[PATCH net-next v3] net/core: Export dev_core_stats_*_inc()
 2023-09-15  2:00 UTC  (3+ messages)

[RFC PATCH net-next] net/smc: Introduce SMC-related proc files
 2023-09-15  1:58 UTC  (5+ messages)

[PATCH bpf-next v4 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-09-15  1:05 UTC  (3+ messages)

[PATCH] net: stmmac: fix incorrect rxq|txq_stats reference
 2023-09-15  0:53 UTC 

mv88e6xxx: Timeout waiting for EEPROM done
 2023-09-15  0:40 UTC  (6+ messages)

[PATCH net] net: prevent address overwrite in connect() and sendmsg()
 2023-09-15  0:21 UTC  (13+ messages)

[PATCH net-next 0/4] pds_core: add PCI reset handling
 2023-09-14 22:32 UTC  (5+ messages)
` [PATCH net-next 1/4] pds_core: check health in devcmd wait
` [PATCH net-next 2/4] pds_core: keep viftypes table across reset
` [PATCH net-next 3/4] pds_core: implement pci reset handlers
` [PATCH net-next 4/4] pds_core: add attempts to fix broken PCI

[PATCH] ionic: fix 16bit math issue when PAGE_SIZE >= 64KB
 2023-09-14 22:02 UTC  (6+ messages)
` [PATCH net v2] "

[[RFC PATCH v4 net-next] 0/2] net: dsa: hsr: Enable HSR HW offloading for KSZ9477
 2023-09-14 21:18 UTC  (13+ messages)

[PATCH net-next 0/7] net: phy: avoid race when erroring stopping PHY
 2023-09-14 18:39 UTC  (15+ messages)
` [PATCH net-next 1/7] net: phy: always call phy_process_state_change() under lock
` [PATCH net-next 2/7] net: phy: call phy_error_precise() while holding the lock
` [PATCH net-next 3/7] net: phy: move call to start aneg
` [PATCH net-next 4/7] net: phy: move phy_suspend() to end of phy_state_machine()
` [PATCH net-next 5/7] net: phy: move phy_state_machine()
` [PATCH net-next 6/7] net: phy: split locked and unlocked section of phy_state_machine()
` [PATCH net-next 7/7] net: phy: convert phy_stop() to use split state machine

[PATCH bpf-next] selftests/bpf: skip module_fentry_shadow test when bpf_testmod is not available
 2023-09-14 18:20 UTC  (3+ messages)

[PATCH] Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
 2023-09-14 18:08 UTC  (5+ messages)

[GIT PULL] Networking for 6.6-rc2
 2023-09-14 17:51 UTC  (3+ messages)

[PATCH net-next v2 2/3] ptp: support multiple timestamp event readers
 2023-09-14 17:12 UTC  (5+ messages)

[RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5
 2023-09-14 17:02 UTC  (20+ messages)
` [RFC bpf-next 01/23] ice: make RX hash reading code more reusable
  ` [xdp-hints] "
` [RFC bpf-next 07/23] ice: Support RX hash XDP hint
` [RFC bpf-next 09/23] xdp: Add VLAN tag hint
` [RFC bpf-next 10/23] ice: Implement "
  ` [xdp-hints] "
` [RFC bpf-next 11/23] ice: use VLAN proto from ring packet context in skb path
` [RFC bpf-next 12/23] xdp: Add checksum hint

[PATCH bpf-next v4 00/10] seltests/xsk: various improvements to xskxceiver
 2023-09-14 17:00 UTC  (2+ messages)

[syzbot] [sctp?] [reiserfs?] KMSAN: uninit-value in __schedule (4)
 2023-09-14 16:06 UTC  (3+ messages)

[PATCH net-next v8 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations
 2023-09-14 15:43 UTC  (8+ messages)
` [PATCH net-next v8 4/4] vsock/virtio: MSG_ZEROCOPY flag support

[PATCH net-next] ipv4: igmp: Remove redundant comparison in igmp_mcf_get_next()
 2023-09-14 15:40 UTC  (2+ messages)

[PATCH net-next] ipv6: mcast: Remove redundant comparison in igmp6_mcf_get_next()
 2023-09-14 15:40 UTC  (2+ messages)

[PATCH iproute2-next 0/2] configure: add support for color
 2023-09-14 15:30 UTC  (2+ messages)

[PATCH net-next] sfc: make coding style of PTP addresses consistent with core
 2023-09-14 15:19 UTC 

[PATCH net-next v3 0/6] bridge: Add a limit on learned FDB entries
 2023-09-14 15:15 UTC  (3+ messages)
` [PATCH net-next v3 3/6] net: bridge: Track and limit dynamically "

IPv6 address scope not set to operator-configured value
 2023-09-14 14:43 UTC  (2+ messages)

[PATCH net-next v7 00/13] Add Realtek automotive PCIe driver
 2023-09-14 14:42 UTC  (4+ messages)
` [PATCH net-next v7 01/13] net:ethernet:realtek:rtase: Add pci table supported in this module

[PATCH net-next 00/15] Add WED support for MT7988 chipset
 2023-09-14 14:38 UTC  (2+ messages)
` [PATCH net-next 15/15] net: ethernet: mtk_wed: debugfs: add WED 3.0 debugfs entries


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 read-only IMAP folder(s) and NNTP newsgroup(s).