Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-07-20 19:54:45 to 2018-08-02 00:40:28 UTC [more...]

[Intel-wired-lan] [next PATCH S94 01/13] i40e: Introduce recovery mode support
 2018-08-02  0:40 UTC  (5+ messages)
` [Intel-wired-lan] [next PATCH S94 02/13] i40e: Add setting pf->lan_vsi in a recovery mode init path
` [Intel-wired-lan] [next PATCH S94 03/13] i40e: Don't read MAC address in recovery mode
` [Intel-wired-lan] [next PATCH S94 04/13] i40e: Display message when entering and leaving "
` [Intel-wired-lan] [next PATCH S94 05/13] i40e: Enable interrupts in "

[Intel-wired-lan] [PATCH v2 00/13] Feature updates for ice
 2018-08-01 23:05 UTC  (15+ messages)
` [Intel-wired-lan] [PATCH v2 01/13] ice: Minor updates to Tx scheduler code
` [Intel-wired-lan] [PATCH v2 02/13] ice: Get both device and function capabilities
` [Intel-wired-lan] [PATCH v2 03/13] ice: Prevent control queue operations during reset
` [Intel-wired-lan] [PATCH v2 04/13] ice: Code optimization for ice_fill_sw_rule()
` [Intel-wired-lan] [PATCH v2 05/13] ice: Refactor switch rule management structures and functions
` [Intel-wired-lan] [PATCH v2 06/13] ice: Refactor VSI allocation, deletion and rebuild flow
` [Intel-wired-lan] [PATCH v2 07/13] ice: Implement handlers for ethtool PHY/link operations
` [Intel-wired-lan] [PATCH v2 08/13] ice: Clean up register file
` [Intel-wired-lan] [PATCH v2 09/13] ice: Add support for Tx hang, Tx timeout and malicious driver detection
` [Intel-wired-lan] [PATCH v2 10/13] ice: Implement ice_bridge_getlink and ice_bridge_setlink
` [Intel-wired-lan] [PATCH v2 11/13] ice: Enable firmware logging during device initialization
` [Intel-wired-lan] [PATCH v2 12/13] ice: Make ice_vsi_kill_vlan return an error code
` [Intel-wired-lan] [PATCH v2 13/13] ice: Introduce SERVICE_DIS flag and service routine functions

[Intel-wired-lan] [PATCH v3 00/13] Bug fixes for ice
 2018-08-01 23:03 UTC  (18+ messages)
` [Intel-wired-lan] [PATCH v3 01/13] ice: Fix multiple static analyser warnings
` [Intel-wired-lan] [PATCH v3 02/13] ice: Remove unncessary node owner check
` [Intel-wired-lan] [PATCH v3 03/13] ice: Cleanup magic number
` [Intel-wired-lan] [PATCH v3 04/13] ice: Report stats for allocated queues via ethtool stats
` [Intel-wired-lan] [PATCH v3 05/13] ice: Clean control queues only when they are initialized
` [Intel-wired-lan] [PATCH v3 06/13] ice: Fix bugs in control queue processing
` [Intel-wired-lan] [PATCH v3 07/13] ice: Use order_base_2 to calculate higher power of 2
` [Intel-wired-lan] [PATCH v3 08/13] ice: Don't explicitly set port_vlan_bits to 0
` [Intel-wired-lan] [PATCH v3 09/13] ice: Set VLAN flags correctly
` [Intel-wired-lan] [PATCH v3 10/13] ice: Update to interrupts enabled in OICR
` [Intel-wired-lan] [PATCH v3 11/13] ice: Fix couple of null pointer dereference issues
` [Intel-wired-lan] [PATCH v3 12/13] ice: Fix potential return of uninitialized value
` [Intel-wired-lan] [PATCH v3 13/13] ice: Change struct members from bool to u8

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 99cc891ebfe63527330781fa110c55aabd82fb57
 2018-08-01 22:13 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 50c370d8f162b22f25587730577ecc79d42c4ecd
 2018-08-01 20:13 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS f6b8e56faeb83acb65d917734d4422e60d0db468
 2018-08-01 18:01 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS c154475f2fff452ff508f40b8899f6ffe8e7609d
 2018-08-01 15:27 UTC 

[Intel-wired-lan] [E1000-devel] [PATCH] igb: CPU0 latency and updating statistics
 2018-08-01  7:29 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 1d4210b2cb2829950aaef82e7ed469cdd650a9ac
 2018-07-31 18:41 UTC 

[Intel-wired-lan] Issue with driver i40e stat strings count mismatch
 2018-07-31 18:35 UTC  (6+ messages)

[Intel-wired-lan] [PATCH] ixgbe: fix driver behaviour after issuing VFLR
 2018-07-31 18:11 UTC  (3+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 0fd17e183fc37531b60eb5e01203b3ab4a470886
 2018-07-31 16:16 UTC 

[Intel-wired-lan] [PATCH] ixgbe: firmware recovery mode
 2018-07-31 16:04 UTC  (3+ messages)

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 3a53f9a61be6efe36b0431df96a221bfcaf8c8dc
 2018-07-31 15:34 UTC 

[Intel-wired-lan] [next PATCH S93 01/11] i40e: add helper function for copying strings from stat arrays
 2018-07-31 10:41 UTC  (11+ messages)
` [Intel-wired-lan] [next PATCH S93 02/11] i40e: add helper to copy statistic values into ethtool buffer
` [Intel-wired-lan] [next PATCH S93 03/11] i40e: Set fec_config when forcing link state
` [Intel-wired-lan] [next PATCH S93 04/11] i40e: convert VEB TC stats to use an i40e_stats array
` [Intel-wired-lan] [next PATCH S93 05/11] i40e: convert priority flow control stats to use helpers
` [Intel-wired-lan] [next PATCH S93 06/11] i40e: Write access protected registers through AQC
` [Intel-wired-lan] [next PATCH S93 07/11] i40e: remove unnecessary i variable causing -Wshadow warning
` [Intel-wired-lan] [next PATCH S93 08/11] i40e: fix warning about shadowed ring parameter
` [Intel-wired-lan] [next PATCH S93 09/11] i40e: Add additional return code to i40e_asq_send_command
` [Intel-wired-lan] [next PATCH S93 10/11] i40e: Add AQ command for rearrange NVM structure
` [Intel-wired-lan] [next PATCH S93 11/11] i40e: fix i40e_add_queue_stats data pointer update

[Intel-wired-lan] [PATCH] net: intel: ixgbe: Replace GFP_ATOMIC with GFP_KERNEL
 2018-07-31 10:31 UTC  (3+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD INCOMPLETE b19e2275983c679ee67051d3f5307041956d1ecc
 2018-07-31  8:42 UTC 

[Intel-wired-lan] [PATCH v2] ixgbe: Prevent unsupported configurations with XDP
 2018-07-31  2:56 UTC  (2+ messages)

[Intel-wired-lan] [PATCH] ixgbe: Prevent unsupported configurations with XDP
 2018-07-30 20:26 UTC  (3+ messages)

[Intel-wired-lan] igb Detected Tx Unit Hang after upgrade to 4.17
 2018-07-30 13:11 UTC  (8+ messages)
  ` [Intel-wired-lan] igb Detected Tx Unit Hang after upgrade to 4.18-rc6 [was Re: igb Detected Tx Unit Hang after upgrade to 4.17]

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 951574b3cdf72d71bd61ed3f480d206e55ddd34e
 2018-07-28  8:38 UTC 

[Intel-wired-lan] [PATCH v1 0/4] PCI: Remove unnecessary includes of <linux/pci-aspm.h>
 2018-07-27 22:18 UTC  (12+ messages)
` [Intel-wired-lan] [PATCH v1 1/4] igb: Remove unnecessary include "
` [Intel-wired-lan] [PATCH v1 2/4] ath9k: "
` [Intel-wired-lan] [PATCH v1 3/4] iwlwifi: "
` [Intel-wired-lan] [PATCH v1 4/4] PCI: "

[Intel-wired-lan] [PATCH] net: intel: igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()
 2018-07-27  8:07 UTC 

[Intel-wired-lan] [PATCH 1/2] net: intel: igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()
 2018-07-27  8:04 UTC 

[Intel-wired-lan] [jkirsher-next-queue:10GbE] BUILD SUCCESS 1918e937ca3b4270181e6f05734d5240306bd2cf
 2018-07-27  5:25 UTC 

[Intel-wired-lan] [PATCH net-next] i40e/i40evf: remove redundant functions i40evf_aq_{set/get}_phy_register
 2018-07-26 18:23 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next] ixgb: use dma_zalloc_coherent instead of allocator/memset
 2018-07-26 18:11 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v1 net-next] igb: Use an advanced ctx descriptor for launchtime
 2018-07-26 17:20 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS c9c6c295429ecc4b9e2b9327862ca6fc0504ac99
 2018-07-26  6:06 UTC 

[Intel-wired-lan] [jkirsher-next-queue:10GbE] BUILD SUCCESS ca686104896618593834c69eb3270590387efa95
 2018-07-25 23:21 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 6dfebcdce07c5e39f0e264748f53fa1c5e8c2947
 2018-07-25  1:43 UTC 

[Intel-wired-lan] [PATCH] i40e: Remove duplicated prepare call in i40e_shutdown
 2018-07-24 17:26 UTC  (4+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 5ee2face55c31b00f3a768982039b8799de8f400
 2018-07-24 17:02 UTC 

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS fa0d47219922bc26ebab3571844de7e4992f74ee
 2018-07-24 15:13 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 971d63128718dda2cec086f55bf13b1270513dbd
 2018-07-24 14:44 UTC 

[Intel-wired-lan] [PATCH 00/13] Feature updates for ice
 2018-07-23 23:51 UTC  (15+ messages)
` [Intel-wired-lan] [PATCH 01/13] ice: Minor updates to Tx scheduler code
` [Intel-wired-lan] [PATCH 02/13] ice: Get both device and function capabilities
` [Intel-wired-lan] [PATCH 03/13] ice: Prevent control queue operations during reset
` [Intel-wired-lan] [PATCH 04/13] ice: Code optimization for ice_fill_sw_rule()
` [Intel-wired-lan] [PATCH 05/13] ice: Refactor switch rule management structures and functions
` [Intel-wired-lan] [PATCH 06/13] ice: Refactor VSI allocation, deletion and rebuild flow
` [Intel-wired-lan] [PATCH 07/13] ice: Implement handlers for ethtool PHY/link operations
` [Intel-wired-lan] [PATCH 08/13] ice: Clean up register file
` [Intel-wired-lan] [PATCH 09/13] ice: Add support for Tx hang, Tx timeout and malicious driver detection
` [Intel-wired-lan] [PATCH 10/13] ice: Implement ice_bridge_getlink and ice_bridge_setlink
` [Intel-wired-lan] [PATCH 11/13] ice: Enable firmware logging during device initialization
` [Intel-wired-lan] [PATCH 12/13] ice: Make ice_vsi_kill_vlan return an error code
` [Intel-wired-lan] [PATCH 13/13] ice: Introduce SERVICE_DIS flag and service routine functions

[Intel-wired-lan] [PATCH v2 00/13] Bug fixes for ice
 2018-07-23 22:05 UTC  (14+ messages)
` [Intel-wired-lan] [PATCH v2 01/13] ice: Fix static analyser warning
` [Intel-wired-lan] [PATCH v2 02/13] ice: Cleanup magic number
` [Intel-wired-lan] [PATCH v2 03/13] ice: Fix missing shift
` [Intel-wired-lan] [PATCH v2 04/13] ice: Report stats for allocated queues via ethtool stats
` [Intel-wired-lan] [PATCH v2 05/13] ice: Clean control queues only when they are initialized
` [Intel-wired-lan] [PATCH v2 06/13] ice: Fix bugs in control queue processing
` [Intel-wired-lan] [PATCH v2 07/13] ice: Use order_base_2 to calculate higher power of 2
` [Intel-wired-lan] [PATCH v2 08/13] ice: Don't explicitly set port_vlan_bits to 0
` [Intel-wired-lan] [PATCH v2 09/13] ice: Set VLAN flags correctly
` [Intel-wired-lan] [PATCH v2 10/13] ice: Update to interrupts enabled in OICR
` [Intel-wired-lan] [PATCH v2 11/13] ice: Fix couple of null pointer dereference issues
` [Intel-wired-lan] [PATCH v2 12/13] ice: Fix potential return of uninitialized value
` [Intel-wired-lan] [PATCH v2 13/13] ice: Change struct members from bool to u8

[Intel-wired-lan] [jkirsher-next-queue:XDP-hints-EXPERIMENTAL 1/1] drivers/net/ethernet/intel/i40e/i40e_txrx.c:2299:14: sparse: symbol 'len_ethhdr' was not declared. Should it be static?
 2018-07-23 21:04 UTC  (2+ messages)
` [Intel-wired-lan] [RFC PATCH jkirsher-next-queue] i40e: len_ethhdr can be static

[Intel-wired-lan] [jkirsher-next-queue:XDP-hints-EXPERIMENTAL 1/1] drivers/net//ethernet/intel/i40e/i40e_txrx.c:8:10: fatal error: asm/msr.h: No such file or directory
 2018-07-23 20:54 UTC 

[Intel-wired-lan] [jkirsher-next-queue:XDP-hints-EXPERIMENTAL] BUILD SUCCESS 58e0270bb7ac94a31ff0fe372385cfce4198b56c
 2018-07-23 20:31 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS f117974c8e78e6abdcdeeaf31d5352d66dad9694
 2018-07-23 19:56 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 9d936faa44ae56a07e93b7bbbb2c1df9d923a2ba
 2018-07-23 19:10 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 4518264e4c304d1e5a8c0dd081fe723430aaaa65
 2018-07-23 18:49 UTC 

[Intel-wired-lan] [RFC 00/13] Feature updates for ice
 2018-07-23 17:54 UTC  (17+ messages)
` [Intel-wired-lan] [RFC 01/13] ice: Minor updates to Tx scheduler code
` [Intel-wired-lan] [RFC 02/13] ice: Get both device and function capabilities
` [Intel-wired-lan] [RFC 03/13] ice: Prevent control queue operations during reset
` [Intel-wired-lan] [RFC 04/13] ice: Code optimization for ice_fill_sw_rule()
` [Intel-wired-lan] [RFC 05/13] ice: Refactor switch rule management structures and functions
` [Intel-wired-lan] [RFC 06/13] ice: Refactor VSI allocation, deletion and rebuild flow
` [Intel-wired-lan] [RFC 07/13] ice: Implement handlers for ethtool PHY/link operations
` [Intel-wired-lan] [RFC 08/13] ice: Clean up register file
` [Intel-wired-lan] [RFC 09/13] ice: Add support for Tx hang, Tx timeout and malicious driver detection
` [Intel-wired-lan] [RFC 10/13] ice: Implement ice_bridge_getlink and ice_bridge_setlink
` [Intel-wired-lan] [RFC 11/13] ice: Enable firmware logging during device initialization
` [Intel-wired-lan] [RFC 12/13] ice: Make ice_vsi_kill_vlan return an error code
` [Intel-wired-lan] [RFC 13/13] ice: Introduce SERVICE_DIS flag and service routine functions

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 8ede258c4dbc567d01e559467c2c5c27667e24cf
 2018-07-23 17:42 UTC 

[Intel-wired-lan] [RFC 00/13] Bug fixes for ice
 2018-07-23 17:39 UTC  (8+ messages)
` [Intel-wired-lan] [RFC 08/13] ice: Don't explicitly set port_vlan_bits to 0
` [Intel-wired-lan] [RFC 12/13] ice: Fix potential return of uninitialized value
` [Intel-wired-lan] [RFC 13/13] ice: Change struct members from bool to u8

[Intel-wired-lan] [PATCH 00/13] Bug fixes for ice
 2018-07-23 17:37 UTC  (14+ messages)
` [Intel-wired-lan] [PATCH 01/13] ice: Fix static analyser warning
` [Intel-wired-lan] [PATCH 02/13] ice: Cleanup magic number
` [Intel-wired-lan] [PATCH 03/13] ice: Fix missing shift
` [Intel-wired-lan] [PATCH 04/13] ice: Report stats for allocated queues via ethtool stats
` [Intel-wired-lan] [PATCH 05/13] ice: Clean control queues only when they are initialized
` [Intel-wired-lan] [PATCH 06/13] ice: Fix bugs in control queue processing
` [Intel-wired-lan] [PATCH 07/13] ice: Use order_base_2 to calculate higher power of 2
` [Intel-wired-lan] [PATCH 08/13] ice: Don't explicitly set port_vlan_bits to 0
` [Intel-wired-lan] [PATCH 09/13] ice: Set VLAN flags correctly
` [Intel-wired-lan] [PATCH 10/13] ice: Update to interrupts enabled in OICR
` [Intel-wired-lan] [PATCH 11/13] ice: Fix couple of null pointer dereference issues
` [Intel-wired-lan] [PATCH 12/13] ice: Fix potential return of uninitialized value
` [Intel-wired-lan] [PATCH 13/13] ice: Change struct members from bool to u8

[Intel-wired-lan] [jkirsher/next-queue PATCH 0/2] Address issues with reset on systems with high completion timeout times
 2018-07-23 17:35 UTC  (9+ messages)
` [Intel-wired-lan] [jkirsher/next-queue PATCH 1/2] ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop device
` [Intel-wired-lan] [jkirsher/next-queue PATCH 2/2] ixgbe: Refactor queue disable logic to take completion time into account
  ` [Intel-wired-lan] [RFC PATCH] ixgbe: ixgbe_get_completion_timeout() can be static

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 17927989beff0dca67895983ed9110707a387a07
 2018-07-23 16:35 UTC 

[Intel-wired-lan] e1000: check on netif_running() before calling e1000_up()
 2018-07-23 16:01 UTC  (2+ messages)
` [Intel-wired-lan] e1000: ensure to free old tx/rx rings in set_ringparam()

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 9fc8e9984f18d769abd6673df16c6647f4de390e
 2018-07-23 16:00 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 8c28fb53a183deff7db3ceb25a85e5ad21afb9e5
 2018-07-23 15:18 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox