netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-06 07:12:45 to 2023-06-06 13:51:18 UTC [more...]

[PATCH 0/3] Add MHI Endpoint network driver
 2023-06-06 13:50 UTC  (6+ messages)
` [PATCH 1/3] net: "
` [PATCH 2/3] MAINTAINERS: Add entry for MHI networking drivers under MHI bus
` [PATCH 3/3] net: mhi: Increase the default MTU from 16K to 32K

[PATCH net-next v2] net: txgbe: Avoid passing uninitialised parameter to pci_wake_from_d3()
 2023-06-06 13:49 UTC 

POSSIBLE BUG: selftests/net/fcnal-test.sh: [FAIL] in vrf "bind - ns-B IPv6 LLA" test
 2023-06-06 13:46 UTC  (4+ messages)

[PATCH net v2] net: openvswitch: fix upcall counter access before allocation
 2023-06-06 13:44 UTC  (2+ messages)

[PATCH v6 net] qed/qede: Fix scheduling while atomic
 2023-06-06 13:40 UTC  (2+ messages)

[PATCH iwl-next] ice: clean up __ice_aq_get_set_rss_lut()
 2023-06-06 13:31 UTC  (2+ messages)

[PATCH v3 0/1] gro: decrease size of CB
 2023-06-06 13:24 UTC  (7+ messages)
` [PATCH v3 1/1] "

[PATCH 1/1] RDMA/mana_ib: Add EQ interrupt support to mana ib driver
 2023-06-06 13:22 UTC  (4+ messages)

[PATCH net-next v3 00/12] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-06-06 13:13 UTC  (6+ messages)
` [PATCH net-next v3 09/12] iavf: switch to Page Pool

[RFC PATCH iwl-next 0/6] ice: Add PFCP filter support
 2023-06-06 13:17 UTC  (4+ messages)
` [RFC PATCH iwl-next 2/6] ip_tunnel: convert __be16 tunnel flags to bitmaps

[PATCH iproute2-next v3 00/12] Introduce new dcb-rewr subcommand
 2023-06-06 13:14 UTC  (19+ messages)
` [PATCH iproute2-next v3 01/12] dcb: app: add new dcbnl attribute field
` [PATCH iproute2-next v3 02/12] dcb: app: replace occurrences of %d with %u for printing unsigned int
` [PATCH iproute2-next v3 03/12] dcb: app: move colon printing out of callbacks
` [PATCH iproute2-next v3 04/12] dcb: app: rename dcb_app_print_key_*() functions
` [PATCH iproute2-next v3 05/12] dcb: app: modify dcb_app_print_filtered() for dcb-rewr reuse
` [PATCH iproute2-next v3 06/12] dcb: app: modify dcb_app_table_remove_replaced() "
` [PATCH iproute2-next v3 07/12] dcb: app: expose functions required by dcb-rewr
` [PATCH iproute2-next v3 08/12] dcb: rewr: add new dcb-rewr subcommand
` [PATCH iproute2-next v3 09/12] dcb: rewr: add symbol for max DSCP value
` [PATCH iproute2-next v3 10/12] man: dcb-rewr: add new manpage for dcb-rewr
` [PATCH iproute2-next v3 11/12] man: dcb: add additional references under 'SEE ALSO'
` [PATCH iproute2-next v3 12/12] man: dcb-app: clean up a few mistakes

[PATCH net] net: sched: act_police: fix sparse errors in tcf_police_dump()
 2023-06-06 13:13 UTC 

[PATCH net-next v3 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-06-06 13:08 UTC  (11+ messages)
` [PATCH net-next v3 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
` [PATCH net-next v3 02/10] Fix a couple of spelling mistakes
` [PATCH net-next v3 03/10] Wrap lines at 80
` [PATCH net-next v3 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c
` [PATCH net-next v3 05/10] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH net-next v3 06/10] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
` [PATCH net-next v3 07/10] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH net-next v3 08/10] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH net-next v3 09/10] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v3 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES

[PATCH net-next v1 1/1] mac_pton: Clean up the header inclusions
 2023-06-06 13:04 UTC  (5+ messages)

[PATCH net-next v1 1/1] ieee802154: ca8210: Remove stray gpiod_unexport() call
 2023-06-06 13:03 UTC  (7+ messages)

[PATCH] vhost-vdpa: filter VIRTIO_F_RING_PACKED feature
 2023-06-06 12:58 UTC  (12+ messages)

[PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-02 (iavf)
 2023-06-06 12:54 UTC  (15+ messages)
` [PATCH net-next 1/3] iavf: add check for current MAC address in set_mac callback
` [PATCH net-next 2/3] iavf: fix err handling for MAC replace
` [PATCH net-next 3/3] iavf: remove mask from iavf_irq_enable_queues()

[Question] integer overflow in function __qdisc_calculate_pkt_len()
 2023-06-06 12:54 UTC  (3+ messages)

[PATCH v3 bpf-next 00/22] xsk: multi-buffer support
 2023-06-06 12:52 UTC  (6+ messages)
` [PATCH v3 bpf-next 13/22] xsk: report zero-copy multi-buffer capability via xdp_features

[PATCH net-next 0/2] Followup fixes for the dwmac and altera lynx conversion
 2023-06-06 12:50 UTC  (11+ messages)
` [PATCH net-next 1/2] net: stmmac: Add PCS_LYNX as a dependency for the whole driver

[PATCH net-next v2 00/12] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-06-06 12:47 UTC  (9+ messages)
` [PATCH net-next v2 03/12] iavf: optimize Rx buffer allocation a bunch
    ` [Intel-wired-lan] "

[Patch] net/e1000: Fix extern warnings
 2023-06-06 12:47 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next v3 0/4] tools: ynl: user space C
 2023-06-06 12:42 UTC  (9+ messages)
` [PATCH net-next v3 1/4] tools: ynl-gen: clean up stray new lines at the end of reply-less requests
` [PATCH net-next v3 2/4] tools: ynl: user space helpers
` [PATCH net-next v3 3/4] tools: ynl: support fou and netdev in C
` [PATCH net-next v3 4/4] tools: ynl: add sample for netdev

[PATCH net-next v2 0/3] support non-frag page for page_pool_alloc_frag()
 2023-06-06 12:41 UTC  (8+ messages)
` [PATCH net-next v2 1/3] page_pool: unify frag page and non-frag page handling

[PATCH net-next v1 1/1] mlxbf_gige: Fix kernel panic at shutdown
 2023-06-06 12:25 UTC  (4+ messages)

[PATCH] net: dsa: qca8k: remove unnecessary (void*) conversions
 2023-06-06 12:23 UTC 

[PATCH net] net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txq
 2023-06-06 12:10 UTC 

[PATCH net] net: openvswitch: fix upcall counter access before allocation
 2023-06-06 11:57 UTC  (8+ messages)
` [ovs-dev] "

[PATCH net] net: sched: move rtm_tca_policy declaration to include file
 2023-06-06 11:42 UTC 

[PATCH] net/pppoe: fix a typo for the PPPOE_HASH_BITS_1 definition
 2023-06-06 11:40 UTC  (2+ messages)

[PATCH] net: revert "align SO_RCVMARK required privileges with SO_MARK"
 2023-06-06 11:37 UTC  (2+ messages)

[PATCH net-next v5] net: ioctl: Use kernel memory on protocol ioctl callbacks
 2023-06-06 11:35 UTC  (6+ messages)

[PATCH bpf-next V1] selftests/bpf: Fix check_mtu using wrong variable type
 2023-06-06 11:32 UTC  (2+ messages)

[PATCH net-next 0/8] complete Lynx mdio device handling
 2023-06-06 11:25 UTC  (5+ messages)
` [PATCH net-next 4/8] net: pcs: lynx: add lynx_pcs_create_fwnode()

[PATCH net] net: sched: fix possible refcount leak in tc_chain_tmplt_add()
 2023-06-06 11:21 UTC  (6+ messages)

[PATCH net] net: sched: add rcu annotations around qdisc->qdisc_sleeping
 2023-06-06 11:19 UTC 

[PATCH] net: liquidio: fix mixed module-builtin object
 2023-06-06 11:15 UTC  (3+ messages)

[PATCH net-next 0/6] sfc: TC encap actions offload
 2023-06-06 11:02 UTC  (13+ messages)
` [PATCH net-next 1/6] sfc: add fallback action-set-lists for TC offload
` [PATCH net-next 2/6] sfc: some plumbing towards TC encap action offload
` [PATCH net-next 3/6] sfc: add function to atomically update a rule in the MAE
` [PATCH net-next 4/6] sfc: MAE functions to create/update/delete encap headers
` [PATCH net-next 5/6] sfc: neighbour lookup for TC encap action offload
` [PATCH net-next 6/6] sfc: generate encap headers for TC offload

[PATCH net] lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()
 2023-06-06 10:59 UTC  (3+ messages)

[PATCH net v2 00/10] Implement support for SRIOV + LAG
 2023-06-06 10:54 UTC  (11+ messages)
` [PATCH net v2 01/10] ice: Correctly initialize queue context values
` [PATCH net v2 02/10] ice: Add driver support for firmware changes for LAG
` [PATCH net v2 03/10] ice: changes to the interface with the HW and FW for SRIOV_VF+LAG
` [PATCH net v2 04/10] ice: implement lag netdev event handler
` [PATCH net v2 05/10] ice: process events created by "

[PATCH] xfrm: Remove inner/outer modes from input path
 2023-06-06 10:45 UTC  (2+ messages)

arm: shmobile_defconfig: ld.lld: error: undefined symbol: lynx_pcs_destroy
 2023-06-06 10:34 UTC  (7+ messages)

[PATCH RESEND net-next 0/5] Improve the taprio qdisc's relationship with its children
 2023-06-06 10:27 UTC  (3+ messages)
` [PATCH RESEND net-next 2/5] net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload mode

[PATCH ipsec-next v1] xfrm: delete not-needed clear to zero of encap_oa
 2023-06-06 10:23 UTC 

[PATCH 00/13] mm: jit/text allocator
 2023-06-06 10:16 UTC  (7+ messages)

[PATCH v14 0/8] io_uring: add napi busy polling support
 2023-06-06 10:10 UTC  (3+ messages)
` [PATCH v14 2/8] net: introduce napi_busy_loop_rcu()

[PATCH net-next v2 08/10] crypto: af_alg: Support MSG_SPLICE_PAGES
 2023-06-06 10:08 UTC  (12+ messages)
` [PATCH net-next v2 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
  ` [PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
  ` [PATCH net-next v2 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES

[PATCH] tcp: Spelling s/curcuit/circuit/
 2023-06-06 10:04 UTC 

[PATCH net] pds_core: Fix FW recovery detection
 2023-06-06  9:58 UTC  (2+ messages)

[PATCH v6] hv_netvsc: Allocate rx indirection table size dynamically
 2023-06-06  9:51 UTC  (2+ messages)

[PATCH net 0/2] rfs: annotate lockless accesses
 2023-06-06  9:44 UTC  (6+ messages)
` [PATCH net 1/2] rfs: annotate lockless accesses to sk->sk_rxhash

[PATCH v11 00/12] Network support for Landlock
 2023-06-06  9:40 UTC  (4+ messages)

[PATCH v2 net 0/2] rfs: annotate lockless accesses
 2023-06-06  9:40 UTC  (5+ messages)
` [PATCH v2 net 1/2] rfs: annotate lockless accesses to sk->sk_rxhash
` [PATCH v2 net 2/2] rfs: annotate lockless accesses to RFS sock flow table

[PATCH RFC net-next v3 8/8] tests: add vsock dgram tests
 2023-06-06  9:34 UTC 

[PATCH net-next] tipc: replace open-code bearer rcu_dereference access in bearer.c
 2023-06-06  9:35 UTC  (3+ messages)

[PATCH] net: stmmac: Fix build without PCS_LYNX
 2023-06-06  9:30 UTC  (2+ messages)

[PATCH] xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack sockets
 2023-06-06  9:30 UTC  (5+ messages)
` [PATCH v2] "

[PATCH net-next v12 0/8] TXGBE PHYLINK support
 2023-06-06  9:21 UTC  (9+ messages)
` [PATCH net-next v12 1/8] net: txgbe: Add software nodes to support phylink
` [PATCH net-next v12 2/8] net: txgbe: Register fixed rate clock
` [PATCH net-next v12 3/8] net: txgbe: Register I2C platform device
` [PATCH net-next v12 4/8] net: txgbe: Add SFP module identify
` [PATCH net-next v12 5/8] net: txgbe: Support GPIO to SFP socket
` [PATCH net-next v12 6/8] net: pcs: Add 10GBASE-R mode for Synopsys Designware XPCS
` [PATCH net-next v12 7/8] net: txgbe: Implement phylink pcs
` [PATCH net-next v12 8/8] net: txgbe: Support phylink MAC layer

[PATCH iwl-next v4 00/13] ice: switchdev bridge offload
 2023-06-06  9:23 UTC  (5+ messages)
` [PATCH iwl-next v4 09/13] ice: Accept LAG netdevs in bridge offloads

[PATCH net] net: enetc: correct the indexes of highest and 2nd highest TCs
 2023-06-06  9:16 UTC  (2+ messages)

[PATCH] mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)
 2023-06-06  9:16 UTC  (4+ messages)

[PATCH net 0/4] Fix mixing atomic/non-atomic contexts in mlx5 IPsec code
 2023-06-06  9:13 UTC  (9+ messages)
` [PATCH net 1/4] net/mlx5e: Don't delay release of hardware objects
` [PATCH net 2/4] net/mlx5e: Fix ESN update kernel panic
` [PATCH net 3/4] net/mlx5e: Drop XFRM state lock when modifying flow steering
` [PATCH net 4/4] net/mlx5e: Fix scheduling of IPsec ASO query while in atomic

[PATCH ipsec-rc] xfrm: add missed call to delete offloaded policies
 2023-06-06  9:06 UTC  (2+ messages)

[PATCH net-next] net: dsa: ocelot: unlock on error in vsc9959_qos_port_tas_set()
 2023-06-06  9:04 UTC  (2+ messages)

[PATCH net-next 0/5] net: renesas: rswitch: Improve performance of TX
 2023-06-06  8:59 UTC  (4+ messages)
` [PATCH net-next 5/5] net: renesas: rswitch: Use per-queue rate limiter

[PATCH v1] tcp: fix connection reset due to tw hashdance race
 2023-06-06  8:57 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: renesas: rswitch: Improve perfromance of TX/RX
 2023-06-06  8:55 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: renesas: rswitch: Use napi_gro_receive() in RX
` [PATCH net-next v2 2/2] net: renesas: rswitch: Use hardware pause features

[PATCH net-next v5 3/3] sock: Fix misuse of sk_under_memory_pressure()
 2023-06-06  8:39 UTC  (2+ messages)

[PATCH net] virtio_net: use control_buf for coalesce params
 2023-06-06  8:29 UTC  (2+ messages)

[PATCH 0/2] NFC: nxp-nci: Add pad supply voltage pvdd-supply
 2023-06-06  8:29 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: nfc: nxp-nci: document pvdd-supply
` [PATCH 2/2] NFC: nxp-nci: Add pad supply voltage pvdd-supply

[PATCH net-next 00/12] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 3
 2023-06-06  8:25 UTC  (5+ messages)
` [PATCH net-next 04/12] mm: Make the page_frag_cache allocator use multipage folios

[PATCH net-next] net: txgbe: Avoid passing uninitialised parameter to pci_wake_from_d3()
 2023-06-06  8:18 UTC  (2+ messages)

[PATCH v2 net] tcp: gso: really support BIG TCP
 2023-06-06  8:12 UTC  (2+ messages)

[PATCH net-next 0/4] support for 256 VFs in RTM_GETLINK
 2023-06-06  8:01 UTC  (11+ messages)
` [PATCH net-next 1/4] netlink: truncate overlength attribute list in nla_nest_end()

[PATCH net v2] ice: make writes to /dev/gnssX synchronous
 2023-06-06  7:38 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[pull request][net-next 00/15] mlx5 updates 2023-06-06
 2023-06-06  7:12 UTC  (5+ messages)
` [net-next 12/15] net/mlx5e: TC, refactor access to hash key
` [net-next 13/15] net/mlx5: Skip inline mode check after mlx5_eswitch_enable_locked() failure
` [net-next 14/15] mlx5/core: E-Switch, Allocate ECPF vport if it's an eswitch manager
` [net-next 15/15] net/mlx5e: simplify condition after napi budget handling change


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