netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-10 00:45:08 to 2023-01-10 13:57:08 UTC [more...]

[PATCH net-next v7 0/2] Add support to offload macsec using netlink update
 2023-01-10 13:55 UTC  (8+ messages)
` [PATCH net-next v7 1/2] macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink

[PATCH main 1/1] macsec: Fix Macsec replay protection
 2023-01-10 13:38 UTC  (5+ messages)

[PATCH net-next v2 0/2] Add IP_LOCAL_PORT_RANGE socket option
 2023-01-10 13:37 UTC  (3+ messages)
` [PATCH net-next v2 1/2] inet: "
` [PATCH net-next v2 2/2] selftests/net: Cover the "

[PATCH net-next v1 0/7] Allow offloading of UDP NEW connections via act_ct
 2023-01-10 13:30 UTC  (8+ messages)
` [PATCH net-next v1 1/7] net: flow_offload: provision conntrack info in ct_metadata
` [PATCH net-next v1 2/7] netfilter: flowtable: fixup UDP timeout depending on ct state
` [PATCH net-next v1 3/7] netfilter: flowtable: allow unidirectional rules
` [PATCH net-next v1 4/7] netfilter: flowtable: allow updating offloaded rules asynchronously
` [PATCH net-next v1 5/7] net/sched: act_ct: set ctinfo in meta action depending on ct state
` [PATCH net-next v1 6/7] net/sched: act_ct: offload UDP NEW connections
` [PATCH net-next v1 7/7] netfilter: nf_conntrack: allow early drop of offloaded UDP conns

[PATCH net-next v3 0/4] net: phy: mxl-gpy: broken interrupt fixes
 2023-01-10 13:10 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()
 2023-01-10 13:07 UTC  (7+ messages)
` [PATCH bpf-next 1/2] "

[PATCH RFC v2 0/2] Add I2C fwnode lookup/get interfaces
 2023-01-10 13:02 UTC  (3+ messages)

[PATCH net-next v3 00/11] net: mdio: Start separating C22 and C45
 2023-01-10 12:49 UTC  (4+ messages)
` [PATCH net-next v3 01/11] net: mdio: Add dedicated C45 API to MDIO bus drivers

[PATCH net-next 0/2] nfp: add DCB IEEE support
 2023-01-10 12:35 UTC  (3+ messages)
` [PATCH net-next 1/2] nfp: add stub implementation of DCB IEEE callbacks
` [PATCH net-next 2/2] nfp: add DCB IEEE configuration process

[PATCH 0/4] rtw88: Four fixes found while working on SDIO support
 2023-01-10 12:34 UTC  (14+ messages)
` [PATCH 1/4] rtw88: Add packed attribute to the eFuse structs

[PATCH] Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
 2023-01-10 12:22 UTC  (6+ messages)

[PATCH v1 net-next,0/8] octeontx2-af: Miscellaneous changes for CPT
 2023-01-10 12:11 UTC  (10+ messages)
` [PATCH v1 net-next,1/8] octeontx2-af: recover CPT engine when it gets fault
` [PATCH v1 net-next,2/8] octeontx2-af: add mbox for CPT LF reset
` [PATCH v1 net-next,3/8] octeontx2-af: modify FLR sequence for CPT
` [PATCH v1 net-next,4/8] octeontx2-af: optimize cpt pf identification
` [PATCH v1 net-next,5/8] octeontx2-af: restore rxc conf after teardown sequence
` [PATCH v1 net-next,6/8] octeontx2-af: update CPT inbound inline IPsec config mailbox
` [PATCH v1 net-next,7/8] octeontx2-af: add ctx ilen to cpt lf alloc mailbox
` [PATCH v1 net-next,8/8] octeontx2-af: add mbox to return CPT_AF_FLT_INT info

[PATCH bpf-next v2 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2023-01-10 12:10 UTC  (6+ messages)
` [PATCH bpf-next v2 15/15] selftests/xsk: automatically switch "

[PATCH v2 06/13] tty: Convert ->carrier_raised() and callchains to bool
 2023-01-10 12:02 UTC 

[PATCH net] net: hns3: fix wrong use of rss size during VF rss config
 2023-01-10 11:53 UTC 

[PATCH] ptp_qoriq: fix latency in ptp_qoriq_adjtime() operation
 2023-01-10 11:53 UTC  (2+ messages)

[PATCH v2 00/24] Split netmem from struct page
 2023-01-10 11:51 UTC  (44+ messages)
` [PATCH v2 03/24] page_pool: Add netmem_set_dma_addr() and netmem_get_dma_addr()
` [PATCH v2 04/24] page_pool: Convert page_pool_release_page() to page_pool_release_netmem()
` [PATCH v2 05/24] page_pool: Start using netmem in allocation path
` [PATCH v2 06/24] page_pool: Convert page_pool_return_page() to page_pool_return_netmem()
` [PATCH v2 07/24] page_pool: Convert __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH v2 08/24] page_pool: Convert pp_alloc_cache to contain netmem
` [PATCH v2 09/24] page_pool: Convert page_pool_defrag_page() to page_pool_defrag_netmem()
` [PATCH v2 10/24] page_pool: Convert page_pool_put_defragged_page() to netmem
` [PATCH v2 11/24] page_pool: Convert page_pool_empty_ring() to use netmem
` [PATCH v2 12/24] page_pool: Convert page_pool_alloc_pages() to page_pool_alloc_netmem()
` [PATCH v2 13/24] page_pool: Convert page_pool_dma_sync_for_device() to take a netmem
` [PATCH v2 14/24] page_pool: Convert page_pool_recycle_in_cache() to netmem
` [PATCH v2 15/24] page_pool: Remove page_pool_defrag_page()
` [PATCH v2 16/24] page_pool: Use netmem in page_pool_drain_frag()
` [PATCH v2 17/24] page_pool: Convert page_pool_return_skb_page() to use netmem
` [PATCH v2 18/24] page_pool: Convert frag_page to frag_nmem
` [PATCH v2 19/24] xdp: Convert to netmem
` [PATCH v2 20/24] mm: Remove page pool members from struct page
` [PATCH v2 21/24] page_pool: Pass a netmem to init_callback()

[PATCH v5] sock: add tracepoint for send recv length
 2023-01-10 11:49 UTC  (2+ messages)

[PATCH v2] net: wan: Add checks for NULL. If uhdlc_priv_tsa != 1 then utdm is not initialized. And if ret != NULL then goto undo_uhdlc_init, where utdm is dereferenced. Same if dev == NULL
 2023-01-10 11:47 UTC 

[syzbot] kernel BUG in rxrpc_put_call
 2023-01-10 11:45 UTC  (2+ messages)

[PATCH v2] net/core.c : remove redundant state settings after waking up
 2023-01-10 11:14 UTC 

[net PATCH] octeontx2-pf: Fix resource leakage in VF driver unbind
 2023-01-10 11:11 UTC  (6+ messages)

[PATCH net-next] amd-xgbe: Add support for 10 Mbps speed
 2023-01-10 11:00 UTC  (2+ messages)

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-01-09 (ice)
 2023-01-10 10:56 UTC  (3+ messages)
` [PATCH net 2/2] ice: Add check for kzalloc

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2023-01-10 10:54 UTC  (12+ messages)

[PATCH net 1/1] net: stmmac: add aux timestamps fifo clearance wait
 2023-01-10 10:27 UTC  (2+ messages)

[PATCH v6 0/5] can: bxcan: add support for ST bxCAN controller
 2023-01-10 10:25 UTC  (3+ messages)
` [PATCH v6 5/5] "

mv88e6321, dual cpu port
 2023-01-10 10:23 UTC  (3+ messages)

[PATCH net-next v6 4/4] test/vsock: vsock_perf utility
 2023-01-10 10:20 UTC  (3+ messages)

[PATCH net-next v7 0/4] vsock: update tools and error handling
 2023-01-10 10:18 UTC  (5+ messages)
` [PATCH net-next v7 1/4] vsock: return errors other than -ENOMEM to socket
` [PATCH net-next v7 2/4] test/vsock: rework message bounds test
` [PATCH net-next v7 3/4] test/vsock: add big message test
` [PATCH net-next v7 4/4] test/vsock: vsock_perf utility

[PATCH v2 00/11] dt-bindings: first batch of dt-schema conversions for Amlogic Meson bindings
 2023-01-10 10:17 UTC  (11+ messages)
` [PATCH v2 01/11] dt-bindings: firmware: convert meson_sm.txt to dt-schema
` [PATCH v2 02/11] dt-bindings: nvmem: convert amlogic-efuse.txt "
` [PATCH v2 03/11] dt-bindings: nvmem: convert amlogic-meson-mx-efuse.txt "
` [PATCH v2 06/11] dt-bindings: power: amlogic,meson-gx-pwrc: mark bindings as deprecated
` [PATCH v2 09/11] dt-bindings: mmc: convert amlogic,meson-gx.txt to dt-schema

[PATCHv3 net-next] sched: multicast sched extack messages
 2023-01-10 10:17 UTC  (5+ messages)

[PATCH net] net: ethernet: renesas: rswitch: Fix ethernet-ports handling
 2023-01-10  9:55 UTC 

[PATCH HID for-next v1 0/9] HID-BPF LLVM fixes, no more hacks
 2023-01-10  9:43 UTC  (5+ messages)
` [PATCH HID for-next v1 1/9] selftests: hid: add vmtest.sh

[PATCH net-next v9] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2023-01-10  9:39 UTC  (3+ messages)

[PATCH v2 net-next] net: ethernet: mtk_wed: get rid of queue lock for rx queue
 2023-01-10  9:31 UTC 

[PATCH net 0/3] selftests/net: Isolate l2_tos_ttl_inherit.sh in its own netns
 2023-01-10  9:30 UTC  (2+ messages)

[PATCH v1] net/dev.c : Remove redundant state settings after waking up
 2023-01-10  9:29 UTC  (2+ messages)

[PATCH] xfrm: compat: change expression for switch in xfrm_xlate64
 2023-01-10  9:14 UTC 

[PATCH net-next] net: ethernet: mtk_wed: get rid of queue lock for rx queue
 2023-01-10  9:10 UTC  (5+ messages)

[PATCH net] ipv6: prevent only DAD and RS sending for IFF_NO_ADDRCONF
 2023-01-10  8:59 UTC  (4+ messages)

[PATCH v4] sock: add tracepoint for send recv length
 2023-01-10  8:58 UTC  (9+ messages)
  ` [External] "

[PATCH v2] Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
 2023-01-10  8:58 UTC  (7+ messages)

[net PATCH] octeontx2-pf: Use GFP_ATOMIC in atomic context
 2023-01-10  8:55 UTC  (5+ messages)
        ` [EXT] "

[Patch net-next v8 00/13] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2023-01-10  8:49 UTC  (14+ messages)
` [Patch net-next v8 01/13] net: dsa: microchip: ptp: add the posix clock support
` [Patch net-next v8 02/13] net: dsa: microchip: ptp: Initial hardware time stamping support
` [Patch net-next v8 03/13] net: dsa: microchip: ptp: add 4 bytes in tail tag when ptp enabled
` [Patch net-next v8 04/13] net: dsa: microchip: ptp: manipulating absolute time using ptp hw clock
` [Patch net-next v8 05/13] net: dsa: microchip: ptp: enable interrupt for timestamping
` [Patch net-next v8 06/13] net: ptp: add helper for one-step P2P clocks
` [Patch net-next v8 07/13] net: dsa: microchip: ptp: add packet reception timestamping
` [Patch net-next v8 08/13] net: dsa: microchip: ptp: add packet transmission timestamping
` [Patch net-next v8 09/13] net: dsa: microchip: ptp: move pdelay_rsp correction field to tail tag
` [Patch net-next v8 10/13] net: dsa: microchip: ptp: add periodic output signal
` [Patch net-next v8 11/13] net: dsa: microchip: ptp: add support for perout programmable pins
` [Patch net-next v8 12/13] net: dsa: microchip: ptp: lan937x: add 2 step timestamping
` [Patch net-next v8 13/13] net: dsa: microchip: ptp: lan937x: Enable periodic output in LED pins

[PATCH rdma-next 4/4] RDMA/mlx5: Use query_special_contexts for mkeys
 2023-01-10  8:45 UTC  (11+ messages)

[patch net-next v3 00/11] devlink: features, linecard and reporters locking cleanup
 2023-01-10  8:40 UTC  (10+ messages)
` [patch net-next v3 01/11] devlink: remove devlink features
` [patch net-next v3 03/11] devlink: remove linecard reference counting
` [patch net-next v3 04/11] devlink: protect health reporter operation with instance lock

[PATCH 0/8] Add Auxiliary driver support
 2023-01-10  8:38 UTC  (2+ messages)

[PATCH 00/18] arm64: qcom: add support for sa8775p-ride
 2023-01-10  8:18 UTC  (3+ messages)
` [PATCH 10/18] pinctrl: qcom: sa8775p: add the pinctrl driver for the sa8775p platform

[PATCH net-queue] iavf: schedule watchdog immediately when changing primary MAC
 2023-01-10  8:00 UTC 

[GIT PULL] bitmap changes for v6.2-rc1
 2023-01-10  7:24 UTC  (3+ messages)

[PATCH v2] Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()
 2023-01-10  7:05 UTC  (2+ messages)

[Patch net 0/2] l2tp: fix race conditions in l2tp_tunnel_register()
 2023-01-10  6:49 UTC  (8+ messages)
` [Patch net 1/2] l2tp: convert l2tp_tunnel_list to idr
` [Patch net 2/2] l2tp: close all race conditions in l2tp_tunnel_register()

[PATCH v1 net-next,0/8] octeontx2-af: Miscellaneous changes for CPT
 2023-01-10  6:20 UTC  (9+ messages)
` [PATCH v1 net-next,1/8] octeontx2-af: recover CPT engine when it gets fault
` [PATCH v1 net-next,2/8] octeontx2-af: add mbox for CPT LF reset
` [PATCH v1 net-next,3/8] octeontx2-af: modify FLR sequence for CPT
` [PATCH v1 net-next,4/8] octeontx2-af: optimize cpt pf identification
` [PATCH v1 net-next,5/8] octeontx2-af: restore rxc conf after teardown sequence
` [PATCH v1 net-next,6/8] octeontx2-af: update CPT inbound inline IPsec config mailbox
` [PATCH v1 net-next,7/8] octeontx2-af: add ctx ilen to cpt lf alloc mailbox
` [PATCH v1 net-next,8/8] octeontx2-af: add mbox to return CPT_AF_FLT_INT info

[PATCH] Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()
 2023-01-10  6:18 UTC  (3+ messages)

[pull request][net 00/16] mlx5 fixes 2023-01-09
 2023-01-10  6:11 UTC  (17+ messages)
` [net 01/16] net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_rule
` [net 02/16] net/mlx5: check attr pointer validity before dereferencing it
` [net 03/16] net/mlx5e: TC, Keep mod hdr actions after mod hdr alloc
` [net 04/16] net/mlx5: Fix command stats access after free
` [net 05/16] net/mlx5e: Verify dev is present for fix features ndo
` [net 06/16] net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are present
` [net 07/16] net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent
` [net 08/16] net/mlx5e: IPoIB, Fix child PKEY interface stats on rx path
` [net 09/16] net/mlx5e: TC, ignore match level for post meter rules
` [net 10/16] net/mlx5e: TC, Restore pkt rate policing support
` [net 11/16] net/mlx5e: Fix memory leak on updating vport counters
` [net 12/16] net/mlx5: Fix ptp max frequency adjustment range
` [net 13/16] net/mlx5e: Don't support encap rules with gbp option
` [net 14/16] net/mlx5: E-switch, Coverity: overlapping copy
` [net 15/16] net/mlx5e: Fix macsec ssci attribute handling in offload path
` [net 16/16] net/mlx5e: Fix macsec possible null dereference when updating MAC security entity (SecY)

Network do not works with linux >= 6.1.2. Issue bisected to "425c9bd06b7a70796d880828d15c11321bdfb76d" (RDMA/irdma: Report the correct link speed)
 2023-01-10  6:02 UTC  (4+ messages)
    `  "

[PATCH v8 00/12] Network support for Landlock
 2023-01-10  5:03 UTC  (11+ messages)
` [PATCH v8 08/12] landlock: Implement TCP network hooks
` [PATCH v8 10/12] selftests/landlock: Add 10 new test suites dedicated to network

[PATCH net-next v2 0/4] net: ethernet: renesas: rswitch: Modify initialization for SERDES and PHY
 2023-01-10  5:02 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: phylink: Set host_interfaces for a non-sfp PHY
` [PATCH net-next v2 2/4] net: ethernet: renesas: rswitch: Simplify struct phy * handling
` [PATCH net-next v2 3/4] net: ethernet: renesas: rswitch: Enable ovr_host_interfaces
` [PATCH net-next v2 4/4] net: ethernet: renesas: rswitch: Add phy_power_{on,off}() calling

[PATCH ethtool-next v5 0/2] add netlink support for rss get
 2023-01-10  4:52 UTC  (3+ messages)
` [PATCH ethtool-next v5 1/2] Move code that print rss info into common file
` [PATCH ethtool-next v5 2/2] netlink: add netlink handler for get rss (-x)

[PATCH net] Revert "r8169: disable detection of chip version 36"
 2023-01-10  4:50 UTC  (2+ messages)

[PATCH net] net/sched: act_mpls: Fix warning during failed attribute validation
 2023-01-10  3:50 UTC  (3+ messages)

[PATCH net-next] net/rds: use strscpy() to instead of strncpy()
 2023-01-10  3:48 UTC  (2+ messages)

[PATCH net-next 0/9] octeontx2-af: Miscellaneous changes for CPT
 2023-01-10  3:46 UTC  (3+ messages)
` [PATCH net-next,1/9] octeontx2-af: Fix interrupt name strings completely

[PATCH] vhost: remove unused paramete
 2023-01-10  2:44 UTC 

[PATCH net-next 1/1] e1000e: Enable Link Partner Advertised Support
 2023-01-10  1:50 UTC  (2+ messages)

[PATCH v2] iwlwifi: Add missing check for alloc_ordered_workqueue
 2023-01-10  1:48 UTC 

[PATCH][next] net/mlx5e: Replace zero-length array with flexible-array member
 2023-01-10  1:39 UTC 

[PATCH][next] Bluetooth: HCI: Replace zero-length arrays with flexible-array members
 2023-01-10  1:37 UTC 

net: ipv6: raw: fixes null pointer deference in rawv6_push_pending_frames
 2023-01-10  0:59 UTC  (7+ messages)
          ` [PATCH] ipv6: raw: Deduct extension header length "

[PATCH V1 net-next 0/5] Add devlink support to ena
 2023-01-10  0:45 UTC  (2+ messages)


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