netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-24 08:12:03 to 2022-02-24 17:22:12 UTC [more...]

[PATCH] tun: support NAPI to accelerate packet processing
 2022-02-24 17:22 UTC  (2+ messages)

[PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
 2022-02-24 17:20 UTC  (12+ messages)
` [PATCH bpf-next v1 1/6] HID: initial BPF implementation
` [PATCH bpf-next v1 2/6] HID: bpf: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v1 3/6] HID: bpf: add hid_{get|set}_data helpers
` [PATCH bpf-next v1 4/6] HID: bpf: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v1 5/6] HID: bpf: tests: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v1 6/6] HID: bpf: add bpf_hid_raw_request helper function

[PATCH net] bnx2x: fix driver load from initrd
 2022-02-24 17:20 UTC  (2+ messages)

[PATCH net v2] ipv6: prevent a possible race condition with lifetimes
 2022-02-24 17:20 UTC  (2+ messages)

[PATCH net-next v2 00/12] vxlan metadata device vnifiltering support
 2022-02-24 17:19 UTC  (4+ messages)
` [PATCH net-next v2 12/12] drivers: vxlan: vnifilter: add support for stats dumping

[PATCH v5 0/8] document dt-schema and fix node names for some USB Ethernet controllers
 2022-02-24 17:19 UTC  (7+ messages)
` [PATCH v5 1/9] dt-bindings: net: add schema for ASIX "
` [PATCH v5 2/9] dt-bindings: net: add schema for Microchip/SMSC LAN95xx "
` [PATCH v5 3/9] dt-bindings: usb: ci-hdrc-usb2: fix node node for ethernet controller

[PATCH v2 1/2] Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"
 2022-02-24 17:10 UTC  (5+ messages)
` [PATCH v2 2/2] Revert "xen-netback: Check for hotplug-status existence before watching"

[PATCH] net:fix up skbs delta_truesize in UDP GRO frag_list
 2022-02-24 17:08 UTC 

[PATCH] net: mv643xx_eth: handle EPROBE_DEFER
 2022-02-24 16:57 UTC  (3+ messages)
` [PATCH v2] net: mv643xx_eth: process retval from of_get_mac_address

[PATCH V9 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-24 16:53 UTC  (21+ messages)
` [PATCH V9 mlx5-next 01/15] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V9 mlx5-next 02/15] net/mlx5: Reuse exported virtfn index function call
` [PATCH V9 mlx5-next 03/15] net/mlx5: Disable SRIOV before PF removal
` [PATCH V9 mlx5-next 04/15] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V9 mlx5-next 05/15] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V9 mlx5-next 06/15] net/mlx5: Introduce migration bits and structures
` [PATCH V9 mlx5-next 07/15] net/mlx5: Add migration commands definitions
` [PATCH V9 mlx5-next 08/15] vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
` [PATCH V9 mlx5-next 09/15] vfio: Define device migration protocol v2
` [PATCH V9 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V9 mlx5-next 11/15] vfio: Remove migration protocol v1 documentation
` [PATCH V9 mlx5-next 12/15] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V9 mlx5-next 13/15] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V9 mlx5-next 14/15] vfio/pci: Expose vfio_pci_core_aer_err_detected()
` [PATCH V9 mlx5-next 15/15] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH 1/1 net-next] net: bridge: add support for host l2 mdb entries
 2022-02-24 16:48 UTC  (6+ messages)

[PATCH 0/2] Update L7 BPF maintainers / mailmap
 2022-02-24 16:46 UTC  (2+ messages)
` [PATCH 2/2] mailmap: update Lorenz Bauers address

[RFC 00/10] add support for fwnode in i2c mux system and sfp
 2022-02-24 16:42 UTC  (5+ messages)

[PATCH bpf] xsk: fix race at socket teardown
 2022-02-24 16:33 UTC  (4+ messages)

[PATCH RFC net-next 0/6] net: dsa: sja1105: phylink updates
 2022-02-24 16:15 UTC  (7+ messages)
` [PATCH RFC net-next 1/6] net: dsa: sja1105: populate supported_interfaces
` [PATCH RFC net-next 2/6] net: dsa: sja1105: remove interface checks
` [PATCH RFC net-next 3/6] net: dsa: sja1105: use .mac_select_pcs() interface
` [PATCH RFC net-next 4/6] net: dsa: sja1105: mark as non-legacy
` [PATCH RFC net-next 5/6] net: dsa: sja1105: convert to phylink_generic_validate()
` [PATCH RFC net-next 6/6] net: dsa: sja1105: support switching between SGMII and 2500BASE-X

[PATCH] net: ksz884x: use time_before in netdev_open for compatibility
 2022-02-24 16:12 UTC  (3+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2022-02-24 16:06 UTC 

[PATCH net] net: dcb: flush lingering app table entries for unregistered devices
 2022-02-24 16:01 UTC 

[PATCH v1 0/6] Add TDX Guest Attestation support
 2022-02-24 15:48 UTC  (3+ messages)

[PATCH v3 bpf-next 0/4] libbpf: name-based u[ret]probe attach
 2022-02-24 15:39 UTC  (6+ messages)
` [PATCH v3 bpf-next 2/4] libbpf: add auto-attach for uprobes based on section name

[PATCH] libbpf: fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
 2022-02-24 15:38 UTC  (5+ messages)

[PATCH 2/2] wireless: Initial driver submission for pureLiFi STA devices
 2022-02-24 15:35 UTC  (2+ messages)

[PATCH net] tipc: Fix end of loop tests for list_for_each_entry()
 2022-02-24 15:26 UTC  (2+ messages)

[PATCH net] net/smc: fix connection leak
 2022-02-24 15:26 UTC 

[PATCH bpf-next v3 0/5] New BPF helpers to accelerate synproxy
 2022-02-24 15:11 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf-next v3 2/5] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v3 3/5] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v3 4/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v3 5/5] bpf: Add selftests for raw syncookie helpers

[PATCH] ath9k: make array voice_priority static const
 2022-02-24 15:08 UTC  (3+ messages)

[PATCH] netfilter: nf_tables: fix error code in nf_tables_updobj()
 2022-02-24 15:08 UTC  (2+ messages)

[PATCH] net/mlx5e: TC, Fix use after free in mlx5e_clone_flow_attr_for_post_act()
 2022-02-24 14:53 UTC 

[PATCH wpan-next v2 00/14] ieee802154: Synchronous Tx API
 2022-02-24 14:43 UTC  (5+ messages)
` [PATCH wpan-next v2 04/14] net: ieee802154: atusb: Call _xmit_error() when a transmission fails

[PATCH v2] vhost: fix hung thread due to erroneous iotlb entries
 2022-02-24 14:33 UTC 

[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
 2022-02-24 14:29 UTC  (12+ messages)
` [PATCH bpf-next v2 2/3] bpf: Add helpers to issue and check SYN cookies in XDP

[PATCH 21/22] mmc: wbsd: Use dma_alloc_noncoherent() for dma buffer
 2022-02-24 14:27 UTC  (12+ messages)
          ` [PATCH 1/2] dma-mapping: check dma_mask for streaming mapping allocs

[RFC PATCH 0/2] landlock network implementation cover letter
 2022-02-24 14:15 UTC  (7+ messages)
` [RFC PATCH 2/2] landlock: selftests for bind and connect hooks

linux-next: Tree for Feb 23 (drivers/net/ipa/ipa_power.o)
 2022-02-24 14:03 UTC  (2+ messages)

[RFC PATCH v2 net-next 00/17] RX filtering in DSA
 2022-02-24 13:52 UTC  (8+ messages)
` [RFC PATCH v2 net-next 05/17] net: bridge: implement unicast filtering for the bridge device

[PATCH v2] net: stmmac: only enable DMA interrupts when ready
 2022-02-24 13:40 UTC  (3+ messages)

[PATCH net-next 00/14] HW counters for soft devices
 2022-02-24 13:33 UTC  (15+ messages)
` [PATCH net-next 01/14] net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_*
` [PATCH net-next 02/14] net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backed
` [PATCH net-next 03/14] net: rtnetlink: RTM_GETSTATS: Allow filtering inside nests
` [PATCH net-next 04/14] net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill()
` [PATCH net-next 05/14] net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returns
` [PATCH net-next 06/14] net: dev: Add hardware stats support
` [PATCH net-next 07/14] net: rtnetlink: Add UAPI for obtaining L3 offload xstats
` [PATCH net-next 08/14] net: rtnetlink: Add RTM_SETSTATS
` [PATCH net-next 09/14] net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATS
` [PATCH net-next 10/14] mlxsw: reg: Fix packing of router interface counters
` [PATCH net-next 11/14] mlxsw: spectrum_router: Drop mlxsw_sp arg from counter alloc/free functions
` [PATCH net-next 12/14] mlxsw: Extract classification of router-related events to a helper
` [PATCH net-next 13/14] mlxsw: Add support for IFLA_OFFLOAD_XSTATS_L3_STATS
` [PATCH net-next 14/14] selftests: forwarding: hw_stats_l3: Add a new test

[PATCH V8 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-24 12:39 UTC  (6+ messages)
` [PATCH V8 mlx5-next 09/15] vfio: Define device migration protocol v2

[PATCH v2 0/9] virtio: support advance DMA
 2022-02-24 11:04 UTC  (10+ messages)
` [PATCH v2 1/9] virtio_ring: rename vring_unmap_state_packed() to vring_unmap_extra_packed()
` [PATCH v2 2/9] virtio_ring: remove flags check for unmap split indirect desc
` [PATCH v2 3/9] virtio_ring: remove flags check for unmap packed "
` [PATCH v2 4/9] virtio_ring: virtqueue_add() support premapped
` [PATCH v2 5/9] virtio_ring: split: virtqueue_add_split() "
` [PATCH v2 6/9] virtio_ring: packed: virtqueue_add_packed() "
` [PATCH v2 7/9] virtio_ring: add api virtio_dma_map() for advance dma
` [PATCH v2 8/9] virtio_ring: introduce virtqueue_add_outbuf_premapped()
` [PATCH v2 9/9] virtio_net: xdp xmit use virtio dma api

[PATCH net-next 0/36] pull-request: can-next 2022-02-24
 2022-02-24 11:00 UTC  (38+ messages)
` [PATCH net-next 01/36] dt-binding: can: mcp251xfd: include common CAN controller bindings
` [PATCH net-next 02/36] dt-binding: can: sun4i_can: "
` [PATCH net-next 03/36] dt-binding: can: m_can: list Chandrasekar Ramakrishnan as maintainer
` [PATCH net-next 04/36] dt-binding: can: m_can: fix indention of table in bosch,mram-cfg description
` [PATCH net-next 05/36] dt-binding: can: m_can: include common CAN controller bindings
` [PATCH net-next 06/36] can: gw: use call_rcu() instead of costly synchronize_rcu()
` [PATCH net-next 07/36] can: bittiming: can_validate_bitrate(): simplify bit rate checking
` [PATCH net-next 08/36] can: bittiming: mark function arguments and local variables as const
` [PATCH net-next 09/36] can: kvaser_usb: kvaser_usb_send_cmd(): remove redundant variable actual_len
` [PATCH net-next 10/36] can: c_can: ethtool: use default drvinfo
` [PATCH net-next 11/36] can: softing: softing_netdev_open(): remove redundant ret variable
` [PATCH net-next 12/36] can: xilinx_can: Add check for NAPI Poll function
` [PATCH net-next 13/36] can: etas_es58x: use BITS_PER_TYPE() instead of manual calculation
` [PATCH net-next 14/36] can: mcp251xfd: mcp251xfd_reg_invalid(): rename from mcp251xfd_osc_invalid()
` [PATCH net-next 15/36] can: mcp251xfd: mcp251xfd_regmap_crc_read(): ignore CRC error only if solely OSC register is read
` [PATCH net-next 16/36] can: mcp251xfd: mcp251xfd_unregister(): simplify runtime PM handling
` [PATCH net-next 17/36] can: mcp251xfd: mcp251xfd_chip_sleep(): introduce function to bring chip into sleep mode
` [PATCH net-next 18/36] can: mcp251xfd: mcp251xfd_chip_stop(): convert to a void function
` [PATCH net-next 19/36] can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): factor out into separate function
` [PATCH net-next 20/36] can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): improve chip detection and error handling
` [PATCH net-next 21/36] can: mcp251xfd: mcp251xfd_chip_wait_for_osc_ready(): prepare for PLL support
` [PATCH net-next 22/36] can: mcp251xfd: mcp251xfd_chip_softreset_check(): wait for OSC ready before accessing chip
` [PATCH net-next 23/36] can: mcp251xfd: mcp251xfd_chip_timestamp_init(): factor out into separate function
` [PATCH net-next 24/36] can: mcp251xfd: mcp251xfd_chip_wake(): renamed from mcp251xfd_chip_clock_enable()
` [PATCH net-next 25/36] can: mcp251xfd: __mcp251xfd_chip_set_mode(): prepare for PLL support: improve error handling and diagnostics
` [PATCH net-next 26/36] can: mcp251xfd: mcp251xfd_chip_clock_init(): prepare for PLL support, wait for OSC ready
` [PATCH net-next 27/36] can: mcp251xfd: mcp251xfd_register(): prepare to activate PLL after softreset
` [PATCH net-next 28/36] can: mcp251xfd: add support for internal PLL
` [PATCH net-next 29/36] can: mcp251xfd: introduce struct mcp251xfd_tx_ring::nr and ::fifo_nr and make use of it
` [PATCH net-next 30/36] can: mcp251xfd: mcp251xfd_ring_init(): split ring_init into separate functions
` [PATCH net-next 31/36] can: mcp251xfd: ring: prepare to change order of TX and RX FIFOs
` [PATCH net-next 32/36] can: mcp251xfd: ring: "
` [PATCH net-next 33/36] can: mcp251xfd: ring: mcp251xfd_ring_init(): checked RAM usage of ring setup
` [PATCH net-next 34/36] can: mcp251xfd: ring: update FIFO setup debug info
` [PATCH net-next 35/36] can: mcp251xfd: prepare for multiple RX-FIFOs
` [PATCH net-next 36/36] can: mcp251xfd: mcp251xfd_priv: introduce macros specifying the number of supported TEF/RX/TX rings

[PATCH] net: phy: mscc: enable MAC SerDes autonegotiation
 2022-02-24 10:48 UTC  (3+ messages)

[PATCH net-next v3 0/2] flow_offload: add tc police parameters
 2022-02-24 10:29 UTC  (3+ messages)
` [PATCH net-next v3 1/2] net: flow_offload: add tc police action parameters
` [PATCH net-next v3 2/2] flow_offload: reject offload for all drivers with invalid police parameters

[PATCH v2] xfrm: fix tunnel model fragmentation behavior
 2022-02-24 10:23 UTC  (2+ messages)

[PATCH][next] iwlwifi: mvm: Fix spelling mistake "Gerenal" -> "General"
 2022-02-24 10:02 UTC 

[bug report] mctp i2c: MCTP I2C binding driver
 2022-02-24  9:51 UTC 

[PATCH net-next v2 1/1] net: dsa: microchip: ksz9477: implement MTU configuration
 2022-02-24  9:46 UTC  (6+ messages)

[PATCH] net: bcmgenet: Return not supported if we don't have a WoL IRQ
 2022-02-24  9:34 UTC  (9+ messages)

[PATCH] net: ipv6: ensure we call ipv6_mc_down() at most once
 2022-02-24  9:06 UTC 

This counter "ip6InNoRoutes" does not follow the RFC4293 specification implementation
 2022-02-24  9:04 UTC  (2+ messages)

[PATCH][next] carl9170: Replace zero-length arrays with flexible-array members
 2022-02-24  9:04 UTC  (2+ messages)

[PATCH v2] vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
 2022-02-24  8:53 UTC  (2+ messages)

[PATCH bpf-next v1 00/15] Introduce typed pointer support in BPF maps
 2022-02-24  8:43 UTC  (8+ messages)
` [PATCH bpf-next v1 04/15] bpf: Allow storing referenced PTR_TO_BTF_ID in map

[PATCH net-next 0/36] pull-request: can-next 2022-02-22
 2022-02-24  8:33 UTC  (4+ messages)
` [PATCH net-next 17/36] can: mcp251xfd: mcp251xfd_chip_sleep(): introduce function to bring chip into sleep mode

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-02-24  8:11 UTC  (18+ messages)
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v6 14/26] virtio: add helper for queue reset
` [PATCH v6 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v6 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v6 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v6 18/26] virtio: find_vqs() add arg sizes
` [PATCH v6 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v6 20/26] virtio_mmio: "
` [PATCH v6 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v6 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v6 23/26] virtio_net: split free_unused_bufs()
` [PATCH v6 24/26] virtio_net: support rx/tx queue reset
` [PATCH v6 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v6 26/26] virtio_net: support set_ringparam


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