netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 16:58:35 to 2021-10-14 12:02:13 UTC [more...]

[PATCH] ath10k: support bus and device specific API 1 BDF selection
 2021-10-14 12:01 UTC  (3+ messages)

[PATCH net-next 0/6] New RGMII delay DT bindings for the SJA1105 DSA driver
 2021-10-14 12:00 UTC  (9+ messages)
` [PATCH net-next 1/6] ARM: dts: imx6qp-prtwd3: update RGMII delays for sja1105 switch
` [PATCH net-next 2/6] ARM: dts: ls1021a-tsn: "
` [PATCH net-next 3/6] dt-bindings: net: dsa: sja1105: fix example so all ports have a phy-handle of fixed-link
` [PATCH net-next 4/6] dt-bindings: net: dsa: inherit the ethernet-controller DT schema
` [PATCH net-next 5/6] dt-bindings: net: dsa: sja1105: add {rx,tx}-internal-delay-ps
` [PATCH net-next 6/6] net: dsa: sja1105: parse {rx,tx}-internal-delay-ps properties for RGMII delays

[PATCH 1/3] dt-bindings: leds: Deprecate `linux,default-trigger` property
 2021-10-14 11:58 UTC  (8+ messages)
` [PATCH 2/3] dt-bindings: leds: Add `excludes` property
` [PATCH 3/3] dt-bindings: leds: Allow for multiple colors in the `color` property

[PATCH V4 net-next 0/6] ethtool: add support to set/get tx copybreak buf size and rx buf len
 2021-10-14 11:39 UTC  (7+ messages)
` [PATCH V4 net-next 1/6] ethtool: add support to set/get tx copybreak buf size via ethtool
` [PATCH V4 net-next 2/6] net: hns3: add support to set/get tx copybreak buf size via ethtool for hns3 driver
` [PATCH V4 net-next 3/6] ethtool: add support to set/get rx buf len via ethtool
` [PATCH V4 net-next 4/6] ethtool: extend ringparam setting uAPI with rx_buf_len
` [PATCH V4 net-next 5/6] net: hns3: add support to set/get rx buf len via ethtool for hns3 driver
` [PATCH V4 net-next 6/6] net: hns3: remove the way to set tx spare buf via module parameter

[PATCH RFC linux] dt-bindings: nvmem: Add binding for U-Boot environment NVMEM provider
 2021-10-14 11:36 UTC  (6+ messages)

[PATCH] net: fec: defer probe if PHY on external MDIO bus is not available
 2021-10-14 11:30 UTC 

[PATCH iproute2 v5 0/7] configure: add support for libdir option
 2021-10-14 11:17 UTC  (11+ messages)
` [PATCH iproute2 v5 1/7] configure: fix parsing issue on include_dir option
` [PATCH iproute2 v5 2/7] configure: fix parsing issue on libbpf_dir option
` [PATCH iproute2 v5 3/7] configure: fix parsing issue with more than one value per option
` [PATCH iproute2 v5 4/7] configure: simplify options parsing
` [PATCH iproute2 v5 5/7] configure: support --param=value style
` [PATCH iproute2 v5 6/7] configure: add the --prefix option
` [PATCH iproute2 v5 7/7] configure: add the --libdir option

[PATCH] MAINTAINERS: Update the devicetree documentation path of imx fec driver
 2021-10-14 11:02 UTC 

PROBLEM: multicast router does not fill UDP csum of its own forwarded packets
 2021-10-14 10:36 UTC  (3+ messages)

[RESEND PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-10-14  9:52 UTC  (4+ messages)

[PATCHv3 net] icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe
 2021-10-14  9:50 UTC 

[PATCH net-next] ethernet: remove random_ether_addr()
 2021-10-14  9:41 UTC  (2+ messages)

[PATCHv2 net] icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe
 2021-10-14  9:35 UTC  (3+ messages)

[PATCH V1 mlx5-next 00/13] Add mlx5 live migration driver
 2021-10-14  9:18 UTC  (4+ messages)
` [PATCH V1 mlx5-next 13/13] vfio/mlx5: Trap device RESET and update state accordingly

[PATCH net] can: j1939: j1939_xtp_rx_rts_session_new(): abort TP less than 9 bytes
 2021-10-14  9:26 UTC 

[PATCH V1 mlx5-next 01/13] PCI/IOV: Provide internal VF index
 2021-10-14  9:08 UTC  (3+ messages)

[PATCH net-next] ice: fix an error code in ice_ena_vfs()
 2021-10-14  9:05 UTC  (2+ messages)

[PATCH net-next] net: of: fix stub of_net helpers for CONFIG_NET=n
 2021-10-14  9:00 UTC 

[PATCH net-next] tcp: switch orphan_count to bare per-cpu counters
 2021-10-14  8:59 UTC  (2+ messages)

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-14  8:36 UTC  (3+ messages)

[PATCH net-next v3] mctp: Implement extended addressing
 2021-10-14  8:34 UTC 

[PATCH 1/4] net: arp: introduce arp_evict_nocarrier sysctl parameter
 2021-10-14  8:30 UTC  (7+ messages)
` [PATCH 2/4] net: ndisc: introduce ndisc_evict_nocarrier "
` [PATCH 3/4] doc: networking: document arp_evict_nocarrier
` [PATCH 4/4] doc: networking: document ndisc_evict_nocarrier

[PATCH net-next 0/7] ethernet: more netdev->dev_addr write removals
 2021-10-14  8:14 UTC  (15+ messages)
` [PATCH net-next 1/7] ethernet: constify references to netdev->dev_addr in drivers
` [PATCH net-next 2/7] ethernet: make eth_hw_addr_random() use dev_addr_set()
` [PATCH net-next 3/7] ethernet: make use of eth_hw_addr_random() where appropriate
` [PATCH net-next 4/7] ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))
` [PATCH net-next 5/7] ethernet: ibm/emac: use of_get_ethdev_address() to load dev_addr
` [PATCH net-next 6/7] ethernet: replace netdev->dev_addr assignment loops
` [PATCH net-next 7/7] ethernet: replace netdev->dev_addr 16bit writes

[PATCH net-next v2] mctp: Implement extended addressing
 2021-10-14  8:25 UTC  (2+ messages)

[PATCH net-next v2] mctp: Avoid leak of mctp_sk_key
 2021-10-14  8:10 UTC 

[PATCH net-next 0/3] Minor managed neighbor follow-ups
 2021-10-14  8:10 UTC  (8+ messages)
` [PATCH net-next 1/3] net, neigh: Add build-time assertion to avoid neigh->flags overflow
` [PATCH net-next 2/3] net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attribute
` [PATCH net-next 3/3] net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entries

[PATCH iproute2-next v1 0/3] Optional counter statistics support
 2021-10-14  7:53 UTC  (4+ messages)
` [PATCH iproute2-next v1 1/3] rdma: Update uapi headers
` [PATCH iproute2-next v1 2/3] rdma: Add stat "mode" support
` [PATCH iproute2-next v1 3/3] rdma: Add optional-counters set/unset support

[PATCH] ath10k: fix invalid dma_addr_t token assignment
 2021-10-14  7:51 UTC 

[PATCH] mctp: Avoid leak of mctp_sk_key
 2021-10-14  7:44 UTC 

[PATCH] mlx5: allow larger xsk chunk_size
 2021-10-14  7:32 UTC  (2+ messages)

[PATCH V3 net-next 0/6] ethtool: add support to set/get tx copybreak buf size and rx buf len
 2021-10-14  6:35 UTC  (9+ messages)
` [PATCH V3 net-next 3/6] ethtool: add support to set/get rx buf len via ethtool
` [PATCH V3 net-next 4/6] ethtool: extend ringparam setting uAPI with rx_buf_len

[PATCH] can: peak_pci: Fix UAF in peak_pci_remove
 2021-10-14  6:28 UTC 

[PATCH net-next] net: tulip: winbond-840: fix build for UML
 2021-10-14  5:06 UTC 

[PATCH net-next] net: intel: igc_ptp: fix build for UML
 2021-10-14  5:05 UTC 

[PATCH net-next] net: fealnx: fix build for UML
 2021-10-14  5:05 UTC 

[PATCH net] sctp: fix transport encap_port update in sctp_vtag_verify
 2021-10-14  4:50 UTC 

[PATCH v2 0/4] tcp: md5: Fix overlap between vrf and non-vrf keys
 2021-10-14  4:43 UTC  (6+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0

[PATCH net] sctp: account stream padding length for reconf chunk
 2021-10-14  4:38 UTC  (2+ messages)

[PATCH net] icmp: fix icmp_ext_echo_iio parsing in icmp_build_probe
 2021-10-14  4:07 UTC  (5+ messages)

[PATCH v2] bluetooth: Add support to handle MSFT Monitor Device event
 2021-10-14  4:02 UTC  (3+ messages)

[PATCH] ptp: fix error print of ptp_kvm on X86_64 platform
 2021-10-14  3:19 UTC 

[PATCH] ipv4: only allow increasing fib_info_hash_size
 2021-10-14  2:51 UTC  (4+ messages)

[PATCH] net: delete redundant function declaration
 2021-10-14  2:40 UTC  (2+ messages)

[PATCH bpf-next v5] test_bpf: Add module parameter test_suite
 2021-10-14  2:35 UTC 

[PATCH v2 net-next 0/6] net: dsa: add support for RTL8365MB-VC
 2021-10-14  2:25 UTC  (11+ messages)
` [PATCH v2 net-next 1/6] ether: add EtherType for proprietary Realtek protocols
` [PATCH v2 net-next 2/6] net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/Makefile
` [PATCH v2 net-next 4/6] net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag
` [PATCH v2 net-next 5/6] net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VC

[PATCH RESEND] rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
 2021-10-14  1:35 UTC 

[PATCH] hv_netvsc: Add comment of netvsc_xdp_xmit()
 2021-10-14  1:26 UTC 

[mst-vhost:vhost 14/16] drivers/virtio/virtio.c:207:13: error: 'virtio_reset_device' defined but not used
 2021-10-14  1:14 UTC 

[PATCH] NFC: NULL out conn_info reference when conn is closed
 2021-10-14  1:01 UTC  (2+ messages)

[PATCH net-next 0/5] mlxsw: Show per-band ECN-marked counter on qdisc
 2021-10-14  1:00 UTC  (2+ messages)

[PATCH net 0/2] fix two possible memory leak problems in NFC digital module
 2021-10-14  0:50 UTC  (2+ messages)

[PATCH net] nfc: fix error handling of nfc_proto_register()
 2021-10-14  0:40 UTC  (2+ messages)

[PATCH net] Revert "net: procfs: add seq_puts() statement for dev_mcast"
 2021-10-14  0:30 UTC  (2+ messages)

[PATCH] net: encx24j600: check error in devm_regmap_init_encx24j600
 2021-10-13 23:22 UTC  (2+ messages)

[PATCH net-next] net: Variable SLAAC: SLAAC with prefixes of arbitrary length in PIO
 2021-10-13 23:20 UTC  (14+ messages)
`  "
  ` [PATCH net-next V3] "
    ` [PATCH net-next V4] "
      ` [PATCH net-next V5] "
          ` [PATCH net-next V6] "
                ` [PATCH net-next V7] "
                  ` [PATCH net-next V8] "
                    ` [PATCH net-next V9] "
                      ` [PATCH net-next V10] "

[PATCH net-next 0/4][pull request] 100GbE Intel Wired LAN Driver Updates 2021-10-12
 2021-10-13 23:19 UTC  (5+ messages)
` [PATCH net-next 3/4] ice: Add support for SMA control multiplexer
` [PATCH net-next 4/4] ice: Implement support for SMA and U.FL on E810-T

[PATCH net-next] net: enetc: fix check for allocation failure
 2021-10-13 23:10 UTC  (2+ messages)

[net-next PATCH v7 00/16] Multiple improvement for qca8337 switch
 2021-10-13 22:39 UTC  (17+ messages)
` [net-next PATCH v7 01/16] dsa: qca8k: add mac_power_sel support
` [net-next PATCH v7 02/16] dt-bindings: net: dsa: qca8k: Add SGMII clock phase properties
` [net-next PATCH v7 03/16] net: dsa: qca8k: add support for sgmii falling edge
` [net-next PATCH v7 04/16] dt-bindings: net: dsa: qca8k: Document support for CPU port 6
` [net-next PATCH v7 05/16] net: dsa: qca8k: add support for cpu "
` [net-next PATCH v7 06/16] net: dsa: qca8k: rework rgmii delay logic and scan "
` [net-next PATCH v7 07/16] dt-bindings: net: dsa: qca8k: Document qca,sgmii-enable-pll
` [net-next PATCH v7 08/16] net: dsa: qca8k: add explicit SGMII PLL enable
` [net-next PATCH v7 09/16] dt-bindings: net: dsa: qca8k: Document qca,led-open-drain binding
` [net-next PATCH v7 10/16] net: dsa: qca8k: add support for pws config reg
` [net-next PATCH v7 11/16] dt-bindings: net: dsa: qca8k: document support for qca8328
` [net-next PATCH v7 12/16] net: dsa: qca8k: add support for QCA8328
` [net-next PATCH v7 13/16] net: dsa: qca8k: set internal delay also for sgmii
` [net-next PATCH v7 14/16] net: dsa: qca8k: move port config to dedicated struct
` [net-next PATCH v7 15/16] dt-bindings: net: ipq8064-mdio: fix warning with new qca8k switch
` [net-next PATCH v7 16/16] dt-bindings: net: dsa: qca8k: convert to YAML schema

[RFC PATCH 00/17] net: ipa: Add support for IPA v2.x
 2021-10-13 22:31 UTC  (36+ messages)
` [RFC PATCH 01/17] net: ipa: Correct ipa_status_opcode enumeration
` [RFC PATCH 02/17] net: ipa: revert to IPA_TABLE_ENTRY_SIZE for 32-bit IPA support
` [RFC PATCH 03/17] net: ipa: Refactor GSI code
` [RFC PATCH 04/17] net: ipa: Establish ipa_dma interface
` [RFC PATCH 05/17] net: ipa: Check interrupts for availability
` [RFC PATCH 06/17] net: ipa: Add timeout for ipa_cmd_pipeline_clear_wait
` [RFC PATCH 07/17] net: ipa: Add IPA v2.x register definitions
` [RFC PATCH 08/17] net: ipa: Add support for IPA v2.x interrupts
` [RFC PATCH 09/17] net: ipa: Add support for using BAM as a DMA transport
` [PATCH 10/17] net: ipa: Add support for IPA v2.x commands and table init
` [RFC PATCH 11/17] net: ipa: Add support for IPA v2.x endpoints
` [RFC PATCH 12/17] net: ipa: Add support for IPA v2.x memory map
` [RFC PATCH 13/17] net: ipa: Add support for IPA v2.x in the driver's QMI interface
` [RFC PATCH 14/17] net: ipa: Add support for IPA v2 microcontroller
` [RFC PATCH 15/17] net: ipa: Add IPA v2.6L initialization sequence support
` [RFC PATCH 16/17] net: ipa: Add hw config describing IPA v2.x hardware
` [RFC PATCH 17/17] dt-bindings: net: qcom,ipa: Add support for MSM8953 and MSM8996 IPA

[PATCH] mwifiex: Add quirk resetting the PCI bridge on MS Surface devices
 2021-10-13 22:08 UTC  (2+ messages)

[PATCH] mwifiex: Add quirk resetting the PCI bridge on MS Surface devices
 2021-10-13 21:35 UTC  (2+ messages)

[PATCH net-next v16 3/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
 2021-10-13 21:14 UTC  (2+ messages)

[PATCH] net: sched: fix infinite loop when trying to create tcf rule
 2021-10-13 21:09 UTC 

[net 1/6] net/mlx5: Fix cleanup of bridge delayed work
 2021-10-13 20:50 UTC  (2+ messages)

[PATCH net-next] net: dsa: unregister cross-chip notifier after ds->ops->teardown
 2021-10-13 20:40 UTC  (2+ messages)

[PATCH] net: korina: select CRC32
 2021-10-13 20:40 UTC  (2+ messages)

[PATCH net-next] net: bridge: make use of helper netif_is_bridge_master()
 2021-10-13 20:33 UTC  (2+ messages)

[PATCH] include: marvell: octeontx2: build error: unknown type name 'u64'
 2021-10-13 20:27 UTC  (3+ messages)

[PATCH] mlx5: don't write directly to netdev->dev_addr
 2021-10-13 20:20 UTC 

GPE traffic gets stuck between ppp and br0 interface, ipv4 traffic works fine, ideas?
 2021-10-13 20:00 UTC 

[PATCH v2 0/4] Fix up bpf_jit_limit some more
 2021-10-13 19:56 UTC  (2+ messages)

[PATCH v3] bluetooth: Add Adv Monitor Device Lost event
 2021-10-13 19:19 UTC 

[PATCH net-next 1/2] of: net: move nvmem_get_mac_address() into of_get_mac_addr_nvmem()
 2021-10-13 19:16 UTC  (2+ messages)

[PATCH V1 mlx5-next 04/13] PCI/IOV: Allow SRIOV VF drivers to reach the drvdata of a PF
 2021-10-13 18:27 UTC  (2+ messages)

[PATCH 0/5] PCI/VPD: Add and use pci_read/write_vpd_any()
 2021-10-13 18:08 UTC  (6+ messages)
` [PATCH 1/5] PCI/VPD: Add pci_read/write_vpd_any()

[PATCH net-next] ptp: add vclock timestamp conversion IOCTL
 2021-10-13 17:54 UTC  (11+ messages)

[PATCH net-next] net: remove single-byte netdev->dev_addr writes
 2021-10-13 17:50 UTC  (2+ messages)

[PATCH net-next 0/3] net: use dev_addr_set() in hamradio and ip tunnels
 2021-10-13 17:50 UTC  (2+ messages)

[PATCH net-next 0/6] net: constify dev_addr passing for protocols
 2021-10-13 17:50 UTC  (2+ 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).