]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2017-10-10 Arnd Bergmanni40evf: hide unused variable
2017-10-10 Jacob Kelleri40evf: allocate queues before we setup the interrupts...
2017-10-10 Jacob Kelleri40evf: remove I40E_FLAG_FDIR_ATR_ENABLED
2017-10-10 Jacob Kelleri40e: remove hw_disabled_flags in favor of using separa...
2017-10-10 Jacob Kelleri40evf: remove needless min_t() on num_online_cpus()*2
2017-10-10 Jacob Kelleri40e: remove unnecessary msleep() delay in i40e_free_vfs
2017-10-10 Jacob Kelleri40e: amortize wait time when disabling lots of VFs
2017-10-10 Alexander Duycki40e: Reprogram port offloads after reset
2017-10-10 Jacob Kelleri40e: rename index to port to avoid confusion
2017-10-10 Jacob Kelleri40e: make use of i40e_reset_all_vfs when initializing...
2017-10-10 Jacob Kelleri40e: properly spell I40E_VF_STATE_* flags
2017-10-10 Jacob Kelleri40e: use i40e_stop_rings_no_wait to implement PORT_SUS...
2017-10-10 Jacob Kelleri40e: reset all VFs in parallel when rebuilding PF
2017-10-10 Jacob Kelleri40e: split some code in i40e_reset_vf into helpers
2017-10-10 Jacob Kelleri40e: remove I40E_FLAG_IN_NETPOLL entirely
2017-10-10 Jacob Kelleri40e: reduce wait time for adminq command completion
2017-10-10 Jacob Kelleri40e: fix CONFIG_BUSY checks in i40e_set_settings function
2017-10-10 Jacob Kelleri40e: factor out queue control from i40e_vsi_control_...
2017-10-10 Jacob Kelleri40e: don't hold RTNL lock while waiting for VF reset...
2017-10-10 Jingjing Wui40e: new AQ commands
2017-10-10 Scott Petersoni40e/i40evf: Add tracepoints
2017-10-10 Mitch Williamsi40evf: add client interface
2017-10-10 Mitch Williamsi40e: dump VF information in debugfs
2017-10-10 Alexander Duycki40e: Fix support for flow director programming status
2017-10-10 alice michaeli40e/i40evf: Remove VF Rx csum offload for tunneled...
2017-10-10 Tobias Klauseri40evf: Use net_device_stats from struct net_device
2017-10-10 Jacob Kelleri40e: clean up historic deprecated flag definitions
2017-10-10 Alice Michaeli40e: remove I40E_FLAG_NEED_LINK_UPDATE
2017-10-10 Jacob Kelleri40e: remove extraneous loop in i40e_vsi_wait_queues_di...
2017-10-10 Alan Bradyi40e: Simplify i40e_detect_recover_hung_queue logic
2017-10-10 Maciej Sosini40e: Decrease the scope of rtnl lock
2017-10-10 Alexander Duycki40e: Swap use of pf->flags and pf->hw_disabled_flags...
2017-10-10 Jacob Kelleri40e: update error message when trying to add invalid...
2017-10-10 Mitch Williamsi40e: only register client on iWarp-capable devices
2017-10-10 Mitch Williamsi40e: close client on remove and shutdown
2017-10-10 Mitch Williamsi40e: register existing client on probe
2017-10-10 Mitch Williamsi40e: remove client instance on driver unload
2017-10-10 Wyborny, Carolyni40e: fix for queue timing delays
2017-10-10 Alexander Duycki40e/i40evf: Change the way we limit the maximum frame...
2017-10-10 Alexander Duycki40e/i40evf: Add legacy-rx private flag to allow fallba...
2017-10-10 Alexander Duycki40e/i40evf: Pull code for grabbing and syncing rx_buff...
2017-10-10 Alexander Duycki40e/i40evf: Use length to determine if descriptor...
2017-10-10 Ethan Zhaodrivers/char/mem.c: deny access in open operation when...
2017-10-06 Igor Mammedovx86/mm/64: Enable SWIOTLB if system has SRAT memory...
2017-10-06 Igor Mammedovx86/mm: Introduce max_possible_pfn
2017-10-06 Alan Maguiredtrace lockstat provider probes
2017-10-06 hui.hanrds: RDS diagnostics when connections are stuck in...
2017-10-06 Thomas Gleixnertimerfd: Protect the might cancel mechanism proper
2017-10-06 Tim Tianyang... brcmfmac: fix possible buffer overflow in brcmf_cfg8021...
2017-10-06 Herbert Xucrypto: ahash - Fix EINPROGRESS notification callback
2017-10-06 Zhenzhong Duanxen/mmu: Call xen_cleanhighmap() with 4MB aligned for...
2017-10-06 Mike Kravetzselftests/memfd: add memfd_create hugetlbfs selftest
2017-10-06 Mike Kravetzmm/shmem: add hugetlbfs support to memfd_create()
2017-10-06 Mike Kravetzmm: shm: use new hugetlb size encoding definitions
2017-10-06 Mike Kravetzmm: arch: consolidate mmap hugetlb size encodings
2017-10-06 Mike Kravetzuapi/Kbuild: add new header file hugetlb_encode.h
2017-10-06 Mike Kravetzmm: hugetlb: define system call hugetlb size encodings...
2017-10-06 Avinash RepakaRDS: IB: Change the proxy qp's path_mtu to IB_MTU_256
2017-10-05 Linus Torvaldsdevpts: clean up interface to pty drivers
2017-10-04 Neal Cardwelltcp: fix tcp_mark_head_lost to check skb len before...
2017-10-03 Jim Mattsonkvm: nVMX: Don't allow L2 to access the hardware CR8
2017-10-03 Kris Van Heesdtrace: ensure SDT stub function returns 0
2017-10-02 Wei Wangtcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
2017-10-02 Sabrina Dubrocaxfrm: fix stack access out of bounds with CONFIG_XFRM_S...
2017-09-29 David Howellsrxrpc: Fix several cases where a padded len isn't check...
2017-09-28 Juergen Grossxen: don't print error message in case of missing Xenst...
2017-09-27 Wei Lin Guaymlx4_core: calculate log_num_mtt based on total system...
2017-09-27 Boris Ostrovskyxen/x86: Add interface for querying amount of host...
2017-09-25 Håkon Buggerds: Fix non-atomic operation on shared flag variable
2017-09-25 Håkon Buggerds: Fix incorrect statistics counting
2017-09-25 Jacob Kelleri40e: use cpumask_copy instead of direct assignment
2017-09-25 Mel Gormanmm: thp: set THP defrag by default to madvise and add...
2017-09-25 Somasundaram... crypto: testmgr - Set struct aead_testvec iv member...
2017-09-22 Nick AlcockSPEC: remove ctf.ko from ueknano modules list
2017-09-22 Nick AlcockSPEC: generate CTF when DTrace is enabled.
2017-09-22 Nick AlcockSPEC: bump libdtrace-ctf requirement to 0.7+.
2017-09-22 Nick AlcockMerge branch 'ctf' into uek/uek-4.1-QU6-next
2017-09-21 Jerome MarchandDocumentation: add watermark_scale_factor to the list...
2017-09-21 Johannes Weinermm: scale kswapd watermarks in proportion to memory
2017-09-19 Nick Alcockctf: delete the deduplication blacklist
2017-09-19 Nick Alcockctf: automate away the deduplication blacklist
2017-09-19 Nick Alcockctf: drop CONFIG_DT_DISABLE_CTF, ctf.ko, and all that...
2017-09-19 Nick Alcockctf: do not allow dwarf2ctf to run as root
2017-09-19 Nick Alcockctf: decouple CTF building from the kernel build
2017-09-19 Martin K. Petersenoracleasm: Copy the integrity descriptor v4.1.12-111.0.20170918_2215
2017-09-19 Avinash RepakaRDS: IB: Add proxy qp to support FRWR through RDS_GET_MR
2017-09-19 Avinash RepakaRDS: Add support for fast registration work request
2017-09-19 Manish Rangankarscsi: qedi: Limit number for CQ queues.
2017-09-19 Colin Ian Kingscsi: qedi: fix another spelling mistake: "alloction...
2017-09-19 Nilesh Javaliscsi: qedi: Add ISCSI_BOOT_SYSFS to Kconfig
2017-09-19 Nilesh Javaliscsi: qedi: Add support for Boot from SAN over iSCSI...
2017-09-19 Manish Rangankarscsi: qedi: Remove WARN_ON from clear task context.
2017-09-19 Manish Rangankarscsi: qedi: Remove WARN_ON for untracked cleanup.
2017-09-19 Christos Gkekasscsi: qedi: Remove comparison of u16 idx with zero.
2017-09-19 Dan Carpenterscsi: qedi: Fix return code in qedi_ep_connect()
2017-09-19 manish.rangankar... scsi: qedi: Fix endpoint NULL panic during recovery.
2017-09-19 Nilesh Javaliscsi: qedi: set max_fin_rt default value
2017-09-19 manish.rangankar... scsi: qedi: Set firmware tcp msl timer value.
2017-09-19 manish.rangankar... scsi: qedi: Fix endpoint NULL panic in qedi_set_path.
2017-09-19 manish.rangankar... scsi: qedi: Set dma_boundary to 0xfff.
next