netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-19 21:33:53 to 2022-10-20 12:55:59 UTC [more...]

[PATCH v8 net-next 00/12] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-10-20 12:55 UTC  (9+ messages)
` [PATCH v8 net-next 01/12] net: bridge: add locked entry fdb flag to extend locked port feature
` [PATCH v8 net-next 03/12] net: bridge: enable bridge to install locked fdb entries from drivers
` [PATCH v8 net-next 12/12] selftests: forwarding: add MAB tests to locked port tests

[PATCH for-6.1 1/2] io_uring/net: fail zc send for unsupported protocols
 2022-10-20 12:53 UTC  (4+ messages)

[PATCH v2 net-next 0/5] inet6: Remove inet6_destroy_sock() calls
 2022-10-20 12:45 UTC  (7+ messages)
` [PATCH v2 net-next 1/5] inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy()
` [PATCH v2 net-next 2/5] dccp: Call inet6_destroy_sock() via sk->sk_destruct()
` [PATCH v2 net-next 3/5] sctp: "
` [PATCH v2 net-next 4/5] inet6: Remove inet6_destroy_sock()
` [PATCH v2 net-next 5/5] inet6: Clean up failure path in do_ipv6_setsockopt()

[PATCH v4 0/3] net: ethernet: renesas: Add Ethernet Switch driver
 2022-10-20 12:30 UTC  (8+ messages)
` [PATCH v4 1/3] dt-bindings: net: renesas: Document Renesas Ethernet Switch
` [PATCH v4 2/3] net: ethernet: renesas: Add Ethernet Switch driver

[PATCH] net: mtk_sgmii: implement mtk_pcs_ops
 2022-10-20 12:02 UTC  (5+ messages)
      ` Aw: "

[PATCH 1/1] net/mlx5: add dynamic logging for mlx5_dump_err_cqe
 2022-10-20 11:54 UTC  (6+ messages)

[PATCH net-next 0/2] net:axienet: Add a DT property to configure frequency of the MDIO bus
 2022-10-20 11:35 UTC  (5+ messages)
` [PATCH net-next 1/2] net:xilinx_axi: set mdio frequency according to DT
` [PATCH net-next 2/2] dt-bindings: add mdio frequency description

[net v2 0/1] net: ethernet: adi: adin1110: Fix notifiers
 2022-10-20 11:28 UTC  (3+ messages)
` [net v2 1/1] "

[PATCH net 0/3] ip: rework the fix for dflt addr selection for connected nexthop"
 2022-10-20 10:59 UTC  (5+ messages)
` [PATCH net 1/3] Revert "ip: fix triggering of 'icmp redirect'"
` [PATCH net 2/3] Revert "ip: fix dflt addr selection for connected nexthop"
` [PATCH net 3/3] nh: fix scope used to find saddr when adding non gw nh

[Patch v8 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-10-20 10:56 UTC  (14+ messages)
` [Patch v8 01/12] net: mana: Add support for auxiliary device
` [Patch v8 02/12] net: mana: Record the physical address for doorbell page region
` [Patch v8 03/12] net: mana: Handle vport sharing between devices
` [Patch v8 04/12] net: mana: Set the DMA device max segment size
` [Patch v8 05/12] net: mana: Export Work Queue functions for use by RDMA driver
` [Patch v8 06/12] net: mana: Record port number in netdev
` [Patch v8 07/12] net: mana: Move header files to a common location
` [Patch v8 08/12] net: mana: Define max values for SGL entries
` [Patch v8 09/12] net: mana: Define and process GDMA response code GDMA_STATUS_MORE_ENTRIES
` [Patch v8 10/12] net: mana: Define data structures for allocating doorbell page from GDMA
` [Patch v8 11/12] net: mana: Define data structures for protection domain and memory registration
` [Patch v8 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH] wifi: rt2x00: use explicitly signed type for clamping
 2022-10-20 10:40 UTC  (4+ messages)

[PATCH v2] wifi: rt2x00: use explicitly signed or unsigned types
 2022-10-20 10:36 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v6 00/23] nvme-tcp receive offloads
 2022-10-20 10:18 UTC  (24+ messages)
` [PATCH v6 01/23] net: Introduce direct data placement tcp offload
` [PATCH v6 02/23] iov_iter: DDP copy to iter/pages
` [PATCH v6 03/23] net/tls: export get_netdev_for_sock
` [PATCH v6 04/23] Revert "nvme-tcp: remove the unused queue_size member in nvme_tcp_queue"
` [PATCH v6 05/23] nvme-tcp: Add DDP offload control path
` [PATCH v6 06/23] nvme-tcp: Add DDP data-path
` [PATCH v6 07/23] nvme-tcp: RX DDGST offload
` [PATCH v6 08/23] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v6 09/23] nvme-tcp: Add ulp_offload modparam to control enablement of ULP offload
` [PATCH v6 10/23] Documentation: add ULP DDP offload documentation
` [PATCH v6 11/23] net/mlx5e: Rename from tls to transport static params
` [PATCH v6 12/23] net/mlx5e: Refactor ico sq polling to get budget
` [PATCH v6 13/23] net/mlx5e: Have mdev pointer directly on the icosq structure
` [PATCH v6 14/23] net/mlx5e: Refactor doorbell function to allow avoiding a completion
` [PATCH v6 15/23] net/mlx5: Add NVMEoTCP caps, HW bits, 128B CQE and enumerations
` [PATCH v6 16/23] net/mlx5e: NVMEoTCP, offload initialization
` [PATCH v6 17/23] net/mlx5e: TCP flow steering for nvme-tcp acceleration
` [PATCH v6 18/23] net/mlx5e: NVMEoTCP, use KLM UMRs for buffer registration
` [PATCH v6 19/23] net/mlx5e: NVMEoTCP, queue init/teardown
` [PATCH v6 20/23] net/mlx5e: NVMEoTCP, ddp setup and resync
` [PATCH v6 21/23] net/mlx5e: NVMEoTCP, async ddp invalidation
` [PATCH v6 22/23] net/mlx5e: NVMEoTCP, data-path for DDP+DDGST offload
` [PATCH v6 23/23] net/mlx5e: NVMEoTCP, statistics

IORING_CQE_F_COPIED
 2022-10-20 10:10 UTC  (8+ messages)
          ` IORING_SEND_NOTIF_REPORT_USAGE (was Re: IORING_CQE_F_COPIED)
          ` IORING_SEND_NOTIF_USER_DATA "

[pull request][RESEND net 00/16] mlx5 fixes 2022-10-14
 2022-10-20 10:01 UTC  (3+ messages)
` [net 02/16] net/mlx5: Wait for firmware to enable CRS before pci_restore_state

[PATCH] maketable: clean up resources
 2022-10-20  9:36 UTC  (2+ messages)

[PATCH net-next v2 0/9] Add support for Sparx5 IS2 VCAP
 2022-10-20  9:24 UTC  (13+ messages)
` [PATCH net-next v2 4/9] net: microchip: sparx5: Adding initial tc flower support for VCAP API
` [PATCH net-next v2 5/9] net: microchip: sparx5: Adding port keyset config and callback interface
` [PATCH net-next v2 6/9] net: microchip: sparx5: Adding basic rule management in VCAP API
` [PATCH net-next v2 7/9] net: microchip: sparx5: Writing rules to the IS2 VCAP

[PATCH v3] net: hinic: Set max_mtu/min_mtu directly to simplify the code
 2022-10-20  9:09 UTC  (2+ messages)

[PATCH][next] net: dev: Convert sa_data to flexible array in struct sockaddr
 2022-10-20  8:58 UTC  (2+ messages)

[PATCH net] atlantic: fix deadlock at aq_nic_stop
 2022-10-20  8:55 UTC  (16+ messages)
` [PATCH v2 "

[PATCH v3] net: ipa: Proactively round up to kmalloc bucket size
 2022-10-20  8:50 UTC  (2+ messages)

[PATCH v3][next] skbuff: Proactively round up to kmalloc bucket size
 2022-10-20  8:42 UTC  (2+ messages)

[PATCH net-next] nfp: flower: tunnel neigh support bond offload
 2022-10-20  8:28 UTC 

[PATCH net-next 0/7] net: sfp: improve high power module implementation
 2022-10-20  8:28 UTC  (4+ messages)
` [PATCH net-next 1/7] dt-bindings: net: sff,sfp: update binding

[PATCH][next] wifi: rtw89: 8852b: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE
 2022-10-20  8:25 UTC  (2+ messages)

[PATCH net] nfp: only clean `sp_indiff` when application firmware is unloaded
 2022-10-20  8:14 UTC 

[PATCH v2] net: macb: Specify PHY PM management done by MAC
 2022-10-20  8:14 UTC  (3+ messages)

[PATCH net] net: hns: fix possible memory leak in hnae_ae_register()
 2022-10-20  7:48 UTC  (6+ messages)

[PATCH net-next 00/13] genetlink: support per op type policies
 2022-10-20  7:32 UTC  (21+ messages)
` [PATCH net-next 05/13] genetlink: check for callback type at op load time
` [PATCH net-next 07/13] genetlink: support split policies in ctrl_dumppolicy_put_op()
` [PATCH net-next 08/13] genetlink: inline genl_get_cmd()
` [PATCH net-next 09/13] genetlink: add iterator for walking family ops
` [PATCH net-next 10/13] genetlink: use iterator in the op to policy map dumping
` [PATCH net-next 11/13] genetlink: inline old iteration helpers
` [PATCH net-next 12/13] genetlink: allow families to use split ops directly

[PATCH net-next v3 00/10] optimize the parallelism of SMC-R connections
 2022-10-20  7:24 UTC  (13+ messages)
` [PATCH net-next v3 01/10] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next v3 02/10] net/smc: fix SMC_CLC_DECL_ERR_REGRMB without smc_server_lgr_pending
` [PATCH net-next v3 03/10] net/smc: allow confirm/delete rkey response deliver multiplex
` [PATCH net-next v3 04/10] net/smc: make SMC_LLC_FLOW_RKEY run concurrently
` [PATCH net-next v3 05/10] net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
` [PATCH net-next v3 06/10] net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create() & smcr_buf_unuse()
` [PATCH net-next v3 07/10] net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
` [PATCH net-next v3 08/10] net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
` [PATCH net-next v3 09/10] net/smc: Fix potential panic dues to unprotected smc_llc_srv_add_link()
` [PATCH net-next v3 10/10] net/smc: fix application data exception

selftests: net: pmtu.sh: Unable to handle kernel paging request at virtual address 2c86c000
 2022-10-20  7:12 UTC 

[PATCHv2 linux-next] net: remove useless parameter of __sock_cmsg_send
 2022-10-20  6:54 UTC 

[PATCH v3 net 0/5] amd-xgbe: Miscellaneous fixes
 2022-10-20  6:42 UTC  (6+ messages)
` [PATCH v3 net 1/5] amd-xgbe: Yellow carp devices do not need rrc
` [PATCH v3 net 2/5] amd-xgbe: use enums for mailbox cmd and sub_cmds
` [PATCH v3 net 3/5] amd-xgbe: enable PLL_CTL for fixed PHY modes only
` [PATCH v3 net 4/5] amd-xgbe: fix the SFP compliance codes check for DAC cables
` [PATCH v3 net 5/5] amd-xgbe: add the bit rate quirk for Molex cables

[PATCH bpf-next v6 1/3] bpf: Add skb dynptrs
 2022-10-20  6:40 UTC  (4+ messages)

[PATCH net] MAINTAINERS: add keyword match on PTP
 2022-10-20  6:12 UTC  (4+ messages)

[PATCH net v1] net/mlx5e: Cleanup MACsec uninitialization routine
 2022-10-20  5:28 UTC 

[PATCH net-next] net: fec: Add support for periodic output signal of PPS
 2022-10-20  4:38 UTC  (3+ messages)

[PATCH net-next] net: fec: Add support for periodic output signal of PPS
 2022-10-20  4:35 UTC 

[PATCH net] ethtool: pse-pd: fix null-deref on genl_info in dump
 2022-10-20  4:37 UTC  (2+ messages)

[PATCH] i40e: add a fault tolerance judgment
 2022-10-20  3:34 UTC 

[PATCH net] net: phy: dp83822: disable MDI crossover status change interrupt
 2022-10-20  3:10 UTC  (2+ messages)

[PATCH v3] nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()
 2022-10-20  3:05 UTC 

[PATCH] mm/slub: Fix memory leak in sysfs_slab_add()
 2022-10-20  3:04 UTC  (2+ messages)

[syzbot] general protection fault in pse_prepare_data
 2022-10-20  3:04 UTC  (4+ messages)

[PATCH v2 0/5] Add support for DMA timestamp for non-PTP packets
 2022-10-20  2:47 UTC  (4+ messages)

[PATCH net] net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
 2022-10-20  2:42 UTC 

[PATCH net 0/2] fix some issues in netdevsim driver
 2022-10-20  2:33 UTC  (3+ messages)
` [PATCH net 1/2] netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_register() failed
` [PATCH net 2/2] netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failed

[PATCH net] veth: Avoid drop packets when xdp_redirect performs
 2022-10-20  2:23 UTC  (9+ messages)

[PATCH bpf-next] bpf: fix issue that packet only contains l2 is dropped
 2022-10-20  1:46 UTC  (3+ messages)

[PATCH net-next 0/3] nfp: support VF multi-queues configuration
 2022-10-20  1:35 UTC  (3+ messages)

[PATCH RFC 0/3] net: phy: marvell10g: Add host speed setting by an ethernet driver
 2022-10-20  1:26 UTC  (13+ messages)
` [PATCH RFC 2/3] net: phy: marvell10g: Add host interface speed configuration
` [PATCH RFC 3/3] net: renesas: rswitch: Pass host parameters to phydev

[PATCH net-next v3 2/5] ptp: ocp: add Orolia timecard support
 2022-10-20  1:14 UTC  (2+ messages)

[PATCH v2] nfc: virtual_ncidev: Fix memory leak in virtual_nci_send()
 2022-10-20  0:59 UTC  (3+ messages)

[PATCH net-next 0/2] net: usb: qmi_wwan implement tx packets aggregation
 2022-10-20  0:55 UTC  (4+ messages)

[PATCH net] net: sched: fix race condition in qdisc_graft()
 2022-10-20  0:50 UTC  (2+ messages)

[net-next] net: ethernet: adi: adin1110: Fix notifiers
 2022-10-20  0:42 UTC  (2+ messages)

[PATCH] openvswitch: Use kmalloc_size_roundup() to match ksize() usage
 2022-10-20  0:30 UTC  (2+ messages)

[PATCH net] sfc: include vport_id in filter spec hash and equal()
 2022-10-20  0:30 UTC  (2+ messages)

[PATCH net] wwan_hwsim: fix possible memory leak in wwan_hwsim_dev_new()
 2022-10-20  0:30 UTC  (2+ messages)

[PATCH v2 net-next 0/6] netlink: add universal 'bigint' attribute type
 2022-10-20  0:21 UTC  (3+ messages)
` [PATCH v2 net-next 2/6] bitmap: add a couple more helpers to work with arrays of u32s

[PATCH net-next V4] net: lan743x: Add support to SGMII register dump for PCI11010/PCI11414 chips
 2022-10-20  0:20 UTC  (3+ messages)

[PATCH] bnx2: Pass allocation size to build_skb()
 2022-10-20  0:02 UTC  (2+ messages)

[PATCH] Bluetooth: Use kzalloc instead of kmalloc/memset
 2022-10-19 23:10 UTC  (2+ messages)

[PATCH] net: bluetooth: Use kzalloc instead of kmalloc/memset
 2022-10-19 23:10 UTC  (2+ messages)

[PATCH net 1/2] netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces
 2022-10-19 23:00 UTC  (2+ messages)

[PATCH net-next v3 00/12] net: dpaa2-eth: AF_XDP zero-copy support
 2022-10-19 22:54 UTC  (2+ messages)

[PATCH RESEND net] net/mlx5e: Cleanup MACsec uninitialization routine
 2022-10-19 22:44 UTC  (2+ messages)

[PATCH v3 net-next 0/3] netlink: formatted extacks
 2022-10-19 22:10 UTC  (2+ messages)

[PATCH net] genetlink: fix kdoc warnings
 2022-10-19 22:10 UTC  (2+ messages)

[PATCH net-next v2] net: bcmgenet: add RX_CLS_LOC_ANY support
 2022-10-19 22:00 UTC  (2+ messages)

[PATCH net-next 1/3] sctp: remove unnecessary NULL check in sctp_association_init()
 2022-10-19 21:28 UTC  (6+ messages)
` [PATCH net-next 2/3] sctp: remove unnecessary NULL check in sctp_ulpq_tail_event()
` [PATCH net-next 3/3] sctp: remove unnecessary NULL checks in sctp_enqueue_event()


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