netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-22 09:50:20 to 2023-09-23 12:22:06 UTC [more...]

[PATCH 00/14] Batch 1: Annotate structs with __counted_by
 2023-09-23 12:09 UTC  (28+ messages)
` [PATCH 01/14] ipv4: Annotate struct fib_info "
` [PATCH 02/14] ipv4/igmp: Annotate struct ip_sf_socklist "
` [PATCH 03/14] ipv6: Annotate struct ip6_sf_socklist "
` [PATCH 04/14] net: hns: Annotate struct ppe_common_cb "
` [PATCH 05/14] net: enetc: Annotate struct enetc_int_vector "
` [PATCH 06/14] net: hisilicon: Annotate struct rcb_common_cb "
` [PATCH 07/14] net: mana: Annotate struct mana_rxq "
` [PATCH 08/14] net: ipa: Annotate struct ipa_power "
` [PATCH 09/14] net: mana: Annotate struct hwc_dma_buf "
` [PATCH 10/14] net: openvswitch: Annotate struct dp_meter_instance "
` [PATCH 11/14] net: enetc: Annotate struct enetc_psfp_gate "
` [PATCH 12/14] net: openvswitch: Annotate struct dp_meter "
` [PATCH 13/14] net: tulip: Annotate struct mediatable "
` [PATCH 14/14] net: sched: Annotate struct tc_pedit "

[PATCH net-next] iavf: Avoid a memory allocation in iavf_print_link_message()
 2023-09-23 12:17 UTC 

question: ip link "dev" keyword deprecated?
 2023-09-23 12:09 UTC 

[PATCH] net: phonet: Add error handling in phonet_device_init
 2023-09-23 11:58 UTC 

[PATCH net-next 0/4] tcp_metrics: four fixes
 2023-09-23 11:09 UTC  (9+ messages)
` [PATCH net-next 1/4] tcp_metrics: add missing barriers on delete
` [PATCH net-next 2/4] tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()
` [PATCH net-next 3/4] tcp_metrics: do not create an entry from tcp_init_metrics()
` [PATCH net-next 4/4] tcp_metrics: optimize tcp_metrics_flush_all()

[PATCH v5 00/11] iov_iter: Convert the iterator macros into inline funcs
 2023-09-23 10:31 UTC  (8+ messages)
` [PATCH v5 05/11] iov_iter: Convert iterate*() to "

question about BPF sk_skb_stream_verdict redirect and poll/epoll events
 2023-09-23  9:36 UTC  (2+ messages)

[PATCH net-next 00/18] net/smc: implement virtual ISM extension and loopback-ism
 2023-09-23  9:24 UTC  (6+ messages)
` [PATCH net-next 01/18] net/smc: decouple ism_dev from SMC-D device dump

[PATCH net-next v2 00/10] define and enforce phylink bindings
 2023-09-23  7:51 UTC  (9+ messages)

[PATCH bpf-next v5 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
 2023-09-23  5:19 UTC  (2+ messages)

[PATCH] mac80211: fix station hash table max_size config dependency
 2023-09-23  3:28 UTC 

[PATCH net-next 1/1] net: stmmac: xgmac: EST interrupts handling
 2023-09-23  3:10 UTC 

新規事業としての結婚相談所 説明会
 2023-09-23  0:02 UTC 

[PATCH net] ipv6: tcp: add a missing nf_reset_ct() in 3WHS handling
 2023-09-22 23:53 UTC  (2+ messages)

[syzbot] [net?] memory leak in tcp_md5_do_add
 2023-09-22 22:29 UTC  (7+ messages)

[PATCH bpf-next v5 0/9] Add cgroup sockaddr hooks for unix sockets
 2023-09-22 22:04 UTC  (5+ messages)
` [PATCH bpf-next v5 4/9] bpf: Implement "
` [PATCH bpf-next v5 9/9] selftests/bpf: Add tests for cgroup unix socket address hooks

[PATCH v6 00/30] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-09-22 21:22 UTC  (7+ messages)
` [PATCH v6 08/30] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC
` [PATCH v6 25/30] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer

[PATCH net] net: ensure all external references are released in deferred skbuffs
 2023-09-22 21:09 UTC  (4+ messages)

[PATCH] NFSD: convert write_threads and write_v4_end_grace to netlink commands
 2023-09-22 20:49 UTC  (11+ messages)

[net-next PATCH 1/3] net: introduce napi_is_scheduled helper
 2023-09-22 20:02 UTC  (6+ messages)
` [net-next PATCH 2/3] net: stmmac: improve TX timer arm logic
` [net-next PATCH 3/3] net: stmmac: increase TX coalesce timer to 5ms

[PATCH v6 00/13] iov_iter: Convert the iterator macros into inline funcs
 2023-09-22 18:51 UTC  (16+ messages)
` [PATCH v6 01/13] iov_iter: Remove last_offset from iov_iter as it was for ITER_PIPE
` [PATCH v6 02/13] iov_iter: Be consistent about the __user tag on copy_mc_to_user()
` [PATCH v6 03/13] sound: Fix snd_pcm_readv()/writev() to use iov access functions
` [PATCH v6 04/13] infiniband: Use user_backed_iter() to see if iterator is UBUF/IOVEC
` [PATCH v6 05/13] iov_iter: Renumber ITER_* constants
` [PATCH v6 06/13] iov_iter: Derive user-backedness from the iterator type
` [PATCH v6 07/13] iov_iter: Convert iterate*() to inline funcs
` [PATCH v6 08/13] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
` [PATCH v6 09/13] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v6 10/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v6 11/13] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v6 12/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v6 13/13] iov_iter, net: Move hash_and_copy_to_iter() to net/

[PATCH v3 0/3] mlxbf_gige: Fix several bugs
 2023-09-22 17:48 UTC  (7+ messages)
` [PATCH v3 1/3] mlxbf_gige: Fix kernel panic at shutdown
` [PATCH v3 2/3] mlxbf_gige: Fix intermittent no ip issue
` [PATCH v3 3/3] mlxbf_gige: Enable the GigE port in mlxbf_gige_open

[PATCH net-next] tcp: Dump bound-only sockets in inet_diag
 2023-09-22 17:47 UTC  (2+ messages)

[PATCH net-next 0/3] mlxsw: Provide enhancements and new feature
 2023-09-22 17:18 UTC  (4+ messages)
` [PATCH net-next 1/3] mlxsw: reg: Limit MTBR register payload to a single data record
` [PATCH net-next 2/3] mlxsw: core: Extend allowed list of external cooling devices for thermal zone binding
` [PATCH net-next 3/3] mlxsw: i2c: Utilize standard macros for dividing buffer into chunks

[PATCH iwl-next] idpf: set scheduling mode for completion queue
 2023-09-22 17:05 UTC  (2+ messages)

[PATCH v2] sky2: Make sure there is at least one frag_addr available
 2023-09-23  0:59 UTC  (2+ messages)

[PATCH net-next 0/8] net: more data-races fixes and lockless socket options
 2023-09-22 16:56 UTC  (2+ messages)

[PATCH net-next 0/3] tcp: add tcp_delack_max()
 2023-09-22 16:51 UTC  (9+ messages)
` [PATCH net-next 3/3] tcp: derive delack_max from rto_min

[PATCH] [iwl-net] Revert "igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksettings"
 2023-09-22 16:38 UTC 

[PATCH net-next v5 0/7] Add MACsec support for TJA11XX C45 PHYs
 2023-09-22 15:54 UTC  (4+ messages)
` [PATCH net-next v5 3/7] net: macsec: indicate next pn update when offloading

[PATCH net-next] can: sja1000: Fix comment
 2023-09-22 15:51 UTC 

[PATCHv4 net] ipv4/fib: send notify when delete source address routes
 2023-09-22 15:51 UTC  (2+ messages)

[PATCH wpan-next v4 00/11] ieee802154: Associations between devices
 2023-09-22 15:50 UTC  (12+ messages)
` [PATCH wpan-next v4 01/11] ieee802154: Let PAN IDs be reset
` [PATCH wpan-next v4 02/11] ieee802154: Internal PAN management
` [PATCH wpan-next v4 03/11] ieee802154: Add support for user association requests
` [PATCH wpan-next v4 04/11] mac802154: Handle associating
` [PATCH wpan-next v4 05/11] ieee802154: Add support for user disassociation requests
` [PATCH wpan-next v4 06/11] mac802154: Handle disassociations
` [PATCH wpan-next v4 07/11] mac802154: Handle association requests from peers
` [PATCH wpan-next v4 08/11] ieee802154: Add support for limiting the number of associated devices
` [PATCH wpan-next v4 09/11] mac802154: Follow "
` [PATCH wpan-next v4 10/11] mac802154: Handle disassociation notifications from peers
` [PATCH wpan-next v4 11/11] ieee802154: Give the user the association list

[PATCH net] can: sja1000: Always restart the Tx queue after an overrun
 2023-09-22 15:47 UTC 

[PATCH wpan-next v3 00/11] ieee802154: Associations between devices
 2023-09-22 15:19 UTC  (6+ messages)
` [PATCH wpan-next v3 02/11] ieee802154: Internal PAN management

[PATCH net-next v3 0/8] net: dsa: vsc73xx: Make vsc73xx usable
 2023-09-22 14:26 UTC  (4+ messages)
` [PATCH net-next v3 5/8] net: dsa: vsc73xx: Add vlan filtering

[PATCH net-next 0/3] net/intel: fix link-time undefined reference errors
 2023-09-22 13:58 UTC  (4+ messages)
` [PATCH net-next 2/3] ice: fix undefined references from DPLL code when !CONFIG_PTP_1588_CLOCK

[PATCH v6 net-next 0/5] net: dsa: hsr: Enable HSR HW offloading for KSZ9477
 2023-09-22 13:31 UTC  (6+ messages)
` [PATCH v6 net-next 1/5] net: dsa: propagate extack to ds->ops->port_hsr_join()
` [PATCH v6 net-next 2/5] net: dsa: notify drivers of MAC address changes on user ports
` [PATCH v6 net-next 3/5] net: dsa: tag_ksz: Extend ksz9477_xmit() for HSR frame duplication
` [PATCH v6 net-next 4/5] net: dsa: microchip: move REG_SW_MAC_ADDR to dev->info->regs[]
` [PATCH v6 net-next 5/5] net: dsa: microchip: Enable HSR offloading for KSZ9477

[PATCH v2 net-next 0/8] inet: more data-race fixes
 2023-09-22 13:07 UTC  (3+ messages)
` [PATCH v2 net-next 3/8] inet: implement lockless IP_TOS

[PATCH v3 net] net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absent
 2023-09-22 12:47 UTC 

[PATCH] net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimers
 2023-09-22 12:19 UTC 

[PATCH net-next v3 00/18] net/smc: implement virtual ISM extension and loopback-ism
 2023-09-22 12:18 UTC  (4+ messages)
  ` [PATCH net-next v3 06/18] net/smc: extend GID to 128bits for virtual ISM device

[PATCH net-next v4 0/6] bridge: Add a limit on learned FDB entries
 2023-09-22 12:18 UTC  (6+ messages)
` [PATCH net-next v4 2/6] net: bridge: Set strict_start_type for br_policy

[PATCH V2 0/7] Add NSS clock controller support for IPQ9574
 2023-09-22 12:01 UTC  (7+ messages)
` [PATCH V2 5/7] clk: qcom: Add NSS clock Controller driver "

[syzbot] [bluetooth?] KASAN: slab-use-after-free Write in sco_conn_del
 2023-09-22 12:01 UTC  (2+ messages)

[PATCH] isdn: replace deprecated strncpy with strscpy
 2023-09-22 11:58 UTC 

[PATCH net-next] ice: fix linking when CONFIG_PTP_1588_CLOCK=n
 2023-09-22 11:51 UTC  (2+ messages)

[PATCH] isdn: kcapi: replace deprecated strncpy with strscpy_pad
 2023-09-22 11:49 UTC 

[PATCH v5 net-next 0/5] net: dsa: hsr: Enable HSR HW offloading for KSZ9477
 2023-09-22 11:47 UTC  (9+ messages)
` [PATCH v5 net-next 5/5] net: dsa: microchip: Enable HSR "

[PATCH 0/7] Series to deliver Ethernets for STM32MP13
 2023-09-22 11:43 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: net: add STM32MP13 compatible in documentation for stm32

[PATCH v2 net-next 0/3] net: use DEV_STATS_xxx() helpers in virtio_net and l2tp_eth
 2023-09-22 11:41 UTC  (2+ messages)

[PATCH v3 00/10] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-22 11:30 UTC  (11+ messages)
` [PATCH v3 01/10] iov_iter: Fix some checkpatch complaints in kunit tests
` [PATCH v3 02/10] iov_iter: Consolidate some of the repeated code into helpers
` [PATCH v3 03/10] iov_iter: Consolidate the test vector struct in the kunit tests
` [PATCH v3 04/10] iov_iter: Consolidate bvec pattern checking
` [PATCH v3 05/10] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [PATCH v3 06/10] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [PATCH v3 07/10] iov_iter: Add extract "
` [PATCH v3 08/10] iov_iter: Add benchmarking kunit tests
` [PATCH v3 09/10] iov_iter: Add kunit to benchmark decanting of xarray to bvec
` [PATCH v3 10/10] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[PATCH net-next v2] net: ti: icssg_prueth: add TAPRIO offload support
 2023-09-22 11:30 UTC  (5+ messages)

[PATCH] ptp: ocp: Fix error handling in ptp_ocp_device_init
 2023-09-22 11:28 UTC  (2+ messages)

Urgent Bug Report Kernel crash 6.5.2
 2023-09-22 11:09 UTC  (13+ messages)

[PATCH bpf 0/3] bpf, sockmap complete fixes for avail bytes
 2023-09-22 11:06 UTC  (5+ messages)
` [PATCH bpf 2/3] bpf: sockmap, do not inc copied_seq when PEEK flag set
` [PATCH bpf 3/3] bpf: sockmap, add tests for MSG_F_PEEK

[PATCH iwl-next 0/2] ethtool: Add link mode maps for forced speeds
 2023-09-22 11:05 UTC  (4+ messages)
` [PATCH net-next v2 2/2] ice: Refactor finding advertised link speed
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH iwl-next 0/2] ethtool: Add link mode maps for forced speeds

[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
 2023-09-22 10:46 UTC  (5+ messages)
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset

[PATCH v3 00/13] mm: jit/text allocator
 2023-09-22 10:37 UTC  (10+ messages)
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 08/13] riscv: extend execmem_params for generated code allocations
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations

[PATCH net-next 1/2] sock: Code cleanup on __sk_mem_raise_allocated()
 2023-09-22 10:10 UTC  (5+ messages)
` [PATCH net-next 2/2] sock: Fix improper heuristic on raising memory
    `  "

SO_ATTACH_REUSEPORT_EBPF and TCP_DEFER_ACCEPT
 2023-09-22 10:02 UTC 

[PATCH] net/smc: add support for netdevice in containers
 2023-09-22  9:58 UTC  (2+ messages)

[PATCH net 0/6] virtio-net: Fix and update interrupt moderation
 2023-09-22  9:50 UTC  (6+ messages)
` [PATCH net 5/6] virtio-net: fix the vq coalescing setting for vq resize


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