messages from 2022-07-19 18:03:47 to 2022-07-20 08:01:08 UTC [more...]
[patch net-next v2 00/12] mlxsw: Implement dev info and dev flash for line cards
2022-07-20 7:58 UTC (5+ messages)
` [patch net-next v2 01/12] net: devlink: make sure that devlink_try_get() works with valid pointer during xarray iteration
` [patch net-next v2 02/12] net: devlink: introduce nested devlink entity for line card
[PATCH] s390/net: Fix comment typo
2022-07-20 7:58 UTC (3+ messages)
[PATCH net-next] igc: add xdp frags support to ndo_xdp_xmit
2022-07-20 7:57 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH net-next v4] net: virtio_net: notifications coalescing support
2022-07-20 7:56 UTC (11+ messages)
[PATCH net-next] net: ethernet: mtk-ppe: fix traffic offload with bridged wlan
2022-07-20 7:45 UTC (3+ messages)
[PATCH bpf-next] bpf: fix bpf compile error caused by CONFIG_CGROUP_BPF
2022-07-20 7:25 UTC (4+ messages)
[PATCH net v3 0/3] Split "nfc: st21nfca: Refactor EVT_TRANSACTION" into 3
2022-07-20 7:24 UTC (2+ messages)
[PATCH net-next v2] tcp: fix condition for increasing pingpong count
2022-07-20 7:24 UTC
[PATCH v2 0/4] wcn36xx: Add in debugfs export of firmware feature bits
2022-07-20 7:24 UTC (9+ messages)
` [PATCH v2 1/4] wcn36xx: Rename clunky firmware feature bit enum
` [PATCH v2 2/4] wcn36xx: Move firmware feature bit storage to dedicated firmware.c file
` [PATCH v2 3/4] wcn36xx: Move capability bitmap to string translation function to firmware.c
` [PATCH v2 4/4] wcn36xx: Add debugfs entry to read firmware feature strings
[PATCH v2 00/11] net: phy: Add support for rate adaptation
2022-07-20 7:08 UTC (15+ messages)
` [PATCH v2 01/11] net: dpaa: Fix <1G ethernet on LS1046ARDB
` [PATCH v2 02/11] net: phy: Add 1000BASE-KX interface mode
` [PATCH v2 03/11] net: phylink: Export phylink_caps_to_linkmodes
` [PATCH v2 04/11] net: phylink: Generate caps and convert to linkmodes separately
` [PATCH v2 05/11] net: phy: Add support for rate adaptation
` [PATCH v2 06/11] net: phylink: Support differing link/interface speed/duplex
` [PATCH v2 07/11] net: phylink: Adjust link settings based on rate adaptation
` [PATCH v2 08/11] net: phylink: Adjust advertisement "
` [PATCH v2 09/11] [RFC] net: phylink: Add support for CRS-based "
` [PATCH v2 10/11] net: phy: aquantia: Add some additional phy interfaces
` [PATCH v2 11/11] net: phy: aquantia: Add support for rate adaptation
[PATCH net-next] net: ipv6: avoid accepting values greater than 2 for accept_untracked_na
2022-07-20 6:52 UTC
[PATCH net-next] tcp: fix condition for increasing pingpong count
2022-07-20 6:47 UTC (3+ messages)
[PATCH v3 1/1] dt-bindings: net: fsl,fec: Add nvmem-cells / nvmem-cell-names properties
2022-07-20 6:39 UTC
[PATCH v2 1/1] dt-bindings: net: fsl,fec: Add nvmem-cells / nvmem-cell-names properties
2022-07-20 6:25 UTC (3+ messages)
` Re: [PATCH v2 1/1] dt-bindings: net: fsl, fec: "
[RFC PATCH v1 0/3] virtio/vsock: use SO_RCVLOWAT to set POLLIN/POLLRDNORM
2022-07-20 6:07 UTC (12+ messages)
` [RFC PATCH v1 1/3] vsock: use sk_skrcvlowat to set POLLIN,POLLRDNORM, bits
` [RFC PATCH v1 2/3] virtio/vsock: use 'target' in notify_poll_in, callback
` [RFC PATCH v1 3/3] vsock_test: POLLIN + SO_RCVLOWAT test
[PATCH v2 1/2] net/cdc_ncm: Enable ZLP for DisplayLink ethernet devices
2022-07-20 6:05 UTC (3+ messages)
` [PATCH v5 "
` [PATCH v5 2/2] net/cdc_ncm: Increase NTB max RX/TX values to 64kb
[PATCH AUTOSEL 5.4 06/16] wifi: mac80211: do not wake queues on a vif that is being stopped
2022-07-20 5:50 UTC (4+ messages)
` [PATCH AUTOSEL 5.4 07/16] wifi: cfg80211: Allow P2P client interface to indicate port authorization
[PATCH v2 net] net: phy: micrel: Fix warn: passing zero to PTR_ERR
2022-07-20 4:32 UTC (3+ messages)
linux-next: build failure after merge of the bpf-next tree
2022-07-20 3:44 UTC (3+ messages)
[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
2022-07-20 3:04 UTC (41+ messages)
` [PATCH v12 01/40] virtio: record the maximum queue num supported by the device
` [PATCH v12 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v12 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v12 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v12 05/40] virtio_ring: split vring_virtqueue
` [PATCH v12 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v12 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v12 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v12 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v12 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v12 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v12 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v12 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v12 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v12 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v12 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v12 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v12 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v12 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v12 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v12 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v12 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v12 23/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v12 24/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v12 25/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v12 26/40] virtio_ring: struct virtqueue introduce reset
` [PATCH v12 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v12 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v12 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v12 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v12 31/40] virtio: find_vqs() add arg sizes
` [PATCH v12 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v12 33/40] virtio_mmio: "
` [PATCH v12 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v12 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v12 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v12 37/40] virtio_net: split free_unused_bufs()
` [PATCH v12 38/40] virtio_net: support rx queue resize
` [PATCH v12 39/40] virtio_net: support tx "
` [PATCH v12 40/40] virtio_net: support set_ringparam
[PATCH V2 vfio 00/11] Add device DMA logging support for mlx5 driver
2022-07-20 1:57 UTC (14+ messages)
` [PATCH V2 vfio 03/11] vfio: Introduce DMA logging uAPIs
` [PATCH V2 vfio 05/11] vfio: Add an IOVA bitmap support
` [PATCH V2 vfio 06/11] vfio: Introduce the DMA logging feature support
[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
2022-07-20 1:43 UTC (20+ messages)
` [PATCH v2 01/13] ARM: Disable FIQs (but not IRQs) on CPUs shutdown paths
` [PATCH v2 02/13] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH v2 03/13] firmware: google: Test spinlock on panic path to avoid lockups
` [PATCH v2 04/13] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH v2 05/13] alpha: Clean-up the panic notifier code
` [PATCH v2 06/13] um: Improve panic notifiers consistency and ordering
` [PATCH v2 07/13] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH v2 08/13] tracing: Improve panic/die notifiers
` [PATCH v2 09/13] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH v2 10/13] EDAC/altera: Skip the panic notifier if kdump is loaded
` [PATCH v2 11/13] video/hyperv_fb: Avoid taking busy spinlock on panic path
` [PATCH v2 12/13] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH v2 13/13] panic: Fixes the panic_print NMI backtrace setting
[PATCH v2 0/4] Introduce security_create_user_ns()
2022-07-20 1:32 UTC (9+ messages)
` [PATCH v2 4/4] selinux: Implement create_user_ns hook
[PATCH] net: llc: Fix comment typo
2022-07-20 1:20 UTC (2+ messages)
[PATCH AUTOSEL 4.19 4/8] wifi: cfg80211: Allow P2P client interface to indicate port authorization
2022-07-20 1:18 UTC
[PATCH AUTOSEL 5.10 10/25] wifi: mac80211: check skb_shared in ieee80211_8023_xmit()
2022-07-20 1:16 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 11/25] wifi: mac80211: do not wake queues on a vif that is being stopped
` [PATCH AUTOSEL 5.10 12/25] wifi: cfg80211: Allow P2P client interface to indicate port authorization
[PATCH AUTOSEL 5.18 05/54] x86/retpoline: Cleanup some #ifdefery
2022-07-20 1:10 UTC (5+ messages)
` [PATCH AUTOSEL 5.18 29/54] wifi: mac80211: check skb_shared in ieee80211_8023_xmit()
` [PATCH AUTOSEL 5.18 30/54] wifi: mac80211: do not wake queues on a vif that is being stopped
` [PATCH AUTOSEL 5.18 31/54] wifi: cfg80211: Allow P2P client interface to indicate port authorization
` [PATCH AUTOSEL 5.18 34/54] xdp: Fix spurious packet loss in generic XDP TX path
[PATCH AUTOSEL 5.15 23/42] wifi: mac80211: check skb_shared in ieee80211_8023_xmit()
2022-07-20 1:13 UTC (3+ messages)
` [PATCH AUTOSEL 5.15 24/42] wifi: mac80211: do not wake queues on a vif that is being stopped
` [PATCH AUTOSEL 5.15 25/42] wifi: cfg80211: Allow P2P client interface to indicate port authorization
[net-next PATCH v4 0/5] Add MTU change with stmmac interface running
2022-07-20 1:13 UTC (4+ messages)
` [net-next PATCH v4 4/5] net: ethernet: stmicro: stmmac: generate stmmac dma conf before open
[PATCH net-next 0/3][pull request] 1GbE Intel Wired LAN Driver Updates 2022-07-18
2022-07-20 1:00 UTC (2+ messages)
[PATCH v2 net-next] selftests: net: af_unix: Fix a build error of unix_connect.c
2022-07-20 0:57 UTC
[PATCH net v2 0/4][pull request] Intel Wired LAN Driver Updates 2022-07-18
2022-07-20 0:50 UTC (2+ messages)
[PATCH v1 net-next] selftests: net: af_unix: Fix a build error of unix_connect.c
2022-07-20 0:43 UTC (3+ messages)
[PATCH net] net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get_wdma_info
2022-07-20 0:40 UTC (2+ messages)
[PATCH net-next] net/sched: remove qdisc_root_lock() helper
2022-07-20 0:40 UTC (2+ messages)
[PATCH net] Documentation: fix udp_wmem_min in ip-sysctl.rst
2022-07-20 0:40 UTC (2+ messages)
[PATCH net] r8152: fix a WOL issue
2022-07-20 0:20 UTC (2+ messages)
[PATCH net-next v2 0/7] tls: rx: decrypt from the TCP queue
2022-07-19 23:11 UTC (8+ messages)
` [PATCH net-next v2 1/7] tls: rx: wrap recv_pkt accesses in helpers
` [PATCH net-next v2 2/7] tls: rx: factor SW handling out of tls_rx_one_record()
` [PATCH net-next v2 3/7] tls: rx: don't free the output in case of zero-copy
` [PATCH net-next v2 4/7] tls: rx: device: keep the zero copy status with offload
` [PATCH net-next v2 5/7] tcp: allow tls to decrypt directly from the tcp rcv queue
` [PATCH net-next v2 6/7] tls: rx: device: add input CoW helper
` [PATCH net-next v2 7/7] tls: rx: do not use the standard strparser
[syzbot] WARNING in ieee80211_do_stop
2022-07-19 22:52 UTC
[PATCH V3] mm: prevent page_frag_alloc() from corrupting the memory
2022-07-19 22:27 UTC (7+ messages)
` "
` Re:Re: [PATCH "
` "
` "
[PATCH] dt-bindings: net: fsl,fec: Add missing types to phy-reset-* properties
2022-07-19 21:51 UTC
[PATCH] dt-bindings: net: ethernet-controller: Rework 'fixed-link' schema
2022-07-19 21:50 UTC
Marvell 88E1512 PHY LED2 mode mismatch with Elkhartlake pin mode
2022-07-19 21:35 UTC (2+ messages)
[pull request][net-next 00/14] mlx5 updates 2022-07-17
2022-07-19 20:57 UTC (6+ messages)
` [net-next 03/14] net/mlx5e: Expose rx_oversize_pkts_buffer counter
[PATCH 0/5] net: usb: ax88179_178a: improvements and bug fixes
2022-07-19 20:41 UTC (3+ messages)
` [PATCH 1/5] net: usb: ax88179_178a: remove redundant init code
[PATCH bpf v2 0/5] bpf: Allow any source IP in bpf_skb_set_tunnel_key
2022-07-19 20:40 UTC (4+ messages)
[pull request][net-next V2 00/13] mlx5 updates 2022-07-17
2022-07-19 20:35 UTC (14+ messages)
` [net-next V2 01/13] net/mlx5e: Report header-data split state through ethtool
` [net-next V2 02/13] net/mlx5e: Fix mqprio_rl handling on devlink reload
` [net-next V2 03/13] net/mlx5e: HTB, reduce visibility of htb functions
` [net-next V2 04/13] net/mlx5e: HTB, move ids to selq_params struct
` [net-next V2 05/13] net/mlx5e: HTB, move section comment to the right place
` [net-next V2 06/13] net/mlx5e: HTB, move stats and max_sqs to priv
` [net-next V2 07/13] net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structure
` [net-next V2 08/13] net/mlx5e: HTB, remove priv from htb function calls
` [net-next V2 09/13] net/mlx5e: HTB, change functions name to follow convention
` [net-next V2 10/13] net/mlx5e: HTB, move htb functions to a new file
` [net-next V2 11/13] net/mlx5: Expose ts_cqe_metadata_size2wqe_counter
` [net-next V2 12/13] net/mlx5e: Add resiliency for PTP TX port timestamp
` [net-next V2 13/13] net/mlx5: CT: Remove warning of ignore_flow_level support for non PF
[RFC PATCH 0/5] can: slcan: extend supported features (step 2)
2022-07-19 19:59 UTC (8+ messages)
` [RFC PATCH 2/5] can: slcan: remove legacy infrastructure
[RFC PATCH net-next 0/9] net: pcs: Add support for devices probed in the "usual" manner
2022-07-19 19:41 UTC (10+ messages)
` [RFC PATCH net-next 5/9] net: pcs: lynx: Use pcs_get_by_provider to get PCS
[PATCH v4 0/6] Add support for RZ/N1 SJA1000 CAN controller
2022-07-19 19:34 UTC (6+ messages)
` [PATCH v4 6/6] can: sja1000: Add support for RZ/N1 SJA1000 CAN Controller
[PATCH net-next v4] net: ipa: add an endpoint device attribute group
2022-07-19 19:16 UTC
[PATCH net] Documentation: fix sctp_wmem in ip-sysctl.rst
2022-07-19 18:49 UTC (2+ messages)
[PATCH bpf-next v6 00/13] New nf_conntrack kfuncs for insertion, changing timeout, status
2022-07-19 18:37 UTC (3+ messages)
` [PATCH bpf-next v6 01/13] bpf: Introduce BTF ID flags and 8-byte BTF set
[PATCH net-next v2 0/5] net: ipa: small transaction updates
2022-07-19 18:10 UTC (6+ messages)
` [PATCH net-next v2 1/5] net: ipa: add a transaction committed list
` [PATCH net-next v2 2/5] net: ipa: rearrange transaction initialization
` [PATCH net-next v2 3/5] net: ipa: skip some cleanup for unused transactions
` [PATCH net-next v2 4/5] net: ipa: report when the driver has been removed
` [PATCH net-next v2 5/5] net: ipa: fix an outdated comment
[PATCH net] mlxsw: spectrum_router: Fix IPv4 nexthop gateway indication
2022-07-19 18:03 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).