netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-27 06:46:22 to 2022-04-27 18:01:44 UTC [more...]

[PATCH wpan-next 00/11] ieee802154: Synchronous Tx support
 2022-04-27 18:01 UTC  (13+ messages)
` [PATCH wpan-next 01/11] net: mac802154: Stop exporting ieee802154_wake/stop_queue()
` [PATCH wpan-next 02/11] net: mac802154: Change the wake/stop queue prototypes
` [PATCH wpan-next 03/11] net: mac802154: Rename the synchronous xmit worker
` [PATCH wpan-next 04/11] net: mac802154: Rename the main tx_work struct
` [PATCH wpan-next 05/11] net: mac802154: Follow the count of ongoing transmissions
` [PATCH wpan-next 06/11] net: mac802154: Hold the transmit queue when relevant
` [PATCH wpan-next 07/11] net: mac802154: Create a hot tx path
` [PATCH wpan-next 08/11] net: mac802154: Add a warning in the hot path
` [PATCH wpan-next 09/11] net: mac802154: Introduce a helper to disable the queue
` [PATCH wpan-next 10/11] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH wpan-next 11/11] net: mac802154: Introduce a synchronous API for MLME commands

[PATCH v2 net-next] net: generalize skb freeing deferral to per-cpu lists
 2022-04-27 17:59 UTC  (5+ messages)

[PATCH net-next] tls: Add opt-in zerocopy mode of sendfile()
 2022-04-27 17:50 UTC 

[PATCH bpf-next v5 0/8] bpf: cgroup_sock lsm flavor
 2022-04-27 17:47 UTC  (4+ messages)
` [PATCH bpf-next v5 3/8] bpf: per-cgroup "

[PATCH net-next 00/14] remove copies of the NAPI_POLL_WEIGHT define
 2022-04-27 17:41 UTC  (21+ messages)
` [PATCH net-next 01/14] eth: "
` [PATCH net-next 02/14] eth: remove NAPI_WEIGHT defines
` [PATCH net-next 03/14] eth: cpsw: remove a copy of the NAPI_POLL_WEIGHT define
` [PATCH net-next 04/14] eth: pch_gbe: "
` [PATCH net-next 05/14] eth: mtk_eth_soc: "
` [PATCH net-next 06/14] usb: lan78xx: "
` [PATCH net-next 07/14] slic: "
` [PATCH net-next 08/14] eth: bgnet: "
` [PATCH net-next 09/14] eth: atlantic: "
` [PATCH net-next 10/14] eth: benet: "
` [PATCH net-next 11/14] eth: gfar: "
` [PATCH net-next 12/14] eth: vxge: "
` [PATCH net-next 13/14] eth: spider: "
` [PATCH net-next 14/14] eth: velocity: "

[net: PATCH] net: dsa: add missing refcount decrementation
 2022-04-27 17:38 UTC  (3+ messages)

[PATCH net 1/1] ixgbe: ensure IPsec VF<->PF compatibility
 2022-04-27 17:31 UTC 

Optimizing kernel compilation / alignments for network performance
 2022-04-27 17:31 UTC  (3+ messages)

[PATCH net-next v2 0/2] net: phy: add LAN8742 phy support
 2022-04-27 17:30 UTC  (6+ messages)
` [PATCH net-next v2 1/2] net: phy: microchip: update LAN88xx phy ID and phy ID mask
` [PATCH net-next v2 2/2] net: phy: smsc: add LAN8742 phy support

[PATCH bpf-next v6 0/5] New BPF helpers to accelerate synproxy
 2022-04-27 17:19 UTC  (7+ messages)
` [PATCH bpf-next v6 5/6] bpf: Add selftests for raw syncookie helpers

[PATCH net 0/7] insufficient TCP source port randomness
 2022-04-27 17:18 UTC  (18+ messages)
` [PATCH net 1/7] secure_seq: return the full 64-bit of the siphash
` [PATCH net 2/7] tcp: use different parts of the port_offset for index and offset
` [PATCH net 3/7] tcp: resalt the secret every 10 seconds
` [PATCH net 4/7] tcp: add small random increments to the source port
` [PATCH net 5/7] tcp: dynamically allocate the perturb table used by source ports
` [PATCH net 6/7] tcp: increase source port perturb table to 2^16
` [PATCH net 7/7] tcp: drop the hash_32() part from the index calculation

[PATCH] memcg: enable accounting for veth queues
 2022-04-27 16:58 UTC  (2+ messages)

[RFC patch net-next 0/3] net: dsa: ksz: generic port mirror function for ksz9477 based switch
 2022-04-27 16:57 UTC  (7+ messages)
` [RFC patch net-next 1/3] net: dsa: ksz9477: port mirror sniffing limited to one port
` [RFC patch net-next 2/3] net: dsa: ksz: remove duplicate ksz_cfg and ksz_port_cfg
` [RFC patch net-next 3/3] net: dsa: ksz: moved ksz9477 port mirror to ksz_common.c

[PATCH] memcg: accounting for objects allocated for new netdevice
 2022-04-27 16:52 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: Update BNXT entry with firmware files
 2022-04-27 16:38 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update BNXT entry with firmware files
 2022-04-27 16:34 UTC  (5+ messages)

[PATCH net] drivers: net: can: Fix deadlock in grcan_close()
 2022-04-27 16:25 UTC  (4+ messages)

[PATCH net-next v5 00/18] Remove use of list iterator after loop body
 2022-04-27 16:06 UTC  (19+ messages)
` [PATCH net-next v5 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v5 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v5 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v5 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v5 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v5 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 08/18] net: sparx5: "
` [PATCH net-next v5 09/18] qed: Use "
` [PATCH net-next v5 10/18] qed: Replace usage of found with "
` [PATCH net-next v5 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v5 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v5 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v5 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v5 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v5 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH] libbpf: fix returnvar.cocci warnings
 2022-04-27 16:07 UTC  (2+ messages)

[PATCH iproute2-next v3 0/2] f_flower: match on the number of vlan tags
 2022-04-27 16:01 UTC  (4+ messages)

[PATCH bpf-next 00/11] bpf: random unpopular userspace fixes (32 bit et al.)
 2022-04-27 15:54 UTC  (4+ messages)
` [PATCH bpf-next 08/11] samples: bpf: fix shifting unsigned long by 32 positions

[PATCH net 1/2] ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS support
 2022-04-27 15:55 UTC  (5+ messages)

[PATCH bpf-next 0/4] bpf: Generate helpers for pinning through bpf object skeleton
 2022-04-27 15:47 UTC  (7+ messages)
` [PATCH bpf-next 2/4] libbpf: Add helpers for pinning bpf prog "

[PATCH net] usbnet: smsc95xx: Fix deadlock on runtime resume
 2022-04-27 15:45 UTC  (6+ messages)

[PATCH net-next 0/2] net: phy: add LAN8742 phy support
 2022-04-27 15:30 UTC  (5+ messages)
` [REVIEW REQUEST3 PATCH net-next 1/2] net: phy: microchip: update LAN88xx phy ID and phy ID mask
` [PATCH net-next 2/2] net: phy: smsc: add LAN8742 phy support

[PATCH RFC 0/5] Implement a TLS handshake upcall
 2022-04-27 15:24 UTC  (14+ messages)
` [PATCH RFC 4/5] net/tls: Add support for PF_TLSH (a TLS handshake listener)

[PATCH memcg v3] net: set proper memcg for net_init hooks allocations
 2022-04-27 15:06 UTC  (5+ messages)
` [PATCH memcg v4] "

[PATCH] net: mvpp2: add delay at the end of .mac_prepare
 2022-04-27 15:05 UTC 

[PATCH net-next v1 0/4] Broadcom PTP PHY support
 2022-04-27 14:40 UTC  (3+ messages)
` [PATCH net-next v1 1/4] net: phy: broadcom: Add PTP support for some Broadcom PHYs

[PATCH nf-next v2 1/1] netfilter: conntrack: skip verification of zero UDP checksum
 2022-04-27 14:36 UTC  (2+ messages)

[PATCH net-next 00/11] mlxsw: extend line card model by devices and info
 2022-04-27 14:14 UTC  (12+ messages)

[PATCH net] netfilter: conn: fix udp offload timeout sysctl
 2022-04-27 13:49 UTC  (2+ messages)

[PATCH ethtool-next v2 0/2] Add support to get/set tx push by ethtool -G/g
 2022-04-27 13:46 UTC  (3+ messages)
` [PATCH ethtool-next v2 2/2] ethtool: add "

[PATCH v2 0/5] hv_sock: Hardening changes
 2022-04-27 13:38 UTC  (8+ messages)
` [PATCH v2 1/5] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [PATCH v2 2/5] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
` [PATCH v2 3/5] hv_sock: Add validation for untrusted Hyper-V values
` [PATCH v2 4/5] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [PATCH v2 5/5] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

[PATCH net-next v6 00/13] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
 2022-04-27 13:17 UTC  (5+ messages)
` [PATCH net-next v6 02/13] net: wwan: t7xx: Add control DMA interface

[PATCH v2] net: dsa: mv88e6xxx: Single chip mode detection for MV88E6*41
 2022-04-27 13:09 UTC 

[PATCH net-next 00/12] add support for Renesas RZ/N1 ethernet subsystem devices
 2022-04-27 12:56 UTC  (4+ messages)
` [PATCH net-next 05/12] dt-bindings: net: dsa: add bindings for Renesas RZ/N1 Advanced 5 port switch

[PATCH net-next 0/7] Polling be gone on LAN95xx
 2022-04-27 12:51 UTC  (15+ messages)
` [PATCH net-next 1/7] usbnet: Run unregister_netdev() before unbind() again
` [PATCH net-next 4/7] usbnet: smsc95xx: Avoid link settings race on interrupt reception
` [PATCH net-next 5/7] usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling
` [PATCH net-next 6/7] net: phy: smsc: Cache interrupt mask
` [PATCH net-next 7/7] net: phy: smsc: Cope with hot-removal in interrupt handler

[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
 2022-04-27 12:34 UTC  (3+ messages)

[PATCH net-next] net: prestera: add police action support
 2022-04-27 12:05 UTC 

[PATCH bpf-next] bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_enqueue
 2022-04-27 11:51 UTC 

[PATCH net-next 0/6] net: remove non-Ethernet drivers using virt_to_bus()
 2022-04-27 11:30 UTC  (2+ messages)

[RFC v1 0/3] Add MT7531 switch to BPI-R2Pro Board
 2022-04-27 11:28 UTC  (6+ messages)
` [RFC v1 1/3] net: dsa: mt753x: make reset optional
    ` Aw: "
` [RFC v1 2/3] net: dsa: mt753x: make CPU-Port dynamic

[PATCH net-next v2 0/5] net: lan966x: Add support for PTP programmable pins
 2022-04-27 11:20 UTC  (7+ messages)
` [PATCH net-next v2 1/5] dt-bindings: net: lan966x: Extend with the ptp external interrupt
` [PATCH net-next v2 2/5] net: lan966x: Change the PTP pin used to read/write the PHC
` [PATCH net-next v2 3/5] net: lan966x: Add registers used to configure the PTP pin
` [PATCH net-next v2 4/5] net: lan966x: Add support for PTP_PF_PEROUT
` [PATCH net-next v2 5/5] net: lan966x: Add support for PTP_PF_EXTTS

[PATCH v2 net-next 00/10] DSA FDB isolation
 2022-04-27 11:06 UTC  (8+ messages)
` [PATCH v2 net-next 07/10] net: dsa: request drivers to perform "

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-04-26
 2022-04-27 10:00 UTC  (2+ messages)

[PATCH mlx5-next 0/5] Improve mlx5 live migration driver
 2022-04-27  9:31 UTC  (6+ messages)
` [PATCH mlx5-next 1/5] vfio/mlx5: Reorganize the VF is migratable code
` [PATCH mlx5-next 2/5] net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIs
` [PATCH mlx5-next 3/5] vfio/mlx5: Manage the VF attach/detach callback from the PF
` [PATCH mlx5-next 4/5] vfio/mlx5: Refactor to enable VFs migration in parallel
` [PATCH mlx5-next 5/5] vfio/mlx5: Run the SAVE state command in an async mode

[PATCH net-next 0/7] mptcp: Timeout for MP_FAIL response
 2022-04-27  9:50 UTC  (2+ messages)

[PATCH perf/core 0/5] perf tools: Fix prologue generation
 2022-04-27  8:42 UTC  (7+ messages)
` [PATCH perf/core 1/5] libbpf: Add bpf_program__set_insns function

[PATCH] ath9k: hif_usb: simplify if-if to if-else
 2022-04-27  8:09 UTC  (2+ messages)

[PATCH] Revert "mt76: mt7921: enable aspm by default"
 2022-04-27  7:32 UTC  (5+ messages)

[PATCH] wil6210: simplify if-if to if-else
 2022-04-27  7:29 UTC  (2+ messages)

[PATCH] ath10k: simplify if-if to if-else
 2022-04-27  7:28 UTC  (2+ messages)

[PATCH 0/3] adin: add support for 125MHz clk-out
 2022-04-27  7:15 UTC  (8+ messages)
` [PATCH v2 0/3] adin: add support for clock output
  ` [PATCH v2 3/3] ARM: dts: imx6qdl-sr-som: update phy configuration for som revision 1.9

[PATCH net] SUNRPC: Fix local socket leak in xs_local_setup_socket()
 2022-04-27  7:15 UTC  (3+ messages)

[PATCH bpf-next] net: bpf: support direct packet access in tracing program
 2022-04-27  7:06 UTC 

[PATCH v2 2/3] net: phy: adin: add support for clock output
 2022-04-27  7:06 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION e7d6987e09a328d4a949701db40ef63fbb970670
 2022-04-27  6:45 UTC  (6+ messages)


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