netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-10 20:40:44 to 2024-07-11 13:38:09 UTC [more...]

[PATCH] test/vsock: add install target
 2024-07-11 13:38 UTC  (9+ messages)

[PATCH rdma-next v3 1/1] RDMA/mana_ib: Set correct device into ib
 2024-07-11 13:37 UTC 

[PATCH net-next 0/2] libceph: fix kernel-doc warnings
 2024-07-11 13:34 UTC  (5+ messages)
` [PATCH net-next 1/2] libceph: suppress crush_choose_indep() "
` [PATCH net-next 2/2] libceph: fix crush_choose_firstn() "

[PATCH net-next] eth: mlx5: let NETIF_F_NTUPLE float when ARFS is not enabled
 2024-07-11 13:30 UTC  (2+ messages)

[PATCH net-next 0/5] Eliminate CONFIG_NR_CPUS dependency in dpaa-eth and enable COMPILE_TEST in fsl_qbman
 2024-07-11 13:23 UTC  (8+ messages)
` [PATCH net-next 1/5] net: dpaa: avoid on-stack arrays of NR_CPUS elements
` [PATCH net-next 2/5] net: dpaa: eliminate NR_CPUS dependency in egress_fqs[] and conf_fqs[]
` [PATCH net-next 3/5] net: dpaa: stop ignoring TX queues past the number of CPUs
` [PATCH net-next 4/5] net: dpaa: no need to make sure all CPUs receive a corresponding Tx queue
` [PATCH net-next 5/5] soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST

PROBLEM: Issue with setting veth MAC address being unreliable
 2024-07-11 13:18 UTC  (2+ messages)

[PATCH net-next v3 0/2] net: add local address bind support to vxlan and geneve
 2024-07-11 13:14 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: vxlan: enable local address bind for vxlan sockets
` [PATCH net-next v3 2/2] net: geneve: enable local address bind for geneve sockets

[PATCH net-next v2] netdevice: define and allocate &net_device _properly_
 2024-07-11 12:54 UTC  (5+ messages)

[PATCH v2 net-next] net: reduce rtnetlink_rcv_msg() stack usage
 2024-07-11 12:46 UTC  (2+ messages)

[PATCH net-next v14 00/14] stmmac: Add Loongson platform support
 2024-07-11 12:46 UTC  (2+ messages)

[PATCH net-next v2 0/5] netdev_features: start cleaning netdev_features_t up
 2024-07-11 12:26 UTC  (6+ messages)
` [PATCH net-next v2 3/5] netdev_features: convert NETIF_F_LLTX to dev->lltx

[PATCH 0/4] Add support for Amlogic HCI UART
 2024-07-11 12:19 UTC  (16+ messages)
` [PATCH 1/4] dt-bindings: net: bluetooth: Add support for Amlogic Bluetooth
` [PATCH 2/4] Bluetooth: hci_uart: Add support for Amlogic HCI UART
` [PATCH 3/4] arm64: defconfig: Enable hci_uart for Amlogic Bluetooth
` [PATCH 4/4] MAINTAINERS: Add an entry for Amlogic HCI UART

[PATCH net-next v3] tg3: Remove residual error handling in tg3_suspend
 2024-07-11 11:52 UTC  (5+ messages)

[PATCH iwl-net v2 0/3] igc bug fixes related to qbv_count usage
 2024-07-11 11:50 UTC  (8+ messages)
` [PATCH iwl-net v2 1/3] igc: Fix qbv_config_change_errors logics
` [PATCH iwl-net v2 2/3] igc: Fix reset adapter logics when tx mode change
` [PATCH iwl-net v2 3/3] igc: Fix qbv tx latency by setting gtxoffset

Netlink handler for ethtool --show-rxfh breaks driver compatibility
 2024-07-11 11:45 UTC 

[PATCH bpf-next v4 13/20] bpf, lsm: Add check for BPF LSM return value
 2024-07-11 11:38 UTC  (8+ messages)
` [PATCH bpf-next v4 14/20] bpf: Prevent tail call between progs attached to different hooks
` [PATCH bpf-next v4 15/20] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v4 16/20] bpf: Add a special case for bitwise AND on range [-1, 0]
` [PATCH bpf-next v4 17/20] selftests/bpf: Avoid load failure for token_lsm.c
` [PATCH bpf-next v4 18/20] selftests/bpf: Add return value checks for failed tests
` [PATCH bpf-next v4 19/20] selftests/bpf: Add test for lsm tail call
` [PATCH bpf-next v4 20/20] selftests/bpf: Add verifier tests for bpf lsm

[PATCH net-next v2] selftests: openvswitch: retry instead of sleep
 2024-07-11 11:28 UTC  (3+ messages)
` [ovs-dev] "

[RFC PATCH bpf-next RESEND 00/16] bpf: Checkpoint/Restore In eBPF (CRIB)
 2024-07-11 11:19 UTC  (17+ messages)
` [RFC PATCH bpf-next RESEND 01/16] bpf: Introduce BPF_PROG_TYPE_CRIB
` [RFC PATCH bpf-next RESEND 02/16] bpf: Add KF_ITER_GETTER and KF_ITER_SETTER flags
` [RFC PATCH bpf-next RESEND 03/16] bpf: Improve bpf kfuncs pointer arguments chain of trust
` [RFC PATCH bpf-next RESEND 04/16] bpf: Add bpf_task_from_vpid() kfunc
` [RFC PATCH bpf-next RESEND 05/16] bpf/crib: Add struct file related CRIB kfuncs
` [RFC PATCH bpf-next RESEND 06/16] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [RFC PATCH bpf-next RESEND 07/16] bpf/crib: Add struct sock related CRIB kfuncs
` [RFC PATCH bpf-next RESEND 08/16] bpf/crib: Add CRIB kfuncs for getting pointer to often-used socket-related structures
` [RFC PATCH bpf-next RESEND 09/16] bpf/crib: Add CRIB kfuncs for getting socket source/destination addresses
` [RFC PATCH bpf-next RESEND 10/16] bpf/crib: Add struct sk_buff related CRIB kfuncs
` [RFC PATCH bpf-next RESEND 11/16] bpf/crib: Introduce skb open-coded iterator kfuncs
` [RFC PATCH bpf-next RESEND 12/16] bpf/crib: Introduce skb_data "
` [RFC PATCH bpf-next RESEND 13/16] bpf/crib: Add CRIB kfuncs for restoring data in skb
` [RFC PATCH bpf-next RESEND 14/16] selftests/crib: Add test for getting basic information of the process
` [RFC PATCH bpf-next RESEND 15/16] selftests/crib: Add test for getting all socket "
` [RFC PATCH bpf-next RESEND 16/16] selftests/crib: Add test for dumping/restoring UDP socket packets

[net-next PATCH v8 00/11] Introduce RVU representors
 2024-07-11 11:25 UTC  (4+ messages)
` [net-next PATCH v8 03/11] octeontx2-pf: Create representor netdev
    ` [EXTERNAL] "

[PATCH bpf-next v4 00/20] Add return value range check for BPF LSM
 2024-07-11 11:19 UTC  (13+ messages)
` [PATCH bpf-next v4 01/20] lsm: Refactor return value of LSM hook vm_enough_memory
` [PATCH bpf-next v4 02/20] lsm: Refactor return value of LSM hook inode_need_killpriv
` [PATCH bpf-next v4 03/20] lsm: Refactor return value of LSM hook inode_getsecurity
` [PATCH bpf-next v4 04/20] lsm: Refactor return value of LSM hook inode_listsecurity
` [PATCH bpf-next v4 05/20] lsm: Refactor return value of LSM hook inode_copy_up_xattr
` [PATCH bpf-next v4 06/20] lsm: Refactor return value of LSM hook getselfattr
` [PATCH bpf-next v4 07/20] lsm: Refactor return value of LSM hook setprocattr
` [PATCH bpf-next v4 08/20] lsm: Refactor return value of LSM hook getprocattr
` [PATCH bpf-next v4 09/20] lsm: Refactor return value of LSM hook key_getsecurity
` [PATCH bpf-next v4 10/20] lsm: Refactor return value of LSM hook audit_rule_match
` [PATCH bpf-next v4 11/20] bpf, lsm: Add disabled BPF LSM hook list
` [PATCH bpf-next v4 12/20] bpf, lsm: Enable BPF LSM prog to read/write return value parameters

[syzbot] [mm?] INFO: rcu detected stall in sys_wait4 (4)
 2024-07-11 11:11 UTC 

[PATCH net 0/2] Netfilter fixes for net
 2024-07-11 11:10 UTC  (4+ messages)
` [PATCH net 1/2] netfilter: nfnetlink_queue: drop bogus WARN_ON
` [PATCH net 2/2] netfilter: nf_tables: prefer nft_chain_validate

[MAINTAINERS SUMMIT] Device Passthrough Considered Harmful?
 2024-07-11 11:00 UTC  (5+ messages)

pull-request: bpf 2024-07-11
 2024-07-11 11:00 UTC  (2+ messages)

[PATCH net v3 resend] net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket
 2024-07-11 10:30 UTC  (4+ messages)

pull-request: wireless-next-2024-07-11
 2024-07-11 10:23 UTC 

[PATCH net v3] net/sched: Fix UAF when resolving a clash
 2024-07-11 10:20 UTC  (2+ messages)

[PATCH ipsec v3 0/4] Support IPsec crypto offload for IPv6 ESP and IPv4 UDP-encapsulated ESP data paths
 2024-07-11 10:11 UTC  (3+ messages)

[PATCH 0/7] pull request (net): ipsec 2024-07-11
 2024-07-11 10:00 UTC  (8+ messages)
` [PATCH 1/7] net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
` [PATCH 2/7] xfrm: Fix input error path memory access
` [PATCH 3/7] xfrm: Log input direction mismatch error in one place
` [PATCH 4/7] xfrm: Fix unregister netdevice hang on hardware offload
` [PATCH 5/7] xfrm: Export symbol xfrm_dev_state_delete
` [PATCH 6/7] xfrm: fix netdev reference count imbalance
` [PATCH 7/7] xfrm: call xfrm_dev_policy_delete when kill policy

[PATCH v2 net] udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port()
 2024-07-11  9:40 UTC  (2+ messages)

[PATCH] net: ppp: reject claimed-as-LCP but actually malformed packets
 2024-07-11  9:30 UTC  (5+ messages)
` [PATCH net v2] "

[PATCH net v3 1/1] ethtool: netlink: do not return SQI value if link is down
 2024-07-11  9:30 UTC  (2+ messages)

[PATCH v2 iwl-next 0/4] ice: Implement PTP support for E830 devices
 2024-07-11  9:24 UTC  (5+ messages)
` [PATCH v2 iwl-next 1/4] "
` [PATCH v2 iwl-next 2/4] ice: Process TSYN IRQ in a separate function
` [PATCH v2 iwl-next 3/4] ice: Add timestamp ready bitmap for E830 products
` [PATCH v2 iwl-next 4/4] ice: combine cross timestamp functions for E82x and E830

[PATCH v3 0/2] vdpa: support set mac address from vdpa tool
 2024-07-11  9:08 UTC  (8+ messages)

[PATCH net-next v3] net: psample: fix flag being set in wrong skb
 2024-07-11  8:59 UTC  (3+ messages)

[PATCH v2 1/2] net: pse-pd: Do not return EOPNOSUPP if config is null
 2024-07-11  8:53 UTC  (3+ messages)

[PATCH net-next v4] ice: Adjust over allocation of memory in ice_sched_add_root_node() and ice_sched_add_node()
 2024-07-11  8:48 UTC  (2+ messages)

[PATCH v2 net] net: ethernet: mtk-star-emac: set mac_managed_pm when probing
 2024-07-11  8:31 UTC  (3+ messages)

[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
 2024-07-11  8:16 UTC  (8+ messages)
` [PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'

xdp/xsk.c: Possible bug in xdp_umem_reg version check
 2024-07-11  8:11 UTC  (8+ messages)

[PATCH 0/3] selftests/bpf: convert test_xdp_veth to test_progs framework
 2024-07-11  8:09 UTC  (4+ messages)
` [PATCH 1/3] selftests/bpf: update xdp_redirect_map prog sections for libbpf
` [PATCH 2/3] selftests/bpf: integrate test_xdp_veth into test_progs
` [PATCH 3/3] bpf/selftests: drop old version of test_xdp_veth.sh

[PATCH net-next] net: ethtool: Monotonically increase the message sequence number
 2024-07-11  8:09 UTC 

[RFC PATCH v4] ptp: Add vDSO-style vmclock support
 2024-07-11  7:50 UTC  (5+ messages)

[PATCH v3 0/6] Bluetooth: hci_qca: use the power sequencer for wcn7850
 2024-07-11  7:11 UTC  (5+ messages)

[PATCH net-next] inet: reduce the execution time of getsockname()
 2024-07-11  7:10 UTC 

[PATCH net-next 0/2] tc: adjust network header after second vlan push
 2024-07-11  7:08 UTC  (3+ messages)
` [PATCH net-next 1/2] skb: skb_vlan_push gets VLAN_HLEN as an argument
` [PATCH net-next 2/2] tc vlan: adjust network header in tcf_vlan_act

[PATCH] [net,v2] net: wwan: t7xx: add support for Dell DW5933e
 2024-07-11  6:09 UTC 

[PATCH] PCI: r8169: add suspend/resume aspm quirk
 2024-07-11  5:45 UTC  (5+ messages)

[PATCH iwl-next v3 00/13] ice: iavf: add support for TC U32 filters on VFs
 2024-07-11  5:42 UTC  (16+ messages)
` [PATCH iwl-next v3 02/13] ice: parse and init various DDP parser sections
  ` [Intel-wired-lan] "
` [PATCH iwl-next v3 03/13] ice: add debugging functions for the "
` [PATCH iwl-next v3 04/13] ice: add parser internal helper functions
` [PATCH iwl-next v3 05/13] ice: add parser execution main loop
` [PATCH iwl-next v3 06/13] ice: support turning on/off the parser's double vlan mode
` [PATCH iwl-next v3 07/13] ice: add UDP tunnels support to the parser
` [PATCH iwl-next v3 08/13] ice: add API for parser profile initialization
` [PATCH iwl-next v3 09/13] virtchnl: support raw packet in protocol header
` [PATCH iwl-next v3 10/13] ice: add method to disable FDIR SWAP option
  ` [Intel-wired-lan] "
` [PATCH iwl-next v3 11/13] ice: enable FDIR filters from raw binary patterns for VFs
  ` [Intel-wired-lan] "
` [PATCH iwl-next v3 12/13] iavf: refactor add/del FDIR filters
` [PATCH iwl-next v3 13/13] iavf: add support for offloading tc U32 cls filters

[PATCH] netfilter: ctnetlink: support CTA_FILTER for flush
 2024-07-11  5:40 UTC  (2+ messages)

[PATCH v4 4/6] sfc: falcon: Make I2C terminology more inclusive
 2024-07-11  5:27 UTC 

[PATCH net v2] net: bridge: mst: Check vlan state for egress decision
 2024-07-11  4:59 UTC 

[PATCHv3 net-next] bonding: 3ad: send ifinfo notify when mux state changed
 2024-07-11  3:12 UTC  (11+ messages)

[net-next v5 0/2] net: wwan: t7xx: Add t7xx debug port
 2024-07-11  2:35 UTC  (3+ messages)
` [net-next v5 1/2] wwan: core: Add WWAN ADB and MIPC port type
` [net-next v5 2/2] net: wwan: t7xx: Add debug port

[PATCH v8] af_packet: Handle outgoing VLAN packets without hardware offloading
 2024-07-11  2:33 UTC  (10+ messages)

[net-next,PATCH v2] dt-bindings: net: realtek,rtl82xx: Document RTL8211F LED support
 2024-07-11  2:20 UTC  (2+ messages)

[PATCH net-next v2 0/3][pull request] ice: Support to dump PHY config, FEC
 2024-07-11  2:20 UTC  (2+ messages)

[PATCH v3 1/1] dt-bindings: net: convert enetc to yaml
 2024-07-11  2:20 UTC  (2+ messages)

[PATCH net] tcp: avoid too many retransmit packets
 2024-07-11  2:20 UTC  (3+ messages)

[PATCH net] e1000e: fix force smbus during suspend flow
 2024-07-11  2:20 UTC  (2+ messages)

[PATCH net-next v16 00/13] Device Memory TCP
 2024-07-11  1:35 UTC  (16+ messages)
` [PATCH net-next v16 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v16 05/13] page_pool: devmem support
` [PATCH net-next v16 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v16 13/13] netdev: add dmabuf introspection

[PATCH iwl-net] igc: Ensure PTM request is completed before timeout has started
 2024-07-11  0:48 UTC  (2+ messages)

[PATCH net-next V2 00/10] mlx5 misc patches 2023-07-08
 2024-07-11  0:44 UTC  (5+ messages)
` [PATCH net-next V2 01/10] net/mlx5: IFC updates for SF max IO EQs

[PATCH] net: ks8851: Fix potential TX stall after interface reopen
 2024-07-11  0:20 UTC  (3+ messages)

[PATCH net] i40e: fix: remove needless retries of NVM update
 2024-07-11  0:11 UTC  (2+ messages)

[net-next PATCH v4 00/15] eth: fbnic: Add network driver for Meta Platforms Host Network Interface
 2024-07-10 23:51 UTC  (3+ messages)

[PATCH] f_flower: Remove always zero checks
 2024-07-10 23:11 UTC  (2+ messages)

[PATCH] q_tbf: Fix potential static-overflow in tbf_print_opt
 2024-07-10 23:08 UTC  (2+ messages)

[PATCH net-next 00/14][pull request] idpf: XDP chapter I: convert Rx to libeth
 2024-07-10 23:07 UTC  (3+ messages)
` [PATCH net-next 10/14] idpf: reuse libeth's definitions of parsed ptype structures

[PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
 2024-07-10 23:06 UTC  (6+ messages)
` [PATCH] net: linearizing skb when downgrade gso_size

[PATCH net] net: ethtool: Fix RSS setting
 2024-07-10 22:55 UTC 

[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
 2024-07-10 21:25 UTC  (15+ messages)
` [RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
` [RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
` [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
` [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
` [RFC PATCH net-next v6 06/14] virtio/vsock: add VIRTIO_VSOCK_TYPE_DGRAM
` [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
` [RFC PATCH net-next v6 08/14] af_vsock: add vsock_find_bound_dgram_socket()
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
` [RFC PATCH net-next v6 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC PATCH net-next v6 11/14] vhost/vsock: implement datagram support
` [RFC PATCH net-next v6 12/14] vsock/loopback: "
` [RFC PATCH net-next v6 13/14] virtio/vsock: "
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests

[syzbot] [net?] possible deadlock in do_ip_getsockopt (3)
 2024-07-10 21:17 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).