]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2017-03-08 Filip Sadowskii40e: Driver prints log message on link speed change
2017-03-08 Carolyn Wybornyi40e: change message to only appear when extra debug...
2017-03-08 Jacob Kelleri40e/i40evf: replace for memcpy with single memcpy...
2017-03-08 Jacob Kelleri40e: set broadcast promiscuous mode for each active...
2017-03-08 Harshitha Ramamurthyi40e: Fix for ethtool Supported link modes
2017-03-08 Jacob Kelleri40evf: protect against NULL msix_entries and q_vectors...
2017-03-08 Henry Tiemani40e: Pass unknown PHY type for unknown PHYs
2017-03-08 Henry Tiemani40e: Remove unreachable code
2017-03-08 Alan Bradyi40evf: check for msix_entries null dereference
2017-03-08 Joe Perchesi40evf: Move some i40evf_reset_task code to separate...
2017-03-08 Tushar Davei40e: fix panic on SPARC while changing num of desc
2017-03-08 Piotr Raczynskii40e: Add protocols over MCTP to i40e_aq_discover_capab...
2017-03-08 Jacob Kelleri40e: fix trivial typo in naming of i40e_sync_filters_s...
2017-03-08 Michal Kosiarzi40e: Add Clause22 implementation
2017-03-08 Jacob Kelleri40e: avoid duplicate private flags definitions
2017-03-08 Jacob Kelleri40e: remove second check of VLAN_N_VID in i40e_vlan_rx...
2017-03-08 Jacob Kelleri40e: remove error_param_int label from i40e_vc_config_...
2017-03-08 Alexander Duycki40evf: Be much more verbose about what we can and...
2017-03-08 Alexander Duycki40e: Be much more verbose about what we can and cannot...
2017-03-08 Filip Sadowskii40e: removed unreachable code
2017-03-08 Maciej Sosini40e: Implementation of ERROR state for NVM update...
2017-03-08 Michal Kosiarzi40e: Fix for division by zero
2017-03-08 Mitch Williamsi40e: clear mac filter count on reset
2017-03-08 Alexander Duycki40e: Reorder logic for coalescing RS bits
2017-03-08 Alexander Duycki40e: Add common function for finding VSI by type
2017-03-08 Jacob Kelleri40evf: avoid an extra msleep while
2017-03-08 Jacob Kelleri40e: replace PTP Rx timestamp hang logic
2017-03-08 Jacob Kelleri40e: use a mutex instead of spinlock in PTP user entry...
2017-03-08 Jacob Kelleri40e: correct check for reading TSYNINDX from the recei...
2017-03-08 Jacob Kelleri40e: remove duplicate add/delete adminq command code...
2017-03-08 Jacob Kelleri40e: avoid looping to check whether we're in VLAN...
2017-03-08 Alan Bradyi40e: fix MAC filters when removing VLANs
2017-03-08 Jacob Kelleri40e: properly cleanup on allocation failure in i40e_sy...
2017-03-08 Jacob Kelleri40e: store MAC/VLAN filters in a hash with the MAC...
2017-03-08 Jacob Kelleri40e: implement __i40e_del_filter and use where applicable
2017-03-08 Jacob Kelleri40e: When searching all MAC/VLAN filters, ignore remov...
2017-03-08 Jacob Kelleri40e: refactor i40e_put_mac_in_vlan to avoid changing...
2017-03-08 Jacob Kelleri40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
2017-03-08 Jacob Kelleri40e: make use of __dev_uc_sync and __dev_mc_sync
2017-03-08 Jacob Kelleri40e: drop is_vf and is_netdev fields in struct i40e_ma...
2017-03-08 Colin Ian Kingi40e: Add missing \n to end of dev_err message
2017-03-08 Alexander Duycki40e: Clean up handling of msglevel flags and debug...
2017-03-08 David Ertmani40e: Fix bit logic error in failure case
2017-03-08 Bimmy Pujarii40e/i40evf: Changed version from 1.6.19 to 1.6.21
2017-03-08 Filip Sadowskii40e: Removal of workaround for simple MAC address...
2017-03-08 Carolyn Wybornyi40e: Fix for long link down notification time
2017-03-08 Alexander Duycki40e: Drop redundant Rx descriptor processing code
2017-03-08 Lihong Yangi40e: fix confusing dmesg info for ethtool -L option
2017-03-08 Joe Perchesi40e: Make struct i40e_stats const
2017-03-08 Bimmy Pujarii40e/i40evf: Changed version from 1.6.16 to 1.6.19
2017-03-08 Alan Bradyi40e/i40evf: fix interrupt affinity bug
2017-03-08 Preethi Banalai40e: group base mode VF offload flags
2017-03-08 Mitch Williamsi40e: reopen client after reset
2017-03-08 Alexander Duycki40e: Drop code for unsupported flow types
2017-03-08 Alexander Duycki40e: Remove unused function i40e_vsi_lookup
2017-03-08 Filip Sadowskii40e: Bit test mask correction
2017-03-08 Alexander Duycki40e: Rewrite Flow Director busy wait loop
2017-03-08 Carolyn Wybornyi40e: Fix client interaction
2017-03-08 Guilherme G... i40e: disable MSI-X interrupts if we cannot reserve...
2017-03-08 David Ertmani40e: Fix configure TCs after initial DCB disable
2017-03-08 Guilherme G... i40e: avoid NULL pointer dereference and recursive...
2017-03-08 Stefan Assmanni40e: fix sideband flow director vector allocation
2017-03-08 Stefan Assmanni40e: fix MSI-X vector redistribution if hw limit is...
2017-03-08 Stefan Assmanni40e: check if vectors are already depleted when doing...
2017-03-08 Jacob Kelleri40evf: support queue-specific settings for interrupt...
2017-03-08 Mitch Williamsi40e: don't configure zero-size RSS table
2017-03-08 Alexander Duycki40e: Strip out debugfs hook for Flow Director filter...
2017-03-08 Alexander Duycki40e: Split Flow Director descriptor config into separa...
2017-03-08 Alexander Duycki40e/i40evf: Add txring_txq function to match fm10k...
2017-03-08 Alexander Duycki40e: Fix Flow Director raw_buf cleanup
2017-03-08 Mitch Williamsi40evf: enable adaptive interrupt throttling
2017-03-08 Akeem Abodunrini40e: Increase minimum number of allocated VSI
2017-03-08 Bimmy Pujarii40e/i40evf: Changed version to 1.6.16
2017-03-08 Henry Tiemani40e: removing unreachable code
2017-03-08 Jacob Kelleri40e: check conflicting ntuple/sideband rules when...
2017-03-08 Jacob Kelleri40e: cleanup ATR auto_disable_flags use
2017-03-08 Preethi Banalai40e: add encap csum VF offload flag
2017-03-08 Alan Bradyi40e: fix deleting mac filters
2017-03-08 Harshitha Ramamurthyi40e: Remove 100 Mbps SGMII support for X722
2017-03-08 Lihong Yangi40evf: remove unnecessary error checking against i40e_...
2017-03-08 Alexander Duycki40e: Limit TX descriptor count in cases where frag...
2017-03-08 Bimmy Pujarii40evf: remove unnecessary error checking against i40ev...
2017-03-08 Sridhar Samudralai40evf: Fix link state event handling
2017-03-08 Colin Ian Kingi40e: avoid potential null pointer dereference when...
2017-03-08 Carolyn Wybornyi40e: Fix for extra byte swap in tunnel setup
2017-03-08 Carolyn Wybornyi40e: Fix to check for NULL
2017-03-08 Mitch Williamsi40e: return correct opcode to VF
2017-03-08 Alan Bradyi40e: fix "dump port" command when NPAR enabled
2017-03-08 Alan Bradyi40e: fix setting user defined RSS hash key
2017-03-08 Dave Ertmani40e: Fix kernel panic on enable/disable LLDP
2017-03-08 Anjali Singhai... i40e: Change some init flow for the client
2017-03-08 Avinash Dayanandi40evf: Open RDMA Client after reset
2017-03-08 Jeff Kirsheri40e/i40evf: Fix indentation
2017-03-08 Avinash Dayanandi40e: Correcting mutex usage in client code
2017-03-08 Joe Perchesi40e: Remove XSTRINGIFY macro definitions and uses
2017-03-08 Harshitha Ramamurthyi40e: Initialize pointer in client_release function
2017-03-08 Catherine Sullivani40e: Check client is open before calling client ops
2017-03-08 Heinrich Schuchardti40e: use matching format identifiers
2017-03-08 Carolyn Wybornyi40e: Add support for HMC resource and profile for...
2017-03-08 Carolyn Wybornyi40e: Fix byte ordering in ARP NS code for X722
next