netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-18 16:03:46 to 2020-04-19 20:35:23 UTC [more...]

VRF Issue Since kernel 5
 2020-04-19 20:35 UTC  (11+ messages)

[net-next 00/14][pull request] 1GbE Intel Wired LAN Driver Updates 2020-04-19
 2020-04-19 19:51 UTC  (15+ messages)
` [net-next 01/14] igc: Add new device IDs for i225 part
` [net-next 02/14] e1000e: fix S0ix flows for cable connected case
` [net-next 03/14] igc: Remove duplicate code in MAC filtering logic
` [net-next 04/14] igc: Check unsupported flag in igc_add_mac_filter()
` [net-next 05/14] igc: Change igc_add_mac_filter() returning value
` [net-next 06/14] igc: Fix igc_uc_unsync()
` [net-next 07/14] igc: Refactor igc_rar_set_index()
` [net-next 08/14] igc: Improve address check in igc_del_mac_filter()
` [net-next 09/14] igc: Remove 'queue' "
` [net-next 10/14] igc: Remove IGC_MAC_STATE_QUEUE_STEERING
` [net-next 11/14] igc: Remove igc_*_mac_steering_filter() wrappers
` [net-next 12/14] igc: Refactor igc_mac_entry_can_be_used()
` [net-next 13/14] igc: Refactor igc_del_mac_filter()
` [net-next 14/14] igc: Add debug messages to MAC filter code

[PATCH mlx5-next 00/10] Add support to get xmit slave
 2020-04-19 19:44 UTC  (11+ messages)
` [PATCH mlx5-next 1/9] bonding: Rename slave_arr to usable_slaves
` [PATCH mlx5-next 2/9] bonding: Add helpers to get xmit slave
` [PATCH mlx5-next 3/9] bonding: Implement ndo_xmit_slave_get
` [PATCH mlx5-next 4/9] RDMA/core: Add LAG functionality
` [PATCH mlx5-next 5/9] RDMA/core: Get xmit slave for LAG
` [PATCH mlx5-next 6/9] net/mlx5: Change lag mutex lock to spin lock
` [PATCH mlx5-next 7/9] net/mlx5: Add support to get lag physical port
` [PATCH mlx5-next 8/9] RDMA/mlx5: Refactor affinity related code
` [PATCH mlx5-next 9/9] RDMA/mlx5: Set lag tx affinity according to slave

[PATCH net-next v2 0/3] r8169: improve memory barriers
 2020-04-19 19:00 UTC  (5+ messages)
` [PATCH net-next v2 1/3] r8169: use smp_store_mb in rtl_tx
` [PATCH net-next v2 2/3] r8169: replace dma_rmb with READ_ONCE in rtl_rx
` [PATCH net-next v2 3/3] r8169: use WRITE_ONCE instead of dma_wmb in rtl8169_mark_to_asic

[PATCH net-next] net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rules
 2020-04-19 18:25 UTC  (11+ messages)

[PATCH 1/2] dt-bindings: Clean-up schema indentation formatting
 2020-04-19 18:14 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: Remove cases of 'allOf' containing a '$ref'

[PATCH net-next 0/4] r8169: improve memory barriers
 2020-04-19 18:11 UTC  (6+ messages)
` [PATCH net-next 1/4] r8169: use smp_store_mb in rtl_tx
` [PATCH net-next 2/4] r8169: change wmb to dma_wmb in rtl8169_start_xmit
` [PATCH net-next 3/4] r8169: replace dma_rmb with READ_ONCE in rtl_rx
` [PATCH net-next 4/4] r8169: use WRITE_ONCE instead of dma_wmb in rtl8169_mark_to_asic

NET: r8168/r8169 identifying fix
 2020-04-19 21:00 UTC  (21+ messages)

linux-next test error: WARNING: suspicious RCU usage in ovs_ct_exit
 2020-04-19 17:32 UTC  (3+ messages)
` [PATCH] net: openvswitch: ovs_ct_exit to be done under ovs_lock

[PATCH net-next v1 1/3] net: openvswitch: expand the meters number supported
 2020-04-19 17:30 UTC  (10+ messages)
` [PATCH net-next v2 0/5] expand meter tables and fix bug
  ` [PATCH net-next v2 1/5] net: openvswitch: expand the meters supported number
  ` [PATCH net-next v2 2/5] net: openvswitch: set max limitation to meters
  ` [PATCH net-next v2 3/5] net: openvswitch: remove the unnecessary check
  ` [PATCH net-next v2 4/5] net: openvswitch: make EINVAL return value more obvious
  ` [PATCH net-next v2 5/5] net: openvswitch: use u64 for meter bucket

[PATCH net-next 1/3] net: phy: broadcom: add helper to write/read RDB registers
 2020-04-19 17:12 UTC  (15+ messages)
` [PATCH net-next 3/3] net: phy: bcm54140: add hwmon support

[PATCH] net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock array
 2020-04-19 16:58 UTC  (2+ messages)

[PATCH net-next v2 1/3] net: phy: broadcom: add helper to write/read RDB registers
 2020-04-19 16:56 UTC  (9+ messages)
` [PATCH net-next v2 2/3] net: phy: add Broadcom BCM54140 support
` [PATCH net-next v2 3/3] net: phy: bcm54140: add hwmon support

[RFC PATCH net-next] net: bridge: fix client roaming from DSA user port
 2020-04-19 16:42 UTC  (2+ messages)

[PATCH] net: qed: Remove unneeded cast from memory allocation
 2020-04-19 16:29 UTC 

[PATCH net-next v1] can: ti_hecc: convert to devm_platform_ioremap_resource_byname()
 2020-04-19 16:19 UTC 

[PATCH net-next v2 0/4] Remove vermagic header from global include folder
 2020-04-19 15:55 UTC  (5+ messages)
` [PATCH net-next v2 1/4] drivers: Remove inclusion of vermagic header
` [PATCH net-next v2 2/4] net/hns: Remove custom driver version in favour of global one
` [PATCH net-next v2 3/4] net/nfp: Update driver to use global kernel version
` [PATCH net-next v2 4/4] kernel/module: Hide vermagic header file from general use

[PATCH] net: sun: Remove unneeded cast from memory allocation
 2020-04-19 15:44 UTC 

[PATCH net-next] net: phy: mscc: use mdiobus_get_phy()
 2020-04-19 15:23 UTC  (2+ messages)

[PATCH net-next] net: phy: Propagate error from bus->reset
 2020-04-19 15:15 UTC  (2+ messages)

[PATCH net-next v2 0/2] dt-bindings: net: mdio.yaml fixes
 2020-04-19 15:12 UTC  (5+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: mdio: Document common properties
` [PATCH net-next v2 2/2] dt-bindings: net: mdio: Make descriptions more general

[PATCH net-next v2 3/3] net: phy: bcm54140: add hwmon support
 2020-04-19 14:37 UTC 

[RFC v2 5/9] thermal: Store mode in thermal_zone_device
 2020-04-19 13:50 UTC  (6+ messages)
` [RFC v3 0/2] Stop monitoring disabled devices
    ` [RFC v3 1/2] thermal: core: Let thermal zone device's mode be stored in its struct

net/sunrpc Bug ? Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000 on kernel 5.2.37
 2020-04-19 13:44 UTC 

[PATCH rdma-next v2 0/6] Set flow_label and RoCEv2 UDP source port for datagram QP
 2020-04-19 13:02 UTC  (2+ messages)

WARNING in nf_nat_unregister_fn
 2020-04-19 13:00 UTC  (2+ messages)

[PATCH] staging: qlge: cleanup indent in qlge_main.c
 2020-04-19 12:57 UTC 

[PATCH mlx5-next 00/13] Move QP code to be under mlx5_ib responsibility
 2020-04-19 12:56 UTC  (2+ messages)

[PATCH net-next] ipv6: Honor all IPv6 PIO Valid Lifetime values
 2020-04-19 12:24 UTC 

[PATCH net-next] ipv6: Implement draft-ietf-6man-rfc4941bis
 2020-04-19 12:16 UTC 

[PATCH net] net/mlx5e: replace EINVAL in mlx5e_flower_parse_meta()
 2020-04-19 12:12 UTC 

[PATCH net-next v1] can: ti_hecc: convert to devm_platform_ioremap_resource_byname()
 2020-04-19 12:05 UTC 

[PATCH net-next v1] net: ethernet: dnet: convert to devm_platform_get_and_ioremap_resource
 2020-04-19 12:02 UTC 

[PATCH net] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DISABLED
 2020-04-19 11:53 UTC 

[RFC 0/8] Stop monitoring disabled devices
 2020-04-19 11:42 UTC  (6+ messages)

[PATCH net-next 0/4] sctp: add some missing events from rfc5061
 2020-04-19 10:25 UTC  (2+ messages)
` ABI breakage in sctp_event_subscribe (was [PATCH net-next 0/4] sctp: add some missing events from rfc5061)

Memory leaks in 4.14.160+
 2020-04-19  9:24 UTC 

[PATCH net-next] selftests: pmtu: implement IPIP, SIT and ip6tnl PMTU discovery tests
 2020-04-19  9:16 UTC 

[PATCH AUTOSEL 5.5 006/106] net/mlx5e: Enforce setting of a single FEC mode
 2020-04-19  9:05 UTC  (4+ messages)

[PATCH] tipc: Remove redundant tsk->published flag
 2020-04-19  8:56 UTC  (3+ messages)

What's a good default TTL for DNS keys in the kernel
 2020-04-19  8:37 UTC  (5+ messages)

[PATCHv3 iproute2-next 0/7] iproute2: fully support for geneve/vxlan/erspan options
 2020-04-19  8:39 UTC  (14+ messages)
` [PATCHv3 iproute2-next 1/7] iproute_lwtunnel: add options support for geneve metadata
  ` [PATCHv3 iproute2-next 2/7] iproute_lwtunnel: add options support for vxlan metadata
    ` [PATCHv3 iproute2-next 3/7] iproute_lwtunnel: add options support for erspan metadata

[PATCHv2 ipsec] esp4: support ipv6 nexthdrs process for beet gso segment
 2020-04-19  8:11 UTC 

[PATCHv2 ipsec] esp6: support ipv6 nexthdrs process for beet gso segment
 2020-04-19  8:10 UTC 

[PATCH ipsec] esp4: support ipv6 nexthdrs process for beet gso segment
 2020-04-19  7:27 UTC  (2+ messages)

[PATCH ipsec] xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input
 2020-04-19  7:26 UTC  (4+ messages)
` [PATCH ipsec] esp6: support ipv6 nexthdrs process for beet gso segment

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-04-19  7:01 UTC  (4+ messages)

[PATCH net-next 0/2] mlxsw: Two small changes
 2020-04-19  7:01 UTC  (3+ messages)
` [PATCH net-next 1/2] mlxsw: spectrum_router: Re-increase scale of IPv6 nexthop groups
` [PATCH net-next 2/2] mlxsw: reg: Increase register field length to 13 bits

[PATCH] net: phy: marvell10g: hwmon support for 2110
 2020-04-19  6:44 UTC  (3+ messages)

[PATCH] tools/perf/util: Remove duplicate headers
 2020-04-19  6:36 UTC 

[PATCH net-next v2 0/3] FEC MDIO speedups
 2020-04-19  6:22 UTC  (17+ messages)
` [PATCH net-next v2 1/3] net: ethernet: fec: Replace interrupt driven MDIO with polled IO
  ` [EXT] "
` [PATCH net-next v2 2/3] net: ethernet: fec: Allow configuration of MDIO bus speed
` [PATCH net-next v2 3/3] net: ethernet: fec: Allow the MDIO preamble to be disabled

[PATCH net-next] net: ipv6: support Application-aware IPv6 Network (APN6)
 2020-04-19  6:20 UTC  (4+ messages)

[RFC PATCH bpf-next 00/16] bpf: implement bpf based dumping of kernel data structures
 2020-04-19  6:11 UTC  (12+ messages)
` [RFC PATCH bpf-next 05/16] bpf: create file or anonymous dumpers

[PATCH] tools/bpf/bpftool: Remove duplicate headers
 2020-04-19  5:39 UTC 

[RFC PATCH bpf-next v2 00/17] bpf: implement bpf based dumping of kernel data structures
 2020-04-19  5:34 UTC  (7+ messages)

[PATCH v3 04/13] task_isolation: userspace hard isolation from kernel
 2020-04-19  5:07 UTC  (3+ messages)

[PATCH v2 00/12] "Task_isolation" mode
 2020-04-19  5:02 UTC  (5+ messages)
  ` [PATCH v3 00/13] "
    ` [PATCH v3 03/13] task_isolation: add instruction synchronization memory barrier
        ` [EXT] "

[PATCH net-next 0/6] r8169: series with improvements
 2020-04-19  3:20 UTC  (8+ messages)
` [PATCH net-next 1/6] r8169: move setting OCP base to generic init code
` [PATCH net-next 2/6] r8169: remove NETIF_F_HIGHDMA from vlan_features
` [PATCH net-next 3/6] r8169: preserve VLAN setting on RTL8125 in rtl_init_rxcfg
` [PATCH net-next 4/6] r8169: use rtl8169_set_features in rtl8169_init_one
` [PATCH net-next 5/6] r8169: improve rtl8169_tso_csum_v2
` [PATCH net-next 6/6] r8169: add workaround for RTL8168evl TSO hw issues

[PATCH net-next 00/10] net: hns3: misc updates for -next
 2020-04-19  3:17 UTC  (3+ messages)
` [PATCH net-next 01/10] net: hns3: split out hclge_fd_check_ether_tuple()

[v1,iproute2 2/2] iproute2: add gate action man page
 2020-04-19  1:44 UTC  (5+ messages)
` [v2,net-next 0/4] Introduce a flow gate control action and apply IEEE
  ` [ v2,net-next 4/4] net: enetc: add tc flower psfp offload driver
      ` [EXT] "

[PATCH bpf 1/2] bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B
 2020-04-18 23:26 UTC  (2+ messages)
` [PATCH bpf 2/2] bpf, selftests: Add test for BPF_STX BPF_B storing R10

[PATCH net-next] enetc: permit configuration of rx-vlan-filter with ethtool
 2020-04-18 22:55 UTC  (3+ messages)

[net-next 00/14][pull request] 1GbE Intel Wired LAN Driver Updates 2020-04-17
 2020-04-18 22:53 UTC  (2+ messages)

[PATCH net-next] net: phy: broadcom: Add support for BCM53125 internal PHYs
 2020-04-18 22:51 UTC  (2+ messages)

[PATCH net-next] net: phy: mdio-bcm-iproc: Do not show kernel pointer
 2020-04-18 22:50 UTC  (2+ messages)

[PATCH net-next] net: dsa: b53: per-port interrupts are optional
 2020-04-18 22:50 UTC  (2+ messages)

[PATCH net] tcp: cache line align MAX_TCP_HEADER
 2020-04-18 22:47 UTC  (2+ messages)

[PATCH v2] net: phy: at803x: add support for AR8032 PHY
 2020-04-18 22:46 UTC  (2+ messages)

[PATCH net] mptcp: fix 'attempt to release socket in state...' splats
 2020-04-18 22:44 UTC  (2+ messages)

[PATCH net-next] net/mlx4_en: avoid indirect call in TX completion
 2020-04-18 22:37 UTC  (3+ messages)

[PATCH net] ipv6: rpl: fix full address compression
 2020-04-18 22:04 UTC  (2+ messages)

[PATCH v2 1/2] net: stmmac: fix enabling socfpga's ptp_ref_clock
 2020-04-18 22:02 UTC  (4+ messages)
` [PATCH v2 2/2] net: stmmac: Fix sub-second increment

[PATCH net-next 0/2] net: phy: realtek: move PHY resume delay from MAC to PHY driver
 2020-04-18 21:03 UTC  (5+ messages)
` [PATCH net-next 1/2] net: phy: realtek: add delay to resume path of certain internal PHY's
` [PATCH net-next 2/2] r8169: remove PHY resume delay that is handled in the PHY driver now

[RFC PATCH bpf-next 0/6] bpf, printk: add BTF-based type printing
 2020-04-18 20:31 UTC  (3+ messages)

[PATCH] tipc: Fix potential tipc_node refcnt leak in tipc_rcv
 2020-04-18 20:26 UTC  (2+ messages)

[PATCH] tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv
 2020-04-18 20:18 UTC  (2+ messages)

[PATCH] net: netrom: Fix potential nr_neigh refcnt leak in nr_add_node
 2020-04-18 20:11 UTC  (2+ messages)

[RFC PATCH 1/2] Kconfig: Introduce "uses" keyword
 2020-04-18 20:07 UTC  (4+ messages)

[PATCH net] team: fix hang in team_mode_get()
 2020-04-18 16:17 UTC 


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).