netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-08 21:31:46 to 2023-01-09 15:50:08 UTC [more...]

[PATCH] net-wan: Add check for NULL for utdm in ucc_hdlc_probe
 2023-01-09 15:49 UTC  (2+ messages)

[PATCH v4] sock: add tracepoint for send recv length
 2023-01-09 15:39 UTC  (7+ messages)
  ` [External] "

[PATCH net-next v7] net: ngbe: Add ngbe mdio bus driver
 2023-01-09 15:35 UTC 

[PATCH net-next v3 00/11] net: mdio: Start separating C22 and C45
 2023-01-09 15:30 UTC  (12+ messages)
` [PATCH net-next v3 01/11] net: mdio: Add dedicated C45 API to MDIO bus drivers
` [PATCH net-next v3 02/11] net: pcs: pcs-xpcs: Use C45 MDIO API
` [PATCH net-next v3 03/11] net: mdio: mdiobus_register: update validation test
` [PATCH net-next v3 04/11] net: mdio: C22 is now optional, EOPNOTSUPP if not provided
` [PATCH net-next v3 05/11] net: mdio: Move mdiobus_c45_addr() next to users
` [PATCH net-next v3 06/11] net: mdio: mdio-bitbang: Separate C22 and C45 transactions
` [PATCH net-next v3 07/11] net: mdio: mvmdio: Convert XSMI bus to new API
` [PATCH net-next v3 08/11] net: mdio: xgmac_mdio: Separate C22 and C45 transactions
` [PATCH net-next v3 09/11] net: fec: "
` [PATCH net-next v3 10/11] net: mdio: add mdiobus_c45_read/write_nested helpers
` [PATCH net-next v3 11/11] net: dsa: mv88e6xxx: Separate C22 and C45 transactions

[PATCH net v2] net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()
 2023-01-09 15:32 UTC 

[PATCH net 1/1] net: stmmac: add aux timestamps fifo clearance wait
 2023-01-09 15:15 UTC 

[PATCH net-next v7 0/2] Add support to offload macsec using netlink update
 2023-01-09 15:14 UTC  (4+ messages)
` [PATCH net-next v7 1/2] macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink
` [PATCH net-next v7 2/2] macsec: dump IFLA_MACSEC_OFFLOAD attribute as part of macsec dump

[PATCHv2 00/12] iov_iter: replace import_single_range with ubuf
 2023-01-09 15:12 UTC  (5+ messages)
    ` [PATCHv2 02/12] io_uring: switch network send/recv to ITER_UBUF

[PATCH v2 net-next 0/5] net: ethernet: mtk_wed: introduce reset support
 2023-01-09 14:46 UTC  (8+ messages)
` [PATCH v2 net-next 5/5] net: ethernet: mtk_wed: add reset/reset_complete callbacks

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

[PATCH] iwlwifi: Add missing check for alloc_ordered_workqueue
 2023-01-09 14:42 UTC  (2+ messages)

[PATCH net-next v6] net: ngbe: Add ngbe mdio bus driver
 2023-01-09 14:38 UTC  (5+ messages)

[PATCH v2 net-next 0/5] add PLCA RS support and onsemi NCN26000
 2023-01-09 14:24 UTC  (13+ messages)
` [PATCH v2 net-next 3/5] drivers/net/phy: add connection between ethtool and phylib for PLCA
` [PATCH v2 net-next 4/5] drivers/net/phy: add helpers to get/set PLCA configuration
` [PATCH v2 net-next 5/5] drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY

[PATCH net-next 1/2] inet: Add IP_LOCAL_PORT_RANGE socket option
 2023-01-09 13:58 UTC  (4+ messages)

[PATCH 00/18] can: m_can: Optimizations for m_can/tcan part 2
 2023-01-09 13:55 UTC  (2+ messages)

[PATCH net-next v2] samples/bpf: fixup some tools to be able to support xdp multibuffer
 2023-01-09 13:50 UTC  (12+ messages)

[PATCH 1/1] net/mlx4: Fix build error use array_size() helper in copy_to_user()
 2023-01-09 13:51 UTC  (2+ messages)

[PATCH net-next v3 0/4] net: phy: mxl-gpy: broken interrupt fixes
 2023-01-09 13:41 UTC  (8+ messages)
` [PATCH net-next v3 1/4] dt-bindings: vendor-prefixes: add MaxLinear
` [PATCH net-next v3 2/4] dt-bindings: net: phy: add MaxLinear GPY2xx bindings
` [PATCH net-next v3 3/4] net: phy: allow a phy to opt-out of interrupt handling
` [PATCH net-next v3 4/4] net: phy: mxl-gpy: disable interrupts on GPY215 by default

[PATCH v8 00/25] nvme-tcp receive offloads
 2023-01-09 13:31 UTC  (26+ messages)
` [PATCH v8 01/25] net: Introduce direct data placement tcp offload
` [PATCH v8 02/25] net/ethtool: add new stringset ETH_SS_ULP_DDP{,_STATS}
` [PATCH v8 03/25] net/ethtool: add ULP_DDP_{GET,SET} operations for caps and stats
` [PATCH v8 04/25] Documentation: document netlink ULP_DDP_GET/SET messages
` [PATCH v8 05/25] iov_iter: skip copy if src == dst for direct data placement
` [PATCH v8 06/25] net/tls,core: export get_netdev_for_sock
` [PATCH v8 07/25] nvme-tcp: Add DDP offload control path
` [PATCH v8 08/25] nvme-tcp: Add DDP data-path
` [PATCH v8 09/25] nvme-tcp: RX DDGST offload
` [PATCH v8 10/25] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v8 11/25] nvme-tcp: Add modparam to control the ULP offload enablement
` [PATCH v8 12/25] Documentation: add ULP DDP offload documentation
` [PATCH v8 13/25] net/mlx5e: Rename from tls to transport static params
` [PATCH v8 14/25] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v8 15/25] net/mlx5e: Have mdev pointer directly on the icosq structure
` [PATCH v8 16/25] net/mlx5e: Refactor doorbell function to allow avoiding a completion
` [PATCH v8 17/25] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v8 18/25] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v8 19/25] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v8 20/25] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v8 21/25] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v8 22/25] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v8 23/25] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v8 24/25] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v8 25/25] net/mlx5e: NVMEoTCP, statistics

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

[PATCH v4 net-next 0/3] mv88e6xxx: Add MAB offload support
 2023-01-09 13:29 UTC  (3+ messages)
` [PATCH v4 net-next 2/3] net: dsa: mv88e6xxx: shorten the locked section in mv88e6xxx_g1_atu_prob_irq_thread_fn()

KASAN: use-after-free Read in ___bpf_prog_run
 2023-01-09 13:21 UTC  (5+ messages)

[PATCH net-next 1/1] e1000e: Enable Link Partner Advertised Support
 2023-01-09 13:02 UTC  (6+ messages)

[PATCH v2 00/11] dt-bindings: first batch of dt-schema conversions for Amlogic Meson bindings
 2023-01-09 12:53 UTC  (12+ 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 04/11] dt-bindings: watchdog: convert meson-wdt.txt "
` [PATCH v2 05/11] dt-bindings: media: convert meson-ir.txt "
` [PATCH v2 06/11] dt-bindings: power: amlogic,meson-gx-pwrc: mark bindings as deprecated
` [PATCH v2 07/11] dt-bindings: timer: convert timer/amlogic,meson6-timer.txt to dt-schema
` [PATCH v2 08/11] dt-bindings: phy: convert meson-gxl-usb2-phy.txt "
` [PATCH v2 09/11] dt-bindings: mmc: convert amlogic,meson-gx.txt "
` [PATCH v2 10/11] dt-bindings: PCI: convert amlogic,meson-pcie.txt "
` [PATCH v2 11/11] dt-bindings: net: convert mdio-mux-meson-g12a.txt "

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

[PATCH RFC net-next v2 00/12] net: mdio: Start separating C22 and C45
 2023-01-09 12:41 UTC  (7+ messages)
` [PATCH RFC net-next v2 03/12] net: mdio: mdiobus_register: update validation test

[PATCH v5 net-next 00/15] net: bridge: Multiple Spanning Trees
 2023-01-09 12:29 UTC  (9+ messages)
` [PATCH v5 net-next 01/15] net: bridge: mst: Multiple Spanning Tree (MST) mode

[PATCH v2 00/24] Split netmem from struct page
 2023-01-09 12:27 UTC  (5+ messages)
` [PATCH v2 24/24] mlx5: Convert to netmem

[PATCH net-next 0/2] net: use kmem_cache_free_bulk in kfree_skb_list
 2023-01-09 12:24 UTC  (4+ messages)
` [PATCH net-next 2/2] net: kfree_skb_list use kmem_cache_free_bulk

[PATCH] netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function
 2023-01-09 11:54 UTC 

(no subject)
 2023-01-09 11:48 UTC 

[PATCH RFC v2 0/2] Add I2C fwnode lookup/get interfaces
 2023-01-09 11:48 UTC  (2+ messages)

[PATCH net-next] net/rds: use strscpy() to instead of strncpy()
 2023-01-09 11:48 UTC 

[PATCH 00/12] dt-bindings: first batch of dt-schema conversions for Amlogic Meson bindings
 2023-01-09 11:38 UTC  (4+ messages)
` [PATCH 03/12] dt-bindings: nvmem: convert amlogic-meson-mx-efuse.txt to dt-schema

[PATCH net-next] qed: fix a typo in comment
 2023-01-09 11:35 UTC 

[PATCH v2 iproute2 0/1] tc: Add JSON output to tc-class
 2023-01-09 10:53 UTC  (2+ messages)
` [PATCH v2 iproute2 1/1] "

[PATCH v3 01/19] dt-bindings: ARM: MediaTek: Add new document bindings of MT8188 clock
 2023-01-09 10:31 UTC  (3+ messages)

[PATCH] net: ena: initialize dim_sample
 2023-01-09 10:34 UTC  (2+ messages)

[PATCH net-next 00/11] sfc: add vDPA support for EF100 devices
 2023-01-09 10:21 UTC  (10+ messages)
` [PATCH net-next 08/11] sfc: implement device status related vdpa config operations
` [PATCH net-next 09/11] sfc: implement iova rbtree to store dma mappings

[PATCH net-next] amd-xgbe: Add support for 10 Mbps speed
 2023-01-09 10:18 UTC 

[PATCH 0/3] softirq: uncontroversial change
 2023-01-09 10:16 UTC  (4+ messages)
` [PATCH 3/3] softirq: don't yield if only expedited handlers are pending

net: ipv6: raw: fixes null pointer deference in rawv6_push_pending_frames
 2023-01-09 10:08 UTC  (8+ messages)

[Patch net 0/2] l2tp: fix race conditions in l2tp_tunnel_register()
 2023-01-09  9:55 UTC  (4+ messages)
` [Patch net 1/2] l2tp: convert l2tp_tunnel_list to idr

Network do not works with linux >= 6.1.2. Issue bisected to "425c9bd06b7a70796d880828d15c11321bdfb76d" (RDMA/irdma: Report the correct link speed)
 2023-01-09  9:17 UTC  (3+ messages)

[PATCH] vhost-test: remove meaningless debug info
 2023-01-09  9:00 UTC  (2+ messages)

[PATCH v4 1/3] dsa: marvell: Provide per device information about max frame size
 2023-01-09  9:00 UTC  (3+ messages)

[PATCH v3 0/9] virtio-net: support multi buffer xdp
 2023-01-09  8:56 UTC  (4+ messages)
` [PATCH v3 2/9] virtio-net: set up xdp for multi buffer packets

[PATCH net v4] af_unix: selftest: Fix the size of the parameter to connect()
 2023-01-09  8:53 UTC  (4+ messages)

[PATCH net v2 0/3][pull request] Intel Wired LAN Driver Updates 2023-01-03 (ice)
 2023-01-09  8:54 UTC  (5+ messages)
` [PATCH net v2 3/3] ice: Fix broken link in ice NAPI doc

[PATCH net-next] Remove DECnet support from kernel
 2023-01-09  8:44 UTC  (5+ messages)

[patch net-next v2 0/9] devlink: features, linecard and reporters locking cleanup
 2023-01-09  8:44 UTC  (13+ messages)
` [patch net-next v2 1/9] devlink: remove devlink features
` [patch net-next v2 2/9] devlink: remove linecards lock
` [patch net-next v2 3/9] devlink: remove linecard reference counting
` [patch net-next v2 4/9] devlink: remove reporters_lock

[PATCH 0/8] HID: remove some unneeded exported symbols from hid.h
 2023-01-09  8:39 UTC  (2+ messages)

[PATCH] net: lan966x: Allow to add rules in TCAM even if not enabled
 2023-01-09  8:20 UTC  (2+ messages)

[PATCH net-next] net: skb: remove old comments about frag_size for build_skb()
 2023-01-09  8:20 UTC  (2+ messages)

[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-09  8:15 UTC  (4+ messages)

[PATCH ethtool-next] Fixing boolean value output for Netlink reported values in JSON format
 2023-01-09  8:08 UTC  (4+ messages)

[PATCH net-next 0/9] mptcp: Protocol in-use tracking and code cleanup
 2023-01-09  7:50 UTC  (2+ messages)

[PATCH 0/2] r8152: allow firmwares with NCM support
 2023-01-09  7:50 UTC  (2+ messages)

[PATCH] mlxsw: spectrum_router: Replace 0-length array with flexible array
 2023-01-09  7:40 UTC  (2+ messages)

[PATCH net v2] nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()
 2023-01-09  7:40 UTC  (2+ messages)

[PATCH net] gro: take care of DODGY packets
 2023-01-09  7:40 UTC  (2+ messages)

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

[PATCH net-next v4] usbnet: optimize usbnet_bh() to reduce CPU load
 2023-01-09  7:30 UTC  (2+ messages)

[PATCH v6 net-next 0/2] Fixed warnings
 2023-01-09  7:30 UTC  (2+ messages)

[PATCH net v2] net: ipa: correct IPA v4.7 IMEM offset
 2023-01-09  7:30 UTC  (2+ messages)

[PATCH v2] Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
 2023-01-09  7:06 UTC  (5+ messages)

[net PATCH] octeontx2-pf: Fix resource leakage in VF driver unbind
 2023-01-09  6:13 UTC 

[PATCH V1 net-next 5/5] net: ena: Add devlink documentation
 2023-01-09  6:00 UTC  (2+ messages)

[PATCH V1 net-next 1/5] net: ena: Register ena device to devlink
 2023-01-09  5:59 UTC  (2+ messages)

[Patch net-next v7 00/13] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2023-01-09  4:12 UTC  (5+ messages)
` [Patch net-next v7 06/13] net: ptp: add helper for one-step P2P clocks

[PATCH v3 net-next 0/5] net: wwan: t7xx: fw flashing & coredump support
 2023-01-09  3:48 UTC  (3+ messages)
` [PATCH v3 net-next 5/5] net: wwan: t7xx: Devlink documentation

[PATCH] Bluetooth: hci_sync: fix memory leak in hci_update_adv_data()
 2023-01-09  1:26 UTC 

[PATCH v3 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2023-01-09  1:13 UTC  (4+ messages)
` [PATCH v3 5/7] net: stmmac: Add glue layer for StarFive JH7110 SoCs

[PATCH 0/4] rtw88: Four fixes found while working on SDIO support
 2023-01-09  0:55 UTC  (3+ messages)

[PATCH v3 net-next 0/5] add PLCA RS support and onsemi NCN26000
 2023-01-09  0:11 UTC  (6+ messages)
` [PATCH v3 net-next 1/5] net/ethtool: add netlink interface for the PLCA RS
` [PATCH v3 net-next 2/5] drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHY
` [PATCH v3 net-next 3/5] drivers/net/phy: add connection between ethtool and phylib for PLCA
` [PATCH v3 net-next 4/5] drivers/net/phy: add helpers to get/set PLCA configuration
` [PATCH v3 net-next 5/5] drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY

[PATCH v3] sock: add tracepoint for send recv length
 2023-01-08 21:34 UTC  (2+ messages)

[PATCH v1 RFC] wifi: rtw88: Validate the eFuse structs
 2023-01-08 21:31 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).