messages from 2021-10-22 17:05:25 to 2021-10-23 09:56:58 UTC [more...]
[PATCH v6 0/14] net: phy: Add qca8081 ethernet phy driver
2021-10-23 9:54 UTC (15+ messages)
` [PATCH v6 01/14] net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCS
` [PATCH v6 02/14] net: phy: at803x: use phy_modify()
` [PATCH v6 03/14] net: phy: at803x: improve the WOL feature
` [PATCH v6 04/14] net: phy: at803x: use GENMASK() for speed status
` [PATCH v6 05/14] net: phy: add qca8081 ethernet phy driver
` [PATCH v6 06/14] net: phy: add qca8081 read_status
` [PATCH v6 07/14] net: phy: add qca8081 get_features
` [PATCH v6 08/14] net: phy: add qca8081 config_aneg
` [PATCH v6 09/14] net: phy: add constants for fast retrain related register
` [PATCH v6 10/14] net: phy: add genphy_c45_fast_retrain
` [PATCH v6 11/14] net: phy: add qca8081 config_init
` [PATCH v6 12/14] net: phy: add qca8081 soft_reset and enable master/slave seed
` [PATCH v6 13/14] net: phy: adjust qca8081 master/slave seed value if link down
` [PATCH v6 14/14] net: phy: add qca8081 cdt feature
[PATCH 0/2] wcn36xx: add missing 5GHz channels 136 and 144
2021-10-23 9:55 UTC (4+ messages)
` [PATCH 1/2] wcn36xx: Switch on Antenna diversity feature bit
` [PATCH 2/2] wcn36xx: add missing 5GHz channels 136 and 144
[PATCH net-next v2 0/2] Small fixes for redundant checks
2021-10-23 9:26 UTC (4+ messages)
` [PATCH net-next v2 2/2] net: qed_dev: fix redundant check of rc and against -EINVAL
[PATCH net-next 0/2] Small fixes for true expression checks
2021-10-23 9:26 UTC (3+ messages)
` [PATCH net-next 1/2] net: qed_ptp: fix check of true !rc expression
` [PATCH net-next 2/2] net: qed_dev: "
[PATCH V4 net-next 0/6] ethtool: add support to set/get tx copybreak buf size and rx buf len
2021-10-23 8:46 UTC (5+ messages)
[PATCH v4 0/14] net: phy: Add qca8081 ethernet phy driver
2021-10-23 8:19 UTC (11+ messages)
` [PATCH v4 01/14] net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCS
` [PATCH v4 02/14] net: phy: at803x: use phy_modify()
` [PATCH v4 05/14] net: phy: add qca8081 ethernet phy driver
[syzbot] WARNING in batadv_nc_mesh_free
2021-10-23 7:41 UTC (7+ messages)
[RFC v2] mt76: mt7615: mt7622: fix ibss and meshpoint
2021-10-23 7:30 UTC (2+ messages)
` [RFC,v2] "
[PATCH net] wireless: mediatek: mt7921: fix Wformat build warning
2021-10-23 7:29 UTC (3+ messages)
` [net] mt76: "
[PATCH net 0/4] security: fixups for the security hooks in sctp
2021-10-23 4:25 UTC (4+ messages)
` [PATCH net 1/4] security: pass asoc to sctp_assoc_request and sctp_sk_clone
[PATCH v7 0/3] Make neighbor eviction controllable by userspace
2021-10-23 4:12 UTC (5+ messages)
` [PATCH v7 1/3] net: arp: introduce arp_evict_nocarrier sysctl parameter
` [PATCH v7 2/3] net: ndisc: introduce ndisc_evict_nocarrier "
` [PATCH v7 3/3] selftests: net: add arp_ndisc_evict_nocarrier
[PATCH v5 0/14] net: phy: Add qca8081 ethernet phy driver
2021-10-23 3:24 UTC (15+ messages)
` [PATCH v5 01/14] net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCS
` [PATCH v5 02/14] net: phy: at803x: use phy_modify()
` [PATCH v5 03/14] net: phy: at803x: improve the WOL feature
` [PATCH v5 04/14] net: phy: at803x: use GENMASK() for speed status
` [PATCH v5 05/14] net: phy: add qca8081 ethernet phy driver
` [PATCH v5 06/14] net: phy: add qca8081 read_status
` [PATCH v5 07/14] net: phy: add qca8081 get_features
` [PATCH v5 08/14] net: phy: add qca8081 config_aneg
` [PATCH v5 09/14] net: phy: add constants for fast retrain related register
` [PATCH v5 10/14] net: phy: add genphy_c45_fast_retrain
` [PATCH v5 11/14] net: phy: add qca8081 config_init
` [PATCH v5 12/14] net: phy: add qca8081 soft_reset and enable master/slave seed
` [PATCH v5 13/14] net: phy: adjust qca8081 master/slave seed value if link down
` [PATCH v5 14/14] net: phy: add qca8081 cdt feature
[PATCH bpf-next 0/5] bpftool: Switch to libbpf's hashmap for referencing BPF objects
2021-10-23 1:50 UTC (10+ messages)
` [PATCH bpf-next 1/5] bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
` [PATCH bpf-next 2/5] bpftool: Do not expose and init hash maps for pinned path in main.c
` [PATCH bpf-next 3/5] bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
` [PATCH bpf-next 4/5] bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
` [PATCH bpf-next 5/5] bpftool: Switch to libbpf's hashmap for PIDs/names references
[PATCH bpf-next v3 0/4] introduce dummy BPF STRUCT_OPS
2021-10-23 1:00 UTC (9+ messages)
` [PATCH bpf-next v3 1/4] bpf: factor out a helper to prepare trampoline for struct_ops prog
` [PATCH bpf-next v3 2/4] bpf: factor out helpers to check ctx access for BTF function
` [PATCH bpf-next v3 3/4] bpf: add dummy BPF STRUCT_OPS for test purpose
` [PATCH bpf-next v3 4/4] selftests/bpf: add test cases for struct_ops prog
[PATCH net-next v2 00/12] net: don't write directly to netdev->dev_addr
2021-10-23 0:41 UTC (4+ messages)
` [PATCH net-next v2 01/12] net: xen: use eth_hw_addr_set()
[PATCH 0/3] wcn36xx: software scanning improvements
2021-10-23 0:39 UTC (4+ messages)
` [PATCH 1/3] wcn36xx: add debug prints for sw_scan start/complete
` [PATCH 2/3] wcn36xx: implement flush op to speed up connected scan
` [PATCH 3/3] wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scan
[PATCH] wcn36xx: add proper DMA memory barriers in rx path
2021-10-23 0:15 UTC
[PATCH bpf-next v5 0/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
2021-10-22 23:57 UTC (2+ messages)
[PATCH bpf-next] bpftool: avoid leaking the JSON writer prepared for program metadata
2021-10-22 23:50 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: guess function end for test_get_branch_snapshot
2021-10-22 23:48 UTC
[PATCH v5 10/15] tools/lib/perf: use TASK_COMM_LEN_16 instead of hard-coded 16
2021-10-22 23:41 UTC (5+ messages)
` [PATCH v5 13/15] tools/testing/selftests/bpf: "
[PATCH] net: dsa: sja1105: Add of_node_put() before return
2021-10-22 23:38 UTC (2+ messages)
[PATCH net 0/7] sctp: enhancements for the verification tag
2021-10-22 23:38 UTC (3+ messages)
[PATCH 1/1] xen/netfront: stop tx queues during live migration
2021-10-22 23:31 UTC
[PATCH net-next 0/4] New RGMII delay DT bindings for the SJA1105 DSA driver
2021-10-22 23:31 UTC (3+ messages)
` [PATCH net-next 2/4] dt-bindings: net: dsa: inherit the ethernet-controller DT schema
[PATCH net-next 0/4] Delete impossible devlink notifications
2021-10-22 23:30 UTC (2+ messages)
[PATCH net-next v2 0/8] don't write directly to netdev->dev_addr
2021-10-22 23:21 UTC (9+ messages)
` [PATCH net-next v2 1/8] net: core: constify mac addrs in selftests
` [PATCH net-next v2 2/8] net: rtnetlink: use __dev_addr_set()
` [PATCH net-next v2 3/8] net: phy: constify netdev->dev_addr references
` [PATCH net-next v2 4/8] net: bonding: constify and use dev_addr_set()
` [PATCH net-next v2 5/8] net: hsr: get ready for const netdev->dev_addr
` [PATCH net-next v2 6/8] net: caif: "
` [PATCH net-next v2 7/8] net: drivers: "
` [PATCH net-next v2 8/8] net: atm: use address setting helpers
[PATCH net-next v2 0/2] bluetooth: don't write directly to netdev->dev_addr
2021-10-22 23:18 UTC (3+ messages)
` [PATCH net-next v2 1/2] bluetooth: use eth_hw_addr_set()
` [PATCH net-next v2 2/2] bluetooth: use dev_addr_set()
[PATCH bpf-next] libbpf: fix memory leak in btf__dedup()
2021-10-22 23:10 UTC (2+ messages)
[net-next PATCH] net: convert users of bitmap_foo() to linkmode_foo()
2021-10-22 22:41 UTC
[PATCH net-next v3] net: marvell: prestera: add firmware v4.0 support
2021-10-22 22:27 UTC (7+ messages)
[PATCH net-next] gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE_NONE
2021-10-22 21:40 UTC (2+ messages)
[PATCH V8 5/9] x86/sev-es: Expose sev_es_ghcb_hv_call() to call ghcb hv call out of sev code
2021-10-22 20:58 UTC (3+ messages)
` [PATCH V8.1 "
[V2][PATCH] cgroup: fix memory leak caused by missing cgroup_bpf_offline
2021-10-22 21:29 UTC (4+ messages)
[PATCH V8 0/9] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
2021-10-22 21:25 UTC (2+ messages)
[PATCH 00/14] net: wwan: t7xx: PCIe driver for MediaTek M.2 modem
2021-10-22 21:22 UTC (7+ messages)
[PATCH net] fcnal-test: kill hanging ping/nettest binaries on cleanup
2021-10-22 21:10 UTC (2+ messages)
[PATCH v6 0/3] Make neighbor eviction controllable by userspace
2021-10-22 21:03 UTC (5+ messages)
` [PATCH v6 1/3] net: arp: introduce arp_evict_nocarrier sysctl parameter
` [PATCH v6 2/3] net: ndisc: introduce ndisc_evict_nocarrier "
` [PATCH v6 3/3] selftests: net: add arp_ndisc_evict_nocarrier
[PATCH v3 net-next 0/9] Drop rtnl_lock from DSA .port_fdb_{add,del}
2021-10-22 20:50 UTC (20+ messages)
` [PATCH v3 net-next 1/9] net: dsa: sja1105: wait for dynamic config command completion on writes too
` [PATCH v3 net-next 2/9] net: dsa: sja1105: serialize access to the dynamic config interface
` [PATCH v3 net-next 3/9] net: mscc: ocelot: serialize access to the MAC table
` [PATCH v3 net-next 4/9] net: dsa: b53: serialize access to the ARL table
` [PATCH v3 net-next 5/9] net: dsa: lantiq_gswip: serialize access to the PCE table
` [PATCH v3 net-next 6/9] net: dsa: introduce locking for the address lists on CPU and DSA ports
` [PATCH v3 net-next 7/9] net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work
` [PATCH v3 net-next 8/9] selftests: lib: forwarding: allow tests to not require mz and jq
` [PATCH v3 net-next 9/9] selftests: net: dsa: add a stress test for unlocked FDB operations
[PATCH net v9] skb_expand_head() adjust skb->truesize incorrectly
2021-10-22 20:50 UTC (4+ messages)
` [PATCH net v10] "
[PATCH] net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()
2021-10-22 20:36 UTC (2+ messages)
pull-request: mac80211 2021-10-21
2021-10-22 20:10 UTC (5+ messages)
[PATCH net-next] net: sysctl data could be in .bss
2021-10-22 20:01 UTC (2+ messages)
[PATCH net-next] net: phy: microchip_t1: add cable test support for lan87xx phy
2021-10-22 19:56 UTC (3+ messages)
[net-next PATCH 1/2] dt-bindings: net: macb: Add mdio bus child node
2021-10-22 19:43 UTC (5+ messages)
` [net-next PATCH 2/2] net: macb: Use mdio child node for MDIO bus if it exists
[PATCH net-next 0/3] Support for 16nm EPHY in GENET
2021-10-22 19:38 UTC (8+ messages)
` [PATCH net-next 1/3] net: phy: bcm7xxx: Add EPHY entry for 7712
` [PATCH net-next 2/3] dt-bindings: net: bcmgenet: Document 7712 binding
` [PATCH net-next 3/3] net: bcmgenet: Add support for 7712 16nm internal EPHY
[syzbot] WARNING: ODEBUG bug in batadv_nc_mesh_free
2021-10-22 19:36 UTC (2+ messages)
[PATCH v4 net-next 0/9] Drop rtnl_lock from DSA .port_fdb_{add,del}
2021-10-22 19:09 UTC (11+ messages)
` [PATCH v4 net-next 1/9] net: dsa: sja1105: wait for dynamic config command completion on writes too
` [PATCH v4 net-next 2/9] net: dsa: sja1105: serialize access to the dynamic config interface
` [PATCH v4 net-next 3/9] net: mscc: ocelot: serialize access to the MAC table
` [PATCH v4 net-next 4/9] net: dsa: b53: serialize access to the ARL table
` [PATCH v4 net-next 5/9] net: dsa: lantiq_gswip: serialize access to the PCE table
` [PATCH v4 net-next 6/9] net: dsa: introduce locking for the address lists on CPU and DSA ports
` [PATCH v4 net-next 7/9] net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work
` [PATCH v4 net-next 8/9] selftests: lib: forwarding: allow tests to not require mz and jq
` [PATCH v4 net-next 9/9] selftests: net: dsa: add a stress test for unlocked FDB operations
[PATCH] net: multicast: calculate csum of looped-back and forwarded packets
2021-10-22 19:07 UTC (2+ messages)
[PATCH net-next 0/8] don't write directly to netdev->dev_addr
2021-10-22 19:07 UTC (11+ messages)
` [PATCH net-next 1/8] net: core: constify mac addrs in selftests
` [PATCH net-next 2/8] net: rtnetlink: use __dev_addr_set()
` [PATCH net-next 3/8] net: phy: constify netdev->dev_addr references
` [PATCH net-next 4/8] net: bonding: constify and use dev_addr_set()
` [PATCH net-next 5/8] net: hsr: get ready for const netdev->dev_addr
` [PATCH net-next 6/8] net: caif: "
` [PATCH net-next 7/8] net: drivers: "
` [PATCH net-next 8/8] net: atm: use address setting helpers
[PATCH] net: liquidio: Make use of the helper macro kthread_run()
2021-10-22 18:20 UTC (2+ messages)
[PATCH linux-next] octeontx2-af: Remove redundant assignment operations
2021-10-22 18:08 UTC (2+ messages)
[PATCH linux-next] octeontx2-af: Remove redundant assignment and parentheses
2021-10-22 18:06 UTC (2+ messages)
[PATCH] net/tls: Fix flipped sign in tls_err_abort() calls
2021-10-22 17:50 UTC (3+ messages)
[syzbot] WARNING in port100_send_frame_async/usb_submit_urb
2021-10-22 17:46 UTC
[PATCH net-next 0/2] bluetooth: don't write directly to netdev->dev_addr
2021-10-22 17:42 UTC (3+ messages)
` [PATCH net-next 1/2] bluetooth: use eth_hw_addr_set()
` [PATCH net-next 2/2] bluetooth: use dev_addr_set()
pull-request: mac80211-next 2021-10-21
2021-10-22 17:40 UTC (2+ messages)
pull-request: wireless-drivers-next-2021-10-22
2021-10-22 17:40 UTC (2+ messages)
[PATCH v2 1/2] net: macb: Clean up macb_validate
2021-10-22 17:37 UTC (9+ messages)
[PATCH bpf-next 1/3] libbpf: use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
2021-10-22 17:26 UTC (4+ messages)
` [PATCH bpf-next 2/3] bpftool: don't append / to the progtype
[net-next PATCH v2] net: phylink: Add helpers for c22 registers without MDIO
2021-10-22 17:16 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).