netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-09 11:13:49 to 2021-10-10 15:07:05 UTC [more...]

[PATCH net-next v2 00/14] Add functional support for Gigabit Ethernet driver
 2021-10-10 15:06 UTC  (21+ messages)
` [PATCH net-next v2 01/14] ravb: Use ALIGN macro for max_rx_len
` [PATCH net-next v2 02/14] ravb: Add rx_max_buf_size to struct ravb_hw_info
` [PATCH net-next v2 03/14] ravb: Fillup ravb_alloc_rx_desc_gbeth() stub
` [PATCH net-next v2 04/14] ravb: Fillup ravb_rx_ring_free_gbeth() stub
` [PATCH net-next v2 05/14] ravb: Fillup ravb_rx_ring_format_gbeth() stub
` [PATCH net-next v2 06/14] ravb: Fillup ravb_rx_gbeth() stub
` [PATCH net-next v2 07/14] ravb: Add carrier_counters to struct ravb_hw_info
` [PATCH net-next v2 08/14] ravb: Add support to retrieve stats for GbEthernet
` [PATCH net-next v2 09/14] ravb: Rename "tsrq" variable
` [PATCH net-next v2 10/14] ravb: Optimize ravb_emac_init_gbeth function
` [PATCH net-next v2 11/14] ravb: Rename "nc_queue" feature bit
` [PATCH net-next v2 12/14] ravb: Document PFRI register bit
` [PATCH net-next v2 13/14] ravb: Update EMAC configuration mode comment
` [PATCH net-next v2 14/14] ravb: Fix typo AVB->DMAC

[PATCH v3] dt-bindings: net: nfc: nxp,pn544: Convert txt bindings to yaml
 2021-10-10 14:27 UTC  (3+ messages)

[PATCH 1/7] dt-bindings: nfc: nxp,nci: convert to dtschema
 2021-10-10 14:23 UTC  (7+ messages)
` [PATCH 2/7] dt-bindings: nfc: nxp,pn532: "
` [PATCH 3/7] dt-bindings: nfc: st,st21nfca: "
` [PATCH 4/7] dt-bindings: nfc: st,st95hf: "
` [PATCH 5/7] dt-bindings: nfc: st,nci: "
` [PATCH 6/7] dt-bindings: nfc: ti,trf7970a: "
` [PATCH 7/7] dt-bindings: nfc: marvell,nfc: "

[net-next PATCH v4 00/13] Multiple improvement for qca8337 switch
 2021-10-10 13:28 UTC  (24+ messages)
` [net-next PATCH v4 01/13] net: dsa: qca8k: add mac_power_sel support
` [net-next PATCH v4 02/13] net: dsa: qca8k: add support for sgmii falling edge
` [net-next PATCH v4 03/13] dt-bindings: net: dsa: qca8k: Add MAC swap and clock phase properties
` [net-next PATCH v4 04/13] drivers: net: dsa: qca8k: add support for cpu port 6
` [net-next PATCH v4 05/13] dt-bindings: net: dsa: qca8k: Document support for CPU "
` [net-next PATCH v4 06/13] net: dsa: qca8k: move rgmii delay detection to phylink mac_config
` [net-next PATCH v4 07/13] net: dsa: qca8k: add explicit SGMII PLL enable
` [net-next PATCH v4 08/13] dt-bindings: net: dsa: qca8k: Document qca,sgmii-enable-pll
` [net-next PATCH v4 09/13] drivers: net: dsa: qca8k: add support for pws config reg
` [net-next PATCH v4 10/13] dt-bindings: net: dsa: qca8k: document open drain binding
` [net-next PATCH v4 11/13] drivers: net: dsa: qca8k: add support for QCA8328
` [net-next PATCH v4 12/13] dt-bindings: net: dsa: qca8k: document support for qca8328
` [net-next PATCH v4 13/13] drivers: net: dsa: qca8k: set internal delay also for sgmii

[net-next PATCH 00/13] Multiple improvement for qca8337 switch
 2021-10-10 12:00 UTC  (4+ messages)
` [net-next PATCH 07/13] net: dsa: qca8k: add support for mac6_exchange, sgmii falling edge

[PATCH net-next 0/6] mlxsw: Add support for ECN mirroring
 2021-10-10 11:40 UTC  (7+ messages)
` [PATCH net-next 1/6] mlxsw: spectrum_qdisc: Pass extack to mlxsw_sp_qevent_entry_configure()
` [PATCH net-next 2/6] mlxsw: spectrum_qdisc: Distinguish between ingress and egress triggers
` [PATCH net-next 3/6] mlxsw: spectrum_qdisc: Track permissible actions per binding
` [PATCH net-next 4/6] mlxsw: spectrum_qdisc: Offload RED qevent mark
` [PATCH net-next 5/6] selftests: mlxsw: sch_red_core: Drop two unused variables
` [PATCH net-next 6/6] selftests: mlxsw: RED: Add selftests for the mark qevent

[RESEND PATCH v2 0/7] nfc: minor printk cleanup
 2021-10-10 11:36 UTC  (4+ messages)

[net-next PATCH v3] octeontx2-pf: Simplify the receive buffer size calculation
 2021-10-10 10:50 UTC  (2+ messages)

[PATCH][net-next] virtio_net: skip RCU read lock by checking xdp_enabled of vi
 2021-10-10 10:40 UTC  (2+ messages)

[PATCH] ethernet: Remove redundant 'flush_workqueue()' calls
 2021-10-10 10:40 UTC  (3+ messages)

[PATCH net-next] net: make dev_get_port_parent_id slightly more readable
 2021-10-10 10:40 UTC  (2+ messages)

[PATCH 00/14] Add functional support for Gigabit Ethernet driver
 2021-10-10 10:31 UTC  (24+ messages)
` [PATCH 01/14] ravb: Use ALIGN macro for max_rx_len
` [PATCH 02/14] ravb: Add rx_max_buf_size to struct ravb_hw_info
` [PATCH 03/14] ravb: Fillup ravb_alloc_rx_desc_gbeth() stub
` [PATCH 04/14] ravb: Fillup ravb_rx_ring_free_gbeth() stub
` [PATCH 05/14] ravb: Fillup ravb_rx_ring_format_gbeth() stub
` [PATCH 06/14] ravb: Fillup ravb_rx_gbeth() stub
` [PATCH 07/14] ravb: Add carrier_counters to struct ravb_hw_info
` [PATCH 08/14] ravb: Add support to retrieve stats for GbEthernet
` [PATCH 09/14] ravb: Rename "tsrq" variable
` [PATCH 10/14] ravb: Optimize ravb_emac_init_gbeth function
` [PATCH 11/14] ravb: Rename "nc_queue" feature bit
` [PATCH 12/14] ravb: Document PFRI register bit
` [PATCH 13/14] ravb: Update EMAC configuration mode comment
` [PATCH 14/14] ravb: Fix typo AVB->DMAC

[net-next PATCH 1/4] net: phy: at803x: fix resume for QCA8327 phy
 2021-10-10 10:30 UTC  (5+ messages)
` [net-next PATCH 2/4] net: phy: at803x: add DAC amplitude fix for 8327 phy
` [net-next PATCH 3/4] net: phy: at803x: enable prefer master for 83xx internal phy
` [net-next PATCH 4/4] net: phy: at803x: better describe debug regs

[PATCH net-next 0/3] net-next: replace open code with helper functions
 2021-10-10 10:30 UTC  (5+ messages)
` [PATCH net-next 1/3] bnxt: use netif_is_rxfh_configured instead of open code
` [PATCH net-next 2/3] hv_netvsc: use netif_is_bond_master() "
` [PATCH net-next 3/3] mlxsw: spectrum: use netif_is_macsec() "

[PATCH net-next 0/9] ionic: add vlanid overflow management
 2021-10-10  9:50 UTC  (11+ messages)
` [PATCH net-next 1/9] ionic: add filterlist to debugfs
` [PATCH net-next 2/9] ionic: move lif mac address functions
` [PATCH net-next 3/9] ionic: remove mac overflow flags
` [PATCH net-next 4/9] ionic: add generic filter search
` [PATCH net-next 5/9] ionic: generic filter add
` [PATCH net-next 6/9] ionic: generic filter delete
` [PATCH net-next 7/9] ionic: handle vlan id overflow
` [PATCH net-next 8/9] ionic: allow adminq requests to override default error message
` [PATCH net-next 9/9] ionic: tame the filter no space message

[syzbot] KMSAN: uninit-value in p9pdu_readf
 2021-10-10  8:36 UTC  (2+ messages)

[PATCH v2 net] netfilter: fix conntrack flows stuck issue on cleanup
 2021-10-10  8:25 UTC 

[PATCH] carl9170: Fix error return -EAGAIN if not started
 2021-10-10  8:05 UTC  (2+ messages)

[PATCH] wireless: Remove redundant 'flush_workqueue()' calls
 2021-10-10  7:09 UTC 

[PATCH net] sched: fix infinite loop when creating tc filter
 2021-10-10  6:55 UTC 

[net-next PATCH v3 00/13] Multiple improvement for qca8337 switch
 2021-10-10  6:12 UTC  (15+ messages)
` [net-next PATCH v3 01/13] net: dsa: qca8k: add mac_power_sel support
` [net-next PATCH v3 02/13] net: dsa: qca8k: add support for sgmii falling edge
` [net-next PATCH v3 03/13] dt-bindings: net: dsa: qca8k: Add MAC swap and clock phase properties
` [net-next PATCH v3 04/13] drivers: net: dsa: qca8k: add support for cpu port 6
` [net-next PATCH v3 05/13] dt-bindings: net: dsa: qca8k: Document support for CPU "
` [net-next PATCH v3 06/13] net: dsa: qca8k: move rgmii delay detection to phylink mac_config
` [net-next PATCH v3 07/13] net: dsa: qca8k: add explicit SGMII PLL enable
` [net-next PATCH v3 08/13] dt-bindings: net: dsa: qca8k: Document qca,sgmii-enable-pll
` [net-next PATCH v3 09/13] drivers: net: dsa: qca8k: add support for pws config reg
` [net-next PATCH v3 10/13] dt-bindings: net: dsa: qca8k: document open drain binding
` [net-next PATCH v3 11/13] drivers: net: dsa: qca8k: add support for QCA8328
` [net-next PATCH v3 12/13] dt-bindings: net: dsa: qca8k: document support for qca8328
` [net-next PATCH v3 13/13] drivers: net: dsa: qca8k: set internal delay also for sgmii

[PATCH bpf-next] libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.h
 2021-10-10  0:25 UTC 

[PATCH bpf-next] bpf/preload: Clean up .gitignore and "clean-files" target
 2021-10-10  0:24 UTC 

[PATCH iproute2 v4 0/5] configure: add support for libdir and prefix option
 2021-10-09 23:45 UTC  (6+ messages)

[PATCH iproute2-next v2 0/2] Support for IOAM encap modes
 2021-10-09 23:40 UTC  (3+ messages)

[net-next PATCH v2 00/15] Multiple improvement for qca8337 switch
 2021-10-09 23:16 UTC  (23+ messages)
` [net-next PATCH v2 04/15] drivers: net: phy: at803x: better describe debug regs
` [net-next PATCH v2 06/15] dt-bindings: net: dsa: qca8k: document rgmii_1_8v bindings
` [net-next PATCH v2 08/15] dt-bindings: net: dsa: qca8k: Add MAC swap and clock phase properties
` [net-next PATCH v2 11/15] dt-bindings: net: dsa: qca8k: Document qca,sgmii-enable-pll
` [net-next PATCH v2 13/15] dt-bindings: net: dsa: qca8k: document open drain binding
` [net-next PATCH v2 15/15] dt-bindings: net: dsa: qca8k: document support for qca8328

[PATCH] ath10k: support bus and device specific API 1 BDF selection
 2021-10-09 22:17 UTC 

[PATCH bpf-next 0/3] fixes for bpftool's Makefile
 2021-10-09 21:03 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpftool: fix install for libbpf's internal header(s)
` [PATCH bpf-next 2/3] bpftool: do not FORCE-build libbpf
` [PATCH bpf-next 3/3] bpftool: turn check on zlib from a phony target into a conditional error

[PATCH bpf-next v4 00/12] install libbpf headers when using the library
 2021-10-09 21:03 UTC  (3+ messages)

[PATCH net-next -v5 0/4] some optimization for page pool
 2021-10-09 20:15 UTC  (4+ messages)
` [PATCH net-next -v5 3/4] mm: introduce __get_page() and __put_page()

[PATCH net-next] ptp: add vclock timestamp conversion IOCTL
 2021-10-09 18:25 UTC  (12+ messages)

[RFC 00/12] Add functional support for Gigabit Ethernet driver
 2021-10-09 17:53 UTC  (5+ messages)
` [RFC 03/12] ravb: Fillup ravb_set_features_gbeth() stub

[PATCH] tcp: md5: Fix overlap between vrf and non-vrf keys
 2021-10-09 17:19 UTC  (6+ messages)

[PATCH net-next] net: procfs: add seq_puts() statement for dev_mcast
 2021-10-09 16:42 UTC  (3+ messages)

[PATCH v2] dt-bindings: net: nfc: nxp,pn544: Convert txt bindings to yaml
 2021-10-09 15:46 UTC  (2+ messages)

[PATCH net-next 0/5] net: remove direct netdev->dev_addr writes
 2021-10-09 15:43 UTC  (3+ messages)

[net PATCH 1/2] drivers: net: phy: at803x: fix resume for QCA8327 phy
 2021-10-09 15:07 UTC  (8+ messages)

[PATCH] dt-bindings: net: nfc: nxp,pn544: Convert txt bindings to yaml
 2021-10-09 14:38 UTC  (2+ messages)

[RFC v2] mt76: mt7615: mt7622: fix ibss and meshpoint
 2021-10-09 13:22 UTC  (4+ messages)

[PATCH v2 0/3] report the controller capabilities through the netlink interface
 2021-10-09 13:13 UTC  (4+ messages)
` [PATCH v2 1/3] can: dev: replace can_priv::ctrlmode_static by can_get_static_ctrlmode()
` [PATCH v2 2/3] can: dev: reorder struct can_priv members for better packing
` [PATCH v2 3/3] can: netlink: report the CAN controller mode supported flags

[PATCH v15 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-10-09 13:00 UTC  (3+ messages)

[PATCH net] net: phy: Do not shutdown PHYs in READY state
 2021-10-09 12:50 UTC  (2+ messages)

[PATCH] qed: Fix missing error code in qed_slowpath_start()
 2021-10-09 12:50 UTC  (2+ messages)

[PATCH] isdn: mISDN: Fix sleeping function called from invalid context
 2021-10-09 12:50 UTC  (2+ messages)

[PATCH net-next 1/2] dt-bindings: net: dsa: fix typo in dsa-tag-protocol description
 2021-10-09 12:50 UTC  (3+ messages)
` [PATCH net-next 2/2] dt-bindings: net: dsa: document felix family in dsa-tag-protocol

[PATCH net] net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocol
 2021-10-09 12:50 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in veth_xdp_rcv
 2021-10-09 12:40 UTC 

[PATCH net-next -v5 4/4] skbuff: keep track of pp page when pp_frag_count is used
 2021-10-09 12:12 UTC  (3+ messages)

[PATCH bpf-next v5 0/3] add support for writable bare tracepoint
 2021-10-09 12:07 UTC  (3+ 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).