netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-16 09:49:20 to 2021-08-16 21:56:48 UTC [more...]

linux-next: Fixes tag needs some work in the net tree
 2021-08-16 21:56 UTC 

linux-next: build failure after merge of the staging tree
 2021-08-16 21:46 UTC  (3+ messages)

[PATCH bpf-next] bpf: use kvmalloc in map_lookup_elem
 2021-08-16 21:43 UTC  (2+ messages)

[PATCH] vrf: Reset skb conntrack connection on VRF rcv
 2021-08-16 21:41 UTC  (3+ messages)

[PATCH] ptp: ocp: don't allow on S390
 2021-08-16 21:41 UTC  (5+ messages)

[PATCH][next] bpf, tests: Fix spelling mistake "shoft" -> "shift"
 2021-08-16 21:40 UTC  (2+ messages)

[PATCH v1 0/6] gpio: mlxbf2: Introduce proper interrupt handling
 2021-08-16 21:34 UTC  (16+ messages)
` [PATCH v1 1/6] gpio: mlxbf2: Convert to device PM ops
` [PATCH v1 2/6] gpio: mlxbf2: Drop wrong use of ACPI_PTR()
` [PATCH v1 3/6] gpio: mlxbf2: Use devm_platform_ioremap_resource()
` [PATCH v1 4/6] gpio: mlxbf2: Use DEFINE_RES_MEM_NAMED() helper macro
` [PATCH v1 5/6] TODO: gpio: mlxbf2: Introduce IRQ support
` [PATCH v1 6/6] TODO: net: mellanox: mlxbf_gige: Replace non-standard interrupt handling

[PATCH net-next 0/6] Devlink cleanup for delay event series
 2021-08-16 21:32 UTC  (10+ messages)
` [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

[pull request][net-next 00/17] mlx5 updates 2021-08-16
 2021-08-16 21:18 UTC  (18+ messages)
` [net-next 01/17] net/mlx5e: Do not try enable RSS when resetting indir table
` [net-next 02/17] net/mlx5e: Introduce TIR create/destroy API in rx_res
` [net-next 03/17] net/mlx5e: Introduce abstraction of RSS context
` [net-next 04/17] net/mlx5e: Convert RSS to a dedicated object
` [net-next 05/17] net/mlx5e: Dynamically allocate TIRs in RSS contexts
` [net-next 06/17] net/mlx5e: Support multiple "
` [net-next 07/17] net/mlx5e: Support flow classification into "
` [net-next 08/17] net/mlx5e: Abstract MQPRIO params
` [net-next 09/17] net/mlx5e: Maintain MQPRIO mode parameter
` [net-next 10/17] net/mlx5e: Handle errors of netdev_set_num_tc()
` [net-next 11/17] net/mlx5e: Support MQPRIO channel mode
` [net-next 12/17] net/mlx5: Bridge, release bridge in same function where it is taken
` [net-next 13/17] net/mlx5: Bridge, obtain core device from eswitch instead of priv
` [net-next 14/17] net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pair
` [net-next 15/17] net/mlx5: Bridge, extract FDB delete notification to function
` [net-next 16/17] net/mlx5: Bridge, allow merged eswitch connectivity
` [net-next 17/17] net/mlx5: Bridge, support LAG

[PATCH 1/2] irqchip: irq-meson-gpio: make it possible to build as a module
 2021-08-16 21:18 UTC  (8+ messages)

[PATCH v1 2/2] of: property: fw_devlink: Add support for "phy-handle" property
 2021-08-16 21:15 UTC  (5+ messages)

[syzbot] INFO: task hung in hci_req_sync
 2021-08-16 21:04 UTC  (6+ messages)

[PATCH v1 net-next 1/3] ptp_ocp: Switch to use module_pci_driver() macro
 2021-08-16 21:01 UTC  (4+ messages)

[PATCH net-next] tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQD
 2021-08-16 20:51 UTC 

of_node_put() usage is buggy all over drivers/of/base.c?!
 2021-08-16 20:25 UTC  (8+ messages)

[PATCH bpf-next v3 0/8] Improve XDP samples usability and output
 2021-08-16 20:22 UTC  (4+ messages)
` [PATCH bpf-next v3 2/8] samples: bpf: Add common infrastructure for XDP samples

[PATCH net-next 0/6] net: ipa: last things before PM conversion
 2021-08-16 20:19 UTC  (8+ messages)
` [PATCH net-next 4/6] net: ipa: ensure hardware has power in ipa_start_xmit()

[PATCH] net: usb: pegasus: ignore the return value from set_registers();
 2021-08-16 20:18 UTC  (6+ messages)

[RFC net-next 0/7] Add basic SyncE interfaces
 2021-08-16 19:46 UTC  (9+ messages)
` [RFC net-next 1/7] ptp: Add interface for acquiring DPLL state
` [RFC net-next 2/7] selftests/ptp: Add usage of PTP_DPLL_GETSTATE ioctl in testptp
` [RFC net-next 3/7] ice: add get_dpll_state ptp interface usage
` [RFC net-next 4/7] net: add ioctl interface for recover reference clock on netdev
` [RFC net-next 5/7] selftests/net: Add test app for SIOC{S|G}SYNCE
` [RFC net-next 6/7] ice: add SIOC{S|G}SYNCE interface usage to recover reference signal
` [RFC net-next 7/7] ice: add sysfs interface to configure PHY recovered "

[PATCH] perflib: deprecate bpf_map__resize in favor of bpf_map_set_max_entries
 2021-08-16 19:28 UTC  (2+ messages)

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

[PATCH v28 22/25] Audit: Add record for multiple process LSM attributes
 2021-08-16 18:57 UTC  (8+ messages)

[PATCH v5 intel-next 0/9] XDP_TX improvements for ice
 2021-08-16 18:39 UTC  (4+ messages)
` [PATCH v5 intel-next 2/9] ice: move ice_container_type onto ice_ring_container

Fw: [Bug 213943] New: Poor network speed with 10G NIC with kernel 5.13 (Intel X710-T2L)
 2021-08-16 18:48 UTC  (3+ messages)
`  "

dst remains in vxlan dst cache
 2021-08-16 18:49 UTC  (2+ messages)

[PATCH] iwlwifi: mvm: Fix bitwise vs logical operator in iwl_mvm_scan_fits()
 2021-08-16 18:45 UTC  (2+ messages)

[PATCH v5 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint()
 2021-08-16 18:11 UTC  (7+ messages)
` [PATCH v5 07/14] enic: Use irq_update_affinity_hint
` [PATCH v5 10/14] mailbox: "

[PATCH net 1/1] ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero
 2021-08-16 17:52 UTC  (3+ messages)

[PATCH v1] arm64: dts: fsl: ls1028a-rdb: Add dts file to choose swp5 as dsa master
 2021-08-16 17:48 UTC  (6+ messages)
  ` [EXT] "

[PATCH V3 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-16 17:28 UTC  (8+ messages)
` [PATCH V3 08/13] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH V3 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM

[PATCH net-next] selftests: net: improved IOAM tests
 2021-08-16 17:16 UTC 

[GIT PULL] virtio,vhost,vdpa: bugfixes
 2021-08-16 16:40 UTC  (2+ messages)

[PATCH v5 0/4] iplink_can: cleaning, fixes and adding TDC support
 2021-08-16 16:24 UTC  (8+ messages)
` [PATCH v5 4/4] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)

[PATCH] ppp: Add rtnl attribute IFLA_PPP_UNIT_ID for specifying ppp unit id
 2021-08-16 16:23 UTC  (11+ messages)

Regression with commit e532a096be0e ("net: usb: asix: ax88772: add phylib support")
 2021-08-16 16:18 UTC  (3+ messages)

[PATCH v5 0/7] add the netlink interface for CAN-FD Transmitter Delay Compensation (TDC)
 2021-08-16 16:04 UTC  (15+ messages)
` [PATCH v5 2/7] can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min
` [PATCH v5 4/7] can: dev: add can_tdc_get_relative_tdco() helper function

[PATCH v2] Bluetooth: Move shutdown callback before flushing tx and rx queue
 2021-08-16 15:49 UTC  (2+ messages)

[PATCH v2 0/4] open/accept directly into io_uring fixed file table
 2021-08-16 15:45 UTC  (2+ messages)

[PATCH] net: phy: add qca8081 ethernet phy driver
 2021-08-16 15:27 UTC  (4+ messages)

[PATCH net-next 1/1] net: phy: marvell10g: Add WAKE_PHY support to WOL event
 2021-08-16 15:27 UTC  (14+ messages)

[PATCH net-next] sit: proper dev_{hold|put} in ndo_[un]init methods
 2021-08-16 15:13 UTC  (2+ messages)

Can a valid vnet header have both csum_start and csum_offset 0?
 2021-08-16 15:17 UTC  (3+ messages)

[PATCH net-next] stmmac: align RX buffers
 2021-08-16 15:12 UTC  (9+ messages)

[PATCH net-next 0/4] net: bridge: vlan: fixes for vlan mcast contexts
 2021-08-16 14:57 UTC  (5+ messages)
` [PATCH net-next 1/4] net: bridge: vlan: enable mcast snooping for existing master vlans
` [PATCH net-next 2/4] net: bridge: vlan: account for router port lists when notifying
` [PATCH net-next 3/4] net: bridge: mcast: use the correct vlan group helper
` [PATCH net-next 4/4] net: bridge: mcast: toggle also host vlan state in br_multicast_toggle_vlan

[PATCH net-next] net: dpaa2-mac: add support for more ethtool 10G link modes
 2021-08-16 14:47 UTC  (4+ messages)

[PATCH v2 1/2] udp: UDP socket send queue repair
 2021-08-16 14:38 UTC  (7+ messages)

[PATCH v2 net-next 0/2] Convert ocelot to phylink
 2021-08-16 13:29 UTC  (3+ messages)

[PATCH] net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32
 2021-08-16 13:14 UTC 

[PATCH net-next] bonding: improve nl error msg when device can't be enslaved because of IFF_MASTER
 2021-08-16 13:10 UTC  (2+ messages)

[PATCH net-next 0/3] net: bridge: mcast: fixes for mcast querier state
 2021-08-16 13:10 UTC  (5+ messages)
` [PATCH net-next 1/3] net: bridge: mcast: don't dump querier state if snooping is disabled
` [PATCH net-next 2/3] net: bridge: mcast: drop sizeof for nest attribute's zero size
` [PATCH net-next 3/3] net: bridge: mcast: account for ipv6 size when dumping querier state

[PATCH net-next v1 0/3] net: stmmac: Add ethtool per-queue statistic
 2021-08-16 12:50 UTC  (8+ messages)
` [PATCH net-next v1 1/3] net: stmmac: fix INTR TBU status affecting irq count statistic
` [PATCH net-next v1 2/3] net: stmmac: add ethtool per-queue statistic framework
` [PATCH net-next v1 3/3] net: stmmac: add ethtool per-queue irq statistic support

[PATCH net] net: iosm: Prevent underflow in ipc_chnl_cfg_get()
 2021-08-16 12:50 UTC  (5+ messages)
    ` [PATCH v2 "

[PATCH v5 bpf-next 3/4] selftest/bpf: Implement sample UNIX domain socket iterator program
 2021-08-16 12:45 UTC  (2+ messages)

[syzbot] WARNING in __v9fs_get_acl
 2021-08-16 12:01 UTC  (2+ messages)

[PATCH net] sch_cake: fix srchost/dsthost hashing mode
 2021-08-16 11:59 UTC 

[PATCH v1 1/3] dt-bindings: can-controller: add support for termination-gpios
 2021-08-16 11:48 UTC  (3+ messages)
` [PATCH v1 2/3] dt-bindings: can: fsl,flexcan: enable termination-* bindings
` [PATCH v1 3/3] can: dev: provide optional GPIO based termination support

[PATCH] net: xfrm: fix bug in ipcomp_free_scratches
 2021-08-16 11:36 UTC  (3+ messages)

[PATCH v5] dt-bindings: net: can: c_can: convert to json-schema
 2021-08-16 11:15 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Vincent MAILHOL as maintainer for the ETAS ES58X CAN/USB driver
 2021-08-16 11:13 UTC  (2+ messages)

[PATCH] bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPS
 2021-08-16 10:51 UTC 

[PATCH net 0/2] bnxt_en: 2 bug fixes
 2021-08-16 10:40 UTC  (2+ messages)

[PATCH net-next] net: dsa: sja1105: reorganize probe, remove, setup and teardown ordering
 2021-08-16 10:30 UTC  (2+ messages)

[PATCH resend net-next] r8169: rename rtl_csi_access_enable to rtl_set_aspm_entry_latency
 2021-08-16 10:30 UTC  (2+ messages)

[PATCH v2] qed: Fix null-pointer dereference in qed_rdma_create_qp()
 2021-08-16 10:30 UTC  (2+ messages)

[PATCH net] tipc: call tipc_wait_for_connect only when dlen is not 0
 2021-08-16 10:30 UTC  (2+ messages)

[PATCH v1 net 1/1] ptp_pch: Restore dependency on PCI
 2021-08-16 10:30 UTC  (2+ messages)

[PATCH v3] qed: qed ll2 race condition fixes
 2021-08-16 10:30 UTC  (2+ messages)

ip link set master recursively put devices into promiscuous mode?
 2021-08-16 10:28 UTC 

[PATCH] af_unix: check socket state when queuing OOB
 2021-08-16 10:20 UTC  (2+ messages)

[PATCH] s390/net: replace in_irq() with in_hardirq()
 2021-08-16 10:20 UTC  (2+ messages)

[PATCH net-next] net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versa
 2021-08-16 10:20 UTC  (2+ messages)

[PATCH net-next 1/1] net: phy: marvell: Add WAKE_PHY support to WOL event
 2021-08-16 10:10 UTC  (3+ messages)

[PATCH net-next 1/1] net: pcs: xpcs: Add Pause Mode support for SGMII and 2500BaseX
 2021-08-16 10:10 UTC  (2+ messages)

[PATCH v2] net: 6pack: fix slab-out-of-bounds in decode_data
 2021-08-16 10:10 UTC  (2+ messages)

[PATCH v3 0/3] net: mdio: Add IPQ MDIO reset related function
 2021-08-16 10:00 UTC  (2+ messages)

[RFC PATCH net-next] net: dsa: tag_sja1105: be dsa_loop-safe
 2021-08-16  9:55 UTC 

[syzbot] general protection fault in hwsim_new_edge_nl
 2021-08-16  9:49 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).