netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-07 10:31:52 to 2022-04-08 02:49:08 UTC [more...]

[PATCH] decouple llc/bridge
 2022-04-08  2:48 UTC  (3+ messages)

[PATCH V2] ethernet: Fix some formatting issues
 2022-04-08  2:38 UTC  (2+ messages)

[PATCH v2] net: atlantic: Avoid out-of-bounds indexing
 2022-04-08  2:22 UTC 

[PATCH 00/11] Fix deadlocks caused by del_timer_sync()
 2022-04-08  2:21 UTC  (22+ messages)
` [PATCH 01/11] drivers: tty: serial: Fix deadlock in sa1100_set_termios()
    `  "
` [PATCH 02/11] drivers: usb: host: Fix deadlock in oxu_bus_suspend()
    `  "
` [PATCH 09/11] drivers: infiniband: hw: Fix deadlock in irdma_cleanup_cm_core()
    `  "
        `  "
          `  "
` [PATCH 11/11] arch: xtensa: platforms: Fix deadlock in rs_close()
    `  "

[PATCH] sfc: ef10: Fix assigning negative value to unsigned variable
 2022-04-08  2:11 UTC 

[PATCH] libbpf: potential NULL dereference in usdt_manager_attach_usdt()
 2022-04-08  1:30 UTC  (4+ messages)

TCP stack gets into state of continually advertising “silly window” size of 1
 2022-04-08  1:10 UTC  (3+ messages)

[PATCH net-next] tcp: Add tracepoint for tcp_set_ca_state
 2022-04-08  0:40 UTC  (2+ messages)

[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-08  0:58 UTC  (7+ messages)
` [RFC bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
` [RFC bpf-next 2/4] fprobe: Resolve symbols with kallsyms_lookup_names
` [RFC bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for kprobe multi link
` [RFC bpf-next 4/4] selftests/bpf: Add attach bench test

[PATCH v4 1/2] timer: add a function to adjust timeouts to be upper bound
 2022-04-08  0:37 UTC  (2+ messages)

[PATCH] rtw89: rtw89_ser: add const to struct state_ent and event_ent
 2022-04-08  0:16 UTC  (2+ messages)

[PATCH -next 1/2] wcn36xx: clean up some inconsistent indenting
 2022-04-08  0:01 UTC  (2+ messages)
` [PATCH -next 2/2] ath9k: Remove unnecessary print function dev_err()

[PATCH v2 net-next 0/1] mscc-miim probe cleanup
 2022-04-07 23:44 UTC  (2+ messages)
` [PATCH v2 net-next 1/1] net: mdio: mscc-miim: add local dev variable to cleanup probe function

[PATCH v3 1/2] timer: add a function to adjust timeouts to be upper bound
 2022-04-07 23:26 UTC  (3+ messages)

[PATCH v1 net-next 0/1] mscc-miim probe cleanup
 2022-04-07 23:01 UTC  (2+ messages)
` [PATCH v1 net-next 1/1] net: mdio: mscc-miim: add local dev variable to cleanup probe function

[PATCH RFC net-next] net: dsa: b53: convert to phylink_pcs
 2022-04-07 22:55 UTC  (2+ messages)

[PATCH v0 RFC RFT net-next 0/5] Use MMD/C45 helpers
 2022-04-07 22:50 UTC  (6+ messages)
` [PATCH v0 RFC RFT net-next 1/5] net: phylink: Convert to mdiobus_c45_{read|write}
` [PATCH v0 RFC RFT net-next 2/5] net: phy: "
` [PATCH v0 RFC RFT net-next 3/5] net: phy: bcm87xx: Use mmd helpers
` [PATCH v0 RFC RFT net-next 4/5] net: dsa: sja1105: Convert to mdiobus_c45_read
` [PATCH v0 RFC RFT net-next 5/5] net: pcs: pcs-xpcs: "

[PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent()
 2022-04-07 22:37 UTC  (14+ messages)

[PATCH net-next v6 00/13] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
 2022-04-07 22:36 UTC  (14+ messages)
` [PATCH net-next v6 01/13] list: Add list_next_entry_circular() and list_prev_entry_circular()
` [PATCH net-next v6 02/13] net: wwan: t7xx: Add control DMA interface
` [PATCH net-next v6 03/13] net: wwan: t7xx: Add core components
` [PATCH net-next v6 04/13] net: wwan: t7xx: Add port proxy infrastructure
` [PATCH net-next v6 05/13] net: wwan: t7xx: Add control port
` [PATCH net-next v6 06/13] net: wwan: t7xx: Add AT and MBIM WWAN ports
` [PATCH net-next v6 07/13] net: wwan: t7xx: Data path HW layer
` [PATCH net-next v6 08/13] net: wwan: t7xx: Add data path interface
` [PATCH net-next v6 09/13] net: wwan: t7xx: Add WWAN network interface
` [PATCH net-next v6 10/13] net: wwan: t7xx: Introduce power management
` [PATCH net-next v6 11/13] net: wwan: t7xx: Runtime PM
` [PATCH net-next v6 12/13] net: wwan: t7xx: Device deep sleep lock/unlock
` [PATCH net-next v6 13/13] net: wwan: t7xx: Add maintainers and documentation

[PATCH bpf-next v3 0/7] bpf: cgroup_sock lsm flavor
 2022-04-07 22:31 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v3 2/7] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v3 3/7] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v3 4/7] bpf: allow writing to a subset of sock fields from lsm progtype
` [PATCH bpf-next v3 5/7] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v3 6/7] selftests/bpf: lsm_cgroup functional test
` [PATCH bpf-next v3 7/7] selftests/bpf: verify lsm_cgroup struct sock access

[RFC net-next v1] net: Add a second bind table hashed by port and address
 2022-04-07 22:03 UTC 

[syzbot] possible deadlock in sco_conn_del
 2022-04-07 22:08 UTC 

[PATCH v34 08/29] LSM: Use lsmblob in security_secctx_to_secid
 2022-04-07 21:22 UTC  (7+ messages)
` [PATCH v34 09/29] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v34 11/29] LSM: Use lsmblob in security_current_getsecid
` [PATCH v34 15/29] LSM: Ensure the correct LSM context releaser
` [PATCH v34 16/29] LSM: Use lsmcontext in security_secid_to_secctx
` [PATCH v34 18/29] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v34 19/29] NET: Store LSM netlabel data in a lsmblob

Matching unbound sockets for VRF
 2022-04-07 21:28 UTC  (7+ messages)

[PATCH net-next 00/14] net/sched: Better error reporting for offload failures
 2022-04-07 21:15 UTC  (2+ messages)

[PATCH bpf] xsk: fix l2fwd for copy mode + busy poll combo
 2022-04-07 21:10 UTC  (2+ messages)

[PATCH 0/3] rndis_host: handle bogus MAC addresses in ZTE RNDIS devices
 2022-04-07 20:51 UTC  (4+ messages)
` [PATCH 2/3] rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_ether

[linux-next:master] BUILD REGRESSION 2e9a9857569ec27e64d2ddd01294bbe3c736acb1
 2022-04-07 20:34 UTC 

[RFC PATCH] iwlwifi: iwl-dbg: Use del_timer_sync() before freeing
 2022-04-07 19:50 UTC  (2+ messages)

[PATCH net-next] hv_netvsc: Add support for XDP_REDIRECT
 2022-04-07 20:21 UTC 

bug while receiving SNMP replies (UDP)?
 2022-04-07 19:42 UTC 

[RFC net-next 0/2] Add page_pool_stats ethtool APIs
 2022-04-07 20:19 UTC  (7+ messages)
` [RFC net-next 1/2] net: page_pool: introduce ethtool stats
` [RFC net-next 2/2] net: mvneta: add support for page_pool_get_stats

[PATCH bpf 0/4] introduce HAVE_ARCH_HUGE_VMALLOC_FLAG for bpf_prog_pack
 2022-04-07 19:57 UTC  (6+ messages)

[PATCH net-next] page_pool: Add recycle stats to page_pool_put_page_bulk
 2022-04-07 20:14 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix return value checks in perf_event_stackmap.c
 2022-04-07 19:23 UTC  (2+ messages)

[PATCH v2 bpf-next 0/3] libbpf: uprobe name-based attach followups
 2022-04-07 18:50 UTC  (2+ messages)

[PATCH v2 00/14] MediaTek SoC flow offload improvements + wireless support
 2022-04-07 18:21 UTC  (26+ messages)
` [PATCH v2 01/14] dt-bindings: net: mediatek: add optional properties for the SoC ethernet core
` [PATCH v2 04/14] dt-bindings: arm: mediatek: document WED binding for MT7622
` [PATCH v2 05/14] dt-bindings: arm: mediatek: document the pcie mirror node on MT7622
` [PATCH v2 14/14] net: ethernet: mtk_eth_soc: support creating mac address based offload entries

[GIT PULL] Networking for 5.18-rc2
 2022-04-07 18:21 UTC 

[PATCH] rtw89: ser: add a break statement
 2022-04-07 18:01 UTC  (2+ messages)

[PATCH v2 net] net: mdio: don't defer probe forever if PHY IRQ provider is missing
 2022-04-07 17:57 UTC  (3+ messages)

[PATCH v10 0/1] wfx: get out from the staging area
 2022-04-07 17:42 UTC  (11+ messages)

[PATCH net-next 00/15] net: Remove use of list iterator after loop body
 2022-04-07 17:42 UTC  (8+ messages)
` [PATCH net-next 06/15] qed: Use dedicated list iterator variable
` [PATCH net-next 11/15] sfc: Remove usage of list iterator for list_add() after the loop body
` [PATCH net-next 12/15] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next 13/15] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next 14/15] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next 15/15] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH net-next] fou: Remove XRFM from NET_FOU Kconfig
 2022-04-07 17:15 UTC 

[PATCH net] net: mdio: don't defer probe forever if PHY IRQ provider is missing
 2022-04-07 17:04 UTC  (7+ messages)

[RFC 00/13] PRUSS Remoteproc, Platform APIS, and Ethernet Driver
 2022-04-07 16:56 UTC  (6+ messages)
` [RFC 01/13] dt-bindings: remoteproc: Add PRU consumer bindings
` [RFC 12/13] dt-bindings: net: Add ICSSG Ethernet Driver bindings

[PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2022-04-07
 2022-04-07 16:52 UTC  (6+ messages)
` [PATCH net-next 1/5] ice: switch: add and use u16[] aliases to ice_adv_lkup_elem::{h, m}_u
` [PATCH net-next 2/5] ice: switch: unobscurify bitops loop in ice_fill_adv_dummy_packet()
` [PATCH net-next 3/5] ice: switch: use a struct to pass packet template params
` [PATCH net-next 4/5] ice: switch: use convenience macros to declare dummy pkt templates
` [PATCH net-next 5/5] ice: switch: convert packet template match code to rodata

[PATCH net-next] net: mvneta: add support for page_pool_get_stats
 2022-04-07 16:48 UTC  (6+ messages)

[PATCH v2] RDMA: Split kernel-only global device caps from uverbs device caps
 2022-04-07 16:28 UTC  (9+ messages)

[PATCH v2] net: macb: Restart tx only if queue pointer is lagging
 2022-04-07 16:16 UTC 

[PATCH v3 net-next 1/4] rtnetlink: enable alt_ifname for setlink/newlink
 2022-04-07 16:11 UTC  (4+ messages)

[PATCH] ipv6:fix crash when idev is NULL
 2022-04-07 16:10 UTC  (3+ messages)

[PATCH net-next] sfc: Stop using iommu_present()
 2022-04-07 16:05 UTC  (2+ messages)

[PATCH mlx5-next 00/17] Drop Mellanox FPGA IPsec support from the kernel
 2022-04-07 16:03 UTC  (3+ messages)
` [PATCH mlx5-next 08/17] RDMA/core: Delete IPsec flow action logic from the core

[PATCH 1/1] net/rds: Use "unpin_user_page" as "pin_user_pages" counterpart
 2022-04-07 15:58 UTC  (2+ messages)

[PATCH net-next] net-core: rx_otherhost_dropped to core_stats
 2022-04-07 15:39 UTC  (4+ messages)

[PATCH net-next] sfc: use hardware tx timestamps for more than PTP
 2022-04-07 15:24 UTC 

[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
 2022-04-07 15:22 UTC  (2+ messages)

[PATCH net-next] net: dsa: felix: suppress -EPROBE_DEFER errors
 2022-04-07 14:58 UTC  (6+ messages)

[PATCH 0/5] Make the iommu driver no-snoop block feature consistent
 2022-04-07 14:56 UTC  (8+ messages)
` [PATCH 2/5] vfio: Require that devices support DMA cache coherence

[PATCH net-next 0/9] net: dsa: mt7530: updates for phylink changes
 2022-04-07 14:47 UTC  (5+ messages)
` [PATCH net-next 5/9] net: dsa: mt7530: only indicate linkmodes that can be supported

[PATCH] net: phy: genphy_loopback: fix loopback failed when speed is unknown
 2022-04-07 14:45 UTC  (8+ messages)

[PATCH v3 net-next 0/2] net: tc: dsa: Implement offload of matchall for bridged DSA ports
 2022-04-07 14:32 UTC  (4+ messages)
` [PATCH v3 net-next 1/2] net: tc: dsa: Add the matchall filter with drop action "

riscv defconfig CONFIG_PM/macb/generic PHY regression in v5.18-rc1
 2022-04-07 14:30 UTC  (4+ messages)

[PATCH net] net/sched: fix initialization order when updating chain 0 head
 2022-04-07 14:29 UTC 

[PATCH 0/2] dt-bindings: net: Fix ave descriptions
 2022-04-07 13:59 UTC  (3+ messages)

[PATCH] net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link
 2022-04-07 13:25 UTC 

[PATCHv2 net] sctp: use the correct skb for security_sctp_assoc_request
 2022-04-07 13:24 UTC 

[PATCH net-next 0/3] net: create a net/core/ internal header
 2022-04-07 13:12 UTC  (3+ messages)
` [PATCH net-next 1/3] net: hyperv: remove use of bpf_op_t

[PATCH bpf-next] bpf: Fix excessive memory allocation in stack_map_alloc()
 2022-04-07 13:04 UTC 

[RFC PATCH] can: m_can: Add driver for M_CAN hardware in NVIDIA devices
 2022-04-07 13:01 UTC  (3+ messages)

[net-next RESEND v2] net: core: use shared sysctl macro
 2022-04-07 12:50 UTC  (2+ messages)

linux 5.17.1 disregarding ACK values resulting in stalled TCP connections
 2022-04-07 12:48 UTC  (12+ messages)

[PATCH v3 net-next 0/4] rtnetlink: improve ALT_IFNAME config and fix dangerous GROUP usage
 2022-04-07 12:25 UTC  (5+ messages)
` [PATCH v3 net-next 1/4] rtnetlink: enable alt_ifname for setlink/newlink
` [PATCH v3 net-next 2/4] rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellink
` [PATCH v3 net-next 3/4] rtnetlink: return ENODEV when ifname does not exist and group is given
` [PATCH v3 net-next 4/4] rtnetlink: return EINVAL when request cannot succeed

[PATCH v3] net: phy: micrel: ksz9031/ksz9131: add cabletest support
 2022-04-07 12:21 UTC  (3+ messages)

[PATCH v5 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2022-04-07 12:05 UTC  (3+ messages)

[PATCH v2] net: phy: micrel: ksz9031/ksz9131: add cabletest support
 2022-04-07 10:56 UTC  (5+ messages)

[PATCH] af_unix: Escape abstract unix socket address
 2022-04-07 10:56 UTC  (3+ messages)

[PATCH bpf-next 00/10] xsk: stop softirq processing on full XSK Rx queue
 2022-04-07 10:49 UTC  (2+ messages)

[PATCH] ethernet: Fix some formatting issues
 2022-04-07 10:31 UTC 


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