summaryrefslogtreecommitdiffstats
path: root/drivers/net/hippi (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-26e1000e: i219 - fix to enable both ULP and EEE in Sx stateYanir Lubetkin1-13/+32
2015-06-26e1000e: synchronization of MAC-PHY interface only on non- ME systemsYanir Lubetkin1-10/+12
2015-06-26e1000e: fix locking issue with e1000e_disable_aspmYanir Lubetkin1-4/+34
2015-06-26igb: bump version of igb to 5.2.18Todd Fujinaka1-1/+1
2015-06-26igb: disable IPv6 extension header processingTodd Fujinaka2-5/+10
2015-06-25bnx2x: Fix linearization for encapsulated packetsYuval Mintz1-2/+7
2015-06-25bnx2x: Release nvram lock on error flowYuval Mintz1-0/+1
2015-06-25bnx2x: Fix statistics gathering on link changeAriel Elior1-0/+2
2015-06-25bnx2x: Fix self-test for 20g devicesYuval Mintz1-4/+8
2015-06-25bnx2x: Fix VF MAC removalShahed Shaikh1-1/+1
2015-06-25bnx2x: Don't notify about scratchpad paritiesManish Chopra2-10/+21
2015-06-25bnx2x: Prevent false warning when accessing MACsYuval Mintz1-1/+1
2015-06-25bnx2x: Correct speed from baseT into KR.Yuval Mintz3-19/+59
2015-06-25bnx2x: Correct asymmetric flow-controlYuval Mintz2-14/+29
2015-06-25net: sched: flower fix typoJamal Hadi Salim1-2/+2
2015-06-25enic: use atomic_t instead of spin_lock in busy pollGovindarajulu Varadarajan2-66/+29
2015-06-25net/phy: Add Vitesse 8641 phy IDShaohui Xie1-0/+14
2015-06-25net/fsl: remove dependency FSL_SOC for GianfarAlison Wang1-2/+2
2015-06-25cavium/liquidio: fix some error handling in lio_set_phys_id()Dan Carpenter1-2/+3
2015-06-25renesas: missing unlock on error pathDan Carpenter1-1/+3
2015-06-25mlx4: Disable HA for SRIOV PF RoCE devicesOr Gerlitz1-1/+7
2015-06-25net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay1-11/+6
2015-06-25net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay2-8/+12
2015-06-25net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha3-5/+1
2015-06-25mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger3-7/+10
2015-06-25mm, thp: respect MPOL_PREFERRED policy with non-local nodeVlastimil Babka1-16/+22
2015-06-25tmpfs: truncate prealloc blocks past i_sizeJosef Bacik1-1/+1
2015-06-25mm/memory hotplug: print the last vmemmap region at the end of hot add memoryZhu Guihua1-0/+1
2015-06-25mm/mmap.c: optimization of do_mmap_pgoff functionPiotr Kwapulinski1-3/+3
2015-06-25mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scanCatalin Marinas1-34/+56
2015-06-25mm: kmemleak: avoid deadlock on the kmemleak object insertion error pathCatalin Marinas1-4/+11
2015-06-25mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()Catalin Marinas1-2/+0
2015-06-25mm: kmemleak: fix delete_object_*() race when called on the same memory blockCatalin Marinas1-13/+26
2015-06-25mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-3/+16
2015-06-25memcg: convert mem_cgroup->under_oom from atomic_t to intTejun Heo1-8/+21
2015-06-25memcg: remove unused mem_cgroup->oom_wakeupsTejun Heo1-9/+1
2015-06-25frontswap: allow multiple backendsDan Streetman3-98/+139
2015-06-25x86, mirror: x86 enabling - find mirrored memory rangesTony Luck3-0/+27
2015-06-25mm/memblock: allocate boot time data structures from mirrored memoryTony Luck3-12/+84
2015-06-25mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck10-47/+83
2015-06-25mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko3-5/+7
2015-06-25mm/cma.c: fix typos in commentsShailendra Verma1-2/+2
2015-06-25mm/oom_kill.c: print points as unsigned intWang Long1-1/+1
2015-06-25mm/hugetlb: handle races in alloc_huge_page and hugetlb_reserve_pagesMike Kravetz1-4/+35
2015-06-25mm/hugetlb: compute/return the number of regions added by region_add()Mike Kravetz1-24/+48
2015-06-25mm/hugetlb: document the reserve map/region tracking routinesMike Kravetz1-2/+50
2015-06-25Documentation/vm/unevictable-lru.txt: clarify MAP_LOCKED behaviorMichal Hocko1-1/+7
2015-06-25mm: nommu: refactor debug and warning printsLeon Romanovsky1-92/+20
2015-06-25mm: clarify that the function operates on hugepage pteAneesh Kumar K.V13-61/+65
2015-06-25powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V5-22/+27