]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
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
2017-02-26 Jacob Kellerfm10k: trivial fixup message style to include a colon
2017-02-26 Jacob Kellerfm10k: remove extraneous NULL check on l2_accel
2017-02-26 Jacob Kellerfm10k: add call to fm10k_clean_all_rx_rings in fm10k_down
2017-02-26 Jacob Kellerfm10k: fix incorrect free on skb in ts_tx_enqueue
2017-02-26 Jacob Kellerfm10k: move setting shinfo inside ts_tx_enqueue
2017-02-26 Jacob Kellerfm10k: use correct ethernet driver Tx timestamp function
2017-02-26 Jacob Kellerfm10k: ignore invalid multicast address entries
2017-02-26 Alexander Duyckfm10k: fold fm10k_pull_tail into fm10k_add_rx_frag
2017-02-26 Jacob Kellerfm10k: bump driver version
2017-02-26 Jacob Kellerfm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
2017-02-26 Jacob Kellerfm10k: Update adaptive ITR algorithm
2017-02-26 Jacob Kellerfm10k: introduce ITR_IS_ADAPTIVE macro
2017-02-26 Alexander Duyckfm10k: Fix handling of NAPI budget when multiple queues...
2017-02-26 Jack Vogeldrivers/net/intel: use napi_complete_done()
2017-02-26 Jacob Kellerfm10k: do not use enum as boolean
2017-02-26 Jacob Kellerfm10k: add support for extra debug statistics
2017-02-26 Jacob Kellerfm10k: send traffic on default VID to VLAN device if...
2017-02-26 Alexander Duyckfm10k: Don't assume page fragments are page size
2017-02-26 Yazen Ghannamx86/mce: Detect local MCEs properly
2017-02-26 Ashok Rajx86/mce: Handle Local MCE events
2017-02-26 Ashok Rajx86/mce: Add infrastructure to support Local MCE
2017-02-26 Ashok Rajx86/mce: Add Local MCE definitions
2017-02-26 Jim Mattsonkvm: nVMX: Allow L1 to intercept software exceptions...
2017-02-26 Ethan ZhaoRevert "crypto: aead - Convert top level interface...
2017-02-26 Ethan ZhaoRevert "crypto: aead - Add new interface with single...
2017-02-26 Tadeusz Strukcrypto: aesni - fix failing setkey for rfc4106-gcm...
2017-02-26 Herbert Xucrypto: skcipher - Fix corner case in crypto_lookup_skc...
2017-02-26 Jason A. Donenfeldcrypto: skcipher - Copy iv from desc even for 0-len...
2017-02-26 Ondrej Mosnáčekcrypto: gcm - Fix IV buffer size in crypto_gcm_setkey
2017-02-26 Herbert Xucrypto: ahash - Add padding in crypto_ahash_extsize
2017-02-26 Herbert Xucrypto: scatterwalk - Add no-copy support to copychunks
2017-02-26 Herbert Xucrypto: scatterwalk - Hide PageSlab call to optimise...
2017-02-26 Herbert Xucrypto: scatterwalk - Add missing sg_init_table to...
next