]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2017-06-22 Raanan Avargile1000e: Increase PHY PLL clock gate timing
2017-06-22 Raanan Avargile1000e: Increase ULP timer
2017-06-22 Benjamin Poiriere1000e: Fix msi-x interrupt automask
2017-06-22 Benjamin Poiriere1000e: Do not write lsc to ics in msi-x mode
2017-06-22 Benjamin Poiriere1000e: Do not read ICR in Other interrupt
2017-06-22 Benjamin Poiriere1000e: Remove unreachable code
2017-06-22 Alexander Duycke1000e: Switch e1000e_up to void, drop code checking...
2017-06-22 Raanan Avargile1000e: initial support for i219-LM (3)
2017-06-22 Raanan Avargile1000e: Increase timeout of polling bit RSPCIPHY
2017-06-22 Dmitry Fleytmane1000e: fix division by zero on jumbo MTUs
2017-06-22 Janusz Wolake1000: Elementary checkpatch warnings and checks removed
2017-06-22 Jean Sacrene1000: get rid of duplicate exit path
2017-06-22 Jean Sacrene1000: fix kernel-doc argument being missing
2017-06-22 Jean Sacrene1000e: clean up the local variable
2017-06-22 Jean Sacrene1000: fix a typo in the comment
2017-06-22 Jean Sacrene1000: clean up the checking logic
2017-06-22 Janusz Wolake1000: Remove checkpatch coding style errors
2017-06-22 Dmitriy Vyukove1000: fix data race between tx_ring->next_to_clean
2017-06-22 Joern Engele1000: make eeprom read/write scheduler friendly
2017-06-22 Toshiaki Makitae1000e: Enable TSO for stacked VLAN
2017-06-22 Francois Romieue1000: remove dead e1000_init_eeprom_params calls
2017-06-22 Jia-Ju Baie1000e: Modify Tx/Rx configurations to avoid null point...
2017-06-20 Jan Beulichblkback/blktap: don't leak stack data via response... v4.1.12-104.0.20170620_1200
2017-06-18 Yuval ShaiaIB/core: Remove stray semicolon in cma_init v4.1.12-104.0.20170618_1145
2017-06-18 Tejun Heopercpu_ref: allow operation mode switching operations...
2017-06-18 Tejun Heopercpu_ref: restructure operation mode switching
2017-06-18 Tejun Heopercpu_ref: unify staggered atomic switching wait behavior
2017-06-18 Tejun Heopercpu_ref: reorganize __percpu_ref_switch_to_atomic...
2017-06-18 Tejun Heopercpu_ref: remove unnecessary RCU grace period for...
2017-06-18 Martin K. Petersenblock: Fix mismerge in queue freeze logic
2017-06-18 Martin K. Petersennvme: Remove timeout when deleting queue
2017-06-18 Sowmini Varadhanrds: tcp: Set linger when rejecting an incoming conn...
2017-06-18 Sowmini Varadhanrds: tcp: various endian-ness fixes
2017-06-18 Sowmini Varadhanrds: tcp: remove cp_outgoing
2017-06-18 Sowmini Varadhanrds: tcp: Sequence teardown of listen and acceptor...
2017-06-18 Sowmini Varadhanrds: tcp: Reorder initialization sequence in rds_tcp_in...
2017-06-18 Sowmini Varadhanrds: tcp: Take explicit refcounts on struct net
2017-06-18 Martin K. Petersennvme: Quirks for PM1725 controllers
2017-06-18 Guilherme G... nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too
2017-06-18 Wenbo Wangnvme/quirk: Add a delay before checking device ready...
2017-06-18 Guilherme G... nvme/quirk: Add a delay before checking for adapter...
2017-06-18 Yuval ShaiaIP/ipoib: Move initialization of ACL instances table...
2017-06-18 Santosh Shilimkarnet/mlx4_core: Use round robin scheme to avoid stale...
2017-06-18 Martin K. Petersennvme: Add a wrapper for getting the admin queue depth
2017-06-16 Alex Williamsonvfio/pci: Fix unsigned comparison overflow
2017-06-16 Nitin Guptasparc64: Add 16GB hugepage support
2017-06-16 Nitin Guptasparc64: Fix build errors when THP is enabled
2017-06-16 Allen Paisuek-rpm: change memory allocator from slab to slub
2017-06-16 Jonathan Helmansparc64: add ccb kill and info to DAX driver
2017-06-16 Allen Paisarch/sparc: Enable queued spinlock support for SPARC
2017-06-16 Babu Mogerarch/sparc: Introduce xchg16 for SPARC
2017-06-16 Allen Paisarch/sparc: Enable queued rwlocks for SPARC
2017-06-16 Babu Mogerarch/sparc: Introduce cmpxchg_u8 SPARC
2017-06-16 Allen Paisarch/sparc: Define config parameter CPU_BIG_ENDIAN
2017-06-16 Babu Mogerkernel/locking: Fix compile error with qrwlock.c
2017-06-16 Babu Mogerarch/sparc: Remove the check #ifndef __LINUX_SPINLOCK_T...
2017-06-16 pan xinhuilocking/qrwlock: Fix write unlock bug on big endian...
2017-06-16 Will Deaconlocking/qrwlock: Implement queue_write_unlock() using...
2017-06-16 Waiman Longlocking/qspinlock: Avoid redundant read of next pointer
2017-06-16 Waiman Longlocking/qspinlock: Prefetch the next node cacheline
2017-06-16 Waiman Longlocking/qrwlock: Reduce reader/writer to reader lock...
2017-06-16 Waiman Longlocking/qrwlock: Better optimization for interrupt...
2017-06-16 Waiman Longlocking/qrwlock: Rename functions to queued_*()
2017-06-16 Waiman Longlocking/qrwlock: Don't contend with readers when settin...
2017-06-16 Babu Mogerlocking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS
2017-06-16 Waiman Longlocking/qspinlock: Use a simple write to grab the lock
2017-06-16 Peter Zijlstra... locking/qspinlock: Optimize for smaller NR_CPUS
2017-06-16 Waiman Longlocking/qspinlock: Extract out code snippets for the...
2017-06-16 Peter Zijlstra... locking/qspinlock: Add pending bit
2017-06-16 Waiman Longlocking/qspinlock: Introduce a simple generic 4-byte...
2017-06-16 Waiman Longlocking/rwsem: Reduce spinlock contention in wakeup...
2017-06-16 Jane Chuarch/sparc: revised support for 4096cpus
2017-06-16 Emil Tantilovixgbe: fix incorrect status check
2017-06-16 Emil Tantilovixgbe: add missing configuration for rate select 1
2017-06-16 Emil Tantilovixgbe: always call setup_mac_link for multispeed fiber
2017-06-16 Emil Tantilovixgbe: add write flush when configuring CS4223/7
2017-06-16 Emil Tantilovixgbe: correct CS4223/7 PHY identification
2017-06-16 Tony Nguyenixgbevf: Resolve warnings for -Wimplicit-fallthrough
2017-06-16 Tony Nguyenixgbevf: Resolve truncation warning for q_vector->name
2017-06-16 Tony Nguyenixgbe: Resolve warnings for -Wimplicit-fallthrough
2017-06-16 Tony Nguyenixgbe: Resolve truncation warning for q_vector->name
2017-06-16 Tony Nguyenixgbe: Add error checking to setting VF MAC
2017-06-16 Mark Rustadixgbe: Correct thermal sensor event check
2017-06-16 Emil Tantilovixgbe: enable L3/L4 filtering for Tx switched packets
2017-06-16 Paul Greenwaltixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] support
2017-06-16 Tony Nguyenixgbevf: Check for RSS key before setting value
2017-06-16 Tony Nguyenixgbevf: Fix errors in retrieving RETA and RSS from PF
2017-06-16 Tony Nguyenixgbe: Check for RSS key before setting value
2017-06-16 Paul Greenwaltixgbe: Add 1000Base-T device based on X550EM_X MAC
2017-06-16 Tony Nguyenixgbe: Allow setting zero MAC address for VF
2017-06-16 Emil Tantilovixgbevf: fix size of queue stats length
2017-06-16 Emil Tantilovixgbe: clean macvlan MAC filter table on VF reset
2017-06-16 Paul Greenwaltixgbe: Acquire PHY semaphore before device reset
2017-06-16 Alexander Duyckixgbe: Fix output from ixgbe_dump
2017-06-16 Tony Nguyenixgbe: add check for VETO bit when configuring link...
2017-06-16 Don Skidmoreixgbe: Remove unused define
2017-06-16 Emil Tantilovixgbe: do not use adapter->num_vfs when setting VFs...
2017-06-16 Emil Tantilovixgbe: return early instead of wrap block in if statement
2017-06-16 Emil Tantilovixgbe: move num_vfs_macvlans allocation into separate...
2017-06-16 Emil Tantilovixgbe: add default setup_link for x550em_a MAC type
next