netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-28 14:29:38 to 2024-02-29 00:15:37 UTC [more...]

[PATCH v2 0/7] scsi: replace deprecated strncpy
 2024-02-29  0:15 UTC  (12+ messages)
` [PATCH v2 1/7] scsi: mpi3mr: replace deprecated strncpy with assignments
` [PATCH v2 2/7] scsi: mpt3sas: replace deprecated strncpy with strscpy
` [PATCH v2 3/7] scsi: qedf: "
` [PATCH v2 4/7] scsi: qla4xxx: "
` [PATCH v2 5/7] scsi: devinfo: replace strncpy and manual pad
` [PATCH v2 6/7] scsi: smartpqi: replace deprecated strncpy with strscpy
` [PATCH v2 7/7] scsi: wd33c93: "

[PATCH net-next v2] net: Modify mono_delivery_time with clockid_delivery_time
 2024-02-29  0:13 UTC  (7+ messages)

[PATCH v4 0/8] iio: core: New macros and making use of them
 2024-02-29  0:01 UTC  (21+ messages)
` [PATCH v4 1/8] overflow: Use POD in check_shl_overflow()
` [PATCH v4 2/8] overflow: Add struct_size_with_data() and struct_data_pointer() helpers
` [PATCH v4 3/8] iio: core: NULLify private pointer when there is no private data
` [PATCH v4 4/8] iio: core: Calculate alloc_size only once in iio_device_alloc()
` [PATCH v4 5/8] iio: core: Use new helpers from overflow.h "
` [PATCH v4 6/8] spi: Use new helpers from overflow.h in __spi_alloc_controller()
` [PATCH v4 7/8] net-device: Use new helpers from overflow.h in netdevice APIs
` [PATCH v4 8/8] dmaengine: ste_dma40: Use new helpers from overflow.h

[PATCH net 0/3] Netfilter fixes for net
 2024-02-29  0:01 UTC  (4+ messages)
` [PATCH net 1/3] netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
` [PATCH net 2/3] netfilter: bridge: confirm multicast packets before passing them up the stack
` [PATCH net 3/3] selftests: netfilter: add bridge conntrack + multicast test case

[PATCH] net: raise RCU qs after each threaded NAPI poll
 2024-02-28 23:53 UTC  (27+ messages)

[PATCH net] gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
 2024-02-28 23:51 UTC  (2+ messages)

[PATCH net-next] tools: ynl: protect from old OvS headers
 2024-02-28 23:50 UTC  (2+ messages)

[PATCH net-next v3 00/15] tools: ynl: stop using libmnl
 2024-02-28 23:50 UTC  (2+ messages)

[PATCH net] tools: ynl: fix handling of multiple mcast groups
 2024-02-28 23:50 UTC  (2+ messages)

[PATCH v14 0/5] netdevsim: link and forward skbs between ports
 2024-02-28 23:22 UTC  (6+ messages)
` [PATCH v14 1/5] netdevsim: allow two netdevsim ports to be connected
` [PATCH v14 2/5] netdevsim: forward skbs from one connected port to another
` [PATCH v14 3/5] netdevsim: add ndo_get_iflink() implementation
` [PATCH v14 4/5] netdevsim: add selftest for forwarding skb between connected ports
` [PATCH v14 5/5] netdevsim: fix rtnetlink.sh selftest

[PATCH 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-02-28 23:06 UTC  (4+ messages)
` [PATCH 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2024-02-28 22:57 UTC  (5+ messages)
` [PATCH v7 07/12] iov_iter: Convert iterate*() to "
  ` [bug report] dead loop in generic_perform_write() //Re: "

[PATCH net-next v3 0/6] Support for ASP 2.2 and optimizations
 2024-02-28 22:54 UTC  (7+ messages)
` [PATCH net-next v3 1/6] dt-bindings: net: brcm,unimac-mdio: Add asp-v2.2
` [PATCH net-next v3 2/6] dt-bindings: net: brcm,asp-v2.0: "
` [PATCH net-next v3 3/6] net: bcmasp: Add support for ASP 2.2
` [PATCH net-next v3 4/6] net: phy: mdio-bcm-unimac: Add asp v2.2 support
` [PATCH net-next v3 5/6] net: bcmasp: Keep buffers through power management
` [PATCH net-next v3 6/6] net: bcmasp: Add support for PHY interrupts

[PATCH net 0/4] tls: a few more fixes for async decrypt
 2024-02-28 22:44 UTC  (5+ messages)
` [PATCH net 1/4] tls: decrement decrypt_pending if no async completion will be called
` [PATCH net 2/4] tls: fix peeking with sync+async decryption
` [PATCH net 3/4] tls: separate no-async decryption request handling from async
` [PATCH net 4/4] tls: fix use-after-free on failed backlog decryption

[linux-next:master] BUILD REGRESSION 20af1ca418d2c0b11bc2a1fe8c0c88f67bcc2a7e
 2024-02-28 22:03 UTC  (2+ messages)

[PATCH bpf] bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
 2024-02-28 21:26 UTC  (2+ messages)

[PATCH net-next v12 00/15] Introducing P4TC (series 1)
 2024-02-28 21:13 UTC  (4+ messages)

[PATCH net-next] selftests: tc-testing: add mirred to block tdc tests
 2024-02-28 20:35 UTC  (4+ messages)

The sk_err mechanism is infuriating in userspace
 2024-02-28 20:00 UTC  (4+ messages)

[PATCH net-next] net: netconsole: Add continuation line prefix to userdata messages
 2024-02-28 19:51 UTC  (3+ messages)

lock warnings in dev_addr_lists test
 2024-02-28 19:45 UTC 

[PATCH net-next v2 0/3] tun: AF_XDP Tx zero-copy support
 2024-02-28 18:31 UTC  (2+ messages)

[PATCH v5 0/4] UIO_MEM_DMA_COHERENT for cnic/bnx2/bnx2x
 2024-02-28 18:20 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: phy: qcom: qca808x: fill in possible_interfaces
 2024-02-28 18:04 UTC  (4+ messages)
` [PATCH net-next v2 1/2] net: phy: qcom: qca808x: add helper for checking for 1G only model
` [PATCH net-next v2 2/2] net: phy: qcom: qca808x: fill in possible_interfaces

[net-next,v2 0/6] ravb: Align Rx descriptor setup and maintenance
 2024-02-28 18:04 UTC  (2+ messages)

[PATCH net-next] net: ip6_tunnel: Leverage core stats allocator
 2024-02-28 18:03 UTC 

[PATCH net 0/2] net: tehuti: Fix some error handling paths in bdx_probe()
 2024-02-28 17:59 UTC  (7+ messages)
` [PATCH net 1/2] net: tehuti: Fix a missing pci_disable_msi() in the error handling path of bdx_probe()
` [PATCH net 2/2] net: tehuti: Fix leaks "

[RFC] net: hsr: Provide RedBox support
 2024-02-28 17:58 UTC  (5+ messages)

[PATCH net-next v2 0/6] Support for ASP 2.2 and optimizations
 2024-02-28 17:53 UTC  (4+ messages)
` [PATCH net-next v2 5/6] net: bcmasp: Keep buffers through power management

[PATCH v3 net-next 11/14] af_unix: Assign a unique index to SCC
 2024-02-28 17:51 UTC  (3+ messages)

[PATCH net-next 0/2] net: add local address bind support to vxlan and geneve
 2024-02-28 17:51 UTC  (5+ messages)
` [PATCH net-next 2/2] net: geneve: enable local address bind for geneve sockets

[pull request][net-next V3 00/15] mlx5 socket direct (Multi-PF)
 2024-02-28 17:43 UTC  (13+ messages)
` [net-next V3 15/15] Documentation: networking: Add description for multi-pf netdev

[PATCH net] igb: extend PTP timestamp adjustments to i211
 2024-02-28 17:43 UTC  (4+ messages)

[PATCH net-next 0/3] ice: lighter locking for PTP time reading
 2024-02-28 17:39 UTC  (4+ messages)
` [PATCH net-next 1/3] ice: add ice_adapter for shared data across PFs on the same NIC

[PATCH net] i40e: Fix firmware version comparison function
 2024-02-28 17:33 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next 0/7] Support for nexthop group statistics
 2024-02-28 17:16 UTC  (14+ messages)
` [PATCH net-next 2/7] net: nexthop: Add NHA_OP_FLAGS
` [PATCH net-next 3/7] net: nexthop: Add nexthop group entry stats
` [PATCH net-next 7/7] net: nexthop: Expose nexthop group HW stats to user space

Question regarding handling PHY
 2024-02-28 16:55 UTC  (2+ messages)

[PATCH iwl-net 0/5] ice: LLDP support for VFs
 2024-02-28 16:47 UTC  (7+ messages)
` [PATCH iwl-net 1/5] ice: Add function to get VF from device struct
` [PATCH iwl-net 2/5] ice: Fix check for existing switch rule
` [PATCH iwl-net 3/5] ice: Do not add LLDP-specific filter
` [PATCH iwl-net 4/5] ice: Implement VF LLDP RX support on VF
` [PATCH iwl-net 5/5] ice: Implement VF LLDP TX support for VF

[PATCH net-next v5 00/21] ice: add PFCP filter support
 2024-02-28 16:46 UTC  (37+ messages)
` [PATCH net-next v5 01/21] lib/bitmap: add bitmap_{read,write}()
` [PATCH net-next v5 02/21] lib/test_bitmap: add tests for bitmap_{read,write}()
` [PATCH net-next v5 03/21] lib/test_bitmap: use pr_info() for non-error messages
` [PATCH net-next v5 04/21] bitops: add missing prototype check
` [PATCH net-next v5 05/21] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH net-next v5 06/21] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH net-next v5 07/21] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH net-next v5 09/21] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH net-next v5 10/21] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH net-next v5 11/21] tools: move alignment-related macros to new <linux/align.h>
` [PATCH net-next v5 12/21] bitmap: introduce generic optimized bitmap_size()
` [PATCH net-next v5 13/21] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH net-next v5 14/21] lib/bitmap: add compile-time test for __assign_bit() optimization
` [PATCH net-next v5 17/21] lib/bitmap: add tests for IP tunnel flags conversion helpers
    ` [Intel-wired-lan] [PATCH net-next v5 00/21] ice: add PFCP filter support

[PATCH wpan] mac802154: fix llsec key resources release in mac802154_llsec_key_del
 2024-02-28 16:38 UTC 

[PATCH net-next v5 00/17] net: Add support for Power over Ethernet (PoE)
 2024-02-28 16:42 UTC  (3+ messages)
` [PATCH net-next v5 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs

[PATCH RFC iproute2] devlink: Add eswitch attr option for shared descriptors
 2024-02-28 16:33 UTC  (2+ messages)

[PATCH v3 net-next 13/14] af_unix: Replace garbage collection algorithm
 2024-02-28 16:29 UTC  (2+ messages)

[PATCH] ip link: hsr: Add support for passing information about INTERLINK device
 2024-02-28 16:29 UTC  (4+ messages)

[net-next PATCH v2] octeontx2: Add PTP clock driver for Octeon PTM clock
 2024-02-28 16:08 UTC  (2+ messages)

[PATCH] [v2] net: bql: fix building with BQL disabled
 2024-02-28 16:06 UTC 

[Intel-wired-lan] [PATCH iwl-next v5 0/5] ice: Support 5 layer Tx scheduler topology
 2024-02-28 15:57 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH iwl-next v5 2/5] ice: Adjust the VSI/Aggregator layers
` [Intel-wired-lan] [PATCH iwl-next v5 3/5] ice: Enable switching default Tx scheduler topology
` [Intel-wired-lan] [PATCH iwl-next v5 4/5] ice: Add tx_scheduling_layers devlink param
` [Intel-wired-lan] [PATCH iwl-next v5 5/5] ice: Document tx_scheduling_layers parameter

[PATCH] net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()
 2024-02-28 15:54 UTC 

[PATCH v4 00/39] Add support for sam9x7 SoC family
 2024-02-28 15:53 UTC  (2+ messages)
` (subset) "

[PATCH net v3] ipv6:flush ipv6 route cache when rule is changed
 2024-02-28 15:50 UTC  (2+ messages)

[PATCH net 04/10] net: fill in MODULE_DESCRIPTION()s for 6LoWPAN
 2024-02-28 15:44 UTC  (2+ messages)

[PATCH net v2 4/9] net: fill in MODULE_DESCRIPTION()s for 6LoWPAN
 2024-02-28 15:44 UTC  (2+ messages)

[PATCH net v3 4/9] net: fill in MODULE_DESCRIPTION()s for 6LoWPAN
 2024-02-28 15:44 UTC  (2+ messages)

[PATCH net-next] Simplify net_dbg_ratelimited() dummy
 2024-02-28 15:43 UTC  (2+ messages)

[PATCH -v2 net-next] net/core/dev.c: enable timestamp static key if CPU isolation is configured
 2024-02-28 15:32 UTC  (2+ messages)

[PATCH v4 0/3] wifi: ath11k: hibernation support
 2024-02-28 15:31 UTC  (7+ messages)
` [PATCH v4 1/3] bus: mhi: host: add mhi_power_down_keep_dev()
` [PATCH v4 2/3] net: qrtr: support suspend/hibernation
` [PATCH v4 3/3] wifi: ath11k: support hibernation

[PATCH] net: ethernet: ti: am65-cpsw-qos: fix non-bql configs
 2024-02-28 15:25 UTC  (5+ messages)

[PATCH v2 net-next 00/15] ipv6: lockless accesses to devconf
 2024-02-28 15:14 UTC  (7+ messages)
` [PATCH v2 net-next 03/15] ipv6: addrconf_disable_ipv6() optimizations

[PATCH] net: usb: dm9601: fix wrong return value in dm9601_mdio_read
 2024-02-28 15:10 UTC  (3+ messages)

[PATCH] sunrpc: remove SLAB_MEM_SPREAD flag usage
 2024-02-28 15:06 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] net: remove SLAB_MEM_SPREAD flag usage
 2024-02-28 15:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/6] net: phy: Add TI's DP83640 device tree binding
 2024-02-28 15:04 UTC  (3+ messages)
` [PATCH v2 3/6] net: phy: DP83640: Add LED handling

[PATCH] net: fman: Use common error handling code in dtsec_init()
 2024-02-28 14:59 UTC  (4+ messages)

pull request: bluetooth 2024-02-28
 2024-02-28 14:56 UTC 

[PATCH v3 net-next 0/4] net: switchdev: Tracepoints
 2024-02-28 14:56 UTC  (6+ messages)
` [PATCH v3 net-next 4/4] net: switchdev: Add tracepoints

[PATCH net-next 0/2] net: collect tstats automatically
 2024-02-28 14:34 UTC  (5+ messages)
` [PATCH net-next 1/2] net: get stats64 if device if driver is configured
` [PATCH net-next 2/2] net: sit: Do not set .ndo_get_stats64


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