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

[PATCH net-next 00/11] tools: ynl: generate code for the devlink family
 2023-06-07 20:24 UTC  (10+ messages)
` [PATCH net-next 01/11] netlink: specs: devlink: fill in some details important for C
` [PATCH net-next 02/11] tools: ynl-gen: use enum names in op strmap more carefully
` [PATCH net-next 03/11] tools: ynl-gen: refactor strmap helper generation
` [PATCH net-next 04/11] tools: ynl-gen: enable code gen for directional specs
` [PATCH net-next 05/11] tools: ynl-gen: try to sort the types more intelligently
` [PATCH net-next 06/11] tools: ynl-gen: inherit struct use info
` [PATCH net-next 07/11] tools: ynl-gen: walk nested types in depth
` [PATCH net-next 08/11] tools: ynl-gen: don't generate forward declarations for policies
` [PATCH net-next 09/11] tools: ynl-gen: don't generate forward declarations for policies - regen

[PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-02 (iavf)
 2023-06-07 20:22 UTC  (14+ 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 6.3 049/286] rxrpc: Truncate UTS_RELEASE for rxrpc version
 2023-06-07 20:12 UTC 

[PATCH net-next 1/5] virtio_net: Fix an unsafe reference to the page chain
 2023-06-07 20:17 UTC  (10+ messages)
` [PATCH net-next 2/5] virtio_net: Add page_pool support to improve performance

[PATCH vhost v10 00/10] virtio core prepares for AF_XDP
 2023-06-07 20:15 UTC  (5+ messages)

[PATCH bpf-next v3 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-07 20:10 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] "
` [PATCH bpf-next v3 2/3] bpf, x86: clean garbage value in the stack of trampoline
` [PATCH bpf-next v3 3/3] selftests/bpf: add testcase for FENTRY/FEXIT with 6+ arguments

[PATCH net-next 0/3] tools: ynl: generate code for the handshake family
 2023-06-07 20:00 UTC  (2+ messages)

[PATCH net-next 00/15][pull request] Introduce Intel IDPF driver
 2023-06-07 19:39 UTC  (7+ messages)
` [PATCH net-next 05/15] idpf: add create vport and netdev configuration

[PATCH bpf-next v2 0/7] BPF link support for tc BPF programs
 2023-06-07 19:26 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v2 2/7] bpf: Add fd-based tcx multi-prog infra with link support
` [PATCH bpf-next v2 3/7] libbpf: Add opts-based attach/detach/query API for tcx
` [PATCH bpf-next v2 4/7] libbpf: Add link-based "
` [PATCH bpf-next v2 5/7] bpftool: Extend net dump with tcx progs
` [PATCH bpf-next v2 6/7] selftests/bpf: Add mprog API tests for BPF tcx opts
` [PATCH bpf-next v2 7/7] selftests/bpf: Add mprog API tests for BPF tcx links

[PATCH net] net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txq
 2023-06-07 19:05 UTC  (4+ messages)

[PATCH v2] dt-bindings: net: realtek-bluetooth: Fix double RTL8723CS in desc
 2023-06-07 19:04 UTC  (2+ messages)

[PATCH 0/2] Correct fallback compatible for rtl8821cs bluetooth
 2023-06-07 19:03 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: net: realtek-bluetooth: Fix RTL8821CS binding

[PATCH net-next] net: mana: Add support for vlan tagging
 2023-06-07 18:37 UTC 

[PATCH 0/2] LED brightness support for Broadcom PHYs
 2023-06-07 18:34 UTC  (3+ messages)
` [PATCH 1/2] net: phy: broadcom: Rename LED registers
` [PATCH 2/2] net: phy: broadcom: Add support for setting LED brightness

[PATCH net 0/3] Check if FIPS mode is enabled when running selftests
 2023-06-07 18:35 UTC  (6+ messages)
` [PATCH net 1/3] selftests: net: tls: check if FIPS mode is enabled
` [PATCH net 2/3] selftests: net: vrf-xfrm-tests: change authentication and encryption algos
` [PATCH net 3/3] selftests: net: fcnal-test: check if FIPS mode is enabled

[PATCH net-next v6 00/14] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS
 2023-06-07 18:19 UTC  (15+ messages)
` [PATCH net-next v6 01/14] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace
` [PATCH net-next v6 02/14] tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg
` [PATCH net-next v6 03/14] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [PATCH net-next v6 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops
` [PATCH net-next v6 05/14] tls/sw: Use splice_eof() to flush
` [PATCH net-next v6 06/14] tls/device: "
` [PATCH net-next v6 07/14] ipv4, ipv6: "
` [PATCH net-next v6 08/14] chelsio/chtls: "
` [PATCH net-next v6 09/14] kcm: "
` [PATCH net-next v6 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()
` [PATCH net-next v6 11/14] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH net-next v6 12/14] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v6 13/14] tls/device: Support MSG_SPLICE_PAGES
` [PATCH net-next v6 14/14] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES

[PATCH v2 0/2] Add MHI Endpoint network driver
 2023-06-07 18:13 UTC  (13+ messages)
` [PATCH v2 1/2] net: "
` [PATCH v2 2/2] MAINTAINERS: Add entry for MHI networking drivers under MHI bus

[PATCH v1 4/8] dt-bindings: can: m_can: add termination-{gpios,ohms} properties
 2023-06-07 17:51 UTC  (4+ messages)
` [PATCH v1 5/8] dt-bindings: net: dsa: microchip: add missing spi-{cpha,cpol} properties

[PATCH net-next] net: micrel: Change to receive timestamp in the frame for lan8841
 2023-06-07 17:47 UTC  (2+ messages)

[PATCH RFC net 0/2] nfc: nxp-nci: Fix i2c read on ThinkPad hardware
 2023-06-07 17:46 UTC  (5+ messages)
` [PATCH RFC net 1/2] "
` [PATCH RFC net 2/2] "

[PATCH net-next v5 00/14] splice, net: Rewrite splice-to-socket, fix SPLICE_F_MORE and handle MSG_SPLICE_PAGES in AF_TLS
 2023-06-07 17:46 UTC  (34+ messages)
` [PATCH net-next v5 01/14] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace
` [PATCH net-next v5 02/14] tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsg
` [PATCH net-next v5 03/14] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [PATCH net-next v5 04/14] splice, net: Add a splice_eof op to file-ops and socket-ops
` [PATCH net-next v5 05/14] tls/sw: Use splice_eof() to flush
` [PATCH net-next v5 06/14] tls/device: "
` [PATCH net-next v5 07/14] ipv4, ipv6: "
` [PATCH net-next v5 08/14] chelsio/chtls: "
` [PATCH net-next v5 09/14] kcm: "
` [PATCH net-next v5 10/14] splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()
` [PATCH net-next v5 11/14] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 12/14] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v5 13/14] tls/device: Support MSG_SPLICE_PAGES
` [PATCH net-next v5 14/14] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES

[PATCH net-next v6] net: ioctl: Use kernel memory on protocol ioctl callbacks
 2023-06-07 17:31 UTC  (3+ messages)

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

[PATCH v3] net/sched: act_pedit: Parse L3 Header for L4 offset
 2023-06-07 16:57 UTC  (2+ messages)

[PATCH RFC net-next v3 0/8] virtio/vsock: support datagrams
 2023-06-01  7:54 UTC  (8+ messages)
` [PATCH RFC net-next v3 1/8] vsock/dgram: generalize recvmsg and drop transport->dgram_dequeue
` [PATCH RFC net-next v3 6/8] virtio/vsock: support dgrams

POSSIBLE BUG: selftests/net/fcnal-test.sh: [FAIL] in vrf "bind - ns-B IPv6 LLA" test
 2023-06-07 16:51 UTC  (8+ messages)
      ` POSSIBLE BUG: selftests/net/fcnal-test.sh: [FAIL][FIX TESTED] "

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

[PATCH iproute2-next] f_flower: Add l2_miss support
 2023-06-07 16:51 UTC  (2+ messages)

[PATCH net] net: bcmgenet: Fix EEE implementation
 2023-06-07 16:45 UTC  (5+ messages)

[PATCH net] igb: Fix extts capture value format for 82580/i354/i350
 2023-06-07 16:41 UTC 

[PATCH iwl-next] ice: clean up __ice_aq_get_set_rss_lut()
 2023-06-07 16:42 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION abbd8bb42915d9ed06df11b430bf4ecb3d8ac5ad
 2023-06-07 16:39 UTC 

[pull request][net-next 00/15] mlx5 updates 2023-06-06
 2023-06-07 16:40 UTC  (10+ messages)
` [net-next 09/15] net/mlx5e: RX, Log error when page_pool size is too large
` [net-next 13/15] net/mlx5: Skip inline mode check after mlx5_eswitch_enable_locked() failure

[PATCH net 1/2] eth: bnxt: fix the wake condition
 2023-06-07 16:33 UTC  (3+ messages)
` [PATCH net 2/2] eth: ixgbe: "

[PATCH net-next] selftests: net: vxlan: Fix selftest after changes in iproute2
 2023-06-07 16:32 UTC  (2+ messages)

[PATCH v2 bpf 00/11] bpf: random unpopular userspace fixes (32 bit et al)
 2023-06-07 16:18 UTC  (4+ messages)
` [PATCH v2 bpf 03/11] bpftool: use a local bpf_perf_event_value to fix accessing its fields

[PATCH net] ping6: Fix send to link-local addresses with VRF
 2023-06-07 16:11 UTC  (2+ messages)

[PATCH 0/1] pull request for net: batman-adv 2023-06-07
 2023-06-07 15:55 UTC  (2+ messages)
` [PATCH 1/1] batman-adv: Broken sync while rescheduling delayed work

[PATCH net-next v4 0/5] Followup fixes for the dwmac and altera lynx conversion
 2023-06-07 15:54 UTC  (7+ messages)
` [PATCH net-next v4 5/5] net: dwmac_socfpga: initialize local data for mdio regmap configuration

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

[PATCH 1/2] stmmac: fix pcs_lynx link failure
 2023-06-07 15:52 UTC  (4+ messages)
` [PATCH 2/2] net: altera-tse: fix broken Kconfig dependency

[PATCH v2 iproute2-next] tc/taprio: print the offload xstats
 2023-06-07 15:45 UTC 

[PATCH bpf v4 0/2] Fix verifier id tracking of scalars on spill
 2023-06-07 15:35 UTC  (3+ messages)
` [PATCH bpf v4 2/2] selftests/bpf: Add test cases to assert proper ID tracking "

[PATCH] net: stmmac: Fix stmmac_mdio_unregister() build errors
 2023-06-07 15:34 UTC  (4+ messages)

[PATCH iproute2-next] tc/taprio: print the offload xstats
 2023-06-07 15:33 UTC  (3+ messages)

[PATCH v2] tcp: fix connection reset due to tw hashdance race
 2023-06-07 15:27 UTC  (5+ messages)

[PATCH net v2] net: renesas: rswitch: Fix timestamp feature after all descriptors are used
 2023-06-07 15:25 UTC  (2+ messages)

[PATCH net-next v3 0/2] net: renesas: rswitch: Improve perfromance of TX/RX
 2023-06-07 15:23 UTC  (3+ messages)
` [PATCH net-next v3 2/2] net: renesas: rswitch: Use hardware pause features

[PATCH v3 0/2] net/ncsi: refactoring for GMA command
 2023-06-07 15:17 UTC  (3+ messages)
` [PATCH v3 1/2] net/ncsi: make one oem_gma function for all mfr id
` [PATCH v3 2/2] net/ncsi: change from ndo_set_mac_address to dev_set_mac_address

[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-06-07 15:03 UTC  (4+ messages)
` [PATCH net-next v10 08/16] tls: Inline do_tcp_sendpages()

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

[PATCH net 0/3] net/sched: act_ipt bug fixes
 2023-06-07 14:59 UTC  (4+ messages)
` [PATCH net 1/3] net/sched: act_ipt: add sanity checks on table name and hook locations
` [PATCH net 2/3] net/sched: act_ipt: add sanity checks on skb before calling target
` [PATCH net 3/3] net/sched: act_ipt: zero skb->cb "

[PATCH] net/sched: Set the flushing flags to false to prevent an infinite loop
 2023-06-07 15:02 UTC  (3+ messages)

[PATCH 0/3] Add MHI Endpoint network driver
 2023-06-07 14:56 UTC  (11+ messages)
` [PATCH 3/3] net: mhi: Increase the default MTU from 16K to 32K

[RFC PATCH v4] can: virtio: Initial virtio CAN driver
 2023-06-07 14:56 UTC 

[PATCH RFC] RDMA/core: Handle ARPHRD_NONE devices
 2023-06-07 14:48 UTC  (5+ messages)

[PATCH net-next v2 0/8] net: freescale: Convert to platform remove callback returning void
 2023-06-07 14:39 UTC  (13+ messages)
` [PATCH net-next v2 2/8] net: dpaa: "
` [PATCH net-next v2 3/8] net: fec: "
` [PATCH net-next v2 4/8] net: fman: "
` [PATCH net-next v2 5/8] net: fs_enet: "
` [PATCH net-next v2 6/8] net: fsl_pq_mdio: "
` [PATCH net-next v2 8/8] net: ucc_geth: "

[PATCH net-next v4 1/4] usbnet: ipheth: fix risk of NULL pointer deallocation
 2023-06-07 13:57 UTC  (4+ messages)
` [PATCH net-next v4 2/4] usbnet: ipheth: transmit URBs without trailing padding
` [PATCH net-next v4 3/4] usbnet: ipheth: add CDC NCM support
` [PATCH net-next v4 4/4] usbnet: ipheth: update Kconfig description

[PATCH net v2 1/1] mlxbf_gige: Fix kernel panic at shutdown
 2023-06-07 14:03 UTC 

arm: shmobile_defconfig: ld.lld: error: undefined symbol: lynx_pcs_destroy
 2023-06-07 13:59 UTC  (5+ messages)

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

[PATCH 1/8] net/mlx5: Update the driver with the recent thermal changes
 2023-06-07 13:17 UTC  (3+ messages)

[PATCH iwl-next v2] ice: clean up __ice_aq_get_set_rss_lut()
 2023-06-07 13:09 UTC 


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