]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2017-02-26 Jacob Kellerfm10k: avoid possible null pointer dereference in fm10k...
2017-02-26 Jacob Kellerfm10k: no need to continue in fm10k_down if __FM10K_DOW...
2017-02-26 Bhaktipriya... fm10k: Remove create_workqueue
2017-02-26 Jacob Kellerfm10k: fix incorrect index calculation in fm10k_write_reta
2017-02-26 Alexander Duyckfm10k: Align Rx buffers to 512B blocks
2017-02-26 Jacob Kellerfm10k: don't use BIT() macro where the value isn't...
2017-02-26 Jacob Kellerfm10k: fix incorrect IPv6 extended header checksum
2017-02-26 Jacob Kellerfm10k: consistently use Intel(R) for driver names
2017-02-26 Jacob Kellerfm10k: fix possible null pointer deref after kcalloc
2017-02-26 Ngai-Mint Kwanfm10k: Reset multicast mode when deleting lport
2017-02-26 Jacob Kellerfm10k: update comment regarding reserved bits check
2017-02-26 Jacob Kellerfm10k: use different name than FM10K_VLAN_CLEAR for...
2017-02-26 Jacob Kellerfm10k: use 8bit notation instead of 10bit notation...
2017-02-26 Jacob Kellerfm10k: fix documentation of fm10k_tlv_parse_attr
2017-02-26 Jacob Kellerfm10k: do not disable PCI device in fm10k_io_error_detected
2017-02-26 Jacob Kellerfm10k: correctly handle LPORT_MAP error
2017-02-26 Ngai-Mint Kwanfm10k: Fix multicast mode sync issues
2017-02-26 Jacob Kellerfm10k: prevent RCU issues during AER events
2017-02-26 Jacob Kellerfm10k: use DRV_SUMMARY to reduce code duplication
2017-02-26 Jacob Kellerfm10k: remove debug-statistics support
2017-02-26 Jacob Kellerfm10k: add helper functions to set strings and data...
2017-02-26 Jacob Kellerfm10k: fix multi-bit VLAN update requests from VF
2017-02-26 Jacob Kellerfm10k: use ethtool_rxfh_indir_default for default redir...
2017-02-26 Jacob Kellerfm10k: fix a minor typo in some comments
2017-02-26 Jacob Kellerfm10k: correctly clean up when init_queueing_scheme...
2017-02-26 Bruce Allanfm10k: prevent possibly uninitialized variable
2017-02-26 Jacob Kellerfm10k: add helper functions to set strings and data...
2017-02-26 Jacob Kellerfm10k: free MBX IRQ before clearing interrupt scheme
2017-02-26 Jacob Kellerfm10k: print error message when stop_hw fails
2017-02-26 Jacob Kellerfm10k: base queue scheme covered by RSS
2017-02-26 Jacob Kellerfm10k: don't initialize service task until later in...
2017-02-26 Jacob Kellerfm10k: prevent null pointer dereference of msix_entries...
2017-02-26 Bruce Allanfm10k: use ether_addr_copy to copy MAC address
2017-02-26 Bruce Allanfm10k: cleanup SPACE_BEFORE_TAB checkpatch warning
2017-02-26 Bruce Allanfm10k: demote BUG_ON() to WARN_ON() where appropriate
2017-02-26 Bruce Allanfm10k: cleanup remaining right-bit-shifted 1
2017-02-26 Bruce Allanfm10k: Move constants to the right of binary operators
2017-02-26 Bruce Allanfm10k: IS_ENABLED() is not appropriate for boolean...
2017-02-26 Bruce Allanfm10k: cleanup mailbox code comments etc
2017-02-26 Bruce Allanfm10k: use true/false for boolean get_host_state
2017-02-26 Bruce Allanfm10k: remove unused struct element
2017-02-26 Bruce Allanfm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_...
2017-02-26 Bruce Allanfm10k: address operator not needed when declaring funct...
2017-02-26 Jacob Kellerfm10k: use ether_addr_equal instead of memcmp
2017-02-26 Alexander Duyckfm10k: Cleanup exception handling for changing queues
2017-02-26 Jacob Kellerfm10k: correctly pack TLV structures and explain reasoning
2017-02-26 Bruce Allanfm10k: don't initialize fm10k_workqueue at global level
2017-02-26 Jacob Kellerfm10k: initialize xps at driver load
2017-02-26 Bruce Allanfm10k: cleanup overly long lines
2017-02-26 Bruce Allanfm10k: cleanup namespace pollution
2017-02-26 Bruce Allanfm10k: use BIT() macro instead of open-coded bit-shifting
2017-02-26 Bruce Allanfm10k: whitespace cleanups
2017-02-26 Bruce Allanfm10k: do not inline fm10k_iov_select_vid()
2017-02-26 Alexander Duyckfm10k: Cleanup exception handling for mailbox interrupt
2017-02-26 Alexander Duyckfm10k: Cleanup MSI-X interrupts in case of failure
2017-02-26 Jacob Kellerfm10k: conditionally compile DCB and DebugFS support
2017-02-26 Jacob Kellerfm10k: consistently refer to VLANs and VLAN IDs
2017-02-26 Jacob Kellerfm10k: remove namespace pollution of fm10k_iov_msg_data_pf
2017-02-26 Jacob Kellerfm10k: remove unnecessary else block from if statements...
2017-02-26 Jacob Kellerfm10k: do not use CamelCase
2017-02-26 Jacob Kellerfm10k: use ether_addr_copy to copy MAC address
2017-02-26 Jacob Kellerfm10k: TRIVIAL fix typo of hardware
2017-02-26 Jacob Kellerfm10k: change default Tx ITR to 25usec
2017-02-26 Jacob Kellerfm10k: use macro for default Tx and Rx ITR values
2017-02-26 Jacob Kellerfm10k: Add support for ITR scaling based on PCIe link...
2017-02-26 Jacob Kellerfm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
2017-02-26 Jacob Kellerfm10k: add statistics for actual DWORD count of mbmem...
2017-02-26 Jacob Kellerfm10k: explicitly typecast vlan values to u16
2017-02-26 Jacob Kellerfm10k: Correct typecast in fm10k_update_xc_addr_pf
2017-02-26 Jacob Kellerfm10k: reinitialize queuing scheme after calling init_hw
2017-02-26 Jacob Kellerfm10k: always check init_hw for errors
2017-02-26 Jacob Kellerfm10k: reset max_queues on init_hw_vf failure
2017-02-26 Jacob Kellerfm10k: set netdev features in one location
2017-02-26 Alexander Duyckfm10k: use napi_schedule_irqoff()
2017-02-26 Jacob Kellerfm10k: Correct MTU for jumbo frames
2017-02-26 Jacob Kellerfm10k: do not assume VF always has 1 queue
2017-02-26 stephen hemmingerfm10k: fix memory leak
2017-02-26 Jacob Kellerfm10k: use snprintf() instead of sprintf() to avoid...
2017-02-26 Jacob Kellerfm10k: TRIVIAL remove unnecessary comma
2017-02-26 Jacob Kellerfm10k: create "correct" header for the remote end on...
2017-02-26 Jacob Kellerfm10k: drop transmitted messages in Tx FIFO as part...
2017-02-26 Jacob Kellerfm10k: remove comment about rtnl_lock around mbx operations
2017-02-26 Jacob Kellerfm10k: fix iov_msg_mac_vlan_pf VID checks
2017-02-26 Alexander Duyckfm10k: Only trigger data path reset if fabric is up
2017-02-26 Jacob Kellerfm10k: re-enable VF after a full reset on detection...
2017-02-26 Jacob Kellerfm10k: TRIVIAL fix typo in fm10k_netdev.c
2017-02-26 Jacob Kellerfm10k: TRIVIAL fix up ordering of __always_unused and...
2017-02-26 Jacob Kellerfm10k: remove is_slot_appropriate
2017-02-26 Jacob Kellerfm10k: don't store sw_vid at reset
2017-02-26 Alexander Duyckfm10k: Report MAC address on driver load
2017-02-26 Jacob Kellerfm10k: update netdev perm_addr during reinit, instead...
2017-02-26 Jacob Kellerfm10k: update fm10k_slot_warn to use pcie_get_minimum...
2017-02-26 Jacob Kellerfm10k: disable service task during suspend
2017-02-26 Jacob Kellerfm10k: fix iov_msg_lport_state_pf issue
2017-02-26 Jacob Kellerfm10k: remove err_no reference in fm10k_mbx.c
2017-02-26 Jacob Kellerfm10k: fix incorrect DIR_NEVATIVE bit in 1588 code
2017-02-26 Jacob Kellerfm10k: pack TLV overlay structures
2017-02-26 Jacob Kellerfm10k: re-map all possible VF queues after a VFLR
2017-02-26 Jacob Kellerfm10k: force LPORT delete when updating VLAN or MAC...
2017-02-26 Jacob Kellerfm10k: use dma_set_mask_and_coherent in fm10k_probe
next