netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-27 13:13:59 to 2022-04-27 22:58:41 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-04-27 22:49 UTC  (22+ messages)
` [PATCH 01/30] x86/crash,reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 02/30] ARM: kexec: Disable IRQs/FIQs also on crash CPUs shutdown path
` [PATCH 03/30] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 06/30] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH 13/30] s390/consoles: Improve panic notifiers reliability
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 17/30] tracing: Improve panic/die notifiers
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "

[PATCH net-next 0/6] mptcp: Path manager mode selection
 2022-04-27 22:50 UTC  (7+ messages)
` [PATCH net-next 1/6] mptcp: Remove redundant assignments in path manager init
` [PATCH net-next 2/6] mptcp: Add a member to mptcp_pm_data to track kernel vs userspace mode
` [PATCH net-next 3/6] mptcp: Bypass kernel PM when userspace PM is enabled
` [PATCH net-next 4/6] mptcp: Make kernel path manager check for userspace-managed sockets
` [PATCH net-next 5/6] mptcp: Add a per-namespace sysctl to set the default path manager type
` [PATCH net-next 6/6] selftests: mptcp: Add tests for userspace PM type

[PATCH] memcg: enable accounting for veth queues
 2022-04-27 22:48 UTC  (3+ messages)

pull-request: bpf-next 2022-04-27
 2022-04-27 22:47 UTC 

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

[PATCH net v2] tls: Skip tls_append_frag on zero copy size
 2022-04-27 22:40 UTC  (2+ messages)

[PATCH] memcg: accounting for objects allocated for new netdevice
 2022-04-27 22:35 UTC  (4+ messages)

[PATCH -next 0/2] Support riscv jit to provide bpf_line_info
 2022-04-27 22:33 UTC  (3+ messages)
` [PATCH -next 1/2] bpf: Unify data extension operation of jited_ksyms and jited_linfo

pull-request: bpf 2022-04-27
 2022-04-27 22:30 UTC  (2+ messages)

[PATCH net-next v1 0/3] net: phy: micrel: add coma mode support
 2022-04-27 22:23 UTC  (9+ messages)
` [PATCH net-next v1 1/3] dt-bindings: net: micrel: add coma-mode-gpios property
` [PATCH net-next v1 2/3] net: phy: micrel: move the PHY timestamping check
` [PATCH net-next v1 3/3] net: phy: micrel: add coma mode GPIO

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

[PATCH bpf v2 0/3] bpf: invalidate unused part of bpf_prog_pack
 2022-04-27 22:10 UTC 

[PATCH bpf-next] bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_enqueue
 2022-04-27 21:59 UTC  (2+ messages)

[PATCH net-next 00/14] remove copies of the NAPI_POLL_WEIGHT define
 2022-04-27 21:56 UTC  (23+ 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: "

[PATCH net v2 1/2] dt-bindings: net: dsa: realtek: cleanup compatible strings
 2022-04-27 21:43 UTC  (3+ messages)

[PATCHv3 bpf-next 0/5] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-27 21:03 UTC  (6+ messages)
` [PATCHv3 bpf-next 1/5] kallsyms: Fully export kallsyms_on_each_symbol function
` [PATCHv3 bpf-next 2/5] ftrace: Add ftrace_lookup_symbols function
` [PATCHv3 bpf-next 3/5] fprobe: Resolve symbols with ftrace_lookup_symbols
` [PATCHv3 bpf-next 4/5] bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi link
` [PATCHv3 bpf-next 5/5] selftests/bpf: Add attach bench test

[PATCH net-next] net: Add SO_RCVMARK socket option to provide SO_MARK with recvmsg()
 2022-04-27 20:47 UTC  (3+ messages)
` [PATCH net-next v3] net: SO_RCVMARK socket option for "

[PATCH net-next] net: make sure net_rx_action() calls skb_defer_free_flush()
 2022-04-27 20:41 UTC 

[PATCH net] net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK
 2022-04-27 20:30 UTC 

[PATCH v2] ath10k: skip ath10k_halt during suspend for driver state RESTARTING
 2022-04-27 20:27 UTC  (4+ messages)

[PATCH net 0/7] insufficient TCP source port randomness
 2022-04-27 20:19 UTC  (12+ messages)
` [PATCH net 1/7] secure_seq: return the full 64-bit of the siphash
` [PATCH net 3/7] tcp: resalt the secret every 10 seconds

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

[PATCH v3 bpf-next 1/2] bpf: Extend batch operations for map-in-map bpf-maps
 2022-04-27 20:15 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/2] selftests/bpf: handle "

[PATCH net] Add Eric Dumazet to networking maintainers
 2022-04-27 20:10 UTC  (2+ messages)

[PATCH bpf-next] net: bpf: support direct packet access in tracing program
 2022-04-27 20:08 UTC  (2+ messages)

[PATCH] net: pass back data left in socket after receive
 2022-04-27 19:49 UTC 

[PATCH bpf] selftests/bpf: test setting tunnel key from lwt xmit
 2022-04-27 19:42 UTC  (4+ messages)

[PATCH net-next] net: phy: marvell: update abilities and advertising when switching to SGMII
 2022-04-27 19:39 UTC 

[PATCH bpf-next] selftests/bpf: Fix incorrect TRUNNER_BINARY name output
 2022-04-27 19:38 UTC  (2+ messages)

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

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

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

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

[PATCH net] usbnet: smsc95xx: Fix deadlock on runtime resume
 2022-04-27 18:19 UTC  (7+ messages)

[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 net-next] tls: Add opt-in zerocopy mode of sendfile()
 2022-04-27 17:50 UTC 

[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  (5+ messages)
` [PATCH net-next v2 1/2] net: phy: microchip: update LAN88xx phy ID and phy ID mask

[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 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 net 1/2] ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS support
 2022-04-27 15:55 UTC  (4+ messages)

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

[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] 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  (10+ 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  (6+ messages)
` [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 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


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