summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ucc_geth: Intialize link state to down before register_netdevCliff Clark2015-03-241-0/+3
| * | | | | Merge branch 'mlx4'David S. Miller2015-03-244-19/+22
| |\ \ \ \ \
| | * | | | | net/mlx4_core: Fix GEN_EQE accessing uninitialixed mutexJack Morgenstein2015-03-243-12/+14
| | * | | | | net/mlx4_en: Call register_netdevice in the proper locationIdo Shamay2015-03-241-7/+8
| |/ / / / /
| * | | | | Merge tag 'wireless-drivers-for-davem-2015-03-24' of git://git.kernel.org/pub...David S. Miller2015-03-2412-32/+68
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge tag 'iwlwifi-for-kalle-2014-03-22' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-03-237-20/+41
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | iwlwifi: mvm: remove WARN_ON for invalid BA notificationJohannes Berg2015-03-191-2/+4
| | | * | | iwlwifi: add new 3165 series PCI IDsOren Givon2015-03-191-2/+4
| | | * | | iwlwifi: mvm: protect rate scaling against non-mvm IBSS stationsJohannes Berg2015-03-191-2/+22
| | | * | | iwlwifi: dvm: run INIT firmware again upon .start()Emmanuel Grumbach2015-03-192-6/+0
| | | * | | iwlwifi: mvm: disconnect if CSA time event fails schedulingJohannes Berg2015-03-121-0/+2
| | | * | | iwlwifi: dvm: drop VO packets when mac80211 tells us toEmmanuel Grumbach2015-03-121-8/+9
| | * | | | rtlwifi: Fix IOMMU mapping leak in AP modeLarry Finger2015-03-221-1/+11
| | * | | | brcmfmac: disable MBSS feature for BCM43362Arend van Spriel2015-03-211-1/+2
| | * | | | ath9k: disable TPC support again (for now)Felix Fietkau2015-03-161-1/+1
| | * | | | ath9k: fix tracking of enabled AP beaconsFelix Fietkau2015-03-162-9/+13
| * | | | | rocker: handle non-bridge master changeSimon Horman2015-03-241-1/+7
| * | | | | net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong2015-03-241-2/+2
| * | | | | tcp: prevent fetching dst twice in early demux codeMichal Kubeček2015-03-242-2/+2
| * | | | | bnx2x: Fix statistics locking schemeYuval Mintz2015-03-245-100/+83
| * | | | | Merge tag 'linux-can-fixes-for-4.0-20150322' of git://git.kernel.org/pub/scm/...David S. Miller2015-03-245-64/+113
| |\ \ \ \ \
| | * | | | | can: flexcan: Deferred on Regulator return EPROBE_DEFERAndreas Werner2015-03-221-3/+8
| | * | | | | can: flexcan: fix bus-off error state handling.Andri Yngvason2015-03-221-4/+3
| | * | | | | can: peak_usb_fd: add support for ISO / non-ISO mode switchingStephane Grosjean2015-03-222-2/+30
| | * | | | | can: peak_usb: rename usb option cmds definition and structsStephane Grosjean2015-03-222-28/+28
| | * | | | | can: gs_usb: check for kzalloc allocation failureColin Ian King2015-03-221-0/+2
| | * | | | | can: kvaser_usb: Fix sparse warning __le16 degrades to integerAhmed S. Darwish2015-03-221-3/+4
| | * | | | | can: kvaser_usb: Comply with firmware max tx URBs valueAhmed S. Darwish2015-03-221-24/+38
* | | | | | | Merge tag 'iommu-fixes-v4.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-013-7/+10
|\ \ \ \ \ \ \
| * | | | | | | iommu/vt-d: Remove unused variableAlex Williamson2015-03-241-1/+0
| * | | | | | | iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_idsAxel Lin2015-03-231-0/+1
| * | | | | | | iommu/vt-d: Detach domain *only* from attached iommusAlex Williamson2015-03-231-3/+3
| * | | | | | | iommu/arm-smmu: fix ARM_SMMU_FEAT_TRANS_OPS conditionBaptiste Reynal2015-03-231-3/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | lguest: now needs PCI_DIRECT.Rusty Russell2015-04-011-1/+1
* | | | | | | Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2015-04-014-10/+95
|\ \ \ \ \ \ \
| * | | | | | | fs: add dirtytime_expire_seconds sysctlTheodore Ts'o2015-03-173-0/+22
| * | | | | | | fs: make sure the timestamps for lazytime inodes eventually get writtenTheodore Ts'o2015-03-172-10/+73
* | | | | | | | Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-04-0113-64/+78
|\ \ \ \ \ \ \ \
| * | | | | | | | sunrpc: make debugfs file creation failure non-fatalJeff Layton2015-03-315-47/+41
| * | | | | | | | nfsd: require an explicit option to enable pNFSChristoph Hellwig2015-03-302-2/+2
| * | | | | | | | NFSD: Fix bad update of layout in nfsd4_return_file_layoutKinglong Mee2015-03-261-3/+2
| * | | | | | | | NFSD: Take care the return value from nfsd4_encode_stateidKinglong Mee2015-03-261-1/+1
| * | | | | | | | NFSD: Printk blocklayout length and offset as format 0x%llxKinglong Mee2015-03-262-4/+4
| * | | | | | | | nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields2015-03-261-1/+1
| * | | | | | | | nfsd: return correct openowner when there is a race to put one in the hashJeff Layton2015-03-261-1/+1
| * | | | | | | | NFSD: Put exports after nfsd4_layout_verify failKinglong Mee2015-03-201-1/+1
| * | | | | | | | NFSD: Error out when register_shrinker() failKinglong Mee2015-03-201-1/+5
| * | | | | | | | NFSD: Take care the return value from nfsd4_decode_stateidKinglong Mee2015-03-201-3/+15
| * | | | | | | | NFSD: Check layout type when returning client layoutsKinglong Mee2015-03-201-0/+3
| * | | | | | | | NFSD: restore trace event lost in mismergeKinglong Mee2015-03-201-0/+2