netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-13 14:44:24 to 2021-08-14 11:35:16 UTC [more...]

[PATCH V2] ath10k: don't fail if IRAM write fails
 2021-08-14 11:33 UTC  (5+ messages)

[PATCH v2 1/2] r8169: Implement dynamic ASPM mechanism
 2021-08-14 11:33 UTC  (11+ messages)
` [PATCH v2 2/2] r8169: Enable ASPM for selected NICs

[RFC PATCH v3 net-next 00/10] add support for VSC75XX control over SPI
 2021-08-14 11:17 UTC  (15+ messages)
` [RFC PATCH v3 net-next 01/10] net: dsa: ocelot: remove unnecessary pci_bar variables
` [RFC PATCH v3 net-next 02/10] net: mdio: mscc-miim: convert to a regmap implementation
` [RFC PATCH v3 net-next 03/10] net: dsa: ocelot: felix: switch to mdio-mscc-miim driver for indirect mdio access
` [RFC PATCH v3 net-next 04/10] net: dsa: ocelot: felix: Remove requirement for PCS in felix devices
` [RFC PATCH v3 net-next 05/10] net: dsa: ocelot: felix: add interface for custom regmaps
` [RFC PATCH v3 net-next 06/10] net: mscc: ocelot: split register definitions to a separate file
` [RFC PATCH v3 net-next 07/10] net: mscc: ocelot: expose ocelot wm functions
` [RFC PATCH v3 net-next 08/10] net: mscc: ocelot: felix: add ability to enable a CPU / NPI port
` [RFC PATCH v3 net-next 09/10] net: dsa: ocelot: felix: add support for VSC75XX control over SPI
` [RFC PATCH v3 net-next 10/10] docs: devicetree: add documentation for the VSC7512 SPI device

[PATCH v5 0/4] iplink_can: cleaning, fixes and adding TDC support
 2021-08-14 11:14 UTC  (6+ messages)
` [PATCH v5 1/4] iplink_can: fix configuration ranges in print_usage() and add unit
` [PATCH v5 2/4] iplink_can: use PRINT_ANY to factorize code and fix signedness
` [PATCH v5 3/4] iplink_can: print brp and dbrp bittiming variables
` [PATCH v5 4/4] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)

[PATCH v4 0/7] add the netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
 2021-08-14 11:12 UTC  (9+ messages)
` [PATCH v4 1/7] can: netlink: allow user to turn off unsupported features
` [PATCH v4 2/7] can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
` [PATCH v4 3/7] can: bittiming: change unit of TDC parameters to clock periods
` [PATCH v4 4/7] can: dev: add can_tdc_get_relative_tdco() helper function
` [PATCH v4 5/7] can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)
` [PATCH v4 6/7] can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from device
` [PATCH v4 7/7] can: etas_es58x: clean-up documentation of struct es58x_fd_tx_conf_msg

[PATCH net-next 0/8] mptcp: Improve use of backup subflows
 2021-08-14 11:10 UTC  (10+ messages)
` [PATCH net-next 1/8] mptcp: more accurate timeout
` [PATCH net-next 2/8] mptcp: less aggressive retransmission strategy
` [PATCH net-next 3/8] mptcp: handle pending data on closed subflow
` [PATCH net-next 4/8] mptcp: cleanup sysctl data and helpers
` [PATCH net-next 5/8] mptcp: faster active backup recovery
` [PATCH net-next 6/8] mptcp: add mibs for stale subflows processing
` [PATCH net-next 7/8] mptcp: backup flag from incoming MPJ ack option
` [PATCH net-next 8/8] selftests: mptcp: add testcase for active-back

[PATCH net-next 0/6] Devlink cleanup for delay event series
 2021-08-14  9:57 UTC  (7+ messages)
` [PATCH net-next 1/6] devlink: Simplify devlink_pernet_pre_exit call
` [PATCH net-next 2/6] devlink: Remove check of always valid devlink pointer
` [PATCH net-next 3/6] devlink: Count struct devlink consumers
` [PATCH net-next 4/6] devlink: Use xarray to store devlink instances
` [PATCH net-next 5/6] devlink: Clear whole devlink_flash_notify struct
` [PATCH net-next 6/6] net: hns3: remove always exist devlink pointer check

[PATCH iproute2-next 0/3] bridge: fixes regarding the colorized output
 2021-08-14  9:54 UTC  (4+ messages)
` [PATCH iproute2-next 1/3] bridge: reorder cmd line arg parsing to let "-c" detected as "color" option
` [PATCH iproute2-next 2/3] bridge: fdb: don't colorize the "dev" & "dst" keywords in "bridge -c fdb"
` [PATCH iproute2-next 3/3] man: bridge: fix the typo to change "-c[lor]" into "-c[olor]" in man page

[PATCH] MAINTAINERS: add Vincent MAILHOL as maintainer for the ETAS ES58X CAN/USB driver
 2021-08-14  9:33 UTC 

[PATCH v3 0/8] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-08-14  8:38 UTC  (5+ messages)
` [PATCH v3 4/8] PCI: replace pci_dev::driver usage that gets the driver name

[PATCH V2 0/3] pktgen: Add IMIX mode
 2021-08-14  5:13 UTC  (3+ messages)
` [PATCH v2 2/3] pktgen: Add imix distribution bins

[PATCH bpf-next v6 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-14  4:31 UTC  (3+ messages)
  `  "

[PATCH bpf-next v6 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-14  4:27 UTC  (6+ messages)
` [PATCH bpf-next v6 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v6 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v6 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v6 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v6 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH net-next 0/6] net: ipa: last things before PM conversion
 2021-08-14  2:32 UTC  (7+ messages)
` [PATCH net-next 3/6] net: ipa: re-enable transmit in PM WQ context
` [PATCH net-next 4/6] net: ipa: ensure hardware has power in ipa_start_xmit()

[PATCH v1 2/2] of: property: fw_devlink: Add support for "phy-handle" property
 2021-08-14  2:31 UTC 

[PATCH] ethernet: fix PTP_1588_CLOCK dependencies
 2021-08-14  2:00 UTC  (2+ messages)

[PATCH v6 bpf-next 0/4] BPF iterator for UNIX domain socket
 2021-08-14  1:57 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/4] bpf: af_unix: Implement "
` [PATCH v6 bpf-next 2/4] bpf: Support "%c" in bpf_bprintf_prepare()
` [PATCH v6 bpf-next 3/4] selftest/bpf: Implement sample UNIX domain socket iterator program
` [PATCH v6 bpf-next 4/4] selftest/bpf: Extend the bpf_snprintf() test for "%c"

[PATCH net-next v2] net: bridge: switchdev: pass more port flags to drivers
 2021-08-14  1:11 UTC  (2+ messages)

[PATCH] s390/net: replace in_irq() with in_hardirq()
 2021-08-14  1:03 UTC 

of_node_put() usage is buggy all over drivers/of/base.c?!
 2021-08-14  1:01 UTC 

[PATCH v5 bpf-next 0/4] BPF iterator for UNIX domain socket
 2021-08-14  1:00 UTC  (10+ messages)
` [PATCH v5 bpf-next 3/4] selftest/bpf: Implement sample UNIX domain socket iterator program
` [PATCH v5 bpf-next 4/4] selftest/bpf: Extend the bpf_snprintf() test for "%c"

[PATCH] net: 6pack: fix slab-out-of-bounds in decode_data
 2021-08-14  0:23 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH net 1/1] ice: Fix perout start time rounding
 2021-08-14  0:30 UTC  (2+ messages)

[PATCH net-next] net: phy: marvell: add SFP support for 88E1510
 2021-08-14  0:30 UTC  (2+ messages)

[PATCH net 1/1] ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero
 2021-08-14  0:20 UTC  (2+ messages)

[PATCH v2] qed: qed ll2 race condition fixes
 2021-08-14  0:05 UTC  (2+ messages)

[PATCH 0/3] Kconfig symbol clean-up on net
 2021-08-13 23:40 UTC  (3+ messages)

[PATCH net-next] ipx: remove leftover header
 2021-08-13 23:37 UTC 

[PATCH bpf-next v3 0/2] bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
 2021-08-13 23:27 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: verify "

[PATCH] net: usb: pegasus: ignore the return value from set_registers();
 2021-08-13 23:24 UTC  (2+ messages)

[PATCH V2 net-next] net: fec: add WoL support for i.MX8MQ
 2021-08-13 23:20 UTC  (2+ messages)

[PATCH net-next] ravb: Remove checks for unsupported internal delay modes
 2021-08-13 23:20 UTC  (2+ messages)

[PATCH net-next 1/2] net: macb: Add PTP support for SAMA5D29
 2021-08-13 23:20 UTC  (2+ messages)

[PATCH] net: hso: drop unused function argument
 2021-08-13 23:05 UTC  (2+ messages)

[PATCH net-next] net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versa
 2021-08-13 23:04 UTC 

[PATCH bpf-next v3] libbpf: support weak typed ksyms
 2021-08-13 23:01 UTC  (2+ messages)

[PATCH] net: asix: fix uninit value in asix_mdio_read
 2021-08-13 22:57 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH net-next 0/6 v2] IXP46x PTP Timer clean-up and DT
 2021-08-13 22:55 UTC  (8+ messages)
` [PATCH net-next 1/6 v2] ixp4xx_eth: make ptp support a platform driver
` [PATCH net-next 2/6 v2] ixp4xx_eth: fix compile-testing
` [PATCH net-next 3/6 v2] ixp4xx_eth: enable compile testing
` [PATCH net-next 4/6 v2] ixp4xx_eth: Stop referring to GPIOs
` [PATCH net-next 5/6 v2] ixp4xx_eth: Add devicetree bindings
` [PATCH net-next 6/6 v2] ixp4xx_eth: Probe the PTP module from the device tree

[PATCH v28 22/25] Audit: Add record for multiple process LSM attributes
 2021-08-13 21:47 UTC  (7+ messages)

[PATCH] net: in_irq() cleanup
 2021-08-13 21:40 UTC  (2+ messages)

[PATCH v1 net 1/1] ptp_pch: Restore dependency on PCI
 2021-08-13 21:34 UTC  (2+ messages)

[PATCH V3 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-13 21:28 UTC  (14+ messages)
` [PATCH V3 01/13] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH V3 05/13] HV: Add Write/Read MSR registers via ghcb page
` [PATCH V3 06/13] HV: Add ghcb hvcall support for SNP VM
` [PATCH V3 07/13] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V3 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM

[PATCH bpf-next v2 0/2] bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
 2021-08-13 21:23 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH net-next] net, bonding: Disallow vlan+srcmac with XDP
 2021-08-13 21:10 UTC  (3+ messages)

[PATCH] ptp: ocp: don't allow on S390
 2021-08-13 20:30 UTC 

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-08-13 19:44 UTC  (10+ messages)
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status

[PATCH v1 net-next 4/7] ptp_pch: Switch to use module_pci_driver() macro
 2021-08-13 19:38 UTC  (8+ messages)

[PATCH v1 net-next 1/3] ptp_ocp: Switch to use module_pci_driver() macro
 2021-08-13 19:30 UTC  (3+ messages)

[PATCH v5] dt-bindings: net: can: c_can: convert to json-schema
 2021-08-13 19:05 UTC  (4+ messages)

[PATCH v2 0/4] open/accept directly into io_uring fixed file table
 2021-08-13 19:00 UTC  (6+ messages)
` [PATCH v2 1/4] net: add accept helper not installing fd
` [PATCH v2 2/4] io_uring: openat directly into fixed fd table
` [PATCH v2 3/4] io_uring: hand code io_accept() fd installing
` [PATCH v2 4/4] io_uring: accept directly into fixed file table

[PATCH net-next 0/3] net: fec: add support to select wakeup irq source
 2021-08-13 18:22 UTC  (9+ messages)
` [PATCH net-next 1/3] dt-bindings: net: fsl,fec: add "fsl,wakeup-irq" property
  ` [PATCH net-next 1/3] dt-bindings: net: fsl, fec: add "fsl, wakeup-irq" property

[PATCH] af_unix: check socket state when queuing OOB
 2021-08-13 18:19 UTC 

[PATCH v2 0/1] Bug fixes for AF_UNIX OOB Patch
 2021-08-13 18:01 UTC  (3+ messages)
` [PATCH v2 1/1] af_unix: fix holding spinlock in oob handling

[PATCH] af_unix: fix holding spinlock in oob handling
 2021-08-13 17:59 UTC  (3+ messages)

[RFC V3 net-next 0/4] ethtool: extend coalesce uAPI
 2021-08-13 17:55 UTC  (3+ messages)
` [RFC V3 net-next 1/4] ethtool: add two coalesce attributes for CQE mode

[PATCH v1 net-next 3/3] ptp_ocp: use bits.h macros for all masks
 2021-08-13 17:48 UTC  (3+ messages)

[PATCH] af_unix: fix holding spinlock in oob handling
 2021-08-13 17:46 UTC 

[PATCH net-next] netlink: gc useless variable in nlmsg_attrdata()
 2021-08-13 17:29 UTC  (4+ messages)

[PATCH net v3 0/4] bnxt: Tx NAPI disabling resiliency improvements
 2021-08-13 17:27 UTC  (3+ messages)

[PATCH ethtool 0/3] ethool: make --json reliable
 2021-08-13 17:19 UTC  (4+ messages)
` [PATCH ethtool 1/3] ethtool: remove questionable goto
` [PATCH ethtool 2/3] ethtool: use dummy args[] entry for no-args case
` [PATCH ethtool 3/3] ethtool: return error if command does not support --json

[syzbot] possible deadlock in sk_diag_fill (3)
 2021-08-13 17:17 UTC 

[PATCH v8 3/5] Bluetooth: refactor set_exp_feature with a feature table
 2021-08-13 16:51 UTC  (2+ messages)
` [PATCH v8 4/5] Bluetooth: Support the quality report events

[Resend RFC PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-13 16:43 UTC  (4+ messages)
` [Resend RFC PATCH V4 09/13] x86/Swiotlb/HV: Add Swiotlb bounce buffer remap function for HV IVM

[Intel-wired-lan] [PATCH] igb: handle vlan types with checker enabled
 2021-08-13 16:32 UTC 

[RFC 0/4] open/accept directly into io_uring fixed file table
 2021-08-13 16:30 UTC  (4+ messages)

[PATCH v11 bpf-next 11/18] bpf: introduce bpf_xdp_get_buff_len helper
 2021-08-13 15:18 UTC  (3+ messages)
` [RFC PATCH] bpf: bpf_xdp_get_buff_len_proto can be static

[PATCH] net: ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
 2021-08-13 15:01 UTC  (2+ messages)

[PATCH net-next 0/6] net: bridge: mcast: dump querier state
 2021-08-13 15:00 UTC  (7+ messages)
` [PATCH net-next 1/6] net: bridge: mcast: record querier port device ifindex instead of pointer
` [PATCH net-next 2/6] net: bridge: mcast: make sure querier port/address updates are consistent
` [PATCH net-next 3/6] net: bridge: mcast: consolidate querier selection for ipv4 and ipv6
` [PATCH net-next 4/6] net: bridge: mcast: dump ipv4 querier state
` [PATCH net-next 5/6] net: bridge: mcast: dump ipv6 "
` [PATCH net-next 6/6] net: bridge: vlan: dump mcast ctx "

[PATCH] Revert "bus: mhi: pci-generic: configurable network interface MRU"
 2021-08-13 14:53 UTC  (2+ messages)

[PATCH net-next] stmmac: align RX buffers
 2021-08-13 14:44 UTC  (7+ 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).