netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-22 22:22:58 to 2020-05-24 00:07:21 UTC [more...]

[GIT] Networking
 2020-05-24  0:06 UTC 

[PATCH net-next] ethtool: propagate get_coalesce return value
 2020-05-23 23:57 UTC  (2+ messages)

[PATCH v2 0/5] net: provide a devres variant of register_netdev()
 2020-05-23 23:56 UTC  (7+ messages)
` [PATCH v2 1/5] Documentation: devres: add a missing section for networking helpers
` [PATCH v2 2/5] net: move devres helpers into a separate source file
` [PATCH v2 3/5] net: devres: define a separate devres structure for devm_alloc_etherdev()
` [PATCH v2 4/5] net: devres: provide devm_register_netdev()
` [PATCH v2 5/5] net: ethernet: mtk_star_emac: use devm_register_netdev()

[PATCH net-next 0/3] r8169: remove mask argument from few ERI/OCP functions
 2020-05-23 23:54 UTC  (5+ messages)
` [PATCH net-next 1/3] r8169: remove mask argument from rtl_w0w1_eri
` [PATCH net-next 2/3] r8169: remove mask argument from r8168dp_ocp_read
` [PATCH net-next 3/3] r8169: remove mask argument from r8168ep_ocp_read

[PATCH] net: smsc911x: Fix runtime PM imbalance on error
 2020-05-23 23:52 UTC  (2+ messages)

[net-next 00/16][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-22
 2020-05-23 23:51 UTC  (18+ messages)
` [net-next 01/16] virtchnl: Add missing explicit padding to structures
` [net-next 02/16] ice: Initialize Flow Director resources
` [net-next 03/16] ice: Support displaying ntuple rules
` [net-next 04/16] ice: Support IPv4 Flow Director filters
` [net-next 05/16] ice: Support IPv6 "
` [net-next 06/16] ice: Enable flex-bytes support
` [net-next 07/16] ice: Restore filters following reset
` [net-next 08/16] ice: Implement aRFS
` [net-next 09/16] ice: Call ice_aq_set_mac_cfg
` [net-next 10/16] ice: print Rx MDD auto reset message before VF reset
` [net-next 11/16] ice: Fix Tx timeout when link is toggled on a VF's interface
` [net-next 12/16] ice: Check if unicast MAC exists before setting VF MAC
` [net-next 13/16] ice: check for compatibility between DDP package and firmware
` [net-next 14/16] ice: Fix bad register reads
` [net-next 15/16] ice: fix usage of incorrect variable
` [net-next 16/16] ice: cleanup unsigned loops

[pull request][net 00/13] mlx5 fixes 2020-05-22
 2020-05-23 23:47 UTC  (15+ messages)
` [net 01/13] net/mlx5: Add command entry handling completion
` [net 02/13] net/mlx5: Fix a race when moving command interface to events mode
` [net 03/13] net/mlx5: Avoid processing commands before cmdif is ready
` [net 04/13] net/mlx5e: Fix allowed tc redirect merged eswitch offload cases
` [net 05/13] net/mlx5e: kTLS, Destroy key object after destroying the TIS
` [net 06/13] net/mlx5e: Fix inner tirs handling
` [net 07/13] net/mlx5: Fix memory leak in mlx5_events_init
` [net 08/13] net/mlx5: Fix cleaning unmanaged flow tables
` [net 09/13] net/mlx5: Don't maintain a case of del_sw_func being null
` [net 10/13] net/mlx5: Annotate mutex destroy for root ns
` [net 11/13] net/mlx5e: Update netdev txq on completions during closure
` [net 12/13] net/mlx5e: CT: Correctly get flow rule
` [net 13/13] net/mlx5: Fix error flow in case of function_setup failure

[net-next 00/17][pull request] 1GbE Intel Wired LAN Driver Updates 2020-05-22
 2020-05-23 23:48 UTC  (19+ messages)
` [net-next 01/17] igc: Refactor igc_ethtool_add_nfc_rule()
` [net-next 02/17] igc: Fix 'sw_idx' type in struct igc_nfc_rule
` [net-next 03/17] igc: Fix locking issue when retrieving NFC rules
` [net-next 04/17] igc: Fix NFC rule overwrite cases
` [net-next 05/17] igc: Fix NFC rules with multicast addresses
` [net-next 06/17] igc: Fix NFC rules restoration
` [net-next 07/17] igc: Refactor igc_ethtool_update_nfc_rule()
` [net-next 08/17] igc: Fix NFC rules leak when driver is unloaded
` [net-next 09/17] igc: Fix NFC rule validation
` [net-next 10/17] igc: Change return type from igc_disable_nfc_rule()
` [net-next 11/17] igc: Change adapter->nfc_rule_lock to mutex
` [net-next 12/17] igc: Remove igc_nfc_rule_exit()
` [net-next 13/17] igc: Remove unused descriptor's flags
` [net-next 14/17] igb: Report speed and duplex as unknown when device is runtime suspended
` [net-next 15/17] e1000e: Warn if disabling ULP failed
` [net-next 16/17] e1000e: Disable TSO for buffer overrun workaround
` [net-next 17/17] e1000e: disable s0ix entry and exit flows for ME systems

[pull request][net-next 00/10] mlx5 updates 2020-05-22
 2020-05-23 23:39 UTC  (13+ messages)
` [net-next 01/10] net/mlx5e: Use IS_ERR() to check and simplify code
` [net-next 02/10] net/mlx5e: Extract TC-specific code from en_rep.c to rep/tc.c
` [net-next 03/10] net/mlx5e: Extract neigh-specific code from en_rep.c to rep/neigh.c
` [net-next 04/10] net/mlx5e: Move TC-specific code from en_main.c to en_tc.c
` [net-next 05/10] net/mlx5e: Introduce kconfig var for TC support
` [net-next 06/10] net: Add netif_is_bareudp() API to identify bareudp devices
` [net-next 07/10] net/mlx5e: Add support for hw encapsulation of MPLS over UDP
` [net-next 08/10] net/mlx5e: Allow to match on mpls parameters
` [net-next 09/10] net/mlx5e: Add support for hw decapsulation of MPLS over UDP
` [net-next 10/10] net/mlx5e: Support pedit on mpls over UDP decap

[PATCH net-next v2] net: psample: fix build error when CONFIG_INET is not enabled
 2020-05-23 23:36 UTC  (2+ messages)

[PATCH v2] net/mlx4_core: fix a memory leak bug
 2020-05-23 23:35 UTC  (2+ messages)

[PATCH] net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend
 2020-05-23 23:35 UTC  (2+ messages)

[PATCH net v2] net: phy: mscc: fix initialization of the MACsec protocol mode
 2020-05-23 23:33 UTC  (2+ messages)

[PATCH] net: stmmac: don't attach interface until resume finishes
 2020-05-23 23:30 UTC  (2+ messages)

[PATCH] net: Fix return value about devm_platform_ioremap_resource()
 2020-05-23 23:29 UTC  (2+ messages)

[PATCH net-next] net: phy: at803x: fix PHY ID masks
 2020-05-23 23:26 UTC  (2+ messages)

[PATCH v2 0/7] Share events between metrics
 2020-05-23 22:19 UTC  (7+ messages)

[PATCH net-next v2 0/4] RGMII Internal delay common property
 2020-05-23 22:07 UTC  (9+ messages)
` [PATCH net-next v2 1/4] dt-bindings: net: Add tx and rx internal delays
` [PATCH net-next v2 4/4] net: dp83869: Add RGMII internal delay configuration

[PATCH] atmel: Use shared constant for rfc1042 header
 2020-05-23 21:27 UTC 

[PATCH] libertas: Use shared constant for rfc1042 header
 2020-05-23 21:26 UTC 

[RFC v2 5/9] thermal: Store mode in thermal_zone_device
 2020-05-23 21:24 UTC  (4+ 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

[RFC 00/11] Make C45 autoprobe more robust
 2020-05-23 20:01 UTC  (19+ messages)
` [RFC 01/11] net: phy: Don't report success if devices weren't found
` [RFC 02/11] net: phy: Simplify MMD device list termination
` [RFC 03/11] net: phy: refactor c45 phy identification sequence
` [RFC 04/11] net: phy: Handle c22 regs presence better
` [RFC 07/11] net: phy: reset invalid phy reads of 0 back to 0xffffffff
` [RFC 10/11] net: example acpize xgmac_mdio

[PATCH] Fix various coding-style issues and improve printk() usage
 2020-05-23 19:57 UTC  (3+ messages)

[PATCH net-next] bnx2x: allow bnx2x_bsc_read() to schedule
 2020-05-23 19:46 UTC 

[net-next v4 00/12][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-19
 2020-05-23 19:41 UTC  (8+ messages)
` [net-next v4 10/12] ASoC: SOF: Introduce descriptors for SOF client

[PATCH net-next] ipv4: potential underflow in compat_ip_setsockopt()
 2020-05-23 17:46 UTC 

[PATCH net-next v2 0/2] flow_dissector, cls_flower: Add support for multiple MPLS Label Stack Entries
 2020-05-23 16:35 UTC  (4+ messages)
` [PATCH net-next v2 1/2] flow_dissector: Parse "

[bpf-next PATCH v4 0/5] bpf: Add sk_msg and networking helpers
 2020-05-23 16:29 UTC  (4+ messages)
` [bpf-next PATCH v4 2/5] bpf: extend bpf_base_func_proto helpers with probe_* and *current_task*

[RFC PATCH net-next 0/4] RGMII Internal delay common property
 2020-05-23 14:58 UTC  (3+ messages)
` [RFC PATCH net-next 4/4] net: dp83869: Add RGMII internal delay configuration

[PATCH v2 4/5] net: devres: provide devm_register_netdev()
 2020-05-23 14:34 UTC 

[PATCH rdma-next v1 0/9] Driver part of the ECE
 2020-05-23 13:22 UTC  (2+ messages)
` [PATCH mlx5-next v1 1/9] net/mlx5: Add ability to read and write ECE options

[PATCH 0/5] net: provide a devres variant of register_netdev()
 2020-05-23 13:14 UTC  (3+ messages)

[PATCH v5 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-23 13:14 UTC  (8+ messages)
` [PATCH v5 06/11] net: ethernet: mtk-star-emac: new driver

[PATCH] e1000: Fix typo in the comment
 2020-05-23 13:13 UTC 

[PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation
 2020-05-23 12:32 UTC  (2+ messages)

general protection fault in selinux_socket_recvmsg
 2020-05-23 12:16 UTC  (2+ messages)

[PATCH] sctp: check assoc before SCTP_ADDR_{MADE_PRIM,ADDED} event
 2020-05-23 12:04 UTC  (7+ messages)

[PATCH net-next v2 0/4] Implement classifier-action terse dump mode
 2020-05-23 11:06 UTC  (6+ messages)

[PATCH iproute2 v3 0/2] bpf: memory access fixes
 2020-05-23 10:32 UTC  (5+ messages)

[PATCH net 0/4] net: ethernet: fec: move GPR reigster offset and bit into DT
 2020-05-23 10:15 UTC  (12+ messages)
` [PATCH net 1/4] net: ethernet: fec: move GPR register "
` [PATCH net 2/4] dt-bindings: fec: update the gpr property
` [PATCH net 3/4] ARM: dts: imx6: update fec gpr property to match new format
    ` [EXT] "

[PATCH 1/1] MVNETA_SKB_HEADROOM set last 3 bits to zero
 2020-05-23 10:14 UTC 

[PATCH 0/2] Make WOL of e1000e consistent with sysfs device wakeup
 2020-05-23  9:09 UTC  (4+ messages)
` [PATCH 2/2] e1000e: Make WOL info in ethtool consistent with device wake up ability

[PATCH] xfrm: policy: Only use mark as policy lookup key
 2020-05-23  9:02 UTC  (9+ messages)
` [PATCH v2] xfrm: policy: Fix xfrm policy match

[PATCH] mt76: mt7915: Use proper enum type in __mt7915_mcu_msg_send
 2020-05-23  7:46 UTC  (2+ messages)

WARNING: proc registration bug in clusterip_tg_check (2)
 2020-05-23  7:29 UTC 

remove kernel_setsockopt and kernel_getsockopt v2
 2020-05-23  7:23 UTC  (2+ messages)

do a single memdup_user in sctp_setsockopt
 2020-05-23  7:19 UTC  (5+ messages)

[PATCH] Fix typo in the comment
 2020-05-23  7:13 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 net-next 0/4] bnxt_en: Add new "allow_fw_live_reset" generic devlink parameter
 2020-05-23  6:08 UTC  (5+ messages)
` [PATCH v2 net-next 1/4] devlink: Add new "allow_fw_live_reset" generic device parameter
` [PATCH v2 net-next 2/4] bnxt_en: Update firmware spec. to 1.10.1.40
` [PATCH v2 net-next 3/4] bnxt_en: Use allow_fw_live_reset generic devlink parameter
` [PATCH v2 net-next 4/4] bnxt_en: Check if fw_live_reset is allowed before doing ETHTOOL_RESET

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-05-23  6:05 UTC  (4+ messages)
` [PATCHv3 "
  ` [PATCHv3 bpf-next 1/2] xdp: add a new helper for "
  ` [PATCHv3 bpf-next 2/2] sample/bpf: add xdp_redirect_map_multicast test

pull-request: bpf-next 2020-05-23
 2020-05-23  1:30 UTC  (2+ messages)

[PATCH bpf-next] tools: bpftool: clean subcommand help messages
 2020-05-23  1:07 UTC 

KASAN: slab-out-of-bounds Read in ath9k_hif_usb_rx_cb
 2020-05-23  1:05 UTC  (2+ messages)

[PATCH bpf-next v2] tools: bpftool: make capability check account for new BPF caps
 2020-05-23  1:02 UTC 

[PATCH v2 bpf-next 0/3] bpf: Allow inner map with different max_entries
 2020-05-23  1:00 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Consolidate inner-map-compatible properties into bpf_types.h
` [PATCH v2 bpf-next 2/3] bpf: Relax the max_entries check for inner map

[PATCH net-next 0/5] net: hns3: misc updates for -next
 2020-05-23  0:56 UTC  (4+ messages)
` [PATCH net-next 1/5] net: hns3: add support for VF to query ring and vector mapping

[PATCH net] tipc: block BH before using dst_cache
 2020-05-23  0:28 UTC  (12+ messages)

[PATCH] xfrm: Fix double ESP trailer insertion in IPsec crypto offload
 2020-05-23  0:25 UTC  (2+ messages)

[PATCH net 0/2] rxrpc: Fix a warning and a leak [ver #2]
 2020-05-22 23:44 UTC  (4+ messages)
` [PATCH net 1/2] rxrpc: Fix a warning "
` [PATCH net 2/2] rxrpc: Fix a memory leak in rxkad_verify_response() "

[PATCH v2 12/15] ath10k: use new module_firmware_crashed()
 2020-05-22 23:44 UTC  (8+ messages)
` [RFC 1/2] devlink: add simple fw crash helpers

[PATCH bpf 0/2] selftests/bpf: add missing CONFIG values to test config
 2020-05-22 23:37 UTC  (2+ messages)

[PATCH] selftests/bpf: add general instructions for test execution
 2020-05-22 23:37 UTC  (2+ messages)

[bpf-next PATCH v2] bpf: Add rx_queue_mapping to bpf_sock
 2020-05-22 23:34 UTC  (2+ messages)

[PATCH net 0/3] rxrpc: Fix retransmission timeout and ACK discard
 2020-05-22 23:33 UTC  (4+ messages)

[PATCH net 0/3] rxrpc: Fix retransmission timeout and ACK discard [ver #2]
 2020-05-22 23:20 UTC  (2+ messages)

[PATCH net 0/2] rxrpc: Fix a warning and a leak
 2020-05-22 23:23 UTC  (3+ messages)
` [PATCH net 1/2] rxrpc: Fix a warning
` [PATCH net 2/2] A ticket was not released after a call of the function

[PATCH] net: sun: fix missing release regions in cas_init_one()
 2020-05-22 23:20 UTC  (2+ messages)

[PATCH v2 0/3] bridge: mrp: Add br_mrp_unique_ifindex function
 2020-05-22 23:17 UTC  (2+ messages)

[PATCH net] net: mscc: ocelot: fix address ageing time (again)
 2020-05-22 23:16 UTC  (2+ messages)

[PATCH net] r8169: fix OCP access on RTL8117
 2020-05-22 23:15 UTC  (2+ messages)

[PATCH net-next v3 0/2] DP83869 Enhancements
 2020-05-22 23:13 UTC  (2+ messages)

[PATCH] net: mvneta: only do WoL speed down if the PHY is valid
 2020-05-22 23:10 UTC  (4+ messages)

[PATCH net 0/2] mlxsw: Various fixes
 2020-05-22 23:08 UTC  (2+ messages)

[PATCH] net: ethernet: stmmac: Enable interface clocks on probe for IPQ806x
 2020-05-22 23:07 UTC  (2+ messages)

[PATCH net 0/2] netdevsim: Two small fixes
 2020-05-22 23:05 UTC  (2+ messages)

[PATCH net-next] cxgb4: add adapter hotplug support for ULDs
 2020-05-22 23:04 UTC  (2+ messages)

[PATCH v4 net-next] net: flow_offload: simplify hw stats check handling
 2020-05-22 22:52 UTC  (2+ messages)

[PATCH] net/ethernet/freescale: rework quiesce/activate for ucc_geth
 2020-05-22 22:50 UTC  (2+ messages)

[net-next v2 0/5] ip6_tunnel: add MPLS support
 2020-05-22 22:49 UTC  (2+ messages)

[PATCH net 1/1] sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is closed
 2020-05-22 22:48 UTC  (2+ messages)

[PATCH net] net: mvpp2: fix RX hashing for non-10G ports
 2020-05-22 22:32 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).