messages from 2021-09-12 00:42:14 to 2021-09-13 13:12:55 UTC [more...]
[PATCH net 0/6] net: hns3: add some fixes for -net
2021-09-13 13:08 UTC (2+ messages)
` [PATCH net 6/6] net: hns3: fix the timing issue of VF clearing interrupt sources
[RFC PATCH net 0/5] Make DSA switch drivers compatible with masters which unregister on shutdown
2021-09-13 13:10 UTC (9+ messages)
` [RFC PATCH net 1/5] net: mdio: introduce a shutdown method to mdio device drivers
` [RFC PATCH net 2/5] net: dsa: be compatible with masters which unregister on shutdown
` [RFC PATCH net 3/5] net: dsa: hellcreek: "
` [RFC PATCH net 4/5] net: dsa: microchip: ksz8863: "
` [RFC PATCH net 5/5] net: dsa: xrs700x: "
[PATCH v3 00/32] staging/wfx: usual maintenance
2021-09-13 13:02 UTC (33+ messages)
` [PATCH v3 01/32] staging: wfx: use abbreviated message for "incorrect sequence"
` [PATCH v3 02/32] staging: wfx: do not send CAB while scanning
` [PATCH v3 03/32] staging: wfx: ignore PS when STA/AP share same channel
` [PATCH v3 04/32] staging: wfx: wait for SCAN_CMPL after a SCAN_STOP
` [PATCH v3 05/32] staging: wfx: avoid possible lock-up during scan
` [PATCH v3 06/32] staging: wfx: drop unused argument from hif_scan()
` [PATCH v3 07/32] staging: wfx: fix atomic accesses in wfx_tx_queue_empty()
` [PATCH v3 08/32] staging: wfx: take advantage of wfx_tx_queue_empty()
` [PATCH v3 09/32] staging: wfx: declare support for TDLS
` [PATCH v3 10/32] staging: wfx: fix support for CSA
` [PATCH v3 11/32] staging: wfx: relax the PDS existence constraint
` [PATCH v3 12/32] staging: wfx: simplify API coherency check
` [PATCH v3 13/32] staging: wfx: update with the firmware API 3.8
` [PATCH v3 14/32] staging: wfx: uniformize counter names
` [PATCH v3 15/32] staging: wfx: fix misleading 'rate_id' usage
` [PATCH v3 16/32] staging: wfx: declare variables at beginning of functions
` [PATCH v3 17/32] staging: wfx: simplify hif_join()
` [PATCH v3 18/32] staging: wfx: reorder function for slightly better eye candy
` [PATCH v3 19/32] staging: wfx: fix error names
` [PATCH v3 20/32] staging: wfx: apply naming rules in hif_tx_mib.c
` [PATCH v3 21/32] staging: wfx: remove unused definition
` [PATCH v3 22/32] staging: wfx: remove useless debug statement
` [PATCH v3 23/32] staging: wfx: fix space after cast operator
` [PATCH v3 24/32] staging: wfx: remove references to WFxxx in comments
` [PATCH v3 25/32] staging: wfx: update files descriptions
` [PATCH v3 26/32] staging: wfx: reformat comment
` [PATCH v3 27/32] staging: wfx: avoid c99 comments
` [PATCH v3 28/32] staging: wfx: fix comments styles
` [PATCH v3 29/32] staging: wfx: remove useless comments after #endif
` [PATCH v3 30/32] staging: wfx: explain the purpose of wfx_send_pds()
` [PATCH v3 31/32] staging: wfx: indent functions arguments
` [PATCH v3 32/32] staging: wfx: ensure IRQ is ready before enabling it
[PATCH] net: tcp_drop adds `reason` v5
2021-09-13 13:00 UTC
[PATCH net-next] net: wwan: iosm: firmware flashing and coredump collection
2021-09-13 13:04 UTC
[RFC v2 00/13] create power sequencing subsystem
2021-09-13 12:32 UTC (4+ messages)
` [RFC v2 01/13] power: add power sequencer subsystem
[PATCH net] qed: rdma - don't wait for resources under hw error recovery flow
2021-09-13 12:14 UTC
[net,v2] net: dsa: lantiq_gswip: Add 200ms assert delay
2021-09-13 12:10 UTC (3+ messages)
net-next is open
2021-09-13 11:59 UTC
[PATCH net-next] qed: Improve the stack space of filter_config()
2021-09-13 12:00 UTC (2+ messages)
[net] tipc: increase timeout in tipc_sk_enqueue()
2021-09-13 11:50 UTC (2+ messages)
[PATCH net] udp_tunnel: Fix udp_tunnel_nic work-queue type
2021-09-13 11:40 UTC (2+ messages)
[PATCH] Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"
2021-09-13 11:40 UTC (2+ messages)
[PATCH net 0/3] bnxt_en: Bug fixes
2021-09-13 11:40 UTC (5+ messages)
` [PATCH net 1/3] bnxt_en: Fix error recovery regression
` [PATCH net 2/3] bnxt_en: make bnxt_free_skbs() safe to call after bnxt_free_mem()
` [PATCH net 3/3] bnxt_en: Clean up completion ring page arrays completely
[RFC PATCH net] net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports
2021-09-13 11:31 UTC (9+ messages)
[PATCH] bnx2x: Fix enabling network interfaces without VFs
2021-09-13 11:18 UTC
[PATCH] bpf: fix kmalloc bug in bpf_check
2021-09-13 11:02 UTC
Aw: Re: [PATCH 0/3] Fix for KSZ DSA switch shutdown
2021-09-13 11:01 UTC (13+ messages)
` "
[PATCH] bnx2x: Fix enabling network interfaces without VFs
2021-09-13 10:41 UTC (2+ messages)
[PATCH v2 00/33] staging/wfx: usual maintenance
2021-09-13 10:42 UTC (40+ messages)
` [PATCH v2 01/33] staging: wfx: use abbreviated message for "incorrect sequence"
` [PATCH v2 02/33] staging: wfx: do not send CAB while scanning
` [PATCH v2 03/33] staging: wfx: ignore PS when STA/AP share same channel
` [PATCH v2 04/33] staging: wfx: wait for SCAN_CMPL after a SCAN_STOP
` [PATCH v2 05/33] staging: wfx: avoid possible lock-up during scan
` [PATCH v2 06/33] staging: wfx: drop unused argument from hif_scan()
` [PATCH v2 07/33] staging: wfx: fix atomic accesses in wfx_tx_queue_empty()
` [PATCH v2 08/33] staging: wfx: take advantage of wfx_tx_queue_empty()
` [PATCH v2 09/33] staging: wfx: declare support for TDLS
` [PATCH v2 10/33] staging: wfx: fix support for CSA
` [PATCH v2 11/33] staging: wfx: relax the PDS existence constraint
` [PATCH v2 12/33] staging: wfx: simplify API coherency check
` [PATCH v2 13/33] staging: wfx: update with the firmware API 3.8
` [PATCH v2 14/33] staging: wfx: uniformize counter names
` [PATCH v2 15/33] staging: wfx: fix misleading 'rate_id' usage
` [PATCH v2 16/33] staging: wfx: declare variables at beginning of functions
` [PATCH v2 17/33] staging: wfx: simplify hif_join()
` [PATCH v2 18/33] staging: wfx: reorder function for slightly better eye candy
` [PATCH v2 19/33] staging: wfx: fix error names
` [PATCH v2 20/33] staging: wfx: apply naming rules in hif_tx_mib.c
` [PATCH v2 21/33] staging: wfx: remove unused definition
` [PATCH v2 22/33] staging: wfx: remove useless debug statement
` [PATCH v2 23/33] staging: wfx: fix space after cast operator
` [PATCH v2 24/33] staging: wfx: remove references to WFxxx in comments
` [PATCH v2 25/33] staging: wfx: update files descriptions
` [PATCH v2 26/33] staging: wfx: reformat comment
` [PATCH v2 27/33] staging: wfx: avoid c99 comments
` [PATCH v2 28/33] staging: wfx: fix comments styles
` [PATCH v2 29/33] staging: wfx: remove useless comments after #endif
` [PATCH v2 30/33] staging: wfx: explain the purpose of wfx_send_pds()
` [PATCH v2 31/33] staging: wfx: indent functions arguments
` [PATCH v2 32/33] staging: wfx: ensure IRQ is ready before enabling it
` [PATCH v2 33/33] staging: wfx: early exit of PDS is not correct
[PATCH v3] tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
2021-08-30 9:00 UTC
[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
2021-09-13 10:36 UTC (7+ messages)
` [PATCH] perf: fix panic by disable ftrace on fault.c
[PATCH v2] include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakage
2021-09-13 10:23 UTC (4+ messages)
[PATCH] net: ipv6: don't generate link-local address in any addr_gen_mode
2021-09-13 9:38 UTC (7+ messages)
[syzbot] WARNING in __percpu_ref_exit (2)
2021-09-13 9:22 UTC
[PATCH net-next 1/2] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status
2021-09-13 8:50 UTC (11+ messages)
Please add 2dce224f469f ("netns: protect netns ID lookups with RCU") to LTS
2021-09-13 8:42 UTC (4+ messages)
[PATCH 5.4] netns: protect netns ID lookups with RCU
2021-09-13 8:36 UTC (2+ messages)
[PATCH] nfp: Prefer struct_size over open coded arithmetic
2021-09-13 8:31 UTC (3+ messages)
possible deadlock in __perf_event_task_sched_out
2021-09-13 8:11 UTC (2+ messages)
[syzbot] KASAN: use-after-free Read in nft_table_lookup (2)
2021-09-13 7:35 UTC
[PATCH v7 intel-next 0/9] XDP_TX improvements for ice
2021-09-13 6:50 UTC (5+ messages)
` [PATCH v7 intel-next 1/9] ice: remove ring_active from ice_ring
` [Intel-wired-lan] "
` [PATCH v7 intel-next 2/9] ice: move ice_container_type onto ice_ring_container
` [Intel-wired-lan] "
[syzbot] possible deadlock in rfcomm_sk_state_change
2021-09-13 5:15 UTC
[PATCH v5 bpf-next 0/9] bpf: implement variadic printk helper
2021-09-13 3:56 UTC (10+ messages)
` [PATCH v5 bpf-next 1/9] bpf: merge printk and seq_printf VARARG max macros
` [PATCH v5 bpf-next 2/9] selftests/bpf: stop using bpf_program__load
` [PATCH v5 bpf-next 3/9] bpf: add bpf_trace_vprintk helper
` [PATCH v5 bpf-next 4/9] libbpf: Modify bpf_printk to choose helper based on arg count
` [PATCH v5 bpf-next 5/9] libbpf: use static const fmt string in __bpf_printk
` [PATCH v5 bpf-next 6/9] bpftool: only probe trace_vprintk feature in 'full' mode
` [PATCH v5 bpf-next 7/9] selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
` [PATCH v5 bpf-next 8/9] selftests/bpf: add trace_vprintk test prog
` [PATCH v5 bpf-next 9/9] bpf: clarify data_len param in bpf_snprintf and bpf_seq_printf comments
[PATCH 0/4] Introduce and use absolute_pointer macro
2021-09-12 22:58 UTC (14+ messages)
` [PATCH 1/4] compiler.h: Introduce "
` [PATCH 2/4] net: i825xx: Use absolute_pointer for memcpy on fixed memory location
` [PATCH 3/4] parisc: Use absolute_pointer for memcmp "
` [PATCH 4/4] alpha: Use absolute_pointer for strcmp "
[PATCH] net: wan: wanxl: define CROSS_COMPILE_M68K
2021-09-12 22:15 UTC (2+ messages)
[PATCH V2 ethtool-next] netlink: settings: add netlink support for coalesce cqe mode parameter
2021-09-12 22:05 UTC (3+ messages)
ethtool 5.14 released
2021-09-12 21:43 UTC
[RFC PATCH net] Revert "net: phy: Uniform PHY driver access"
2021-09-12 21:38 UTC (3+ messages)
[PATCH] ice: Prefer kcalloc over open coded arithmetic
2021-09-12 20:41 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH][next] ath11k: Replace one-element array with flexible-array member
2021-09-12 19:44 UTC (2+ messages)
[PATCH] ath11k: Replace one-element array with flexible-array member
2021-09-12 19:42 UTC (3+ messages)
[syzbot] INFO: task hung in cangw_pernet_exit (3)
2021-09-12 19:22 UTC
[PATCH] bnx2x: Fix enabling network interfaces without VFs
2021-09-12 19:05 UTC
[PATCH] brcmfmac: Replace zero-length array with flexible array member
2021-09-12 19:15 UTC (2+ messages)
[PATCH v2] ip: Support filter links/neighs with no master
2021-09-12 17:19 UTC (2+ messages)
[PATCH iproute2] man: ip-macsec: fix gcm-aes-256 formatting issue
2021-09-12 17:15 UTC (2+ messages)
[PATCH] ipv6: delay fib6_sernum increase in fib6_add
2021-09-12 17:11 UTC (2+ messages)
[ipsec:testing 1/2] include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_633' declared with attribute error: BUILD_BUG_ON failed: XFRM_MSG_MAX != XFRM_MSG_MAPPING
2021-09-12 12:26 UTC (3+ messages)
[syzbot] riscv/fixes boot error: BUG: unable to handle kernel paging request in corrupted
2021-09-12 10:41 UTC
[PATCH AUTOSEL 5.4 22/37] MIPS: mscc: ocelot: mark the phy-mode for internal PHY ports
2021-09-12 10:14 UTC
[PATCH net] selftest: net: fix typo in altname test
2021-09-12 9:50 UTC (2+ messages)
[PATCH v2] net: dsa: qca8k: fix kernel panic with legacy mdio mapping
2021-09-12 9:50 UTC (2+ messages)
[PATCH] mac80211_hwsim: enable 6GHz channels
2021-09-12 7:49 UTC (2+ messages)
[PATCH] brcmfmac: use ISO3166 country code and 0 rev as fallback
2021-09-12 1:51 UTC (7+ messages)
` [BUG] "
[GIT PULL] virtio,vdpa,vhost: features, fixes
2021-09-12 0:43 UTC (5+ messages)
[GIT PULL V2] virtio,vdpa,vhost: features, fixes
2021-09-12 0:46 UTC (3+ 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).